@media screen and (min-width: 1560px){
   .a-slider-swiper .swiper-slide img {
    max-height: 80vh;
}
}
@media screen and (max-width: 1300px){
    .header_logo {
        width: 150px;
    }
}
@media screen and (max-width: 1200px) {
    .header_menu li.item-101 {
        display: none;
    }
    
    .header_logo {
        width: auto;
        padding: 0 5px;
        margin-top: 5px;
    }
    
    .row.justify-content-between {
        flex-wrap: nowrap;
    }
    
    .header_menu .menu a, .header_menu .menu span {
        font-size: 90%;
    }
    
}
@media screen and (min-width: 993px) {
    #menu-adapt {
        display: none !important;
    }
}
@media screen and (max-width: 992px) {
    .header_hamburger {
        display: block;
        max-height: 70px;
    }
    
    .header_menu {
        display: none;
    }
    
    span.hamburger-box {
        /* background: red; */
    }
    
    span.hamburger {
        background: #1d1d1d;
    }
    
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background: #fff;
        border-radius: 0;
    }
    
    a#hamburger {
        height: 100%;
        display: flex;
        background: #1d1d1d;
        align-items: center;
    }
    div#menu-adapt {
        position: fixed;
        z-index: 15;
    }
    
    div#header {
        transform: none;
    }
    
}

@media screen and (max-width: 767px) {
    /*a#touch-menu {
        text-align: center;
        color: #fff;
        font-size: 19px;
        position: fixed;
        top: 3%;
        background: #d22c2c;
        width: 45px;
        padding-bottom: 10px;
        padding-top: 5px;
        right: 3%;
        z-index: 1049;
    }
    a#touch-menu span {
        width: 50%;
        margin: 6px auto 0;
        display: block;
        height: 3px;
        background: #ffffff;
        z-index: 99999999999999999999;
    }
    ul.menu {
        display: none;
        position: fixed;
        top: 13.4%;
        right: 3%;
        width: 60%;
        z-index: 999999;
        background: #d22c2c;
    }
    ul.menu li {
        display: table;
        padding: 5px;
        padding-left: 20px;
        width: 100%;
        text-align: left;
    }
    ul.menu li a {
        border-bottom: 0px;
        color: #fff;
        width: 100%;
        display: block;
    }*/
    
    
    .slide-data {
        display: none;
    }
    
    .slide-title {
        font-size: 150%;
    }
    
    .header_logo {
        margin-top: 10px;
    }
    
    .slide-absol_block {
        margin-top: 100px;
    }
    
    .section.section_about {
        margin-top: -10px;
    }
    
    .section_about_bloc {
        padding: 40px 30px;
    }
    
    .section_about_text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0px;
        column-gap: 0;
    }
    
    .section_about_img {
        display: none;
    }
    .footer_logo {
        margin-bottom: 12px;
    }
    .footer_soc {
        height: 100%;
        align-items: center;
    }

    
    .a-slider-swiper {
        height: 400px;
    }
    .header_online {
        display: none;
    }
}

@media screen and (max-width: 480px) {
  
  .news-center {
    width: 100%;
}
  .a-slider-pagination {
    left: auto;
    right: 0;
    width: 50px;
}
        #footer .col-sm-10.col-lg-8.col-12 {
        order: 1;
    }
    .footer_menu_block {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        text-align: center;
    }
    .section_afisha_title_number {
        display: none;
    }
    
    .section_afisha_title_line {
        width: 50px;
        margin-left: 0;
        margin-right: 20px;
    }
    
    .section_about_text {
        font-size: 80%;
    }
    .section_afisha_title_line {
        width: 20px;
        display: none;
    }
    .section_afisha_title_title {
        font-size: 300%;
    }
    a.section_news_linck {
        margin-top: 5px !important;
    }
    .section_news_data-price {
        display: none;
    }
    .header_online a {
        padding: 0 15px;
    }
    
    .footer_menu {
        width: 100%;
    }
    
    div#footer {
        padding: 30px 0;
    }
}