@import url('/fonts/roboto/roboto.css');
@import url('/fonts/philosopher/philosopher.css');
html {
    height: 100%;
    width: 100%;
    width: auto; /*это типа чтобы не скакало при открытии модалки, а formodal_fixed*/
}

body {
    height:         100%;
    margin: 0;
    padding: 0;
    color: #191009;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    min-width: 100%;
    background-color: #ffffff;
}

a {
    color: #775D3C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.inverse {
    text-decoration: none;
}

a.inverse:hover {
    text-decoration: underline;
}

img{
    border: 0;
}

.pagetext {

}

.pagetext h1 {

}

#html_container {
    min-height: 100%;

    background-repeat: repeat-x;
    background-position: top;
}


h1, h2 {
    padding: 0;
    margin: 0;
    
    font-size: 40px;
    font-weight: bold;
    font-family: "Philosopher";
    letter-spacing: 0.3px;
    
}




 h2 {
        padding: 0;
        margin: 0;

 }

    .wrapper {
        width:                  1180px;
        padding: 0 15px;
        margin:                0 auto;
        min-width: 340px;
        position: relative;
        /*height:                100%;*/


    }

.lesenka {
    text-transform: uppercase;
    
    color: #191009;
    font-size: 12px;
    
    margin-bottom: 20px;
}
.lesenka a{
    color: #191009;
    text-decoration: none;
    transition: color 0.3s;
}

.lesenka a:hover {
    color: #775D3C;
}

.lesenka span {
    color: #191009;
}

.lesenka_separator {
    width: 3px;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: #191009;
    margin: 0 6px 1px;
}

div.clearer {
    clear:               both;
    overflow:            hidden;
    zoom:                1;
    height:              0; /* ie */
}

.footer_marginer {
    height: 410px;
}

.footer_marginer_welcome {
    height: 330px;
}

.footer_marginer_without_booking {
    height: 300px;
}

div.metrika_code {
    display: none;
}

  .footer_container {
    margin-top: -330px;
    bottom: 0;
    height: 330px;
    width: 100%;
    position: relative;
  }
  
  .footer_container_without_booking {
      margin-top: -240px;
      height: 240px;
  }
  
  .footer {
      height: 330px;
  }
  
  .footer_without_booking {
      height: 240px;
  }

  .band_holder {
      position: relative;
      overflow: hidden;
      min-width: 1210px;
      width: 100%;
  }
  
  .band {
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
  }
  
  .footer_container .band {
      z-index: auto;
  }
  
  .footer_container .wrapper {
      z-index: 1;
}
  
.band .band_background, .band .band_shadow {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1210px;
    height: 100%;
    margin: 0 auto;
    background-position: center top;
}
  
.band_holder_1660 .wrapper {
    width: 1660px;
}
  
  
.up_button_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    
}

@media only screen and (min-width: 1140px) {
    .up_button_container {
        display: block;
    }
}
 
.up_button_control {
    position: fixed;
    bottom: 15px;
}

.up_button {
    cursor: pointer;
    position: fixed;
    background-image: url(/img/up_top.png);
    height: 29px;
    width: 45px;
    right: 20px;
    bottom: 15px;
    display: none;
}

.up_button:hover {
    background-position:  45px 0;
}

.up_button_absolute {
    position: absolute;
}

.expander {
    width: 100%;
    display: inline-block;
    height: 0px;
}

.transition {
    transition: all 0.3s;
}

