@import url('/fonts/canterbury/canterbury.css');
html {
    height: 100%;
    width: 100%;
    width: auto; 
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    
    color: #202020;
    font-family: "Century Gothic";
    
    font-size: 18px;
    min-width: 100%;
    background-color: #faf8f4;
    
    overflow: visible;
}

.summer_body a {
    color: #531A1D;
}

img{
    border: 0;
}

.pagetext {

}

.pagetext h1 {

}

#html_container {
    min-height: 100%;
}

.wrapper {
    width: 1410px;
    padding: 0 15px;
    margin: 0 auto;
    min-width: 340px;
    position: relative;
}


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


div.metrika_code {
    display: none;
}


.band_holder {
    position: relative;
    overflow: hidden;
    min-width: 1440px;
    width: 100%;
}

.band_holder * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.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: 1440px;
    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;
}

a.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;
}


.headmenu_sub {
    display: none;
    
}

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

.pagetext p.large {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
}

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

.pagetext h3 {
    font-size: 24px;
    line-height: 32px;
}

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

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

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

.pagetext li {
    margin-top: 8px;
    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: #f3ece4;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 9px 19px;
    text-align: left;
}

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

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

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

.pagetext table tr:nth-child(2n) td {
    background-color: #f9f8f4;
}

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


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

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

.pagetext table.table_nostyle {
    background-color: transparent;
    border: 0;
}

.pagetext table.table_nostyle tr td {
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-left: 25px;
}

.pagetext table.table_nostyle td:first-child {
    padding-left: 0;
}

.pagetext table.table_nostyle tr:first-child td {
    border-top: 0;
}

/*верстка статей*/
.articles_container {
    
}

.articles_categorys {
    margin-bottom: 30px;
}

.articles_categorys_item {
    font-size: 15px;
    color: #531a1d;
    border: 1px dashed #531a1d;
    display: inline-block;
    cursor: pointer;
    line-height: 38px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 16px;
    margin-right: 4px;
    margin-bottom: 10px;
    font-weight: 500;
}

.articles_categorys_item:hover {
    background-color: #531a1d;
    border-color: #531a1d;
    color: #ffffff;
}

.articles_categorys_item.articles_categorys_item_active {
    cursor: auto;
    
    background-color: #531a1d;
    border-color: #531a1d;
    color: #ffffff;
}

.articles_list {
    
}

.articles_item {
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 50px;
    box-shadow: 0 4px 56px 0 rgba(176,178,188,0.4);
    margin-top: 25px;
}

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

