.band_holder .wrapper, .wrapper {
    width: auto;
    max-width: 1180px;
}

.band_holder_1660 .wrapper {
    width: auto;
    max-width: 1660px;
}

.band_holder {
    min-width: 360px;
}

.band .band_background, .band .band_shadow {
    min-width: 360px;
}

@media only screen and (max-width: 400px) {
    .wrapper {
        padding: 0 10px;
    }
}

/*начинается адаптив шапки*/
@media only screen and (max-width: 1150px) {
    .headmenu_booking_button {
        width: 140px;
    }
}

@media only screen and (max-width: 1020px) {
    .headmenu {
        width: 65%;
        min-width: 510px;
    }
    
    .headmenu_restoran_button {
        margin-right: -15px;
    }
    
    .headmenu_link {
        font-size: 12px;
        letter-spacing: 0;
    }
    
}

@media only screen and (max-width: 980px) {
    .header_phone {
        width: 160px;
        font-size: 16px;
    }
    
    .header_lozung {
        margin-right: 10px;
        font-size: 14px;
        width: 160px;
    }
    
    .header_works {
        width: 160px;
        font-size: 14px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .headmenu_booking_button {
        width: 115px;
        font-size: 10px;
    }
        
    .headmenu_video_caption {
        font-size: 12px;
        letter-spacing: 0;
    }
    
}

@media only screen and (max-width: 880px) {
    .headmenu {
        width: 65%;
        min-width: 490px;
    }
    
    .header_logo {
        float: left;
        margin-right: 6%;
    }
    
    .header_lozung {
        display: none;
    }
    
    .header_left, .header_right {
        display: inline;
    }
    
    .header_phone, .header_works, .header_lozung {
        margin: 0;
        width: 180px;
        font-size: 16px;
        margin-top: 15px;
    }
    
    .header_phone {
        font-size: 18px;
    }
    
    .headmenu_modal {
        padding: 10px 15px;
    }
    
    .headmenu_modal_item {
        line-height: 20px;
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 750px) {
    .headmenu_block {
        display: none;
    }
    
    .headmenu_video {
        display: none;
    }
    
    .headmenu_phone {
        display: inline-block;
    }
    
    .headmenu {
        width: 62%;
        max-width: 500px;
        min-width: 300px;
    }
    
    .headmenu_booking_button {
        
    }
    
    .header_logo {
        margin-right: 6%;
    }
    
    .header_lozung {
        display: inline-block;
    }
    
    .header_works, .header_lozung {
        font-size: 18px;
        width: 200px;
        margin-top: 10px;
        line-height: 24px;
    }
    
    .header_works {
        
    }
    
    .header_phone {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .headmenu {
        width: 20%;
        min-width: 200px;
    }
    
    .header_works, .header_lozung {
        font-size: 16px;
        width: 180px;;
    }
    
    .header_works {
        width: 165px;
    }
    
    .headmenu_booking_button { 
        width: 140px;
    }
    
    .headmenu_phone_bron {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .headmenu {
        /*width: 62%;
        min-width: 220px;*/
        min-width: 160px;
    }
    
    .headmenu_caller {
        margin-left: -15px;
    }
    
    .headmenu_phone {
        padding-left: 0;
        background-image: none;
        font-size: 14px;
    }
    
    .headmenu_booking_button { 
        width: 140px;
    }
    
    .header_logo {
        margin-right: 5%;
    }
    
    .header_works, .header_lozung {
        font-size: 14px;
        width: 155px;;
        line-height: 20px;
        margin-top: 15px;
    }
    
    .header_works {
        width: auto;
    }
}

@media only screen and (max-width: 500px) {
    .headmenu {
        width: auto;
        min-width: auto;
        max-width: auto;
    }
    
    .headmenu_phone {
        display: none;
    }
    
    .headmenu_caller {
        background-color: #775d3c;
        /*margin: 0;*/
    }
    
    .headmenu_caller:hover {
        background-color: #664c2b;
    }
    
    .headmenu_booking_button {
        /*margin: 0;*/
        width: 140px;
    }
    
    .header_container {
        padding-top: 10px;
        padding-bottom: 65px;
    }
    
    .header_phone {
        width: auto;
        font-size: 18px;
        display: inline-block;
        
        position: absolute;
        bottom: 10px;
        
    }
    
    .header_left .header_phone {
        left: 10px;
    }
    
    .header_right .header_phone {
        right: 20px;
    }
    
    .header_lozung {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0;
        width: 200px;
    }
    
    .header_works {
        display: block;
        font-size: 16px;
        margin: 15px 0 ;
        text-align: center;
        
        display: none;
    }
    
    .header_works br {
        display: none;
        
    }
    
    .header_logo {
        margin-left: 10%;
    }
    
    .header_band_restoran .header_right .header_phone {
        display: none;
    }
    
    .header_band_restoran .header_phone.header_phone_restoran {
        display: block;
    }
}


@media only screen and (max-width: 460px) {
    .header_logo {
        margin-left: 8%;
    }
}


@media only screen and (max-width: 440px) {
    .header_logo {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 420px) {
    .header_lozung {
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0;
        width: 180px;
    }
    
    .header_left .header_phone {
        left: 0;
    }
    
    .header_right .header_phone {
        right: 0;
    }
    
}

@media only screen and (max-width: 400px) {
    .header_logo {
        margin-left: 4%;
    }
    
    
    .header_works {
        display: block;
        font-size: 16px;
        margin: 10px 0 ;
        text-align: center;
        
        display: none;
    }
    
}

/*адаптив слайдера*/
@media only screen and (max-width: 1200px) {
    .slider_background {
        background-size: cover;
    }
    
    .slider_container {
        height: 660px;
        padding: 0 75px 160px;
    }
    
    .pages_slider_container {
        padding: 0 150px 150px 0;
    }
    
    .cover_container {
        height: 490px;
        padding: 0 0 140px;
    }
    
    .slider_content_h1 {
        font-size: 36px;
    }
    
    .cover_h1 {
        font-size: 36px;
    }
    
    .slider_arrows {
        bottom: 155px;
    }
}

@media only screen and (max-width: 1050px) {
    .slider_container {
        padding-bottom: 0;
    }
    
    .slider_content {
        vertical-align: middle;
    }
    
    .slider_arrows {
        bottom: auto;
        top: 50%;
        margin-top: 25px;
    }
    
    .pages_slider_container {
        padding-bottom: 180px;
    }
    
    .pages_slider_content {
        vertical-align: bottom;
    }
    
    .cover_arrows {
        top: auto;
        margin-top: 0;
        bottom: 180px;
    }
}

@media only screen and (max-width: 830px) {
    .cover_container {
        height: 360px;
        padding-bottom: 50px;
    }
    
    .pages_slider_container {
        height: 440px;
        padding-bottom: 50px;
    }
    
    .cover_container .slider_content {
        vertical-align: bottom;
    }
    
    .cover_arrows {
        bottom: 60px;
    }
}

@media only screen and (max-width: 720px) {
    .slider_background {
        display: none;
    } 
    
    .slider_background_mob {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .pages_slider_container {
        padding-bottom: 100px;
        padding-right: 0;
    }
    
    .room_slider_container {
        padding-bottom: 40px;
    }
    
    .slider_content_h1 {
        font-size: 30px;
    }
    
    .cover_h1 {
        font-size: 30px;
    }
    
    .slider_arrow {
        width: 38px;
        height: 38px;
    }
    
    .cover_arrows {
        right: auto;
        left: 0;
        bottom: 30px;
    }
    
    .cover_band .slider_radial_block {
        background-image: linear-gradient(to top, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0) 53%), linear-gradient(to bottom, rgba(25,16,9,1) 0%, rgba(25,16,9,0) 30%), radial-gradient(100% 81.6% at 50% 100%, rgba(25,16,9,0.8) 22%, rgba(25,16,9,0) 100%);
    }
}

@media only screen and (max-width: 500px) {
    .slider_band {
        /*margin-top: 0;*/
    }
    
    .slider_radial_block {
        background-image: linear-gradient(to top, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0) 33%), linear-gradient(to bottom, rgba(25,16,9,1) 0%, rgba(25,16,9,0) 30%), radial-gradient(100% 61.6% at 50% 100%, rgba(25,16,9,0.8) 22%, rgba(25,16,9,0) 100%);
    }
    
    .slider_container {
        height: 400px;
        padding-top: 100px;
    }
    
    .slider_arrows {
        margin-top: 75px
    }
}

@media only screen and (max-width: 1600px) {
    .leftright_block {
        margin-left: -100px;
        margin-right: -100px;
    }

    .leftright_content {
        padding: 40px 100px 40px 80px;
    }

    .leftright_inverse .leftright_content {
        padding: 40px 80px 40px 100px;
    }
}

@media only screen and (max-width: 1380px) {
    .welcome_container {
        padding-top: 5%; 
        padding-bottom: 4%;
    }
    
    .welcome_about_block {
        margin-bottom: 7.5%; 
    }
    
    .welcome_rooms_container {
        margin-bottom: 6%;
    }
    
    .welcome_impress_container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    
    .welcome_impress_block {
        margin-bottom: 3.5%;
    }
    
    .hotel_container {
        padding-top: 6.5%;
        padding-bottom: 6%;
    }


    .leftright_block {
        margin-left: -50px;
        margin-right: -50px;
    }

    .leftright_content {
        padding: 40px 50px 40px 40px;
    }

    .leftright_inverse .leftright_content {
        padding: 40px 40px 40px 50px;
    }
    
    .leftright_content .morelink {
        margin-top: 10px;
    }
    
    .leftright_content .morelink:first-child {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .leftright_h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1100px) {
    .leftright_h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .leftright_aligner_img {
        margin-right: -120px;
    }
}

@media only screen and (max-width: 880px) {
    .leftright_block {
        margin-left: 0;
        margin-right: 0;
    }
    
    .leftright_left {
        float: none;
        margin-bottom: 20px;
        width: auto;
    }
    
    .leftright_right {
        float: none;
        width: auto;
    }
    
    .leftright_content {
        display: block;
    }
    
    .leftright_inverse .leftright_left, .leftright_inverse .leftright_right {
        width: auto;
    }
    
    .leftright_inverse .leftright_content {
        padding: 40px;
    }
    
    .leftright_aligner_img {
        margin: 0;
    }
    
    .leftright_img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 560px) {
    .leftright_content, .leftright_inverse .leftright_content {
        padding: 30px;
    }
    
    .leftright_h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .leftright_content {
        display: block;
        margin: 0 -15px;
    }
}

/*адаптив блока с номерами на главной*/
@media only screen and (max-width: 1200px){
    .welcome_headline_h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1020px){
    .welcome_headline_h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 980px){
    .welcome_headline_block {
        margin-bottom: 20px;
    }
    
    .welcome_headline_right {
        max-width: 400px;
    }
}

@media only screen and (max-width: 880px){
    .welcome_headline_left, .welcome_headline_right {
        display: block;
    }
    
    .welcome_headline_left {
        margin-bottom: 20px;
    }
    
    .welcome_headline_right {
        max-width: none;
    }
    
}

@media only screen and (max-width: 980px) and (min-width: 801px), only screen and (max-width: 640px) {
    .welcome_rooms_item_content {
        padding: 25px;
    }
    
    .welcome_rooms_item_title {
        font-size: 32px;
    }
    
    .welcome_rooms_item_lozung {
        font-size: 16px;
    }
        
    .welcome_rooms_item_anons {
        font-size: 16px;
        line-height: 24px;
        padding-top: 15px
    }
        
    .welcome_rooms_item_voskl {
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .welcome_rooms_item {
        width: 100%;
        max-width: 780px;
        max-height: 440px;
        margin-bottom: 2.5%;
    }
    
    .welcome_rooms_item_content {
        padding: 50px;
    }
    
    .welcome_rooms_black_block { 
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .welcome_headline_block {
        margin-bottom: 10px;
    }  
    
    .welcome_rooms_item_content {
        padding: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .welcome_rooms_item_anons, .welcome_rooms_item_voskl {
        display: none;
    }
    
}

/*адаптив блока с итемами ресторана на главной*/
@media only screen and (max-width: 1000px) {
    .welcome_restoran_item_link {
        font-size: 28px;
        line-height: 36px;
    }
    
    .welcome_restoran_item_descr { 
        padding-left: 0;
    }
}

@media only screen and (max-width: 720px) {
    .welcome_restoran_item_link {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 640px) {
    .welcome_restoran_item {
        max-width: none;
        width: auto;
        margin-top: 25px;
    }
    
    .welcome_restoran_item:first-child {
        margin-top: 0;
    }
}

/*адаптив блока спа на главной*/
@media only screen and (max-width: 1440px) {
    .welcome_spa_center {
        padding: 0 60px;
        margin: 0 340px;
    }
        
    .welcome_spa_item_left {
        left: -310px;
    }

    .welcome_spa_item_right {
        right: -310px;
    }
    
    .welcome_spa_item_left .welcome_spa_item_content {
        padding-left: 310px;
        padding-right: 90px;
    }

    .welcome_spa_item_right .welcome_spa_item_content {
        padding-right: 310px;
        padding-left: 80px;
    }

}

@media only screen and (max-width: 1200px) {
    .welcome_spa_center {
        padding: 0 50px;
        margin: 0 310px;
    }
    
    .welcome_spa_h2 {
        line-height: 40px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    
    .welcome_spa_item_left {
        left: -340px;
    }

    .welcome_spa_item_right {
        right: -340px;
    }
    
    .welcome_spa_item_left .welcome_spa_item_content {
        padding-left: 340px;
        padding-right: 60px;
    }

    .welcome_spa_item_right .welcome_spa_item_content {
        padding-right: 340px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1050px) {
    .welcome_spa_center {
        padding: 0 40px;
        margin: 0 290px;
    }
    
    .welcome_spa_item_left {
        left: -360px;
    }

    .welcome_spa_item_right {
        right: -360px;
    }
    
    .welcome_spa_item_left .welcome_spa_item_content {
        padding-left: 360px;
        padding-right: 40px;
    }

    .welcome_spa_item_right .welcome_spa_item_content {
        padding-right: 360px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 980px) {
    .welcome_spa_center {
        padding: 0 0px;
        margin: 0;
    }
    
    .welcome_spa_center_inner {
        height: auto;
        padding: 40px 0;
    }
    
    .welcome_spa_list {
        position: relative;
        height: 500px;
    }
    
    .welcome_spa_item_left {
        left: auto;
        right: 50%;
    }

    .welcome_spa_item_right {
        left: 50%;
        right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .welcome_spa_item_left .welcome_spa_item_content {
        padding-left: 400px;
        padding-right: 50px;
    }

    .welcome_spa_item_right .welcome_spa_item_content {
        padding-right: 400px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 560px) {
    .welcome_spa_list {
        height: auto;
    }
    
    .welcome_spa_item {
        position: relative;
        height: 360px;
        left: -15px;
        
    }
    
    .welcome_spa_item_left .welcome_spa_item_content {
        padding-left: 30px;
        max-width: 320px;
    }
    
    .welcome_spa_item_right .welcome_spa_item_content {
        padding-left: 30px;
        padding-right: 320px;
        max-width: 400px;
    }
}

/*адаптив блока с впечатлениями на главной*/
@media only screen and (max-width: 1000px) {
    .welcome_impress_item_content {
        padding: 30px;
    }
    
    .welcome_impress_item_title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .welcome_impress_item_descr {
        padding-top: 10px;
    }

}

@media only screen and (max-width: 900px) {
    .welcome_impress_item_content {
        padding: 25px;
    }
    
    .welcome_impress_item_descr {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 800px) {
    .welcome_impress_item_title br {
        display: none;
    }
    
    .welcome_impress_item_hover {
        
    }
    
    .welcome_impress_item_descr {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .welcome_impress_item {
        width: 100%;
    }
    
    .welcome_impress_item_content {
        padding: 40px;
    }
    
    .welcome_impress_item_title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 460px) {
    .welcome_impress_item_content {
        padding: 30px;
    }
    
    .welcome_impress_item_title {
        font-size: 20px;
        line-height: 28px;
    }
}

/*адаптив блока об отеле*/
@media only screen and (max-width: 1920px) {
    .hotel_band .wrapper {
        overflow: visible;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1000px) {
    .hotel_item {
        width: 65%;
    }
}

@media only screen and (max-width: 780px) {
    .hotel_item_descr {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .hotel_item {
        width: 85%;
    }
}

@media only screen and (max-width: 480px) {
    .hotel_item_content {
        padding: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .hotel_item_title {
        font-size: 20px;
        line-height: 28px;
    }
}

/*адаптив футера*/
@media only screen and (max-width: 1200px) {
    .footer_logo {
        display: none;
    }
    
    .footer_top_block {
        margin-bottom: 30px;
    }
    
    .footer_top_block .footer_contacts {
        margin-left: 0;
    }
    
    .footer_contacts {
        margin-right: 150px;
    }
    
    .footer_contacts_item {
        width: 200px;
    }
    
    .footer_feedback_button {
        width: 210px;
    }
    
    .footer_animal_hint {
        font-size: 10px;
        max-width: 220px;
    }
}

@media only screen and (max-width: 1034px) {
    .footer_container_without_booking {
          margin-top: -180px;
          height: 180px;
      }
      
      .footer_without_booking {
          height: 180px;
      }
      
      .footer_marginer_without_booking {
          height: 240px;
      }
    
    .footer_booking_line {
        max-height: none;
    }
    
    .footer_top_block {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    
    .footer_contacts_item {
        width: auto;
        max-width: 200px;
        margin-right: 30px;
    }
    
    .footer_bottom_block .footer_contacts {
        margin-left: 160px;
    }
    
    .footer_feedback_button {
        width: 180px;
    }
    
    .footer_feedback_icon {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .footer_contacts_item {
        font-size: 14px;
        margin-right: 20px;
        
    }
    
    .footer_contacts_phone {
        font-size: 16px;
    }
    
    .footer_contacts {
        margin-right: 130px;
    }
    
    .footer_bottom_block .footer_contacts {
        margin-left: 145px;
    }
    
    .footer_socials .social_item {
        margin-left: 2px;
    }
    
    .footer_feedback_button {
        width: 150px;
        font-size: 13px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 850px) {
    .footer_marginer {
        height: 220px;
    }
    
    .footer_marginer_welcome {
        height: 180px;
    }
    
    .footer_container {
        margin-top: -180px;
        height: 180px;
    }
    
    .footer {
      height: 180px;
    }
    
    .footer_booking_line {
        display: none;
    }
    
    .footer_contacts_button {
        display: none;
    }
    
    .footer_top_block .footer_contacts {
        margin-right: 0;
    }
    
    .footer_top_block .footer_contacts {
        text-align: justify;
    }
    
    .footer_top_block .footer_contacts_item {
        width: auto;
        margin-right: 0;
    }
    
    .footer_bottom_block {
        position: relative;
    }
    
    .footer_bottom_block .footer_contacts {
        margin-left: 0;
    }
    
    .footer_itgo_block {
        float: none;
        position: absolute;
        right: 0;
        bottom: -0px;
    }
    
    .footer_itgo_block br {
        display: none;
    }
    
    .footer_socials { 
        margin-top: -5px;
    }
    
    .footer_socials .social_item { 
        width: 35px;
        height: 35px;
    }
    
    .footer_feedback_button {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 750px) {
    .footer_marginer {
        height: 260px;
    }
    
    .footer_marginer_welcome {
        height: 220px;
    }
    
    .footer_container {
        margin-top: -220px;
        height: 220px;
    }
    
    .footer {
      height: 220px;
    }
    
    .footer_bottom_block .footer_contacts {
        margin-right: 0;
    }
    
    .footer_socials {
        float: none;
        position: absolute;
        bottom: -60px;
        left: 0;
    }
    
    .footer_socials .social_item { 
        width: 40px;
        height: 40px;
    }
    .footer_itgo_block {
        bottom: -60px;
        line-height: 40px;
    }
    
    .footer_feedback_button {
        line-height: 50px;
        height: 50px;
        width: 220px;
    }
}

@media only screen and (max-width: 650px) {
    .footer_marginer {
        height: 280px;
    }
    
    .footer_marginer_welcome {
        height: 250px;
    }
    
    .footer_container {
        margin-top: -250px;
        height: 250px;
    }
    
    .footer {
      height: 250px;
    }
    
    .footer_feedback_button {
       width: 200px;
       position: absolute;
       right: 0;
       top: -65px;
       margin-right: 0;
    }
    
    .footer_top_block {
        margin-bottom: 5px;
    }
    
    .footer_top_block .footer_contacts_item {
        width: 33%;
        max-width: none;
        margin-bottom: 10px;
    }
    
    .footer_bottom_block br {
        display: none;
    }
    
    .footer_bottom_block .footer_contacts_item {
        max-width: none;
    }
    
    .footer_animal_hint {
        max-width: none;
        float: right;
    }
}

@media only screen and (max-width: 560px) {
    .footer_top_block .footer_contacts_item {
        width: auto;
    }
    
    .footer_top_block {
        padding-top: 25px;
    }
    
    .footer_bottom_block br {
        display: inline-block;
    }
    
    .footer_bottom_block .footer_contacts_item {
        max-width: none;
    }
    
    .footer_animal_hint {
        max-width: 200px;
        float: right;
    }
    
    .footer_socials  {
        bottom: -40px;
    }
    .footer_itgo_block {
        bottom: -40px;
        width: 200px;
    }
    
    .footer_itgo_block br {
        display: none;
    }
    
    .footer_animal_hint {
        font-size: 11px;
    }
}

@media only screen and (max-width: 500px) {
    .footer_container_restoran .footer_contacts_item.footer_restoran_phone {
        display: inline-block;
    }
    
    .footer_container_restoran .footer_contacts_item.footer_bron_phone {
        display: none;
    }
    
}

@media only screen and (max-width: 460px) {
    .footer_marginer {
        height: 320px;
    }
    
    .footer_marginer_welcome {
        height: 290px;
    }
    
    .footer_container {
        margin-top: -290px;
        height: 290px;
    }
    
    .footer {
      height: 290px;
    }
    
    .footer_top_block .footer_contacts_item {
        width: 48%;
    }
    
    .footer_feedback_button {
        position: relative;
        float: right;
        width: 48%;
        top: 0;
    }
    
    .footer_bottom_block .footer_contacts_item {
        line-height: 24px;
    }
    
    .footer_animal_hint {
        float: none;
        max-width: none;
        margin-top: 15px;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 420px) {
    .footer_marginer {
        height: 290px;
    }
    .footer_marginer_welcome {
        height: 270px;
    }
    
    .footer_container {
        margin-top: -270px;
        height: 270px;
    }
    
    .footer {
      height: 270px;
    }
    
    .footer_top_block .footer_contacts_item {
        width: auto;
    }
    
    .footer_top_block .footer_contacts_item br {
        display: none;
    }
    
    .footer_top_block span {
        margin-left: 15px;
    }
    
    .footer_itgo_block {
        line-height: 20px;
        width: auto;
        
    }
    
    .footer_itgo_block br {
        display: inline-block;
        
    }
    
    .footer_coord_block, .footer_email_block {
        display: none;
    }
}

/*адаптив обычной страницы*/
@media only screen and (max-width: 1380px) {
    .content_container_without_h1 {
        padding-top: 7%;
    }
    
    .page_content {
        margin-bottom: 25px;
    }
    
    .pagetext .checks_ul + .leftright_block {
        margin-top: 7%; 
    }
    
    .images_block + .checks_ul {
        margin-top: 4%;
    }
}

@media only screen and (max-width: 1250px) {
    .content_h1 {
        margin-bottom: 30px;
    }
    
    .pagetext table th {
        padding: 9px 14px;
    }

    .pagetext table td {
        padding: 10px 14px;
    }
}

@media only screen and (max-width: 880px){
    .content_h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .pagetext table th {
        padding: 5px 9px;
        font-size: 11px;
    }

    .pagetext table td {
        padding: 6px 9px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .pagetext h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px;
    }
    
    .pagetext .leftright_block + .leftright_block {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .pagetext table th {
        max-width: 60px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .pagetext p {
        line-height: 24px;
        font-size: 14px;
    }
    
    .pagetext p + p {
        margin-top: 8px;
    }
    
    .pagetext table td {
        padding: 6px 6px;
        font-size: 13px;
    }
}


@media only screen and (max-width: 480px) {
    .content_container {
        padding-top: 25px
    }
    
    .lesenka {
        margin-bottom: 15px;
    }
    
}

/*адаптив списка номеров*/
@media only screen and (max-width: 1380px) {
    .rooms_item_lozung {
        margin-top: -5px;
        margin-bottom: 10px;
    }
    
}

@media only screen and (max-width: 1100px) {
    .rooms_item .leftright_aligner_img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1000px) {
    
    .rooms_item_buttons {
        margin-top: 15px;
    }
    
    .rooms_item_booking {
        width: 180px;
        margin-right: 10px;
    }

    .rooms_item_zayavka {
        width: 160px;
    }
}

@media only screen and (max-width: 880px) {
    .rooms_item {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .rooms_item .leftright_left {
        margin-bottom: 0;
    }
    
    .rooms_item_photos .aaaleafer_arrows {
        right: auto;
        left: 40px;
    }

    .rooms_item_photos .aaaleafer_arrow {
        margin-left: 0;
        margin-right: 10px;
    }
    
    .rooms_item_lozung {
        line-height: 24px;
    }
}

@media only screen and (max-width: 480px){
    .rooms_item .leftright_content {
        margin: 0;
    }
    
    .rooms_item_booking {
        width: 160px;
        margin-right: 5px;
    }

    .rooms_item_zayavka {
        width: 130px;
    }
}

@media only screen and (max-width: 440px){
    .rooms_item_booking {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .rooms_item_zayavka {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}

/*адаптив карточки номера*/
@media only screen and (max-width: 1100px) {
    .room_card_block .leftright_aligner_img {
        margin-right: 0;
    }
    
    .room_card_square {
        margin-right: 15px;
    }
    
    .room_card_descr {
        font-size: 14px;
        line-height: 24px;
    }
    
    .room_card_descr ul {
        padding-left: 0;
    }
    .room_card_descr li {
        margin-top: 5px;
    }
    
    .room_card_props {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 940px) {
    .room_card_block .leftright_content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .room_card_descr li {
        margin-top: 2px;
    }
    
}

@media only screen and (max-width: 880px) {
    .room_card_block {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .room_card_block .leftright_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .room_card_thumbs {
        max-width: none;
    }
    
    .room_card_block .leftright_left {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 640px) {
    .room_card_block .leftright_content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
   .room_card_thumbs_list {
        margin: 0 60px;
    } 
}

@media only screen and (max-width: 480px) {
    .room_card_block .leftright_content {
        margin: 0;
    }
}

/*адаптив блока преимуществ на карточке номера*/
@media only screen and (max-width: 1000px){
    .room_card_advantages_item {
        width: 48%;
    }
}

@media only screen and (max-width: 680px){
    .room_card_advantages_h2 {
        margin-bottom: 20px;
    }
    
    .room_card_advantages_item {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .room_card_advantages_list .expander {
        display: none;
    }
}

/*адаптив похожих номеров*/
@media only screen and (max-width: 1200px){
    .room_other_item_content {
        padding: 0 30px 30px;
    }
    
    .room_other_item_title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0px;
    }
    
    .room_other_item_lozung {
        font-size: 16px;
        
    }
    
    .room_other_item_descr {
        padding-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 820px){
    .room_other_h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    .room_other_item_content {
        padding: 0 20px 25px;
    }
    
    .room_other_item_descr {
        display: none;
    }
}

@media only screen and (max-width: 760px){
    .room_other_item {
        width: 48.5%;
        margin-bottom: 3%;
    }
    
}

@media only screen and (max-width: 560px){
    .room_other_item_fade {
        background-image: linear-gradient(to top, rgba(25,16,9,0.64) 18%, rgba(25,16,9,0) 100%);
    }
    
    .room_other_item_lozung {
        font-size: 14px;
    }
}

@media only screen and (max-width: 440px){
    .room_other_container {
        max-width: 380px;
        margin: 0 auto;
    }
    
    .room_other_item {
        width: 100%;
    }
    
    .room_other_item_content {
        padding: 0 30px 30px;
    }
    
    .room_other_item_lozung {
        font-size: 16px;
        line-height: 24px;
    }
}

/*адаптив для другой шапки на отзывах*/
@media only screen and (max-width: 500px){
    .body_otzyv_page .headmenu_band, .body_otzyv_page .header_band, .body_otzyv_page .headmenu_pos {
        display: none;
    }
    
    .body_otzyv_page .otzyvheader_band {
        display: block;
    }
}

/*адаптив для галереи*/
@media only screen and (max-width: 1000px){
    .galery_switcher {
        margin-bottom: 4%;
    }
    
    .galery_item {
        padding: 6% 100px 5%;
        margin: 0 -100px 5%;
    }
    
    .galery_item_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 680px){
    .galery_switcher_item {
        height: 38px;
        line-height: 38px;
        margin-right: 6px;
        margin-bottom: 10px;
        padding: 0 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px){
    .galery_item_photo_link, .video_item {
        width: 48.5%;
        margin-bottom: 3%;
    }
}

/*адаптив контактов*/
@media only screen and (max-width: 1240px){
    .contacts_list {
        margin: 0 -30px 4%;
    }
    
    .contacts_item {
        padding: 30px 30px 25px;
        width: 32%;
    }

    .contacts_item1 {
        width: 34%;
    }
    
    .contacts_item2 {
        min-width: 380px;
    }

    .contacts_item3 {
        width: 26%;
    }
    
    .feedback_block {
        padding: 55px 100px 60px;
    }
    
    .feedback_text {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 980px){
    .contacts_list {
        margin: 0 -20px 4%;
    }
    
    .contacts_item1 {
        width: 31%;
        padding: 30px 20px 25px;
    }
    
    .contacts_item2 {
        min-width: 365px;
    }
    
    .contacts_item_phones .contacts_item_data:first-child {
        margin-right: 15px;
    }
    
    .contacts_item3 {
        width: 25%;
        padding: 30px 20px 25px;
    }
    
    .feedback_h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .feedback_block {
        padding: 35px 100px 40px;
    }
    
    .feedback_text {
        margin-bottom: 20px;
    }
    
    .feedback_form_item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 900px){
    .contacts_list {
        margin: 0 0 4%;
    }
    
    .contacts_item {
        padding: 0;
    }
    
    .contacts_item1 {
        width: 32%;
    }
    
    .contacts_item2 {
        min-width: 310px;
        background-color: transparent;
    }
    
    .contacts_item3 {
        width: 22%;
    }
    
    
}

@media only screen and (max-width: 800px){
    .contacts_item_title {
        margin-bottom: 5px;
    }
    
    .contacts_item1 {
        display: block;
        width: auto;
        margin-bottom: 30px;
    }
    
    .contacts_item3 {
        width: 42%;
    }
    
    .map_band {
        margin-top: 00px;
    }
    
    .map_heighter {
        height: 350px;
    }
}

@media only screen and (max-width: 680px){
    .contacts_item3 {
        width: 32%;
    }
    
    .feedback_hint {
        margin-bottom: 20px;
    }
    
    .feedback_form_item {
        width: 48.5%;
        margin-bottom: 3%;
    }
    
    .feedback_form_textarea, .feedback_form_name {
        width: 100%;
    }
    
    .feedback_form_button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .feedback_form_agree {
        max-width: none;
        text-align: center;
        
    }
}

@media only screen and (max-width: 560px){
    .contacts_item {
        width: auto;
        display: block;
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    .contacts_item:first-child {
        margin-top: 0;
    }
    
    .feedback_block {
        padding: 25px 100px 30px;
    }
}

@media only screen and (max-width: 480px){
    .feedback_form_item {
        width: 100%;
    }
    
    
    
    .feedback_form_submit {
        text-align: center;
        
    }
}

/*адаптив маркеров чекула*/
@media only screen and (max-width: 1000px){
    .checks_ul li {
        padding: 25px 20px 25px 65px;
        background-position: left 25px center;
    }
}

@media only screen and (max-width: 780px){
    .checks_ul li {
        padding: 20px 20px 20px 50px;
        background-position: left 15px center;
    }
}

@media only screen and (max-width: 780px){
    .checks_ul li {
        width: 48.5%;
        margin-bottom: 3%;
    }
}

@media only screen and (max-width: 480px){
    .checks_ul li {
        width: 100%;
        margin-bottom: 3%;
    }
}

/*адаптив картиночного блока*/
@media only screen and (max-width: 880px) {
    .withimg_block {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .withimg_left {
        float: none;
        margin-bottom: 20px;
        width: auto;
        max-width: none;
    }
    
    .withimg_right {
        float: none;
        width: auto;
        max-width: none;
    }
    
    .withimg_content {
        display: block;
    }
    
    .withimg_inverse .withimg_left, .withimg_inverse .withimg_right {
        width: auto;
        max-width: none;
    }
    
    .withimg_inverse .withimg_left {
        margin-bottom: 0;
    }
    
    .withimg_inverse .withimg_right {
        margin-bottom: 20px;
    }
    
    .withimg_aligner_img {
        margin: 0;
    }
    
    .withimg_img {
        margin: 0 auto;
    }
    
    .withimg_title {
        margin-bottom: 15px;
    }
}

/*адаптив встроенной в страницу галереи*/
@media only screen and (max-width: 900px) {
    .images_item {
        width: 40%
    }
}

@media only screen and (max-width: 680px) {
    .images_block {
        margin-top: 35px;
    }
    
    .images_item {
        width: 48.5%
    }
}

@media only screen and (max-width: 560px) {
    .images_item {
        width: 66%
    }
}

/*адаптив блока с подложкой. который plate_block*/
@media only screen and (max-width: 1380px) {
    .plate_block {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 600px) {
    .plate_block {
        padding: 30px;
    }

    .pagetext .plate_block h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

/*адаптив преимуществ*/
@media only screen and (max-width: 980px) {
    .advantages_item_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_list {
        margin-top: 5%;
        margin-bottom: 0;
    }
    
    .advantages_item {
        margin-left: 0;
        width: 100%;
        margin-bottom: 4%;
    }
}

/*адаптив итемов ресторана*/
@media only screen and (max-width: 1000px) {
    .restoran_container {
        padding-top: 20px;
    }

    .restoran_item_icon {
        margin-top: 0;
        margin-bottom: 10px;
        float: none;
    }
    
    .restoran_item_texts {
        margin: 0;
    }
    
    .restoran_item_title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .pagetext p + .restoran_new {
        margin-top: 20px;
    }

    .restoran_new_phone {
        font-size: 20px;
    }

    .menu_button {
        max-width: 200px;
        margin-top: 15px;
    }
    
}

@media only screen and (max-width: 880px) {
    .restoran_new {
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
    }
    
    .pagetext p + .restoran_new {
        margin-top: 15px;
    }
    
    .restoran_new + .menu_button {
        vertical-align: middle;
    }
}

@media only screen and (max-width: 880px) and (min-width: 521px), only screen and (max-width: 440px) {
    .restoran_item_descr {
        display: none;
    }
    
    
}

@media only screen and (max-width: 640px) and (min-width: 521px) {
    .restoran_item_content {
        padding: 0 30px 30px;
    }
    
    .restoran_item_icon {
        width: 50px;
    }
}

@media only screen and (max-width: 560px) and (min-width: 521px) {
    .restoran_item_content {
        padding: 0 25px 25px;
    }
    
    .restoran_item_title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 520px) {
    .restoran_item {
        width: 100%;
        margin-top: 4%;
    }
    
    .restoran_item:first-child {
        margin-top: 0;
    }
}

@media only screen and (max-width: 450px) {
    .restoran_new {
        display: block;
        margin-right: 0;
        
    }
    
    .pagetext p + .restoran_new {
        margin-top: 15px;
    }
    
    .restoran_new_phone {
        font-size: 24px;
    }
    
    .menu_button {
        max-width: none;
    }
}

/*адаптив статей*/
/*адаптив статей*/
@media only screen and (max-width: 1200px){
    .articles_item_content {
        padding: 20px 25px;
    }
    
    .articles_item_title {
        font-size: 16px;
        line-height: 26px;
    }

}

@media only screen and (max-width: 800px){
    .articles_list .justify_elem, .articles_list_item {
        width: 48.5%;
        margin-bottom: 3%;
    }
}

@media only screen and (max-width: 650px){
    .articles_item_content {
        padding: 15px 20px;
    }
    
    .articles_item_title {
        font-size: 14px;
        line-height: 24px;
    }
    
    .article_top_block {
        margin-bottom: 20px;
        padding: 15px 20px;
    }

    .article_top_category {
        display: none;
    }
    
    
}

@media only screen and (max-width: 480px){
    .articles_list {
        text-align: center;
    }
    
    .articles_list_item {
        width: 100%;
        margin-bottom: 20px;
    }
}