.phonelink {
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

.icon_wrapper {
    position: relative;
}

.icon_inner {
    background-position: top left;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.icon_inner_hover {
    opacity: 0;
}

.icon_parent:hover .icon_inner_auto {
    opacity: 0;
}

.icon_parent:hover .icon_inner_hover {
    opacity: 1;
}

.mob_buttons_align {
    font-size: 0;
}



.headmenu_pos {
    height: 50px;
    position: relative;
    z-index: 4;
}

.headmenu_band {
    overflow: visible;
}

.head_menu_band .band {
    z-index: auto;
}

.headmenu_band .band_background {
    background-color: #150e07;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #775d3c;
}

.headmenu_fixed {
    position: fixed;
    top: 0;
    z-index: 3;
}

.headmenu_container {
    height: 50px;
    position: relative;
}

.headmenu {
    height: 49px;
    float: left;
    text-align: justify;
    width: 70%;
    max-width: 750px;
    min-width: 610px;
}

.headmenu_caller {
    display: inline-block;
    vertical-align: middle;
    
    cursor: pointer;
    width: 50px;
    height: 49px;
    
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/headmenu_icon.png);
}

.headmenu_caller:hover {
    background-color: #775d3c;
}

.headmenu_block {
    display: inline;
}

.headmenu_link {
    vertical-align: middle;
    display: inline-block;
    
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.headmenu_link:hover {
    color: #775d3c;
}

.headmenu_video {
    display: inline-block;
    vertical-align: middle;
    
    color: #775d3c;
    cursor: pointer;
    transition: color 0.3s;
}

.headmenu_video:hover {
    color: #ffffff;
}

.headmenu_video_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.headmenu_video_icon .icon_inner_auto {
    background-image: url(/img/video_icon_brown.png);
}

.headmenu_video_icon .icon_inner_hover {
    background-image: url(/img/video_icon_white.png);
}

.headmenu_video_caption {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
}

.headmenu_phone {
    display: none;
    
    background-image: url(/img/phone_icon14_white.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #ffffff;
    vertical-align: middle;
}

.headmenu_phone .header_phone_caption {
    font-size: 11px;
}

.sova_button {
    font-family: inherit;
    border: 0;
    background-color: #775D3C;
    
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    transition: 0.3s all;
}

.sova_button:hover {
    background-color: #664c2b;
}

.headmenu_booking_button {
    float: right;
    width: 220px;
    height: 49px;
    line-height: 49px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    
    font-size: 11px;
    line-height: 17px;
    padding-top: 9px;
    height: 40px;
    width: 160px;
}

.headmenu_booking_button span {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.headmenu_restoran_button {
    background-color: #664c2b;
}

.headmenu_restoran_button:hover {
    background-color: #553b1a;
}

.header_band {
    
}

.header_band .band_background {
    background-color: #191009;
}

.header_container {
    text-align: justify;
    color: #ffffff;
    font-size: 0;
    padding: 15px 0;
    position: relative;
    z-index: 3;
}

.header_left {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.header_right {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.header_lozung {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    font-size: 16px;
    line-height: 19px;
    margin-right: 20px;
}

.header_works {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    font-size: 16px;
    line-height: 19px;
    margin-left: 20px;
}

.header_phone {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    font-size: 18px;
    background-image: url(/img/phone_icon14_white.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header_phone.header_phone_restoran {
    display: none;
}

.header_phone_caption {
    
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.headmenu_modal {
    position: absolute;
    top: 100%;
    z-index: 5;
    left: 0;
    display: none;
    background-color: #191009;
    padding: 15px 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    min-width: 210px;;
}

.headmenu_modal_item {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 24px;
    padding: 15px 15px;
    border-bottom: 1px solid #24190f;
    transition: color 0.3s;
    cursor: pointer;
}

.headmenu_modal_item:hover {
    color: #775d3c;
}

.header_logo {
    display: inline-block;
    vertical-align: middle;
}

.headmenu_modal_socials {
    margin-top: 15px;
}

.social_item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #24190f;
    display: inline-block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s;
}

.social_item:hover {
    background-color: #775d3c;
}

.social_item_ig {
    background-image: url(/img/ig_icon.png);
}

.social_item_ig:hover {
    background-image: url(/img/ig_icon_white.png);
}

.social_item_vk {
    background-image: url(/img/vk_icon.png);
}

.social_item_vk:hover {
    background-image: url(/img/vk_icon_white.png);
}

.social_item_fb {
    background-image: url(/img/fb_icon.png);
}

.social_item_fb:hover {
    background-image: url(/img/fb_icon_white.png);
}

.fakefade {
    display: none;
    z-index: 4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25,16,9, 0.6);
}

.popup_block_video video, .popup_block_video iframe {
    display: block;
}

/*то, что я спиздил для баннера*/
.slider_holder {
    position: relative;
}

.slider_band {
    margin-top: -100px;
}

.slider_band .band {
    z-index: auto;
}

.slider_background, .slider_background_mob {
    width: 100%;
    height: 100%;
    background-position: center;
}

.slider_background_mob {
    display: none;
    background-size: cover;
}

.slider_background_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.slider_radial_block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
    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) -5.8%, rgba(25,16,9,0) 27.3%), radial-gradient(100% 61.6% at 50% 100%, rgba(25,16,9,0.8) 22%, rgba(25,16,9,0) 100%);
}

.slider_background_ready {
    display: block;
    z-index: 1;
}

.slider_background_active {
    display: block;
    z-index: 2;
}

.slider_container {
    width: 100%;
    height: 860px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 2;
    
    padding-bottom: 190px;
    display: table;
}

.slider_content {
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
    color: #ffffff;
}

.slider_content_h1 {
    text-align: center;
}

.slider_arrows {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 185px;
}

.slider_arrow {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 1px solid #ffffff;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    
}

.slider_arrow:hover {
    border-color: #775D3C;
    background-color: #775D3C;
}

.slider_arrow_left {
    left: 0;
    background-image: url(/img/slider_arrow_left.png);
}

.slider_arrow_right {
    right: 0;
    background-image: url(/img/slider_arrow_right.png);
}

.welcome_band .band_background {
    
}

.welcome_container {
    padding-top: 10.17%; /*120/1180*/
    padding-bottom: 8.47%; /*100/1180*/
}

.welcome_about_block {
    margin-bottom: 9.3%; /*110/1180*/
}

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

.pagetext .leftright_block {
    overflow: hidden;
}

.leftright_left {
    float: left;
    width: 49.36%;
}

.leftright_right {
    float: right;
    width: 50.64%;
}

.leftright_inverse .leftright_left {
    width: 50.64%;
}

.leftright_inverse .leftright_right {
    width: 49.36%;
}

.leftright_img {
    display: block;
    max-width: 100%;
}

.leftright_content {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 200px 50px 120px;
    
    background-color: #fafafa;
}

.leftright_inverse .leftright_content {
    padding: 50px 120px 50px 200px;
}

.leftright_content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.leftright_aligner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.morelink {
    font-size: 15px;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    text-transform: uppercase;
}

.morelink:hover {
    color: #191009;
}

.morelink_icon {
    width: 17px;
    height: 8px;
    margin-bottom: 2px;
    margin-left: 3px;
    vertical-align: middle;
    display: inline-block;
}

.morelink_icon .icon_inner_auto {
    background-image: url(/img/morelink_icon_brown.png);
}

.morelink_icon .icon_inner_hover {
    background-image: url(/img/morelink_icon_black.png);
}

.leftright_content .morelink {
    margin-top: 25px;
}

.leftright_content .morelink:first-child {
    margin-bottom: 20px;
    margin-top: 0;
}

.leftright_h2 {
    font-weight: bold;
    font-family: "Philosopher";
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.leftright_h2 a {
    color: #191009;
    text-decoration: none;
    transition: color 0.3s;
}

.leftright_h2 a:hover {
    color: #775D3C;
}

.leftright_pagetext {
    
}

.pagetext {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.pagetext p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.pagetext p + p {
    margin-top: 10px
}

.pagetext p + .leftright_block {
    margin-top: 8.47%; /*100/1180*/
}

.pagetext .leftright_block + .leftright_block {
    margin-top: 60px;
}

.pagetext .checks_ul + .leftright_block {
    margin-top: 10.17%; /*120/1180*/
}

.pagetext .checks_ul + p {
    margin-top: 3.5%;
}

.pagetext p + .withimg_block {
    margin-top: 4.66%; /*55/1180*/
}

.pagetext .images_block + .withimg_block {
    margin-top: 8.47%; /*100/1180*/
}



.pagetext strong {
    font-weight: bold;
}

.welcome_rooms_container {
    margin-bottom: 8.47%; /*100/1180*/
}

.welcome_headline_block {
    text-align: justify;
    margin-bottom: 40px;
}

.welcome_headline_left {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.welcome_headline_h2 {
    margin-bottom: 12px;
}

.welcome_headline_right {
    display: inline-block;
    vertical-align: middle;
    max-width: 480px;
}

.welcome_headline_descr {
    color: #775D3C;
    text-align: left;
}

.welcome_rooms_list {
    position: relative;
    text-align: justify;
    font-size: 0;
}

.welcome_rooms_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    max-width: 580px;
    width: 49.15%;
    margin-bottom: 1.69%; /*20/1180*/
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.welcome_rooms_item_img {
    display: block;
    max-width: 100%;
}

.welcome_rooms_item_fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.64;
    background-image: linear-gradient(to top, #191009 18.4%, rgba(25,16,9,0) 61.84%);
    transition: all 0.3s;
}

.welcome_rooms_item_content {
    position: absolute;
    color: #ffffff;
    bottom: 0;
    text-align: left;
    padding: 40px 40px;
    transition: color 0.3s;
}

.welcome_rooms_item_title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.3px;
    font-family: "Philosopher";
    margin-bottom: 7px;
}

.welcome_rooms_item_lozung {
    display: block;
    font-size: 18px;
}

.welcome_rooms_item_hover {
    /*display: none;*/
    display: block;
    overflow: hidden;
    height: 0;
    color: #ffffff;
}

.welcome_rooms_item_hover_inner {
    display: block;
}

.welcome_rooms_item_anons {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300px;
    padding-top: 30px;
}

.welcome_rooms_item_voskl {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(/img/voskl_white_icon.png);
    padding-left: 25px;
}


.welcome_rooms_item:hover .welcome_rooms_item_content {
    color: #775D3C;
}

.welcome_rooms_item:hover .welcome_rooms_item_fade {
    background-color: #191009;
    opacity: 0.9;
}

.welcome_rooms_black_block {
    position: absolute;
    background-color: #191009;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    left: -200px;
    right: -200px;
    top: 23.4%;
    bottom: 23.4%;
}

.welcome_restoran_block {
    margin-bottom: 5%;
}

.welcome_restoran_list {
    text-align: justify;
}

.welcome_restoran_item {
    max-width: 480px;
    width: 48%;;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.welcome_restoran_item_top {
    margin-bottom: 15px;
}

.welcome_restoran_item_link {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    color: #191009;
    font-size: 32px;
    font-family: "Philosopher";
    padding-left: 80px;
    transition: color 0.3s;
}

.welcome_restoran_item_link:hover {
    color: #775D3C;
}

.welcome_restoran_item_descr {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-left: 80px;;
}

.welcome_spa_band .band_background {
    background-color: #191009;
}

.welcome_spa_container {
    position: relative;
}

.welcome_spa_center {
    color: #ffffff;
    margin: 0 280px;
    padding: 0 120px;
}

.welcome_spa_center_inner {
    display: table-cell;
    height: 760px;
    vertical-align: middle;
}

.welcome_spa_center .morelink {
    margin-bottom: 20px;
}

.welcome_spa_h2 {
    line-height: 50px;
    margin-bottom: 32px;
}

.welcome_spa_descr {
    
}

.welcome_spa_list {
    
}

.welcome_spa_item {
    display: block;
    position: absolute;
    width: 650px;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    background-position: center;
}

.welcome_spa_item_left {
    left: -370px;
}

.welcome_spa_item_right {
    right: -370px;
}

.welcome_spa_item_fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25,16,9,0.4);
}

.welcome_spa_item_left .welcome_spa_item_fade {
    background-image: linear-gradient(to right, rgba(25,16,9,0.8) 0%, rgba(25,16,9,0) 100%);
}

.welcome_spa_item_right .welcome_spa_item_fade {
    background-image: linear-gradient(to left, rgba(25,16,9,0.8) 0%, rgba(25,16,9,0) 100%);
}

.welcome_spa_item_hoverfade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: rgba(25,16,9,0.7);
}

.welcome_spa_item:hover .welcome_spa_item_hoverfade {
    opacity: 1;
}

.welcome_spa_item_content {
    display: block;
    position: absolute;
    color: #ffffff;
    top: 0;
    height: 100%;
    display: table;
}

.welcome_spa_item_content_inner {
    display: table-cell;
    vertical-align: middle;
}

.welcome_spa_item_left .welcome_spa_item_content {
    padding-left: 370px;
    padding-right: 80px;
}

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

.welcome_spa_item_title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    font-family: "Philosopher";
    margin-bottom: 35px;
    transition: color 0.3s;
}

.welcome_spa_item_descr {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.welcome_spa_item_hover {
    display: block;
    overflow: hidden;
    height: 0;
}

.welcome_spa_item_hover_inner {
    padding-top: 30px;
    display: block;
}

.welcome_spa_container .morelink {
    color: #775D3C;
}

.welcome_spa_container .morelink:hover {
    color: #ffffff;
}

.welcome_spa_container .morelink .icon_inner_hover {
    background-image: url(/img/morelink_icon_white.png);
}

.welcome_spa_item:hover .welcome_spa_item_title {
    color: #775D3C;
}

.welcome_impress_band .band_background {
    
}

.welcome_impress_container {
    padding-top: 10.17%; /*120/1180*/
    padding-bottom: 10.17%; /*120/1180*/
}

.welcome_impress_block {
    margin-bottom: 5.08%; /*60/1180*/
}

.welcome_impress_list {
    text-align: justify;
}

.welcome_impress_item {
    display: inline-block;
    vertical-align: top;
    width: 49.15%;
    margin-bottom: 1.69%;
    position: relative;
    text-align: left;
}

.welcome_impress_item_wide {
    width: 100%;
    margin-bottom: 0;
}

.welcome_impress_item_img {
    display: block;
    max-width: 100%;
}

.welcome_impress_item_fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25,16,9,0.3);
    transition: background-color 0.3s;
}

.welcome_impress_item:hover .welcome_impress_item_fade {
    background-color: rgba(119,93,60,0.8);
}

.welcome_impress_item_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px;
    color: #ffffff;
}

.welcome_impress_item_title {
    display: block;
    font-weight: bold;
    font-family: "Philosopher";
    font-size: 24px;
    line-height: 32px;
}

.welcome_impress_item_hover {
    display: block;
    overflow: hidden;
    height: 0;
}

.welcome_impress_item_hover_inner {
    display: block;
}

.welcome_impress_item_descr {
    display: block;
    padding-top: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    max-width: 800px;
}

.hotel_band .band_background {
    background-color: #191009;
}

.hotel_band .wrapper {
    overflow: hidden;
    padding: 0 370px;
}

.hotel_container {
    padding-top: 8.9%;
    padding-bottom: 8.4%;
}

.hotel_container .welcome_headline_block {
    color: #ffffff;
}

.hotel_container .morelink:hover {
    color: #ffffff;
}

.hotel_container .morelink .icon_inner_hover {
    background-image: url(/img/morelink_icon_white.png);
}

.hotel_container .welcome_headline_descr {
    color: #ffffff;
}

.hotel_list {
    
}

.hotel_list.aaaleafer {
    overflow: visible;
}

.hotel_item {
    display: inline-block;
    position: relative;
    white-space: normal;
    text-align: left;
    width: 49.15%;
    max-width: 580px;;
}

.hotel_item_img {
    display: block;
    max-width: 100%;
}

.hotel_item_fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(25,16,9,0.64) 0%, rgba(25,16,9,0) 100%);
    transition: opacity 0.3s;
}