.articles_item_img {
    float: left;
    width: 310px;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.articles_item_content {
    max-width: 800px;
    margin-left: 340px;
    
    position: relative;
    height: 330px; /*как у изображения. задаем, чтобы ссылку прижимать*/
}

.articles_item_info {
    max-height: 260px;
    overflow: hidden;
}

.articles_item_info_inner {
    padding-top: 8px;
    padding-bottom: 25px;
    
}

.articles_item_kogda {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.articles_item_title a {
    color: #202020;
}

.articles_item_anons {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
}

.articles_item_more {
    color: #531a1d;
    
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
}

.articles_item:hover {
    box-shadow: 8px 8px 0 0 #f1ebe2, -8px 8px 0 0 #f1ebe2, 8px -8px 0 0 #f1ebe2, -8px -8px 0 0 #f1ebe2;
}

.articles_item:hover .articles_item_title a {
    color: #531a1d;
}

.articles_item .articles_item_title a:hover {
    color: #f16e65;
}

.none_message {
    padding: 30px;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 32px;
}

/*страница статьи*/
.article_top_block {
    margin-bottom: 25px;
    
}

.article_top_kogda {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    
}

.article_top_category {
    vertical-align: middle;
    margin-right: 25px;
    margin-bottom: 0;
}

.article_h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}

.aaa_page {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.pages_pagetext {
    padding-bottom: 40px;
}

.services-page__content .pages_pagetext {
    padding-top: 30px;
    padding-bottom: 30px;
}


.aaa_page.content-section {
    position: relative;
    z-index: 4;
    padding-top: 1px;
    padding: 35px;
    margin-top: 0;
}

.booking_block {
    padding: 0 30px 20px;
}

.booking-page__content {
    padding-top: 0;
}

.booking-page__content._no-gutter {
    padding-top: 60px;
}

.services_summer_link {
    margin-top: 12px;
}



.header_band {
    overflow: visible;
}

.header_band .band_background {
    background-color: #531a1d;
}

.header_container {
    text-align: justify;
    color: #ffffff;
    padding: 15px 0;
    height: 65px;
}

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

.headmenu_block {
    display: inline;
    /*vertical-align: top;
    width: 46%;
    max-width: 605px;
    text-align: justify;
    
    font-size: 0;
    line-height: 0;*/
}

.headmenu_item {
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.headmenu_item a {
    text-decoration: none;
    color: #ffffff;
}

.headmenu_item_link {
    display: block;
    padding: 0 10px;
    margin: 0 -10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background-color 0.3s;
}

.headmenu_item .headmenu_item_link:hover, .headmenu_item_active .headmenu_item_link {
    background-color: #b9463e;
}

.headmenu_item_subisset {
    position: relative;
    
}

.headmenu_item_subisset .headmenu_item_link .headmenu_item_link_inner {
    padding-right: 18px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(/img/headmenu_arrow.png);
}


.headmenu_sub {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #b9463e;
    
    z-index: 115;
    left: -10px;
    
    top: 37px;
    min-width: 270px;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    overflow: hidden;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.16);
}

.headmenu_subitem {
    display: block;
    background-color: #b9463e;
    border-top: 1px solid #a8352d;
    text-decoration: none;
    position: relative;
}

.headmenu_subitem:first-child {
    border-top: 0;
}

.headmenu_sub_link {
    
    padding: 20px 30px;
    line-height: 25px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    
    color: #ffffff;
    cursor: pointer;
    
}

.headmenu_subitem:hover {
    
    color: #ffffff
}

.headmenu_subitem:hover, .headmenu_subitem:hover + .headmenu_subitem {
    border-top-color: transparent;
} 

.headmenu_subitem:hover .headmenu_sub_link {
    background-color: #531a1d;
    color: #ffffff;
}

.popup_menu {
    
}

.popup_menu_item {
    background-color: #531a1d;
    border-top: 1px solid #a43d37
}

.popup_menu_item:first-child {
    border-top: 0;
}

.popup_menu_item_link {
    padding: 15px 25px 15px 25px;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    
    color: #ffffff;
    background-color: #531a1d;
}

a.popup_menu_item_link:hover {
    background-color: #a43d37;
    color: #ffffff;
    text-decoration: none;
}

.popup_menu_item_link:hover, .popup_menu_item_link:hover + .popup_menu_item_link {
    border-top-color: transparent;
}

.header_phones {
    display: inline-block;
    vertical-align: middle;
    height: 70px;
}

.header_phones_wrapper {
    /*overflow: hidden;
    height: 70px;*/
    position: relative;
    padding-right: 15px;
    padding-left: 30px;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    background-color: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.3s;
}

.header_phones_opened {
    background-color: rgba(185,70,62, 0.8);
    position: relative;
    z-index: 5;
}

.header_phones_inner {
    padding-bottom: 20px;
}

.header_phones_item {
    padding-right: 35px;
    height: 55px;
    padding-top: 15px;
}

.header_phones_item:first-child {
    border-top: 0;
    box-shadow: none;
}

.header_phones_value {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 4px;
}

.header_phones_caption {
    font-size: 13px;
    color: #ffffff;
}

.header_phones_arrow {
    width: 25px;
    height: 25px;
    background-color: #7c2c2a;
    
    position: absolute;
    right: 10px;
    top: 15px;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-image: url(/img/headmenu_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-color 0.3s;
}

.header_phones_opened .header_phones_arrow {
    background-color: #b9463e;
}

.header_phones_arrow:hover {
    background-color: #b9463e;
}

.header_phones_opened .header_phones_arrow:hover {
    background-color: #7c2c2a;
}

.headmenu_mob_button {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #b9463e;
    
    background-image: url(/img/header_catalog_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-color 0.3s;
}

.headmenu_mob_button:hover {
    background-color: #a8352d;
}

.fakefade {
    display: none;
    z-index: 4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(23,26,33, 0.4);*/
}

.titul_band .band_background {
    background-image: url(/img/summer/titul_band_bg.jpg);
    background-position: center;
}

.titul_container {
    text-align: center;
    padding-top: 12.05%;
    padding-bottom: 19.15%;
}

.titul_logo {
    max-width: 100%;
    margin-bottom: 115px;
}

.titul_buttons {
    
}

.titul_button {
    width: 275px;
    vertical-align: top;
    margin: 0 12px;
}

.summer_button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    display: inline-block;
    background-color: #b9463e;
    color: #ffffff;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

a.summer_button {
    color: #ffffff;
}

.summer_button:hover {
    background-color: #531a1d;
}

.summer_button2 {
    font-family: inherit;
    cursor: pointer;
    border: 1px solid #ffffff;;
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

a.summer_button2 {
    color: #ffffff;
}

.summer_button2:hover {
    background-color: #531a1d;
    border-color: #531a1d;
}

.summer_band .band_background {
    background-color: #f2ece3;
}

.summer_background_light {
    position: absolute;
    width: 100%;
    height: 990px;
    top: 0;
    background-color: #fbf8f3;
}

.summer_background_uzor {
    position: absolute;
    width: 100%;
    height: 1100px;
    top: 525px;
    background-image: url(/img/summer/content_band_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.summer_container {
    padding-top: 9.22%;
    padding-bottom: 9.22%;
}

.summer_content_block {
    margin-bottom: 8.86%;
}

.summer_content_left {
    float: left;
    width: 50%;
}

.summer_content_left_inner {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}

.summer_content_right {
    float: right;
    width: 42.55%;
}

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

.summer_articles_block {
    margin-bottom: 3.55%;
}

.summer_articles_head {
    margin-bottom: 45px;
}

.summer_articles_h1 {
    color: #531A1D;
    font-weight: bold;
    font-size: 72px;
    line-height: 80px;
    margin: 0;
    padding: 0;
    margin-right: 300px;
}

.summer_articles_more {
    width: 265px;
    float: right;
    margin-top: -60px;
}

.summer_articles_list {
    
}

.summer_articles_item {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 30px 50px 30px 30px;
    margin-top: 25px;
    box-shadow: 0 4px 64px 0 rgba(194,180,163, 0.4);
}

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

.summer_articles_img {
    width: 295px;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.summer_articles_right {
    margin-left: 330px;
    padding-top: 18px;
    max-height: 315px;
}

.summer_articles_kogda {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.summer_articles_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.summer_articles_title a {
    text-decoration: none;
}

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

.summer_articles_anons {
    font-size: 16px;
    line-height: 28px;
}

.summer_advantages_block {
    background-color: #fbf8f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 55px 120px 0;
    margin-bottom: 9.22%;
}

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

.summer_advantages_item {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    text-align: left;
    margin-bottom: 55px;
}

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

.summer_advantages_caption {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.summer_advantages_wide {
    padding: 65px 120px 0;
}

.summer_advantages_wide .summer_advantages_item {
    margin-bottom: 65px;
}

.summer_advantages_col1 {
    width: 350px;
}

.summer_advantages_col2 {
    width: 240px;
}

.summer_advantages_col3 {
    width: 240px;
}

.summer_hotel_block {
    margin-bottom: 6.38%;
}

.summer_hotel_h2 {
    color: #531A1D;
    font-size: 72px;
    font-weight: bold;
    line-height: 80px;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.summer_hotel_podtext {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 35px;
}

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

.summer_hotel_item {
    width: 31.91%;
    max-width: 450px;;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    text-decoration: none;
    
    margin-bottom: 2.27%;;
}

.summer_hotel_img {
    display: block;
    width: 100%;
}

.summer_hotel_fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.00) 70%);
    transition: background-color 0.3s;
}

.summer_hotel_content {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

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

.summer_hotel_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

a.summer_hotel_item:hover .summer_hotel_fade {
    background-color: rgba(0,0,0, 0.3);
}

.summer_rooms_block {
    
}

.summer_rooms_head {
    
}

.summer_rooms_h2 {
    float: left;
}

.summer_rooms_times {
    float: right;
    width: 36%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    background-image: url(/img/summer/times_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 65px;
    margin-top: 20px;
}

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

.summer_rooms_item {
    width: 48.93%;
    max-width: 690px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: left;
    
    margin-bottom: 2.27%;
}

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

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

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

.summer_rooms_title {
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.summer_rooms_anons {
    display: block;
    font-size: 16px;
    max-width: 420px;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 400px;
}

.summer_rooms_cost {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.summer_rooms_item:hover .summer_rooms_fade {
    background-color: rgba(0,0,0,0.48);
}


.summer_restoran_block {
    margin-bottom: 2.27%;
}

.summer_restoran_left {
    float: left;
}

.summer_restoran_img {
    max-width: 100%;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.summer_restoran_right {
    float: right;
    margin-right: 80px;
    width: 600px;
}

.summer_restoran_right_inner {
    vertical-align: middle;
    display: table-cell;
    height: 400px;
}

.summer_restoran_title {
    font-size: 72px;
    font-weight: bold;
    line-height: 80px;
    color: #531A1D;
    margin-bottom: 55px;
}

.summer_restoran_bold {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 28px;
}

.summer_restoran_norm {
    font-size: 18px;
    line-height: 28px;
}

.summer_menu_block {
    background-color: #fbf8f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    padding: 45px 120px;
}

.summer_menu_num {
    font-size: 72px;
    line-height: 80px;
    font-weight: bold;
    color: #531A1D;
    background-image: url(/img/summer/menu_plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 30px;
    
    position: absolute;
    top: 50%;
    left: 120px;
    margin-top: -40px;
}

.summer_menu_text {
    font-size: 18px;
    line-height: 28px;
    margin-left: 180px;
    margin-right: 250px;
}

.summer_menu_button {
    position: absolute;
    right: 120px;
    top: 50%;
    margin-top: -24px;
    width: 210px;
}

.summer_band .wrapper {
    overflow: hidden;
    padding: 0 255px;
    
}

.summer_galery_block {
    margin-top: 9.22%;
}

.summer_galery_h2 {
    
}

.summer_galery_list {
    
}

.summer_galery_list.aaaleafer {
    overflow: visible;
}

.summer_galery_item {
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.summer_galery_img {
    display: block;
}

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

.summer_galery_item:hover .summer_galery_item_hover {
    opacity: 1;
}

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

.map_heighter {
    padding-top: 35.11%;
}

.summer_map {
    height: 100%;
}


.footer_marginer {
    height: 215px;
}

.footer_container {
    margin-top: -215px;
    bottom: 0;
    height: 215px;
    width: 100%;
    position: relative;
}

.footer_container .band_background {
    background-color: #531a1d;
}

.footer_bottom_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #4f171a;
}

.footer {
    height: 215px;
}

.footer_top {
    padding-top: 25px;
    color: #ffffff;
    text-align: justify;
    height: 120px;
    max-width: 1260px;
}

.footer_phones {
    display: inline-block;
    vertical-align: top;
}

.footer_phones_wrapper {
    display: inline-block;
    max-width: 440px;
    text-align: left;
}

.footer_item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer_phones .footer_phones_wrapper + .footer_item {
    margin-left: 40px;
}

.footer_phones_wrapper .footer_item {
    margin-bottom: 15px;
    width: 215px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer_item_link {
    font-size: 18px;
    font-weight: bold;
}

.footer_item_link:hover {
    text-decoration: underline;
}

.footer_item_caption {
    margin-top: 3px;
    font-size: 13px;
    line-height: 20px;
}

.footer_item_button {
    cursor: pointer;
    background-color: #b9463e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 42px;
    height: 42px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    margin-top: 8px;
    transition: all 0.3s;
    
    vertical-align: top;
    margin-top: 0;
}

.footer_item_button:hover {
    color: #ffffff;
    background-color: #a53d37;
}

.footer_adres_icon .footer_item_button {
    display: none;
}

.footer_phone_icon {
    background-image: url(/img/footer_phone_icon.png);
    background-position: left top 2px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.footer_email_icon {
    background-image: url(/img/footer_email_icon.png);
    background-position: left top 4px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.footer_adres_icon {
    max-width: 460px;
    background-image: url(/img/footer_adres_icon.png);
    background-position: left top 0px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.footer_right {
    display: inline;
}

.footer_bottom {
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 10px 0 10px;
    
}

.footer_copy {
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
    
}

.footer_bottom_link {
    margin-left: 50px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.footer_itgo {
    float: right;
    font-size: 13px;
}

.footer_bottom a {
    color: #b9463e;
    text-decoration: none;
    transition: all 0.3s;
}

.footer_bottom a:hover {
    color: #f16e65;
}

/*правки андрюхиных стилей*/
.intro--transparent .intro__inner {
    padding-top: 57px;
}

.intro--transparent .intro__title {
    margin-top: 12px;
}

/*то, что я спиздил для баннера*/
.slider_band {
    
}

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

.slider_background {
    width: 100%;
    height: 100%;
    background-position: center;   
    background-size: cover;
}

.slider_background_wrapper {
    background-color: #323533;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.slider_background_grad {
    width: 1920px;
    height: 100%;
    background-color: rgba(0,0,0,0.24);
}

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

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

.slider_container {
    height: 735px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.slider_content {
    padding: 0 0px 0;
    position: relative;
    z-index: 3;    
}

.slider_content_item {
    display: none;
    width: 100%;
    color: #ffffff;
    position: absolute;
    
}

.slider_content_inner_vn {
    display: table;
    width: 100%;
    
}

.slider_content_inner {
    text-align: center;
    position: relative;
    z-index: 5;
    
    vertical-align: bottom;
    
    padding: 0 95px 165px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
    height: 735px;
}

.slider_content_active {
    display: block;
}

.slider_content_title {
    font-size: 72px;
    font-weight: bold;
    line-height: 80px;
}

.slider_content_button {
    padding: 0 40px;
    margin-top: 60px;
}

.alpen_button {
    border: 1px solid #ffffff;
    background-color: transparent;
    
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;;
    
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-align: center;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

.alpen_button:hover {
    background-color: #ffffff;
    color: #531a1d;
}

.slider_content_arrows {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}

.slider_content_arrow {
    position: absolute;
    z-index: 5;
    width: 55px;
    height: 55px;
    background-color: rgba(242,236,237,0.56);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    bottom: 210px;
}

.slider_content_arrow:hover {
    background-color: #531a1d;
}

.slider_content_arrow_left {
    left: 0;
}

.slider_content_arrow_right {
    right: 0;
}

.slider_content_arrow_left .icon_inner_auto {
    background-image: url(/img/slider_arrow_left.png);
}

.slider_content_arrow_left .icon_inner_hover {
    background-image: url(/img/slider_arrow_left_white.png);
}

.slider_content_arrow_right .icon_inner_auto {
    background-image: url(/img/slider_arrow_right.png);
}

.slider_content_arrow_right .icon_inner_hover {
    background-image: url(/img/slider_arrow_right_white.png);
}

/*черта бронирования*/
.row_band {
    overflow: visible;
    z-index: 2;
}

.row_band .band_background {
    background-color: #f2ebe3;
}

.row_container {
    
}

.row_texts {
    float: left;
    margin-top: 23px;
    padding-bottom: 20px;
}

.row_texts_title {
    font-weight: bold;
    font-size: 24px;
    color: #531A1D;
    margin-bottom: 6px;
}

.row_texts_hint {
    font-size: 13px;
    letter-spacing: 0.5px;;
    color: #B3A696;
}

.row_widget {
    position: relative;
    margin-left: 320px;
}

#search-widget-iframe {
    min-width: auto !important;
    min-height: 360px !important;
}


.alpen_font {
    /*font-weight: normal;
    font-family: 'Canterbury';*/
}

.welcome_band {
    z-index: 1;
}

.welcome_band .band_background {
    
}

.welcome_top_background {
    position: absolute;
    width: 100%;
    height: 1090px;
    background-image: url(/img/welcome_band_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    top: 210px;
}

.welcome_about_container {
    padding-top: 120px;
    padding-top: 8.5%; /*120/1410*/
    padding-top: 5%; 
    padding-bottom: 7.09%; /*100/1410*/
    padding-bottom: 1%;     
}

.welcome_about_top {
    position: relative;
    margin-bottom: 80px;
    margin-bottom: 5.67%; /*80/1410*/
}

.welcome_about_left {
    margin-right: 380px;
    text-align: center;
}

.welcome_about_forstars {
    display: inline-block;
    position: relative;
}

.welcome_about_title {
    margin: 0;
    padding: 0;
    color: #531A1D;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 25px;
}

.welcome_about_stars {
    background-image: url(/img/welcome_about_stars.png);
    width: 76px;
    height: 16px;
    margin: 0 auto 25px;
}

.welcome_about_text {
    
}

.welcome_about_text p {
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    margin: 0;
}

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

.welcome_about_iconblock {
    position: absolute;
    right: 0;
    top: 12px;
    width: 340px;
    height: 260px;
    background-image: url(/img/iconblock/welcome_about_plate.png);
}

.welcome_about_iconblock_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -46px;
    margin-top: -56px;
    width: 92px;
    height: 92px;
    background-image: url(/img/iconblock/welcome_about_icon.png);
}

.welcome_about_list {
    text-align: justify;
    font-size: 0;
    max-width: 1150px;;
    margin: 0 auto;
}

.welcome_about_item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.welcome_about_item_iconblock {
    position: relative;
    margin-bottom: 8px;
    height: 55px;
}

.welcome_about_item_plate {
    display: block;
    filter: drop-shadow(4px 4px 16px rgba(194,180,163,0.5));
    
    margin: 0 auto;
}

.welcome_about_item_icon {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 16px;
}

.welcome_about_item_iconblock1 .welcome_about_item_icon {
    margin-left: -16px;
}

.welcome_about_item_iconblock2 .welcome_about_item_icon {
    margin-left: -8px;
}

.welcome_about_item_iconblock4 .welcome_about_item_icon {
    margin-left: -14px;
}

.welcome_about_item_title {
    font-size: 16px;
    font-weight: bold;
    color: #531A1D;
    line-height: 20px;
}

/*блок номера на главной*/
.welcome_category_container {
    padding-top: 3%; /*55/1410*/
    padding-bottom: 3%; /*70/1410*/
}

.welcome_category_h2 {
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    color: #531A1D;
    
    padding: 0;
    margin: 0;
    margin-bottom: 55px;
}

.welcome_category_head {
    position: relative;
    margin-bottom: 55px;
}

.welcome_category_head_text {
    max-width: 1100px;;
    margin-right: 270px;
    text-align: center;
}

.welcome_category_head_text p {
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    margin: 0;
}

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

.welcome_rooms_timing {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
    text-align: left;
    background-image: url(/img/rooms_timing_icon.png);
    padding-left: 65px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding-right: 30px;
    
}

.welcome_category_list {
    
}

/*цветные плашки на главной*/
.welcome_uslugi_container {
    padding-top: 4.25%; /*60/1410*/
}

.welcome_uslugi_list {
    text-align: justify;
}

.welcome_uslugi_item {
    display: inline-block;
    width: 48.93%;
    margin-bottom: 4%; /*90/1410*/
    
    position: relative;
}

.welcome_uslugi_item_iconblock {
    display: block;
    position: absolute;
    
    height: 225px;
    top: 50%;
    margin-top: -112px;
}

.welcome_uslugi_item_plate {
    height: 225px;
    width: 275px;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
}

.welcome_uslugi_item_iconblock1 .welcome_uslugi_item_plate {
    background-image: url(/img/iconblock/uslugi_plate1.png);
}

.welcome_uslugi_item_iconblock2 .welcome_uslugi_item_plate {
    background-image: url(/img/iconblock/uslugi_plate2.png);
}

.welcome_uslugi_item_iconblock3 .welcome_uslugi_item_plate {
    background-image: url(/img/iconblock/uslugi_plate3.png);
}

.welcome_uslugi_item_iconblock4 .welcome_uslugi_item_plate {
    background-image: url(/img/iconblock/uslugi_plate4.png);
}

.welcome_uslugi_item_iconblock5 .welcome_uslugi_item_plate {
    background-image: url(/img/iconblock/uslugi_plate5.png);
}

.welcome_uslugi_item_icon {
    display: block;
    width: 100px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -50px;
}

.welcome_uslugi_item_iconblock1 .welcome_uslugi_item_icon {
    margin-left: -80px;
    margin-top: -30px;
}

.welcome_uslugi_item_iconblock2 .welcome_uslugi_item_icon {
    margin-left: -53px;
    margin-top: -34px;
}

.welcome_uslugi_item_iconblock3 .welcome_uslugi_item_icon {
    margin-left: -63px;
    margin-top: -44px;
}

.welcome_uslugi_item_iconblock4 .welcome_uslugi_item_icon {
    margin-left: -70px;
    margin-top: -32px;
}

.welcome_uslugi_item_iconblock5 .welcome_uslugi_item_icon {
    margin-left: -66px;
    margin-top: -55px;
}

.welcome_uslugi_item_right {
    display: block;
    margin-left: 240px;
    position: relative;
    text-align: left;
    
    min-height: 225px;
}

.welcome_uslugi_item_content {
    height: 225px;
    display: table-cell;
    vertical-align: middle;
}

.welcome_uslugi_item_title {
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #531A1D;
    margin-bottom: 20px;
    transition: color 0.3s;
    max-width: 350px;
}

.welcome_uslugi_item_descr {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #202020;
    transition: color 0.3s;
    padding-right: 40px;
}

a.welcome_uslugi_item:hover .welcome_uslugi_item_title, a.welcome_uslugi_item:hover .welcome_uslugi_item_descr {
    color: #b9463e;
}

.welcome_bottom_band {
    overflow: visible;
}

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

.welcome_band_bottom_bg {
    position: absolute;
    width: 100%;
    height: 1100px;
    background-image: url(/img/welcome_band_bottom_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    
    margin-top: -400px;
}

/*блок ресторана на главной*/
.welcome_restoran_band .band_background {
    ;
    background-color: #F5F0E9;
}

.welcome_restoran_container {
    padding-top: 0%; /*90/1410*/
    padding-bottom: 5%; 
}

.welcome_restoran_h2 {
    font-size: 72px;
    font-weight: bold;
    line-height: 80px;
    color: #531A1D;
    text-align: center;
    
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.welcome_restoran_first {
    margin-bottom: 3.9%; /*55/1410*/
}

.welcome_restoran_first_img {
    width: 48.58%;
    float: left;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.welcome_restoran_first_right {
    float: right;
    width: 45.74%;
}

.welcome_restoran_first_aligner {
    display: table-cell;
    height: 500px;
    vertical-align: middle;
}

.welcome_restoran_descr {
    color: #422F30;
}

.welcome_restoran_descr p {
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

.welcome_restoran_descr p + p {
    margin-top: 8px;
}

.welcome_restoran_second {
    background-image: url(/img/welcome_restoran_second_bg.jpg);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    padding: 55px 90px;
    margin-bottom: 3.9%; /*55/1410*/
}

.welcome_restoran_second_num {
    font-family: "Bodoni-bt-bd";
    font-size: 94px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    color: #531A1D;
    
    background-image: url(/img/welcome_restoran_second_plus.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 28px;
    margin-right: 30px;
}

.welcome_restoran_second_text {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #422F30;
    
    margin-right: 15px;
    
    width: 48.78%; /*600/1230*/
}

.welcome_restoran_second_button {
    vertical-align: middle;
    display: inline-block;
    width: 330px;
}

.welcome_restoran_second_button_icon {
    background-image: url(/img/welcome_restoran_second_button_icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.alpen_button2 {
    border: 0;
    background-color: #b9463e;
    
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;;
    font-weight: bold;
    
    cursor: pointer;
    text-align: center;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

.alpen_button2:hover {
    background-color: #531a1d;
    color: #ffffff;
}

.alpen_button2_white:hover {
    background-color: #ffffff;
    color: #531a1d;
}

.welcome_restoran_photos {
    margin-bottom: 1.77%; /*25/1410*/
}

.welcome_restoran_photos_item {
    float: left; 
    width: 31.91%; /*450/1410*/
    margin-bottom: 2.13%; /*30/1410*/
    margin-right: 2.13%; /*30/1410*/
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
}

.welcome_restoran_photos_item_big {
    float: right;
    margin-right: 0;
    width: 65.95%; /*930/1410*/
}

.welcome_restoran_photos_item_last {
    margin-right: 0;
}

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

.welcome_restoran_photos_opacity {
    opacity: 0;
}

.welcome_restoran_photos_descr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.welcome_restoran_photos_table {
    display: table;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 80px;
}

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

.welcome_restoran_photos_descr p {
    font-size: 20px;
    line-height: 28px;
}

.welcome_restoran_photos_descr p + p {
    margin-top: 12px;
}

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

.welcome_restoran_photos_item:hover .welcome_restoran_photos_hover {
    opacity: 1;
}

.welcome_restoran_bold {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.25%;
    color: #422F30;
}

.restoran_brown_block {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url(/img/restoran_brown_bg.jpg);
    color: #ffffff;
    
    padding: 35px 90px;
    font-size: 0;
}

.restoran_brown_item {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 31.7%; /*390/1230*/
    font-weight: bold;
    line-height: 26px;
    
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.restoran_brown_item1 {
    background-image: url(/img/restoran_brown_icon1.png);
}

.restoran_brown_item2 {
    background-image: url(/img/restoran_brown_icon2.png);
}

.restoran_brown_item3 {
    background-image: url(/img/restoran_brown_icon3.png);
}

.restoran_brown_phone {
    margin-top: 16px;
}

.restoran_brown_phonelink {
    white-space: nowrap;
    font-size: 24px;
}

/*блок отзывов на главной*/
.welcome_otzyv_band .band_background {
    background-color: #faf8f4;
}

.welcome_otzyv_band .wrapper {
    padding: 0 255px;
    overflow: hidden;
}

.welcome_otzyv_container {
    padding-top: 3.5%; 
    padding-bottom: 5%;
}

.welcome_otzyv_h2 {
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    color: #531A1D;
    
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.welcome_rating_block {
    text-align: center;
    margin-bottom: 55px;
}

.welcome_rating_item {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background-color: #FAF7F2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 4px 4px 8px 0 rgba(194,180,163,0.2);
    
    padding: 10px 35px 10px 15px;
    margin: 0 7px;
    transition: all 0.3s;
}

.welcome_rating_item:hover {
    background-color: #f5f0e9;
    box-shadow: none;
}

.welcome_rating_item_icon {
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.welcome_rating_item_content {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
}

.welcome_rating_item_title {
    font-size: 14px;
    color: #202020;
    display: block;
}

.welcome_rating_item_rating {
    display: block;
}

.welcome_rating_item_num {
    display: inline-block;
    vertical-align: middle;
    color: #878787;
    font-size: 14px;
    font-weight: bold;
}

.welcome_rating_item_stars {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 11px;
    background-image: url(/img/rating_stars_empty.png);
    background-position: left center;
}

.welcome_rating_item_stars_inner {
    height: 11px;
    display: block;
    background-image: url(/img/rating_stars_full.png);
    background-position: left center;
    width: 0;
}

.welcome_otzyv_doptext {
    text-align: center;
    color: #422F30;
    font-size: 24px;
    line-height: 34px;
    max-width: 680px;
    margin: 0 auto 4.25%;
}

.welcome_otzyv_list + .welcome_otzyv_doptext {
    margin-bottom: 2%;
}

.welcome_otzyv_list {
    margin-bottom: 5%; 
}

.welcome_otzyv_list.aaaleafer {
    overflow: visible;
}

.welcome_otzyv_item {
    width: 48.94%;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    box-shadow: 8px 8px 24px 0 rgba(194,180,163,0.2);
    white-space: normal;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 45px 50px;
}

.welcome_otzyv_item_source {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
}

.welcome_otzyv_item_source a {
    text-decoration: underline;
    color: #531A1D;
}

.welcome_otzyv_item_source a:hover {
    text-decoration: none;
}

.welcome_otzyv_item_anons {
    font-size: 16px;
    line-height: 26px;
    color: #1D282E;
    overflow: hidden;
    height: 156px;
    max-height: 156px;
    
    margin-bottom: 45px;
}

.welcome_otzyv_item_morelink {
    color: #531A1D;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    margin-top: -40px;
    padding-left: 8px;
    
    background-image: url(/img/otzyv_morelink_arrow.png);
    background-position: left center;
    background-repeat: no-repeat ;
    position: absolute;
}

.welcome_otzyv_item_morelink:hover {
    text-decoration: underline;
}

.welcome_otzyv_item_bottom {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.welcome_otzyv_item_fio {
    display: inline-block;
    color: #C2B4A3;
    font-size: 16px;
    font-weight: bold;
    margin-right: 2px;
    line-height: 40px;
    background-image: url(/img/otzyv_fio_icon.png);
    background-position: left center;
    background-repeat: no-repeat ;
    padding-left: 50px;
}

.welcome_otzyv_item_kogda {
    display: inline-block;;
    font-size: 14px;
    color: #202020;
}

.otzyv_modal_fio {
    color: #C2B4A3;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 26px;
    display: inline-block;
    margin-right: 8px;
}

.otzyv_modal_kogda {
    font-weight: bold;
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    color: #202020;
}

.otzyv_modal_descr {
    font-size: 16px;
    color: #202020;
    line-height: 26px;
}

/*галерея на главной*/
.welcome_galery_list {
    margin-bottom: 5%;
}

.welcome_galery_list.aaaleafer {
    overflow: visible;
}

.welcome_galery_item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 31.91%; /*450/1410*/
    max-width: 450px;;
}

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

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

.welcome_galery_item:hover .welcome_galery_item_hover {
    opacity: 1;
}

.welcome_brown_block {
    background-color: #531A1D;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
    text-align: center;
    background-image: url(/img/welcome_brown_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    
    padding: 60px;
}

.welcome_brown_h2 {
    font-size: 72px;
    font-weight: bold;
    line-height: 80px;
    margin: 0;
    padding: 0;
    
    margin-bottom: 55px;
}

.welcome_brown_descr {
    font-size: 20px;
    line-height: 28px;
    max-width: 750px;
    margin: 0 auto 30px;
}

.welcome_brown_button  {
    width: 275px;
}


/*стили для страницы rooms*/
.band_holder .info *, .band_holder .intro * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.band_holder .container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
}

.band_holder .info {
    background-color: transparent;
}

.band_holder .info::after {
    content: none;;
}

.band_holder .intro__inner {
    display: block;
}

.rooms_band .band_background {
    background-image: url(/img/rooms_band_background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.roomcat_list {
    
}

.roomcat_item {
    text-align: justify;
    font-size: 0;
    
    color: #422F30;
    margin-top: 5.67%; /*80/1410*/
}

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

.roomcat_item_img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 57.44%;
    max-width: 810px;;
}

.roomcat_item_right {
    display: inline-block;
    vertical-align: middle;
    width: 34.04%; /*480/1410*/
    text-align: left;
}

.roomcat_item_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 4px;
}

.roomcat_item_title a {
    color: #531A1D;
}

.roomcat_item_title a:hover {
    color: #B9463E;
}

.roomcat_item_count {
    font-size: 13px;
    margin-bottom: 25px;
}

.roomcat_item_anons {
    font-size: 20px;;
    line-height: 28px;;
    margin-bottom: 25px;
}

.roomcat_item_button {
    width: 210px;
}


.alpen_button3 {
    border: 0;
    background-color: rgba(208,194,177,0.5);
    
    height: 48px;
    line-height: 48px;
    color: #B9463E;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;;
    font-weight: bold;
    
    cursor: pointer;
    text-align: center;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

.alpen_button3:hover {
    background-color: #B9463E;
    color: #ffffff;
}

.roomcat_item_inverse {
    
}

/*список номеров*/
.rooms_list {
    
}

.rooms_item {
    position: relative;
    margin-top: 5.67%; /*80/1410*/
    background-color: #f2ece3;
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

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

.rooms_item_left {
    position: absolute;
    height: 100%;
    width: 42.55%; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 120px;;
}

.rooms_item_left_aligner {
    display: table;
    width: 100%;
    height: 100%;
}

.rooms_item_left_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.rooms_item_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.rooms_item_title a {
    color: #B9463E;
}

.rooms_item_title a:hover {
    color: #531a1d;
}

.rooms_item_property {
    color: #422F30;
    font-size: 16px;
    line-height: 26px;
}

.rooms_item_property + .rooms_item_property {
    margin-top: 6px;
}

.rooms_item_cost {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.rooms_item_button {
    width: 210px;
}

.rooms_item_right {
    float: right;
    width: 57.45%; /*810/1410*/
}

.rooms_item_img {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    max-width: 810px;
    width: 100%;
}

.alpen_button4 {
    border: 1px solid #b9463e;
    background-color: transparent;
    
    height: 46px;
    line-height: 46px;
    color: #B9463E;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;;
    
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s;
}

.alpen_button4:hover {
    background-color: #b9463e;
    color: #ffffff;
}

/*карточка номера*/
.room_card_images {
    position: relative;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.room_card_images_main {
    position: relative;
    
}

.room_card_images_main_item {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

.room_card_images_main_item_active {
    display: block;
}

.room_card_images_main_img {
    width: 100%;
    display: block;
}

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

.room_card_images_thumbs {
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgba(32,32,32,0.4);
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 0;
}

.room_card_images_arrow {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(32,32,32,0.6);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-color 0.3s;
}

.room_card_images_arrow:hover {
    background-color: #531a1d;
}

.room_card_images_arrow_left {
    margin-right: 5px;
    background-image: url(/img/slider_arrow_left_white.png);
}

.room_card_images_arrow_right {
    margin-left: 5px;
    background-image: url(/img/slider_arrow_right_white.png);
}

.room_card_images_thumbs_item {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background-color: #202020;
    margin: 0 5px;
    transition: background-color 0.3s;
}

.room_card_images_thumbs_item:hover {
    background-color: #531a1d;
}

.room_card_images_thumbs_item.room_card_images_thumbs_item_active {
    background-color: #ffffff;
}

.room_card_propertys {
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background-color: #f2ece3;
    
    padding: 75px 120px 35px;
    color: #422F30
}

.room_card_propertys_title {
    font-size: 32px;
    font-weight: bold;
    float: left;
    color: #422F30;
}

.room_card_propertys_list {
    float: right;
    width: 69.66%; /*815/1170*/
    margin-top: 8px;
    text-align: justify;
    font-size: 0;
}

.room_card_propertys_item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
    text-align: left;
}

.room_card_propertys_item_caption {
    display: inline-block;
    vertical-align: top;
}

.room_card_propertys_item_square .room_card_propertys_item_caption, .room_card_propertys_item_krovat .room_card_propertys_item_caption {
    width: 95px;
}

.room_card_propertys_item_vmestim .room_card_propertys_item_caption, .room_card_propertys_item_timing .room_card_propertys_item_caption {
    width: 135px;
}

.room_card_propertys_item_value {
    display: inline-block;
    font-weight: bold;
    max-width: 220px;
    vertical-align: top;
}

.room_card_info {
    padding-top: 5.67%; /*80/1410*/
}

.room_card_important {
    width: 200px;
    float: right;
    margin-top: 5px;
}

.room_card_cost {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}

.room_card_button {
    width: 200px;
}

.room_advantages_block {
    
}

.room_advantages_h2 {
    font-size: 32px;;
    line-height: 40px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #422F30;
    margin-bottom: 40px;
}

.room_advantages_list {
    text-align: justify;
    font-size: 0;
    margin-bottom: 4.6%;
}

.room_advantages_item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
    
    width: 23.4%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    margin-bottom: 1.7%; /*24/1410*/
}


.room_advantages_list .justify_elem {
    display: inline-block;
    width: 23.4%;
}

.room_card_important + .room_advantages_block {
    margin-right: 240px;
}

.room_card_important + .room_advantages_block .room_advantages_item, .room_card_important + .room_advantages_block .justify_elem {
    width: 32.4%;
    margin-bottom: 2.4%;
}

.room_descr h3 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 4%;
    margin-bottom: 3.0%;
    color: #422F30;
    font-weight: bold;
}

.room_descr h3:first-child {
    margin-top: 0;
}

.room_card_important + .room_descr {
    margin-right: 240px;
}

.nostyle_href {
    text-decoration: none;
    color: inherit;
}

.nostyle_href:hover {
    color: inherit;
}

.nowrap {
    white-space: nowrap;
}

/*страница контакты*/
.contacts_first_container {
    position: relative;
    margin-bottom: 30px;
}

.contacts_first_left {
    background-color: #ffffff;
    width: 450px;
    
}

.contacts_first_phones {
    padding: 85px 30px;
}

.contacts_item {
    color: #422F30;
    margin-top: 30px;
    
}

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

.contacts_item_value {
    font-size: 24px;
    font-weight: bold;
    padding-left: 25px;
    
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 32px;
}

.contacts_item_caption {
    font-size: 13px;
    line-height: 18px;
    padding-left: 25px;
    
}

.contacts_first_phones_item .contacts_item_value {
    background-image: url(/img/contacts_phone_icon.png);
}

.contacts_first_right {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 480px;
    background-color: #d4f0bd;
}

.contacts_first_map {
    
}

.contacts_second_container {
    position: relative;
    margin-bottom: 7%;
}

.contacts_second_left {
    height: 100%;
    position: absolute;
    top: 0;
    width: 450px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 30px;
    left: 0;
    
    background-color: #ffffff;
}

.contacts_second_left_aligner {
    height: 100%;
    display: table;
    width: 100%;

}

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

.contacts_second_email  {
    
}

.contacts_second_email  .contacts_item_value {
    background-image: url(/img/contacts_email_icon.png);
}

.contacts_second_right {
    background-color: #ffffff;
    margin-left: 480px;
    
    padding: 50px 30px;
}

.contacts_second_adres {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.contacts_second_adres .contacts_item_value {
    background-image: url(/img/contacts_adres_icon.png);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
    
}

.contacts_second_button {
    width: 220px;
    vertical-align: middle;
}

.contacts_third_container {
    position: relative;
}

.contacts_third_left {
    width: 48.93%; /*690/1410*/
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f2ece3;
    
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contacts_third_left_aligner {
    height: 100%;
    display: table;
    width: 100%;
}

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

.contacts_third_pagetext {
    
}

.contacts_third_pagetext p {
    
}

.contacts_third_pagetext ul {
    margin-bottom: 0;
}

.contacts_third_pagetext ul + p{
    margin-top: 18px;
}

.contacts_third_right {
    background-color: #f2ece3;
    float: right;
    width: 48.93%; /*690/1410*/
    padding: 65px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contacts_form_block {
    
}

.contacts_form_descr {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contacts_form_list {
    text-align: justify;
}

.contacts_form_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}

.contacts_form_item_text {
    width: 48.36%;
}

.contacts_form_submit {
    
}

.alpen_inputtext {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: inherit;
    background-color: #ffffff;
    border: 0;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    padding: 0 15px;
}

textarea.alpen_inputtext {
    height: 110px;
    line-height: 22px;
    padding-top: 13px;
    resize: none;
}

.contacts_form_button {
    width: 175px;
}

/*страница информации*/
.information_list {
    text-align: justify;
    
}

.information_item {
    display: inline-block;
    vertical-align: top;
    background-color: #f2ece3;
    width: 31.9%; /*450/1410*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    
    padding: 195px 30px 40px;
    background-position: top center;
    background-repeat: no-repeat;
}

.information_item_title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.information_item_anons {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #422F30;
    margin-bottom: 25px;
}

.information_item_button {
    width: 175px;
}

/*страница ресторана*/
.restoran_top_band .band_background {
    background-image: url(/img/restoran_top_band_bg.jpg);
}

.restoran_top_container {
    height: 495px;
    padding-top: 55px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.restoran_top_phone_container {
    position: absolute;
    width: 100%;
    bottom: 55px;
    text-align: center;
}

.restoran_top_phone {
    background-color: #531a1d;
    display: inline-block;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
    transition: background-color 0.3s;
}

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

.restoran_top_phone:hover {
    color: #ffffff;
    background-color: #b9463e;
}

.restoran_content_band .wrapper {
    padding: 0px 255px;
    overflow: hidden;
}

.restoran_pagetext_block {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    color: #422F30;
    margin-bottom: 4.38%;
}

.restoran_content_h1 {
    color: #422F30;
}

.restoran_pagetext_block p {
    font-size: 20px;
    line-height: 34px;
}

.restoran_pagetext_block p + p {
    margin-top: 16px;
}

.restoran_times_block {
    text-align: justify;
    margin-bottom: 3%;;
}

.restoran_times_item {
    display: inline-block;
    background-color: #4f1719;
    width: 48.93%;
    padding: 40px 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
}

.restoran_times_item_inner {
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 40px;
}

.restoran_items_block {
    text-align: justify;
    margin-bottom: 3%;;
}

.restoran_item {
    display: inline-block;
    vertical-align: top;
    width: 23.4%;
    background-color: #f1ece2;
    text-align: left;
}

.restoran_item_img {
    max-width: 100%;
}

.restoran_item_content {
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.restoran_item_title {
    font-size: 24px;
    font-weight: bold;
    color: #531A1D;
    line-height: 30px;
    margin-bottom: 15px;
}

.restoran_item_descr {
    font-size: 16px;
    line-height: 26px;
    color: #422F30;
    margin-bottom: 20px;
}

.restoran_item_bottom {
    border-top: 1px solid #e8e2d7;
    padding-top: 10px;
}

.restoran_item_doptitle {
    font-size: 14px;
    line-height: 26px;
    color: #B3A696;
    font-weight: bold;
    margin-bottom: 7px;
}

.restoran_item_doplist {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #422F30;
}

.restoran_item_doprow {
    margin-top: 10px;
}

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

.restoran_menus_block {
    padding: 40px 80px;
    font-size: 0;
    text-align: justify;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url(/img/restoran_menus_bg.jpg);
    margin-bottom: 4.8%;
}

.restoran_menus_button {
    width: 48%;
}

.restoran_menus_icon1 {
    background-image: url(/img/restoran_menus_icon1.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}

.restoran_menus_icon2 {
    background-image: url(/img/restoran_menus_icon2.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 12px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}

.alpen_button5 {
    border: 0;
    background-color: #531a1d;
    
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;;
    font-weight: bold;
    
    cursor: pointer;
    text-align: center;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all 0.3s;
}

.alpen_button5:hover {
    background-color: #42090c;
    color: #ffffff;
}

.restoran_galery_block {
    margin-bottom: 4.8%;
}

.restoran_phone_block {
    background-color: #531A1D;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    padding: 55px 50px 50px 115px;
    margin-bottom: 4.8%;
}

.restoran_phone_left {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    margin-right: 8.4%;
    
}

.restoran_phone_link {
    font-size: 24px;
    padding-left: 35px;
    background-image: url(/img/restoran_phone_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.restoran_phone_right {
    font-size: 16px;
    display: inline-block;
    line-height: 26px;
    font-weight: bold;
}

/*услуги*/
.uslugi_top_band .band_background {
    
}

.uslugi_top_container {
    height: 495px;
    padding-top: 55px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.uslugi_top_without_img {
    height: auto;
    padding-bottom: 55px;
}

.uslugi_top_without_img .intro__title {
    color: #531a1d
}

.otdyh_descr_container {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 7.44% 0;
    padding: 5.5% 0 4.5%;
}

.uslugi_pagetext {
    
}

.uslugi_pagetext p {
    font-size: 20px;
    line-height: 34px;
}


.otdyh_phone_block {
    padding-top: 8px;
}

.otdyh_phone_link {
    color: #B9463E;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    background-image: url(/img/otdyh_phone_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.otdyh_phone_link + .otdyh_phone_link {
    margin-left: 25px;
}

.otdyh_items_container {
    
}

.otdyh_item {
    background-color: #ebf8ff;
    position: relative;
    margin-top: 7.44%;
}

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

.otdyh_item_left {
    width: 48.79%;
    position: relative;
    
}

.otdyh_item_grad {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(to left, #EBF8FF 0%, rgba(235,248,255,0.54) 30%, rgba(235,248,255,0) 47.8%);
    z-index: 1;
}

.otdyh_item_img {
    max-width: 100%;
    display: block;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
}

.otdyh_item_right {
    position: absolute;
    width: 51.06%;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.otdyh_item_right_inner {
    display: table;
    height: 100%;
    width: 100%;
    
}

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

.otdyh_item_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #531A1D;
    margin-bottom: 25px;
}

.otdyh_item_descr {
    font-size: 18px;
    line-height: 28px;
    
}

.otdyh_item_inverse .otdyh_item_left {
    margin-left: auto;
}

.otdyh_item_inverse .otdyh_item_right {
    right: auto;
    left: 0;
}

.otdyh_item_inverse .otdyh_item_grad {
    background-image: linear-gradient(to right, #EBF8FF 0%, rgba(235,248,255,0.54) 30%, rgba(235,248,255,0) 47.8%);
}
    
.otdyh_item_inverse .otdyh_item_img {
    border-radius: 0 2px 2px 0
    -moz-border-radius: 0 2px 2px 0
    -webkit-border-radius: 0 2px 2px 0
}

.otdyh_items_container + .otdyh_descr_container {
    padding-top: 5%;
    padding-bottom: 0%;
}

.uslugi_container {
    padding-top: 7%;
}

.uslugi_content {
    position: relative;
    overflow: hidden;
    margin-bottom: 6%;
}

.uslugi_content_left {
    position: relative;
    width: 48.93%;
}

.uslugi_content_img {
    display: block;
    max-width: 100%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.uslugi_content_right {
    position: absolute;
    width: 42.55%;
    right: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.uslugi_content_right_inner {
    display: table;
    height: 100%;
    width: 100%;
    
}

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

.uslugi_content_descr {
    
}

.uslugi_costs_block {
    
}

.uslugi_costs_title {
    color: #531A1D;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.uslugi_costs_list {
    
}

.uslugi_costs_item {
    font-size: 20px;
    line-height: 34px;
    background-color: #ffffff;
    padding: 30px 100px;
    color: #422F30;
    position: relative;
    margin-top: 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

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

.uslugi_costs_item_ttt {
    position: relative;
}

.uslugi_costs_item_ttt_inner {
    position: absolute;
    width: 100%;
    border-bottom: 1px dotted #C2B4A3;
    top: 24px
}

.uslugi_costs_item_left {
    position: relative;
    float: left;
    background-color: #ffffff;
    
}

.uslugi_costs_item_right {
    position: relative;
    float: right;
    background-color: #ffffff;
    font-weight: bold;
}

.agree_field {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-top: 31px;
    text-align: left;
}

.rules_checkbox {
    display: none;
    
}

.agree_label {
    position: absolute;
    left: 190px;
    right: 0;
    top: 4px;
    background-image: url(/img/checkbox.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    cursor: pointer;
}

.agree_label:hover {
    text-decoration: underline;
}

.rules_checkbox:checked ~ .agree_label {
    background-image: url(/img/checkbox_checked.png);
}

.contacts_form_submit .agree_field {
    margin-top: 0;
}

.contacts_form_submit .agree_label {
    top: 8px;
    max-width: 200px;
    left: 220px;
}


.slider_float_close {
  width: 15px;
  height: 14px;
  background-image: url(/img/slider_float_close.png);
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.slider_float {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  box-shadow: 0 5px 43px -10px #262626;
  padding: 30px 25px 25px;
  width: 350px;
  position: fixed;
  margin-left: 20px;
  bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #b9463e;
  text-align: center;
  z-index: 9;
}

.slider_float_text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.slider_float_text a {
    color: #b9463e;
}

.slider_float_button {
  width: 100%;
  padding: 0;
  font-size: 16px;
}

.slider_float_control {
  position: fixed;
  bottom: 15px;
}

.slider_float_absolute {
    bottom: 0;
    position: absolute;
}