.subscribe {
    padding: 10px 10px;
    border-bottom: 3px solid #36765c;
    border-top: 3px solid #36765c;   
}

/* Код для адаптации видео */
.video-responsive {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Конец кода для адаптации видео */

/* Оформление блока статей */

.box{
 position: relative;
 box-shadow: 5px 5px 5px #336765c;
 margin: 5px 10px;
}
.box img{
 width: 100%;
 height: auto;
 transition: all 0.3s ease 0s;
}
.box:hover img{
 filter: brightness(0.4);
}
.box .boxContent{
 width: 80%;
 height: 80%;
 position: absolute;
 top: 10%;
 left: 10%;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 text-align: center;
 transform: scale(0, 1);
 transition: all 0.35s ease 0s;
}
.box:hover .boxContent{
 transform: scale(1);
}
.box .title{
 font-size: 15px;
 font-weight: 700;
 color: #fff;
 margin: 23% 0 20px;
 transform: translate3d(0, -100%, 0);
 transition: all 0.35s ease 0s;
}
.box .post{
 display: block;
 font-size: 16px;
 color: #fff;
 text-transform: capitalize;
 transform: translate3d(0, 100%, 0);
 transition: all 0.35s ease 0s;
}
.box:hover .title,
.box:hover .post{
 transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 990px){
 .box{ margin-bottom: 25px; }
}

.title a:hover {
    color: #dcd7d7;
}
/* Оформление блока статей */



.regnum {
    color: #000;
    font-size: 16px;
    text-align: left;
}

.form-group {
    margin-bottom: 1px;
}

/* Для почтового адреса */

.hd{display:none;}
.vs{visibility:visible;}

.adress {
    text-align: center;
}

.adress p {
    font-family: "Lato",sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #36765c;
}

.submit a {
    color: #ffffff;
}

.submit  a:hover {
    color: #36765c;
}

.subscribe {
    background-color: #36765c;
    border: 1px solid #424242;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.text-muted {
    color: #fff;
}

.btn {
    border-radius: 0px;
    font-size: 20px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}

.active {
    color: #d61a1a;
    font-size: 20px;
}

.about-top h2 {
    text-transform: uppercase;
}