.header__subscribe-title {
    font-size: 18px;
}
.header .form__input input, .header .form__button input {
    height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
}
.header .logo {
    margin: 0;
}
.header .logo img {
    max-width: 400px;
    height: auto;
    aspect-ratio: 400 / 71;
    width: 100%;
}
.header .row {
    align-items: center !important;
    justify-content: center;
}
.header__top {
    margin-bottom: 24px;
    padding: 24px 0;
}
.header__top .row {
    display: grid;
    grid-template-columns: 1fr 100px;
    align-items: center;
    justify-content: flex-start;
}
.header__top .row .header__social {
    display: flex;
    gap: 6px;
}
section.section.section_subscribe {
    display: none;
}

.release__thumb img {
    aspect-ratio: 300 / 400;
    object-fit: contain;
    background: #4141410a;
}
.news__thumb img {
    aspect-ratio: 400 / 200;
    object-fit: cover;
    background: #cccccc1c;
}
.news__title {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.2em;
    min-height: 72px;
}
.news__excerpt {
    font-size: 14px;
    max-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news__inner {
    padding: 20px;
}
.container {
    margin: 0 auto;
}


.footer__social {
    display: none;
}




@media (max-width: 1200px) {  
    .nav__menu {
    margin-bottom: 0; 
    }
  .header__top .row .col-auto {
    padding: 0;
}  
   .header__top .row {
    gap: 24px;
    padding: 0 24px;
} 
.news__title {
    max-height: 64px;
    overflow: hidden;
    font-size: 13px;
    min-height: 64px;
}
    
    
    
    
    
    
}

@media (max-width: 992px) {  
    .header .col-lg {
    justify-content: center;
    display: flex;
    margin-bottom: 16px;
}
.header .col-lg-auto {
    justify-content: center;
    display: flex;
}

.col-md-6 {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
}













}


@media (max-width: 768px) {  
    
    
    .container .row .col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}









@media (max-width: 576px) {  
}





@media (max-width: 450px) {  
    .container .row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.news__title {
    max-height: unset;
    min-height: unset;
}

.news__excerpt {
    max-height: unset;
    font-size: 12px;
}
.footer .container .row {
    display: grid;
    align-items: center;
    justify-content: center !important;
    text-align: center;
}
}