.hotel_item_hoverfade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(119,93,60,0.8);
    transition: opacity 0.3s;
}

.hotel_item:hover .hotel_item_fade {
    opacity: 0;
}

.hotel_item:hover .hotel_item_hoverfade {
    opacity: 1;
}

.hotel_item_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px;
    color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hotel_item_icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.hotel_item_title {
    display: block;
    font-size: 24px;
    font-family: "Philosopher";
    line-height: 32px;
}

.hotel_item_hover {
    overflow: hidden;
    display: block;
    height: 0;
}

.hotel_item_hover_inner {
    display: block;
}

.hotel_item_descr {
    padding-top: 25px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.footer_container .band_background {
    background-color: #191009;
}

.footer_booking_line {
    background-color: #150e07;
    margin-left: -370px;
    margin-right: -370px;
    padding: 0 370px;
    max-height: 90px;
}

.footer_top_block {
    color: #ffffff;
    padding-top: 50px;
    margin-bottom: 10px;
}

.footer_logo {
    float: left;
}

.footer_contacts {
    margin: 0 180px 0 200px;
    font-size: 0;
}

.footer_contacts_item {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    width: 25%;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.footer_contacts_phone {
    font-size: 18px;
}

.footer_contacts_caption {
    font-size: 12px;
    color: #775D3C;
    text-transform: uppercase;
}

.footer_contacts_item.footer_restoran_phone {
    display: none;
}

.footer_coord {
    color: #ffffff;
}

.footer_contacts_button {
    float: right;
    width: 140px;
}

.sova_button2 {
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #775D3C;
    
    height: 48px;
    line-height: 48px;
    color: #775D3C;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    
    transition: 0.3s all;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.sova_button2:hover {
    background-color: #775D3C;
    color: #ffffff;
}

.footer_bottom_block {
    color: #ffffff;
}

.footer_itgo_block {
    float: left;
    color: #775D3C;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
}

.footer_itgo_block a {
    color: #ffffff;
}

.footer_socials {
    float: right;
    margin-top: 5px;
}

.footer_socials .social_item {
    margin-left: 7px;
    margin-right: 0;
}

.footer_bottom_block .footer_contacts_item {
    line-height: 20px;
}

.footer_feedback_button {
    vertical-align: middle;
    width: 280px;
    margin-right: 20px;
}

.footer_feedback_icon {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 18px;
    background-image: url(/img/footer_feedback_icon.png);
    margin-right: 5px;
    background-position: top left;
    background-repeat: no-repeat;
}

.footer_animal_hint {
    font-size: 11px;
    color: #775D3C;
    text-transform: uppercase;
    line-height: 20px;
    max-width: 240px;
    display: inline-block;
    vertical-align: middle;
}


.sova_inputtext {
    border: 1px solid #f0e9e0;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    padding: 0 19px;
    font-size: 16px;
    font-family: inherit;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.agree_block {
    margin-top: 5px;
}


.agree_field {
    margin-bottom: 12px;
}


.agree_field_label {
    font-weight: 300;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
}


.content_container {
    padding-top: 30px;
}

.content_container_without_h1 {
    padding-top: 110px;
}

.content_h1 {
    margin-bottom: 50px;
}

.page_content {
    margin-bottom: 50px;
}

.pagetext h2, .pagetext h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    margin-top: 30px;
}

.pagetext h3 {
    font-family: "Philosopher";
    font-weight: bold;
    letter-spacing: 0.1px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 38px;
}

.pagetext h2:first-child, .pagetext h3:first-child {
    margin-top: 0;
}

.pagetext ul, .pagetext li {
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.pagetext ul {
    padding-left: 10px;
    list-style-image: url(/img/li_marker.png);
    margin-bottom: 18px;
}

.pagetext p + ul {
    margin-top: 10px;
}

.pagetext li {
    margin-top: 6px;
    margin-left: 14px;
}

.pagetext li:first-child {
    margin-top: 0;
}

.pagetext img {
    height: auto !important;
    max-width: 100%;;
}

.pagetext table {
    border: 0;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    
}

.pagetext table td, .pagetext table th {
    border: 0;
    padding: 0;
}

.pagetext table th {
    background-color: #fafafa;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-bottom: 1px solid #775D3C;
    border-right: 1px solid #775D3C;
    padding: 9px 19px;
    text-align: left;
}

.pagetext table th:first-child {
    border-left: 1px solid #775D3C;
    padding-left: 14px;
}

.pagetext table tr:first-child th {
    border-top: 1px solid #775D3C;
}

.pagetext table td {
    font-size: 16px;
    line-height: 22px;
    border-right: 1px solid #775D3C;
    border-bottom: 1px solid #775D3C;
    padding: 15px 19px;
    background-color: #ffffff;
}

.pagetext table td:first-child {
    border-left: 1px solid #775D3C;
    padding-left: 14px;
}


.pagetext table tr:first-child td {
    border-top: 1px solid #775D3C;
}

.pagetext table thead + tbody tr:first-child td {
    border-top: 0;
}

.cover_band .band_background {
    
}

.cover_radial_block {
    background-image: linear-gradient(to top, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0) 35.7%), linear-gradient(to bottom, rgba(25,16,9,1) -7.1%, rgba(25,16,9,0) 30.6%), radial-gradient(100% 64.3% at 50% 100%, rgba(25,16,9,0.8) 16.3%, rgba(25,16,9,0) 100%);
}

.pages_slider_container {
    padding-bottom: 150px;
    padding-right: 150px;
}

.cover_container {
    height: 490px;
    padding-bottom: 150px;
}

.cover_content {
    
}

.cover_lesenka {
    color: #ffffff;
}

.cover_lesenka a {
    color: #ffffff;
}

.cover_lesenka a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.cover_lesenka span {
    color: #ffffff;
}

.cover_lesenka .lesenka_separator {
    background-color: #ffffff;
}

.cover_h1 {
    
}

.cover_anons {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
}

.cover_arrows {
    width: auto;
    left: auto;
    right: 0;
    bottom: 180px;
}

.cover_arrows .slider_arrow {
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

/*пошла страница со списком номеров*/
.rooms_band .band_background {
    
}

.rooms_container {
    padding-top: 4.23%; /*50/1180*/
}

.rooms_item {
    margin-top: 5.08%;
}

.rooms_item:first-child {
    margin-top: 0;
}

.rooms_item_photos_sizer {
    opacity: 0;
}

.rooms_item_photos {
    max-width: 780px;;
    display: block;
    position: relative;
    overflow: hidden;
    
    position: absolute;
}

.rooms_photos_leafer_item {
    max-width: 100%;
    display: block;
    width: 100%;
}

.rooms_photos_leafer_item_img {
    display: block;
    max-width: 100%;
}

.rooms_item_photos .aaaleafer_arrows {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.rooms_item_photos .aaaleafer_arrow {
    position: relative;
    float: left;
    margin-left: 10px;
}

.leftright_inverse .rooms_item_photos .aaaleafer_arrows {
    right: auto;
    left: 40px;
}

.leftright_inverse .rooms_item_photos .aaaleafer_arrow {
    margin-left: 0;
    margin-right: 10px;
}

.rooms_item_lozung {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.rooms_item_buttons {
    margin-top: 30px;
}

.rooms_item_booking {
    vertical-align: top;
    width: 220px;
    margin-right: 15px;
}

.rooms_item_zayavka {
    vertical-align: top;
    width: 190px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*карточка номера*/
.room_card_band {
    
}

.room_card_band .band_background {
    
}

.room_card_container {
    padding-top: 7.62%;
}

.room_card_block {
    margin-bottom: 9.32%;
}

.room_card_block .leftright_aligner_img {
    background-color: #fafafa;
}

.room_card_block .leftright_content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.room_card_props {
    margin-bottom: 15px;
}

.room_card_prop {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 30px;
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
}

.room_card_square {
    background-image: url(/img/room_square_icon.png);
    margin-right: 35px;
}

.room_card_placekol {
    background-image: url(/img/room_placekol_icon.png);
}

.room_card_photos_list {
    position: relative;
}

.room_card_photos_item {
    position: absolute;
    display: none;
    width: 100%;
}

.room_card_photos_item.active {
    display: block;
}

.room_card_photos_item_img {
    display: block;
    max-width: 100%;
}

.room_card_sizeimg {
    z-index: -1;
    position: relative;
    opacity: 0;
}

.room_card_thumbs {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 100%;
    max-width: 580px;
    right: 0;
    margin-top: -30px;
    overflow: hidden;
}

.room_card_thumbs_list {
    margin: 0 100px;
}

.aaaleafer.room_card_thumbs_list {
    overflow: visible;
}

.room_card_thumbs_item {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    background-color: #191009;
    position: relative;
}

.room_card_thumbs_item:hover .room_card_thumbs_item_img {
    opacity: 0.5
}

.room_card_thumbs_item.active {
    cursor: auto;
}

.room_card_thumbs_item.active .room_card_thumbs_item_img {
    opacity: 0.7;
}

.room_card_thumbs_item_img {
    display: block;
    transition: opacity 0.3s;
    height: 80px;
}

.room_card_thumbs_item_actblock {
    position: absolute;
    opacity: 0;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #ffffff;
    background-color: rgba(119, 93, 60, 0.4);
    transition: opacity 0.3s;
}

.room_card_thumbs_item.active .room_card_thumbs_item_actblock {
    opacity: 1;
}

.photos_item_parent {
    
}

.photos_item_hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    background-image: url(/img/loop_white.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.photos_item_parent:hover .photos_item_hover {
    opacity: 1;
}

.room_card_advantages {
    margin-bottom: 3.38%;
}

.room_card_advantages_h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
}

.room_card_advantages_list {
    text-align: justify;
    max-width: 1030px;
}

.room_card_advantages_item {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin-bottom: 25px;
}

.room_card_advantages_list .justify_elem {
    display: inline-block;
    width: 32%;
}

.room_card_advantages_item_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    margin-right: 15px;
    background-position: top left;
    background-repeat: no-repeat;
}

.room_card_advantages_item_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
}

.room_other_container {
    
}

.room_other_h2 {
    margin-bottom: 32px;
}

.room_other_list {
    text-align: justify;
}

.room_other_item {
    display: inline-block;
    vertical-align: top;
    max-width: 380px;
    width: 32.2%;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    text-align: left;
}

.room_other_item_img {
    display: block;
    max-width: 100%;;
}

.room_other_item_fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(25,16,9,0.64) 18%, rgba(25,16,9,0) 55%);
    transition: background-color 0.3s;
}

.room_other_item:hover .room_other_item_fade {
    background-color: rgba(119,93,60,0.7);
}

.room_other_item_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 40px 40px;
}

.room_other_item_title {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    font-family: "Philosopher";
    margin-bottom: 8px;
}

.room_other_item_lozung {
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.room_other_item_hover {
    display: block;
    height: 0;
    overflow: hidden;
}

.room_other_item_hover_inner {
    display: block;
}

.room_other_item_descr {
    padding-top: 25px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

/*страница оставить отзыв*/
.otzyv_band .band_background {
    
}

.otzyv_container {
    
}

.otzyv_list {
    max-width: 360px;
}

.otzyv_item {
    margin-bottom: 25px;
}

.otzyv_item_button {
    background-color: #775d3c;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
    transition: background-color 0.3s;
}

.otzyv_item_button:hover {
    background-color: #664c2b;
}

.otzyv_item_button_icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.otzyv_item_button_icon1 {
    background-image: url(/img/otzyv_button_icon1.png);
}

.otzyv_item_button_icon2 {
    background-image: url(/img/otzyv_button_icon2.png);
}

.otzyv_item_button_caption {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.otzyv_item_button_plus {
    background-image: url(/img/otzyv_button_plus.png);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.otzyv_item_opened .otzyv_item_button_plus {
    transform: rotate(-45deg);
}

.otzyv_item_field {
    background-color: #f4efe9;
    padding: 15px 40px 15px 20px;
    display: none;
}

.otzyv_item_link {
    display: block;
    text-decoration: none;
    border: 1px dashed #c2b5a4;
    margin-top: 15px;
    color: #775D3C;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    padding: 0 15px 0 48px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    transition: background-color 0.3s;
}

.otzyv_item_link:hover {
    background-color: #ffffff;
}

.otzyv_item_link:first-child {
    margin-top: 0;
}

.otzyv_item_ya {
    background-image: url(/img/otzyv_ya_icon.png);
}

.otzyv_item_2g {
    background-image: url(/img/otzyv_2g_icon.png);
}

/*вариант мобшапки для страницу отзывов*/
.otzyvheader_band {
    display: none;
    overflow: visible;
}

.otzyvheader_band .band_background {
    background-color: #191009;
}

.otzyvheader_container {
    padding: 15px 0;
}

.otzyvheader_top {
    margin-bottom: 15px;
}

.otzyvheader_logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 70px;
}

.otyzvheader_lozung {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 14px;
    color: #775D3C;
}

.otzyvheader_menu {
    float: right;
    cursor: pointer;
    height: 38px;
    width: 38px;
    border: 1px solid #775D3C;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background-color 0.3s;
}

.otzyvheader_menu:hover {
    background-color: #775D3C;
}

.otzyvheader_menu .icon_inner_auto {
    background-image: url(/img/otherheader_menu_icon.png);
}

.otzyvheader_menu .icon_inner_hover {
    background-image: url(/img/otherheader_menu_icon_hover.png);
}

.otzyvheader_button {
    display: block;
    background-color: #775D3C;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 15px;
}

.otzyvheader_container .headmenu_modal {
    right: 0;
    left: auto;
    top: 50px;
}

/*галерея*/
.galery_container {
    
}

.galery_switcher {
    margin-bottom: 6.78%;
}

.galery_switcher_item {
    text-decoration: none;
    height: 58px;
    line-height: 58px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px dashed #775d3c;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #775D3C;
    text-transform: uppercase;
    padding: 0 20px;
    margin-right: 16px;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.galery_switcher_item:hover {
    background-color: #775D3C;
    color: #ffffff;
}

.galery_list {
    font-size: 0;
}

.galery_item {
    padding: 7.62% 100px 6.78%;
    margin: 0 -100px 8.47%;
    background-color: #f8f8f8;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


.galery_item_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    font-family: "Philosopher";
    margin-bottom: 50px;
}

.galery_item_photos {
    text-align: justify;
}

.galery_item_photo_link {
    display: inline-block;
    position: relative;
    margin-bottom: 1.69%;
    width: 32.2%;
    max-width: 380px;
}

.galery_item_photos .justify_elem {
    width: 32.2%;
    display: inline-block;
}


.galery_item_photo_img {
    display: block;
    max-width: 100%;
}

.galery_item_photo_hover {
    position: absolute;
    opacity: 0;
}

.video_item {
    background-color: #191009;
    display: inline-block;
    position: relative;
    margin-bottom: 1.69%;
    width: 32.2%;
    max-width: 380px;
    cursor: pointer;
}

.video_item_img_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    table-layout: fixed;
}

.video_item_img_cell {
    display: table-cell;
    vertical-align: middle;
}

.video_item_img {
    max-width: 100%;
    display: block;
}

.video_item_sizer {
    display: block;
    opacity: 0;
    width: 100%;
}

.video_item_play {
    background-image: url(/img/video_play.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s;
}

.video_item:hover .video_item_play {
    background-color: rgba(0,0,0,0.2);
}

/*контакты*/
.contacts_container {
    padding-top: 8.47%;
}

.contacts_list {
    text-align: justify;
    margin: 0 -40px 6.35%;
}

.contacts_item {
    display: inline-block;
    vertical-align: top;
    padding: 40px 40px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 31.75%;
    text-align: left;
}

.contacts_item1 {
    width: 35%;
}

.contacts_item2 {
    background-color: #fafafa;
}

.contacts_item3 {
    width: 29%;
}

.contacts_item_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    font-family: "Philosopher";
    color: #775D3C;
    margin-bottom: 10px;
}

.contacts_item_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.contacts_item_geo {
    font-size: 12px;
    color: #775D3C;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-image: url(/img/contacts_geo_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 8px;
    display: inline-block;
}

.contacts_item_phones {
    
}

.contacts_item_data {
    display: inline-block;
}

.contacts_item_phones .contacts_item_data:first-child {
    margin-right: 30px;
}

.contacts_item_val {
    color: inherit;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

.contacts_item_caption {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.feedback_container {
    
}

.feedback_h2 {
    margin-bottom: 10px;
}

.feedback_hint {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #775D3C;
    margin-bottom: 35px;
}

.feedback_block {
    background-color: #f8f8f8;
    
    padding: 95px 100px 100px;
    margin: 0 -100px;
    position: relative;
    z-index: 3;
}

.feedback_text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 55px;
}

.feedback_form {
    text-align: justify;
}

.feedback_form_item {
    width: 32.2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.feedback_form_textarea {
    width: 100%;
}

.feedback_form_submit {
    
}

.feedback_form_button {
    vertical-align: middle;
    display: inline-block;
    width: 180px;
    margin-right: 15px;
}

.feedback_form_agree {
    text-align: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 560px;
    
}

.feedback_form_agree .agree_field {
    margin: 0;
}

.feedback_form_agree .agree_field_label {
    color: #C9BDAD;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.feedback_form_agree .agree_field_label a {
    text-decoration: underline;
    color: #C9BDAD;
}

.feedback_form_agree .agree_field_label a:hover {
    text-decoration: none;
}

.sova_inputtext2 {
    border: 0;
    box-shadow: inset 0 -1px 0 0 #f0e9e0;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #775D3C;
    font-family: inherit;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

textarea.sova_inputtext2 {
    height: 150px;
    line-height: 20px;
    padding-top: 20px;
    resize: none;
}

.map_band {
    margin-top: -100px;
}

.map_band .band {
    z-index: auto;
}

.map_block {
    position: absolute;
    height: 100%;
    width: 100%;
    
}

.map_heighter {
    height: 600px;
}

.leftright_block + .checks_ul {
    margin-top: 4.23%; /*50/1180*/
}

.images_block + .checks_ul {
    margin-top: 8.47%; /*100/1180*/
}

.pagetext .images_block + p {
    margin-top: 5%;
}

ul.checks_ul {
    list-style-image: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    text-align: justify;
}

.checks_ul::after {
    content: "";
    width: 100%;
    display: inline-block;
}

.checks_ul li {
    display: inline-block;
    vertical-align: top;
    width: 32.2%; /*380/1180*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #775D3C;
    text-align: left;
    padding: 35px 40px 35px 85px;
    
    background-color: #fafafa;
    background-image: url(/img/checks_li_marker.png);
    background-position: left 40px center;
    background-repeat: no-repeat;
}

.checks_li_inner {
    vertical-align: middle;
    display: table-cell;
}


.withimg_block {
    overflow: hidden;
}

.withimg_left {
    float: left;
    width: 66.1%; /*780/1180*/
}

.withimg_right {
    float: right;
    width: 30.5%; /*360/1180*/
    max-width: 280px;
}

.withimg_inverse .withimg_left {
    width: 30.5%; /*360/1180*/
    max-width: 280px;
}

.withimg_inverse .withimg_right {
    width: 66.1%; /*780/1180*/
    max-width: none;
}

.withimg_img {
    display: block;
    max-width: 100%;
}

.withimg_content {
    display: table-cell;
    vertical-align: middle;
}


.withimg_content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    
}

.withimg_content p + p{
    margin-top: 10px;
}

.withimg_aligner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.withimg_title {
    font-weight: bold;
    font-family: "Philosopher";
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
}

.images_block {
    padding: 0 370px;
    margin: 50px -370px 0;
    overflow: hidden;
}

.images_list.aaaleafer {
    overflow: visible;
    
}

.images_item {
    position: relative;
    width: 32.2%
}

.images_item_img {
    display: block;
}

.images_item_hover {
    
}

.plate_block {
    background-color: #fafafa;
    padding: 40px;
    margin-top: 8.47%;
}

.pagetext .plate_block h3 {
    max-width: 980px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.pagetext .plate_block p {
    max-width: 980px;
}

.advantages_list {
    text-align: justify;
    margin-top: 8.47%; /*100/1180*/
    font-size: 0;
    line-height: 0;
    margin-bottom: -2.54%; /*30/1180*/
}

.advantages_list::after {
    content: "";
    width: 100%;
    display: inline-block;
}

.advantages_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 80px;
    width: 49.15%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    margin-bottom: 6.78%; /*80/1180*/
}

.advantages_item_center {
    margin-left: 25%;
}

.advantages_item_icon {
    position: absolute;
    left: 0;
    top: 10px;
}

.advantages_item_content {
    
}

.advantages_item_title {
    font-size: 32px;
    line-height: 40px;
    color: #775D3C;
    font-family: "Philosopher";
    margin-bottom: 18px;
}

.advantages_item_descr {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.restoran_band .band_background {
    
}

.restoran_container {
    padding-top: 50px;
}

.restoran_list {
    text-align: justify;
    font-size: 0;
}

.restoran_item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    width: 49.15%;
    max-width: 580px;
}

.restoran_item_img {
    display: block;
    max-width: 100%;;
}

.restoran_item_fade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    background-image: linear-gradient(to top, rgba(25,16,9,0.7) 0%, rgba(25,16,9,0) 57%);
}

.restoran_item_hoverfade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(119,93,60,0.6);
    transition: opacity 0.3s;
}

.restoran_item:hover .restoran_item_hoverfade {
    opacity: 1;
}

.restoran_item_content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    
    padding: 0 40px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.restoran_item_icon {
    float: left;
    width: 60px;
    margin-top: 10px;
}

.restoran_item_texts {
    display: block;
    color: #ffffff;
    margin-left: 80px;
}

.restoran_item_title {
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-family: "Philosopher";
}

.restoran_item_hover {
    display: block;
    overflow: hidden;
    height: 0;
}

.restoran_item_hover_inner {
    display: block;
}

.restoran_item_descr {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding-top: 15px
}

.content_img {
    max-width: 100%;
}

.pagetext p + .content_img {
    margin-top: 4.23%;
}

.pagetext p + .restoran_new {
    margin-top: 40px;
}

.restoran_new_phone {
    font-size: 24px;
    font-family: "Philosopher";
    font-weight: bold;
}

.restoran_new p + p {
    margin-top: 5px;
}

.menu_button {
    width: 100%;
    max-width: 260px;
    margin-top: 25px;
}

/*статьи*/
.articles_categorys {
    margin-bottom: 3%;
}

.articles_categorys_item {
    
}

.articles_categorys_item_active {
    background-color: #775D3C;
    color: #ffffff;
    cursor: auto;
}

.articles_list {
    text-align: justify;
    font-size: 0;
    margin-bottom: -1.74%; /*25/1440*/
}

.articles_list .justify_elem {
    max-width: 380px;;
    width: 32.2%; /*380/1180*/
}

.articles_list_item {
    display: inline-block;
    white-space: normal;
    text-align: left;;
    background-color: #ffffff;
    max-width: 380px;;
    width: 32.2%; /*380/1180*/
    margin-bottom: 2.11%; /*25/1180*/
    vertical-align: top;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 0 4px 40px 0 rgba(119,93,60,0.3);
    transition: background-color 0.3s;
}

.articles_item_img {
    display: block;
    max-width: 100%;
    transition: opacity 0.3s;
}

.articles_item_content {
    display: block;
    padding: 25px 30px 25px;
}

.articles_item_kogda {
    display: block;
    color: #929292;
    font-size: 13px;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.articles_item_title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    color: #775D3C;
    transition: color 0.3s;
}

.articles_list_item:hover {
    background-color: #775D3C;
}

.articles_list_item:hover .articles_item_img {
    opacity: 0.4;
}

.articles_list_item:hover .articles_item_kogda, .articles_list_item:hover .articles_item_title {
    color: #ffffff;
}

/*карточка статьи*/
.article_top_block {
    margin-bottom: 30px;
    background-color: #f0f0f0;
    padding: 25px 30px;
}

.article_top_category {
    padding: 0 20px;
    margin-right: 25px;
}

.article_top_kogda {
    display: inline-block;
    vertical-align: middle;
    color: #929292;
    font-size: 13px;
    margin-right: 25px;
}

.article_top_view {
    display: inline-block;
    vertical-align: middle;
    color: #929292;
    font-size: 13px;
    background-image: url(/img/articles_view_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}


.photos_block {
    
}

.photos_block_list {
    font-size: 0;
    text-align: justify;
}

.photos_item {
    display: inline-block;
    width: 32.2%;
    margin-bottom: 1.7%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.photos_block_list .justify_elem {
    width: 32.2%;
    display: inline-block;
}

.photos_block .photos_item_parent {
    position: relative;
}

.photos_item_img {
    display: block;
    max-width: 100%;
}

.photos_item_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(119,93,60, 0.8);
    background-image: url(/img/loop_white.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s; 
}

.photos_item_parent:hover .photos_item_hover {
    opacity: 1;
}