 .info__meta_place::before {
    content: '\f3c5';
}
.info__meta_dinner::before {
    content: '\f0f4';
}
.info__meta_type::before {
    content: '\f084';
}
.info__meta_night::before {
    content: '\f186';
}
.info__meta_date::before {
    content: '\f073';
}
.info__meta_numAdult::before {
    content: '\f183';
}
.info__meta_child::before {
    content: '\f1ae';
}
.info__meta::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
}


.data__title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}
.data__title::before {
    content: '';
    display: inline-block;
    width: 100%;
    background: rgba(0,0,0,.2);
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}
*::backdrop {
    -moz-top-layer: top !important;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.imgss img{
 object-fit: cover;
    width: 303px;
    height: 280px;
}
@media (max-width: 500px) {
     .responsive .product-grid > .row > div {
          width: 50%;
          float: left;
     }
     
 .imgss img {
    object-fit: cover;
    width: 50%;
    height: 150px;
    margin: 0px -2px 1px -1px;

} }

.data__titleSpan {
    background: #fafafa;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.dataForm__title {
    font-size: 21px;
    line-height: 21px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.dataForm__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#dataForm .dataForm__inputBox_buyer {
    width: 24%;
    margin-right: 20px !important;
}
.dataForm__inputBox_buyer {
    width: 25%;
}
.dataForm__inputBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dataForm__label {
    font-size: 11px;
    line-height: 12px;
    color: #6a6a6a;
    text-transform: uppercase;
    margin-bottom: 4px;
    white-space: nowrap;
}
#dataForm input {
	border:1px solid #e1e1e1!important;
	height:40px!important;
	line-height:40px!important;
	margin-top:10px!important
}
#dataForm input:hover{
	border: 1px solid #ec6c00 !important

}


#dataForm input,#dataForm .dataForm__select {
	border:1px solid #e1e1e1!important;
	height:40px!important;
	line-height:40px!important;
	margin-top:10px!important;
	-webkit-appearance:none!important
}

 @media(max-width:475px) {
.dataForm__line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
#dataForm {
    margin: 10px;
}
.dataForm__label {
    font-size: 14px;
    line-height: 13px;
    color: #6a6a6a;
    text-transform: uppercase;
    margin-top: 15px;
    white-space: nowrap;
    margin-bottom: -6px;
    font-weight: inherit;
}
.dataForm__title {
   display:none;
}
}


 .form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 274px;
    min-height: 59px;
    font-size: 1.375rem;
    font-style: normal;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    background-color: #f57c00;
    -webkit-box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 1px 0 0 #d84d00, 0 2px 6px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto 15px;
}
.form__submit.sm-btn {
    max-width: 273px !important;
    margin: 25px auto 25px auto !important;
    font-size: 16px !important;
    background-color: #5cb85c;
    -webkit-box-shadow: 0 1px 0 0 #5cb85c, 0 2px 6px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 1px 0 0 #5cb85c, 0 2px 6px 0 rgb(0 0 0 / 15%);
    cursor: pointer;
}
.form__submit.sm-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}



 .order__submit {
    font-size: 15px !important;
}
.order__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 274px;
    min-height: 59px;
    font-size: 1.375rem;
    font-style: normal;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: transparent;
    -webkit-appearance: none;
    background-color: #f57c00;
    -webkit-box-shadow: 0 1px 0 0 #d84d00,0 2px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 0 #d84d00,0 2px 6px 0 rgba(0,0,0,.15);
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto 15px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    opacity: .9;
}



.order__label {
    font-size: 15px;
    line-height: 15px;
    margin-left: 7px;
    cursor: pointer;
    margin-top: 3px;
    color: #535151;
    font-weight: 100;
}

@media(max-width:475px) {
.header_nav {
    max-width: max-content;
    margin-bottom: 25px;
    z-index: 2;
}
.order__label {
    font-size: 10px;
    line-height: 14px;
    margin-left: 0px;
    cursor: pointer;
    margin-top: 7px;
    color: #535151;
    font-weight: 100;
}
}
.order__result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #139e00;
}
.order__result_text {
    font-size: 18px;
    line-height: 15px;
}


.order__plus:not(:last-child) {
    margin-bottom: 10px;
}
.order__plus {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-left: 25px;
}
.order__plus::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.order__result_amount {
    font-size: 32px;
    line-height: 32px;
}
.order__result_amount::after {
    content: '';
}
.order__inputBox:first-child {
    margin-bottom: 10px;
}
.order__price:not(:last-child) {
    margin-bottom: 10px;
}
.order__priceBox {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
    font-size: 16px;
line-height: 1.65;
font-family: Montserrat,sans-serif;
font-weight: 400;
}
.order__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
 .order__price_name {
    color: #999;
    font-size: 14px;
    line-height: 14px;
}
.order__price_amount {
    font-size: 14px;
    line-height: 14px;
}

.info__meta_small {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9b;
    margin-top: 5px;
    margin-left: 28px;
}


.info__title {
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-left: 215px;
}
@media(max-width:475px) {

.info__title {
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-left: 0px;
}
}
.info__metaBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.info__meta {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}
@media(max-width:475px) {
.info__meta {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
}


.info__imgItem {
    width: 200px;
    height: 150px;
    background: #000;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    float: left;  
}
.imghotelbook {
float:left;
}
.main__row {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px
}
.main__col {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
	margin-left:15px;
	margin-right:15px
   
 
}
    

.main__col_8 {
	width:-webkit-calc(66.66667% - 30px);
	width:61.66667%;
    position: relative;
float: left;
               
}
.main__col_4 {
	width:-webkit-calc(33.33333% - 30px);
	width:33.33332%;
     position: relative;
float: left;  
    
}


@media(max-width:475px) {
.main__col_8 {
	width:-webkit-calc(66.66667% - 30px);
	width:90.66667%;
    position: relative;
float: left;
               
}
.main__col_4 {
	width:-webkit-calc(33.33333% - 30px);
	width:90.33332%;
     position: relative;
float: left;  
    
}
.info__imgItem {
    width: 100%;
}  
}

.orderbook {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2.7px 0.2px rgba(0, 0, 0, .25);
    padding: 20px;
    min-height: 190px;
    display: grid;
}
.main__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.entry {
width: 800px;
float: left;

font-family: montserrat,sans-serif;
 } 
 
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 700;
    font-family: montserrat,sans-serif;
    color: #222;
}

.entry b {
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 700;
    font-family: montserrat,sans-serif;
    color: #222;
    font-size: 18px;
 }
.entry li{
list-style: square;
 display: list-item;

text-align: match-parent;
 }
 .entry ul{
 margin-top: 0;
  margin-left: 30px;
margin-bottom: 10px;
 } 

 
 
.header_topBlock_logo {
    width: 405px !important;
}

.header_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
 
    
    margin-bottom: 10px;
   margin-left: 0px; 
    margin-top: -5px;  
      padding:  0px 56px 0px 40px; 
}

.header_main::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    max-width: 1920px;
    max-height: 900px;
    background: url(/img/headerbg.jpg) center;
    z-index: -1;    
   
}
@media(max-width:475px) {
.header_main::before {
 
 max-height: 850px;
 }
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
 
    
    margin-bottom: -40px;
   margin-left: 0px; 
    margin-top: -5px;  
      padding:  0px 56px 0px 40px; 
}

.header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    max-width: 1920px;
    max-height: 160px;
    background: url(/img/headerbg1.jpg) center;
    z-index: -1;    
   
}


.webing-whatsapp-button a.has-text img,body.rtl .webing-whatsapp-button a.has-text img{margin-right:0;margin-left:10px}
.webing-whatsapp-button{position:fixed;bottom:10px;z-index:9999}
.webing-whatsapp-button.align_left{left:10px}
.webing-whatsapp-button.align_right{right:10px}
.webing-whatsapp-button a{display:inline-block;background-color:#000000;transition:all .3s ease;color:#000000;padding:10px;}
.webing-whatsapp-button a:hover,.webing-whatsapp-button a:focus{background-color:#333;}
.webing-whatsapp-button a.has-text{display:flex;align-items:center;border-radius:25px;text-decoration: none;}
.webing-whatsapp-button a.has-text img{width:24px;height:24px;margin-right:10px}
.webing-whatsapp-button a img{display:block;width:36px;height:36px}
.webing-whatsapp-button a span{color:#ffffff;font-size:16px;display:block;line-height:1;margin: 0px 7px 0px -5px;}

.header_topBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    margin-bottom: 17px;
    border-bottom: 1px solid #ffffff59
}

.header_topBlock_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 276px
}

.header_topBlock_logo_title {
    font-family: rubik-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 84%;
    letter-spacing: -.01em;
    color: #fff;
    margin-right: 7px;
    flex-shrink: 1
}

.header_topBlock_logo_subtext {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #fff;
    flex-shrink: 1
}

.header_topBlock_address {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff;
    vertical-align: middle;
    width: 100%;
    max-width: 261px
}

.header_topBlock_address::before {
    content: url(../img/map_mark.svg);
    display: block;
    height: max-content;
    margin-right: 10px
}

.header_topBlock_contPhones {
    display: flex;
    flex-direction: row;
    width: max-content
}

.phoneSingle {
    width: max-content
}

.phoneSingle:not(:last-of-type) {
    margin-right: 50px
}

.phoneSingle_contTopInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1px
}

.phoneSingle_city {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #dbdbdb
}

.phoneSingle_online {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff;
    padding: 4px 10px;
    width: max-content;
    border-radius: 10px;
    background-color: #6edb7f
}

.phoneSingle_online::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #fff
}

.phoneSingle_number {
    font-family: rubik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -.01em;
    color: #fff;
    width: max-content
}

.header_nav {
    max-width: max-content;
    margin-bottom: 79px;
    z-index: 2
}
@media(max-width:475px) {
.header_nav {
    max-width: max-content;
    margin-bottom: 25px;
    z-index: 2;
}
}

.header_nav_ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: max-content
}

.header_nav_ul>.menu-item {
    position: relative;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
    padding: 10px 15px;
    white-space: nowrap
}

.header_nav_ul>.menu-item.menu-item-has-children::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    right: -2px;
    top: 0;
    background: url(../img/white_arrow.svg) 0px calc(50% + 2px)/contain no-repeat
}

.header_nav_ul>.menu-item.menu-item-has-children:hover::after {
    transform: rotate(180deg);
    background: url(../img/white_arrow.svg) 0px calc(50% - 2px)/contain no-repeat
}

.header_nav_ul>.menu-item>a {
    color: #fff;
    transition: all .2s
}

.header_nav_ul>.menu-item:not(:last-of-type) {
    margin-right: 30px
}

.header_nav_ul>.menu-item:hover>a {
    color: #e0e0e0
}

.header_nav_ul .sub-menu {
    display: block;
    position: absolute;
    pointer-events: none;
    padding: 0;
    width: max-content;
    top: 100%;
    left: 0;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0 5px 17px rgb(0 0 0/15%);
    border-radius: 4px;
    transition: all .2s
}

.header_nav_ul>.menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: all
}

.header_nav_ul .sub-menu .menu-item {
    position: relative;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #1a1b1e;
    cursor: pointer;
    padding: 10px 15px;
    transition: all .2s
}

.header_nav_ul .sub-menu .menu-item:first-child {
    border-radius: 4px 4px 0 0
}

.header_nav_ul .sub-menu .menu-item:last-child {
    border-radius: 0 0 4px 4px
}

.header_nav_ul .sub-menu .menu-item:hover {
    color: #1a1b1e;
    background-color: #ececec
}

.header_nav_ul .sub-menu .menu-item:hover a {
    color: #1a1b1e;
    text-decoration: none
}

.header_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.header_title::before {
    content: '';
    display: block;
    width: 177px;
    height: 61px;
    margin-bottom: 15px;
    background: url(../img/header_stars.svg) center/contain no-repeat
}

.header_title_h1 {
    font-family: rubik-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 115%;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
    
}

.header_title_p {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    margin-bottom: 25px;
    text-align: center
}

.header_title_detail {
    font-family: rubik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 13px 31px;
    background: 0 0;
    border: 1px solid #ffffff99;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all .2s
}

.header_title_detail:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    text-decoration: none
}

.header_form {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 10px;
    height: 94px;
    width: 100%;
    max-width: 1050px;
    padding: 20px 30px;
    margin-bottom: 47px;
    box-sizing: border-box
}

.header_form>* {
    height: 100%;
    flex-basis: 24%;
    max-width: 24%;
    flex-shrink: 1
}

.header_formTitle {
    display: none
}

.header_form_label {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #959595;
    background: #fff;
    border: 1px solid #e2e4ec;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px 20px 17px 53px;
    margin-right: 10px
}

.header_form_label::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    height: 20px;
    width: 20px
}

.header_form_label:nth-of-type(1)::before {
    background: url(../img/calender.svg) center/contain no-repeat
}

.header_form_label:nth-of-type(2)::before {
    background: url(../img/moon.svg) center/contain no-repeat
}

.header_form_label:nth-of-type(3)::before {
    background: url(../img/profile_square.svg) center/contain no-repeat
}

.header_form_input {
    margin-bottom: -3px;
    width: 100%
}

.header_form_submit {
    font-family: rubik-semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #f77821;
    border-radius: 5px;
    transition: all .2s
}

.header_form_submit:hover {
    background: #d8793a
}

.header_imgBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-bottom: 20px
}


.header_text_calc {
    font-family: 'Rubik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.header_imgBlock_single {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: rubik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.header_imgBlock_single:not(:last-of-type) {
    margin-right: 50px
}

.header_imgBlock_single::before {
    display: block;
    margin-right: 17px
}

.header_imgBlock_single:nth-of-type(1)::before {
    content: url(../img/vector_1.svg)
}

.header_imgBlock_single:nth-of-type(2)::before {
    content: url(../img/vector_2.svg)
}

.header_imgBlock_single:nth-of-type(3)::before {
    content: url(../img/vector_3.svg)
}

.header_imgBlock_single:nth-of-type(4)::before {
    content: url(../img/vector_4.svg)
}

.main {
    position: relative;
    width: 100%;
    max-width: 1220px;
    overflow-x: hidden;
    margin: 0 -20px;
    padding: 0 20px;
    box-sizing: border-box
}

.main_h2 {
    font-family: rubik-bold;
    font-size: 36px;
    line-height: 115%;
    color: #1a1b1e;
    width: 100%;
    margin-bottom: 40px
}

.main_restOnePlace {
    width: 100%;
    margin-bottom: 135px
}

.main_restOnePlace .main_h2 {
    margin-bottom: 40px
}

.main_restOnePlace_contContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -20px;
    margin-bottom: -20px
}

.main_restOnePlace_a {
    flex-basis: 280px;
    height: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px
}

.main_restOnePlace_single {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.main_restOnePlace_single_contImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.main_restOnePlace_single_contImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main_restOnePlace_single_contText {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 35px 33px;
    box-sizing: border-box
}

.main_restOnePlace_single_contText::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(68, 68, 68, 0) 54.23%);
    opacity: 1;
    transition: opacity .5s;
    z-index: -1
}

.main_restOnePlace_single_contText::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0.1deg, rgba(21, 21, 23, 0.9) 0.09%, rgba(30, 35, 45, 0.72) 99.91%);
    opacity: 0;
    transition: opacity .5s;
    z-index: -1
}

.main_restOnePlace_a:hover .main_restOnePlace_single_contText::before {
    opacity: 0
}

.main_restOnePlace_a:hover .main_restOnePlace_single_contText::after {
    opacity: 1
}

.main_restOnePlace_single_title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: rubik-bold;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    vertical-align: text-bottom;
    max-height: 100%;
    padding-top: 90%;
    width: 100%;
    margin-bottom: 14px;
    box-sizing: border-box;
    transition: all .5s
}

.main_restOnePlace_a:hover .main_restOnePlace_single_title {
    padding-top: 0
}

.main_restOnePlace_single_desc {
    font-family: rubik-medium;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .5s
}

.main_restOnePlace_a:hover .main_restOnePlace_single_desc {
    opacity: 1
}

.main_about {
    width: 100%;
    margin-bottom: 70px
}

.main_about_single {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto
}

.main_about_single:not(:last-child) {
    margin-bottom: 50px
}

.main_about_single>* {
    flex: 1
}

.main_about_single:nth-child(even)>*:first-child {
    order: 2;
    margin-right: unset
}

.main_about_single:nth-child(even)>*:last-child {
    order: 1;
    margin-right: 40px
}

.main_about_single_text {
    width: 100%;
    margin-right: 40px;
    padding: 10px 0
}

.main_about_single_text .main_h2 {
    margin-bottom: 20px
}

.main_about_single_text_desc {
    font-family: rubik-regular;
    font-size: 20px;
    line-height: 140%;
    color: #3e3e3e
}

.main_about_single_text_desc_p {
    white-space: pre-line
}

.main_about_single_text_desc_p p {
    margin: 0;
    line-height: 22px
}

.main_about_single_text_desc_ul {}

.main_about_single_text_desc_li {}

.main_about_single_text_desc_li::before {
    content: '-';
    display: inline;
    margin-right: 5px
}

.main_about_single_contImg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.main_about_single_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.hover_button.active+.main_about_single_img {
    display: block
}

.main_roomVariant {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 130px
}

.main_roomVariant_content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -40px
}

.main_roomVariant_single {
    width: 100%;
    max-width: unset;
    flex: 1;
    margin-right: 20px;
    margin-bottom: 40px
}

.main_roomVariant_single_slider {
    position: relative;
    height: 100vh;
    max-height: 280px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.main_roomVariant_single_slider_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

.hover_button {
    display: flex;
    align-items: flex-end;
    flex: 1;
    width: 100%;
    width: 100%;
    min-height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10
}

.hover_button:not(:last-of-type) {
    margin-right: 5px
}

.hover_button::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: background .2s
}

.hover_button.active::before {
    background: #f77821
}

.main_roomVariant_single_slider_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.hover_button.active+.main_roomVariant_single_slider_img {
    display: block
}

.main_roomVariant_single_contInfo {
    width: 100%;
    padding: 15px 20px 0;
    box-sizing: border-box
}

.main_roomVariant_single_title {
    font-family: rubik-medium;
    font-size: 20px;
    line-height: 140%;
    color: #1a1b1e;
    text-align: left;
    min-height: 28px;
    margin-bottom: 15px;
    height: 55px;
    overflow: hidden;
    cursor: pointer
}

.main_roomVariant_single_tegs {
    margin-right: -1px;
    margin-bottom: 12px
}

.main_roomVariant_single_tegs_single {
    position: relative;
    font-family: rubik-regular;
    font-size: 14px;
    line-height: 140%;
    color: #6b6f81;
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    margin-right: 1px;
    margin-bottom: 5px;
    vertical-align: middle;
    background: #f5f6fe;
    border-radius: 3px
}

.main_roomVariant_single_tegs_single .teg_icon {
    content: '';
    display: inline-block;
    cursor: pointer;
    width: 17px;
    height: 17px;
    margin: -4px 0 -4px 6px;
    background: url(../img/qmark.svg) center/contain no-repeat
}

.main_roomVariant_single_tegs_single .teg_details {
    display: inline-block;
    position: absolute;
    bottom: calc(100% - 4px);
    right: -20px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    width: auto;
    height: auto;
    font-family: rubik-regular;
    font-size: 14px;
    line-height: 140%;
    color: #6b6f81;
    padding: 6px 12px;
    margin-right: 1px;
    margin-bottom: 5px;
    vertical-align: middle;
    background: #f5f6fe;
    border: 1px solid #66656b;
    border-radius: 3px;
    transition: all .2s
}

.main_roomVariant_single_tegs_single .teg_details.active {
    pointer-events: all;
    opacity: 1
}

.main_roomVariant_single_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.main_roomVariant_single_details_button {
    flex-shrink: 1000;
    font-family: rubik-medium;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 122px;
    height: 38px;
    padding: 11px;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #f77821;
    transition: all .2s
}

.main_roomVariant_single_details_button:before {
    content: 'à?àÎàÄá?àÎàÁàÍàÅàÅ';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: rubik-medium;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.main_roomVariant_single_details_button:hover {
    background: #d8793a
}

.main_roomVariant_single_details_price {
    white-space: nowrap;
    font-family: rubik-regular;
    font-size: 16px;
    line-height: 25px;
    color: #7c7f8f
}

.main_roomVariant_single_details_price_bold {
    display: block;
    font-family: rubik-semibold;
    font-size: 18px;
    line-height: 25px;
    color: #2a2635;
    margin-bottom: -3px
}

.main_weHave {
    width: 100%;
    margin-bottom: 130px
}

.main_weHave_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -20px
}

.main_weHave_single {
    display: flex;
    flex-direction: row;
    flex-basis: 49%;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06);
    border-radius: 10px
}

.main_weHave_single_contImg {
    width: 100%;
    max-width: 225px;
    height: 100%;
    min-height: 316px;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

.main_weHave_single_contImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main_weHave_single_desc {
    padding: 25px
}

.main_weHave_single_title {
    font-family: rubik-medium;
    font-size: 22px;
    line-height: 140%;
    color: #1a1b1e;
    margin-bottom: 10px
}

.main_weHave_single_ul {
    width: 100%
}

.main_weHave_single_li {
    font-family: rubik-regular;
    font-size: 18px;
    line-height: 140%;
    color: #3e3e3e
}

.main_weHave_single_li::before {
    content: '-';
    display: inline;
    margin-right: 5px
}

.main_interestingPlace {
    width: 100%;
    margin-bottom: 130px
}

.main_interestingPlace_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-right: -40px
}

.main_interestingPlace_ul {
    width: 100%;
    max-width: 46%;
    margin-right: 35px
}

.main_interestingPlace_li {
    font-family: rubik-regular;
    font-size: 20px;
    line-height: 140%;
    color: #3e3e3e;
    margin-bottom: 20px
}

.main_interestingPlace_bold {
    font-family: rubik-bold
}

.main_interestingPlace_map {
    width: 100%
}

.main_reviews {
    position: relative;
    width: 100%;
    margin-bottom: 130px
}

.main_reviews .main_h2 {
    margin-bottom: 10px
}

.main_reviews_contButtons {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 37px;
    width: max-content
}

.main_reviews_slider_button {
    cursor: pointer;
    height: 50px;
    width: 50px;
    border: 1px solid #e2e4ec;
    box-sizing: border-box;
    border-radius: 10px;
    background: url(../img/black_arrow.svg);
    background-size: 9px 15px;
    background-position: 21px 17px;
    background-repeat: no-repeat;
    transition: all .2s
}

.main_reviews_slider_button:disabled {
    pointer-events: none;
    opacity: .3;
    background-color: #1a1b1e1c
}

.left_button {
    transform: rotate(180deg)
}

.right_button {
    margin-left: 20px
}

.main_reviews_slider_button:hover {
    border: 1px solid #383838
}

.main_reviews_content {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: 0;
    overflow-x: hidden
}

.main_reviews_slider {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-right: -20px;
    margin-left: 0;
    transition: margin .4s
}

.main_reviews_single {
    margin: 0 20px 20px;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
    border-radius: 10px;
    transition: all .2s
}

.main_reviews_single.active {
    visibility: visible
}

.main_reviews_single_stars {
    display: flex;
    flex-direction: row;
    margin-right: -4px;
    margin-bottom: 10px
}

.main_reviews_single_stars_single {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background: url(../img/gold_strar.svg) center/contain no-repeat
}

.main_reviews_single_title {
    font-family: rubik-medium;
    font-size: 22px;
    line-height: 120%;
    color: #1a1b1e;
    margin-bottom: 10px
}

.main_reviews_single_text {
    font-family: rubik-regular;
    font-size: 16px;
    line-height: 140%;
    color: #3e3e3e;
    margin-bottom: 20px
}

.main_reviews_single_text a {
    white-space: nowrap;
    color: #455fea;
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    margin-left: 4px;
    transition: all .2s
}

.main_reviews_single_text a:hover {
    color: #1631c9;
    letter-spacing: .4px
}

.main_reviews_single_contInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.main_reviews_single_reviewerInfo {
    display: flex;
    flex-direction: row;
    align-items: center
}

.main_reviews_single_reviewerInfo_contPhoto {
    background: #9c9c9c;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    margin-right: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06);
    overflow: hidden
}

.main_reviews_single_reviewerInfo_contPhoto img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.main_reviews_single_reviewerInfo_data {
    width: 100%;
    flex-shrink: 10000
}

.main_reviews_single_reviewerInfo_name {
    display: inline-block;
    font-family: rubik-semibold;
    font-size: 16px;
    line-height: 140%;
    color: #1a1b1e
}

.main_reviews_single_reviewerInfo_date {
    font-family: rubik-regular;
    font-size: 14px;
    line-height: 140%;
    color: #434343
}

.main_reviews_single_contInfo_video {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: max-content
}

.main_reviews_single_contInfo_video_desc {
    font-family: rubik-regular;
    font-size: 14px;
    line-height: 105%;
    text-align: right;
    color: #434343;
    flex-shrink: 10000;
    width: 95px;
    margin-right: 15px
}

.main_reviews_single_contInfo_video_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px
}

.main_reviews_single_contInfo_video_icon::before {
    content: url(../img/video_button.svg);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all .2s
}

.main_reviews_single_contInfo_video:hover .main_reviews_single_contInfo_video_icon::before {
    transform: scale(1.07)
}

.main_reviews_more_button {
    font-family: rubik-medium;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #f77821;
    display: block;
    margin-top: 30px;
    width: max-content;
    padding: 15px 34px;
    border: 1px solid #f77821;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all .2s
}

.main_reviews_more_button:hover {
    background-color: #f37a2915;
    color: #f77821;
    text-decoration: none
}

.main_faq {
    width: 100%
}

.main_faq_content {
    width: 100%;
    margin-bottom: -15px
}

.main_faq_content_single {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ececf5;
    box-sizing: border-box;
    filter: drop-shadow(0px 0 1px rgba(0, 0, 0, 0.02));
    border-radius: 15px;
    background: #fff;
    z-index: 999
}

.main_faq_content_single p {
    margin: 0
}

.main_faq_content_single_question {
    position: relative;
    font-family: rubik-medium;
    font-size: 18px;
    line-height: 140%;
    color: #1a1b1e;
    padding: 20px 180px 20px 30px;
    cursor: pointer
}

.main_faq_content_single_question::before {
    content: '';
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 0;
    width: 24px;
    height: 100%;
    background: url(../img/orange_arrow.svg) center/contain no-repeat
}

.main_faq_content_single.active .main_faq_content_single_question::before {
    transform: rotate(180deg)
}

.main_faq_content_single_answer {
    display: none;
    position: relative;
    font-family: rubik-regular;
    font-size: 17px;
    line-height: 135%;
    color: #1a1b1ece;
    padding: 0 30px 20px;
    width: 100%;
    margin-top: 0;
    box-sizing: border-box
}

.main_faq_button {
    font-family: rubik-medium;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #f77821;
    cursor: pointer;
    display: block;
    margin-top: 30px;
    width: max-content;
    padding: 15px 34px;
    border: 1px solid #f77821;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all .2s
}

.main_faq_button:hover {
    background-color: #f37a2915;
    color: #f77821;
    text-decoration: none
}

.main.room_page {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main_roomDesc {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 60px
}

.room_page_h2 {
    font-family: rubik-medium;
    font-size: 32px;
    line-height: 140%;
    color: #1a1b1e;
    margin-bottom: 20px
}

.main_roomDesc_content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px
}

.main_roomDesc_single {
    display: flex;
    flex-direction: row;
    width: 100%
}

.main_roomDesc_single_slider_col {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 565px
}

.main_roomDesc_single_slider {
    position: relative;
    height: 460px;
    width: 100%;
    max-width: 565px;
    border-radius: 10px;
    overflow: hidden
}

.main_roomDesc_single_slider_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box
}

.roomPage_hover_button {
    display: flex;
    align-items: flex-end;
    flex: 1;
    width: 100%;
    max-width: 40px;
    height: 3px;
    padding: 15px 0;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2
}

.roomPage_hover_button:not(:last-of-type) {
    margin-right: 10px
}

.roomPage_hover_button::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: background .2s
}

.roomPage_hover_button.active::before {
    background: #f77821
}

.main_roomDesc_single_slider_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.roomPage_hover_button.active+.main_roomDesc_single_slider_img {
    display: block
}

.main_roomDesc_single_sliderButtons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.sliderButton {
    cursor: pointer;
    height: 50px;
    width: 50px;
    border: 1px solid #e2e4ec;
    box-sizing: border-box;
    border-radius: 10px;
    background: url(../img/black_arrow.svg), rgba(255, 255, 255, .8);
    background-size: 9px 15px;
    background-position: 21px 17px;
    background-repeat: no-repeat;
    transition: all .2s
}

.sliderButton:disabled {
    pointer-events: none;
    opacity: .3;
    background-color: #1a1b1e1c
}

.sliderButton_left {
    transform: rotate(180deg);
    margin-left: 30px
}

.sliderButton_right {
    margin-right: 30px
}

.sliderButton:hover {
    border: 1px solid #383838
}

.main_roomDesc_single_contInfo {
    width: 100%;
    padding: 20px 35px;
    box-sizing: border-box;
    margin-bottom: -30px
}

.main_roomDesc_single_title {
    font-family: rubik-medium;
    font-size: 16px;
    line-height: 140%;
    color: #3e3e3e;
    margin-bottom: 10px
}

.main_roomDesc_single_tegs {
    margin-right: -1px;
    margin-bottom: 30px
}

.main_roomDesc_single_tegs_single {
    position: relative;
    font-family: rubik-regular;
    font-size: 14px;
    line-height: 140%;
    color: #6b6f81;
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    margin-right: 1px;
    margin-bottom: 5px;
    vertical-align: middle;
    background: #f5f6fe;
    border-radius: 3px
}

.main_roomDesc_single_tegs_single .teg_icon {
    content: '';
    display: inline-block;
    cursor: pointer;
    width: 17px;
    height: 17px;
    margin: -4px 0 -4px 6px;
    background: url(../img/qmark.svg) center/contain no-repeat
}

.main_roomDesc_single_tegs_single .teg_details {
    display: inline-block;
    position: absolute;
    bottom: calc(100% - 4px);
    right: -20px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    width: auto;
    height: auto;
    font-family: rubik-regular;
    font-size: 14px;
    line-height: 140%;
    color: #6b6f81;
    padding: 6px 12px;
    margin-right: 1px;
    margin-bottom: 5px;
    vertical-align: middle;
    background: #f5f6fe;
    border: 1px solid #66656b;
    border-radius: 3px;
    transition: all .2s
}

.main_roomDesc_single_tegs_single .teg_details.active {
    pointer-events: all;
    opacity: 1
}

.main_roomDesc_textBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.main_roomDesc_textBlock_single {
    flex-basis: 48%
}

.main_roomDesc_textBlock_single_title {
    font-family: rubik-semibold;
    font-size: 22px;
    line-height: 140%;
    color: #3e3e3e;
    margin-bottom: 10px
}

.main_roomDesc_textBlock_single_title_text {
    font-family: rubik-regular;
    font-size: 18px;
    line-height: 140%;
    color: #3e3e3e
}

.main_roomDesc_textBlock_single_title_ul {}

.main_roomDesc_textBlock_single_title_li {
    font-family: rubik-semibold;
    font-size: 18px;
    line-height: 140%;
    color: #3e3e3e
}

.main_roomDesc_textBlock_single_title_li span {
    font-family: rubik-regular
}

.footer {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 60px 0
}

.footer_title {
    font-family: rubik-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 115%;
    color: #1a1b1e;
    text-align: left;
    width: 100%;
    margin-bottom: 40px
}

.footer_content {
    width: 100%
}

.footer_cont_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    max-width: 800px;
    margin-bottom: 37px
}

.footer_cont_info>* {
    flex-basis: 44%
}

.footer_info_title {
    font-family: rubik-semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #1a1b1e;
    margin-bottom: 15px
}

.footer_info_text {
    display: block;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #505661;
    margin-bottom: 5px;
    transition: all .2s
}

.footer_info_text:not(:last-child) {
    margin-bottom: 5px
}

.footer_info_text .strong {
    font-family: rubik-semibold
}

.footer_info_1>.footer_info_text {
    margin-bottom: 15px
}

.footer_info_1_contacts {
    white-space: nowrap;
    margin-bottom: 15px
}

.footer_info_1_contacts>.footer_info_text {
    margin-bottom: 10px
}

.footer_info_1_media {
    display: flex;
    flex-direction: row
}

.footer_info_1_media_contImg {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s
}

.footer_info_1_media_contImg:not(:last-child) {
    margin-right: 9px
}

.footer_info_1_media_contImg:hover {
    transform: scale(1.1)
}

.footer_info_1_media_contImg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.footer_info_2_cont:not(:last-child) {
    margin-bottom: 35px
}

.footer_form {
    display: flex;
    flex-direction: column;
    float: right;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    max-width: 320px;
    padding: 35px;
    margin: 0 0 50px 59px;
    box-sizing: border-box;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06)
}

.footer_form>* {
    width: 100%
}

.footer_formTitle {
    font-family: rubik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1a1b1e;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.footer_form_label {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #959595;
    background: #fff;
    border: 1px solid #e2e4ec;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px 20px 17px 53px;
    margin-bottom: 15px;
    margin-right: 10px !important
}

.footer_form_label::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    height: 20px;
    width: 20px
}

.footer_form_label:nth-of-type(1)::before {
    background: url(../img/people.svg) center/contain no-repeat
}

.footer_form_label:nth-of-type(2)::before {
    background: url(../img/phone.svg) center/contain no-repeat
}

.footer_form_label:nth-of-type(3)::before {
    background: url(../img/profile_square.svg) center/contain no-repeat
}

.footer_form_input {
    margin-bottom: -3px;
    width: 100%
}

input[type=submit].footer_form_submit,
a.footer_form_submit {
    width: 100%;
    font-family: rubik-semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background: #f77821;
    border-radius: 5px;
    padding: 18px;
    transition: all .2s
}

.footer_form_submit:hover {
    background: #d8793a;
    text-decoration: none !important
}

.footer_form_submit:hover a {
    text-decoration: none !important
}

.footer_desc {
    width: 100%
}

.footer_desc_text {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    color: #888b96;
    width: 100%;
    margin-bottom: 15px
}

.footer_desc_copyright {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #3e3e3e;
    text-align: left
}

form input[type=tel],
form input[type=text],
form input[type=name],
form input[type=date],
form input[type=email],
form select,
form textarea,
div input[type=tel],
div input[type=text],
div input[type=name],
div input[type=date],
div input[type=email],
div select,
div textarea {
    box-shadow: none;
    padding: 0 5px;
    border: none
}

input::-webkit-calendar-picker-indicator {
    display: none !important
}

.form-control:disabled,
.form-control[readonly] {
    border: 1px solid rgba(0, 0, 0, .15) !important
}

.search-form .btn-light.btn-block {
    border: 1px solid #e2e4ec !important;
    border-radius: 5px !important
}

.search-form {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06)
}

.header.lite-header {
    margin-bottom: 20px
}

.header.lite-header,
.header.lite-header .header_topBlock_logo_title,
.header.lite-header .header_topBlock_address,
.header.lite-header .phoneSingle_city,
.header.lite-header .phoneSingle_number,
.header.lite-header .header_nav_ul>.menu-item>a,
.header.lite-header .header_topBlock_logo_subtext {
    color: #1a1b1e
}

.header.lite-header .header_topBlock {
    border-bottom: 1px solid #ccc
}

.header.lite-header .header_nav {
    margin-bottom: 0
}

.header.lite-header:before {
    display: none
}

.header.lite-header .header_topBlock_address::before {
    content: url(../img/dark_map_mark.svg)
}

.header.lite-header .header_nav_ul>.menu-item.menu-item-has-children::after {
    background: url(../img/dark_arrow_new.svg) 0 calc(50% + 2px)/contain no-repeat
}

.header.lite-header .header_mmenu_button {
    content: url(../img/dark_mmenu_button.svg)
}

@media(max-width:475px) {
    .header.lite-header .header_topBlock {
        margin-bottom: 40px
    }
}

div.wpcf7-response-output {
    margin: 0 !important
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #f77821 !important;
    font-size: 20px !important;
    color: #515762 !important;
    padding: 15px;
    }

.footer_formTitle {
    margin-top: 20px
}

.breadcrumbs {
    max-width: 1160px;
    background: 0 0 !important
}

.main-bron {
    max-width: 1260px;
    margin: 0 auto
}

#dataForm .dataForm__inputBox_buyer {
    width: 24%;
    margin-right: 20px !important
}

#dataForm input {
    border: 1px solid #e1e1e1 !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 10px !important
}

#dataForm input,
#dataForm .dataForm__select {
    border: 1px solid #e1e1e1 !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 10px !important;
    -webkit-appearance: none !important
}

.dataForm__line_correct::before {
    top: calc(50% - 7px) !important
}

.dataForm__correct:before {
    top: 34px !important;
    right: 9px !important
}

@media(max-width:430px) {
    #dataForm .dataForm__inputBox_buyer {
        width: 100% !important;
        margin-right: 0 !important
    }
    .breadcrumbs {
        width: 95%;
        background: 0 0 !important
    }
}

.main-soc {
    width: 48px !important;
    height: 73px !important
}

.display-form-single {
    flex-wrap: wrap
}

.display-form-single p {
    width: 33%;
    padding: 0 20px
}

.display-form-single p input[type=submit] {
    line-height: 21px !important
}

.display-form-single-title {
    font-family: rubik-medium !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 140% !important;
    color: #1a1b1e !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important
}

.display-form-single p input,
.display-form-single p textarea,
.display-form-single p input[type=email] {
    margin: 0 !important
}

select#cities {
    -webkit-appearance: none !important
}

.search-form .pr2 {
    position: relative
}

.material-icons.icons-cities {
    position: absolute !important;
    right: 20px !important;
    top: 25px !important
}

@media(max-width:600px) {
    .display-form-single p {
        width: 100%;
        padding: 0 20px;
        margin: 15px 0
    }
    .entry {
        overflow: initial !important
    }
    .main_roomDesc_single_slider_lowbtn {
        display: flex;
        flex-direction: column
    }
    .btn_quick_click {
        width: fit-content;
        display: inline;
        margin-bottom: 15px
    }
    .btn_quick_ws {
        width: fit-content;
        display: inline;
        margin-left: 0 !important
    }
}

.main_roomDesc_single_slider_lowbtn {
    margin-top: 30px
}

.btn_quick_click {
    background: #f57c00;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px
}

.btn_quick_ws {
    background: #54ce66;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20px
}

.btn_quick_ws:hover,
.btn_quick_click:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8
}

.deal-more-btn {
    width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    color: #f57c00;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background: 0 0;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 15px;
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    right: 20px;
    bottom: -10px
}

.deal-more-btn:hover {
    opacity: .7
}

.deal-more-result {
    display: none;
    width: calc(100% + 50px) !important;
    margin-left: -25px !important;
    padding: 0 20px !important;
    margin-bottom: 30px !important;
    border-radius: 10px
}

.deal-more-result.active {
    display: block
}

.deal-more-result .room_page_h2 {
    margin: 20px 0 !important;
    padding: 20px 0 0
}

#wpcf7-f7330-o1 p,
#wpcf7-f7120-o1 p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#wpcf7-f7330-o1 input[type=submit].footer_form_submit,
#wpcf7-f7330-o1 a.footer_form_submit,
#wpcf7-f7120-o1 input[type=submit].footer_form_submit,
#wpcf7-f7120-o1 a.footer_form_submit {
    max-width: 237px
}

#wpcf7-f7330-o1 div.wpcf7 img.ajax-loader,
#wpcf7-f7120-o1 div.wpcf7 img.ajax-loader {
    width: 100%;
    text-align: center;
    margin: 10px 0 0
}

.search-form-leadform {
    display: none;
    margin: 20px 0 0;
    padding: 20px 0 0
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

button.mfp-close,
button.mfp-arrow {
    background: #f77821 !important;
    opacity: 1;
    transition: all .5s
}

button.mfp-close:hover,
button.mfp-arrow:hover {
    opacity: .7
}

#dataForm input.dataForm__agreeWith {
    width: 40px !important
}

@media(max-width:600px) {
    .deal-more-btn {
        position: relative;
        margin-bottom: 20px;
        right: auto !important;
        bottom: auto !important
    }
    .main_roomDesc_textBlock_single_title {
        font-size: 18px !important
    }
    .deal-more-btn {
        background: 0 0 !important;
        border: none !important;
        color: #f57c00 !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        justify-content: flex-start
    }
}

.search-form-diagramm__title {
    font-family: rubik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1a1b1e
}

.search-form-diagramm__desc {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4e5056
}

.search-form-diagramm__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px
}

.search-form-diagramm__list.small {
    justify-content: space-between
}

.search-form-diagramm__list>div {
    display: flex;
    flex-direction: column-reverse;
    width: 8%;
    text-align: center;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1a1b1e
}

.search-form-diagramm__list.small>div {
    width: 23%
}

.search-form-diagramm__list.small>div {
    margin-right: 10px
}

.search-form-diagramm__col {
    min-height: 20px;
    margin: 5px 0
}

.search-form-diagramm__list>div span {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #606060
}

.search-form-diagramm__col.blue {
    background: #cce6f4;
    border-radius: 2px
}

.search-form-diagramm__col.green {
    background: #ccf4d2;
    border-radius: 2px
}

.search-form-diagramm__col.yellow {
    background: #fdfaaa;
    border-radius: 2px
}

.search-form-diagramm__col.red {
    background: #fbc1af;
    border-radius: 2px
}

#wpcf7-f7372-o2>form>p {
    display: flex
}

#wpcf7-f7372-o2 input[type=submit].footer_form_submit,
#wpcf7-f7372-o2 a.footer_form_submit,
#wpcf7-f7372-o2 input[type=submit].footer_form_submit,
#wpcf7-f7372-o2 a.footer_form_submit {
    max-width: 237px
}

#wpcf7-f7372-o2 {
    margin-bottom: 60px
}

#wpcf7-f7372-o2 .footer_form_label {
    margin-bottom: 0
}

@media(max-width:768px) {
    .search-form-diagramm__list {
        flex-direction: column;
        align-items: flex-start
    }
    .search-form-diagramm__col {
        min-height: 40px;
        margin: 5px 10px;
        min-width: 50px
    }
    .search-form-diagramm__list>div span {
        width: 65px;
        text-align: left
    }
    .search-form-diagramm__desc {
        margin: 15px 0
    }
    .search-form-diagramm__list>div {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center
    }
    .search-form-diagramm__list.small>div {
        width: 100%
    }
    .search-form-diagramm__list.small>div span {
        width: 50px;
        text-align: left
    }
    #wpcf7-f7372-o2>form>p {
        display: flex;
        flex-direction: column
    }
    #wpcf7-f7372-o2>form>p>label {
        margin-bottom: 20px !important
    }
    #wpcf7-f7372-o2 img.ajax-loader {
        display: none
    }
    #wpcf7-f7372-o2 input[type=text] {
        width: 100%
    }
}

.main_roomDesc_single_slider_col {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 565px
}

.btn_quick_click {
    background: #f57c00;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px
}

.btn_quick_ws {
    background: #54ce66;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20px
}

.reviews_main {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

.reviews_main_h2 {
    font-family: rubik-bold;
    font-size: 36px;
    color: #1a1b1e;
    width: 100%;
    margin-bottom: 40px
}

.singleHoCont {
    display: flex;
    width: 100%;
    padding-top: 74px;
    padding-bottom: 74px
}

.hoHeaderImg {
    position: relative;
    width: 380px;
    height: 419px;
    margin-right: clamp(10px, (100%/18) - 15px, 50px)
}

.cont_hoMainImg {
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.cont_hoMainImg .main_about_single_contImg {
    align-items: stretch
}

.hoMainImg {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hoStars {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    top: -26px;
    text-align: center
}

.hoStars_contStars {
    display: flex;
    justify-content: center;
    z-index: 1
}

.hoStars_singleStar {
    background: url(../img/star_gold.svg) center/cover no-repeat;
    width: 26px;
    height: 26px
}

.hoStars_singleStar:not(:last-child) {
    margin-right: 4.5px
}

.hoStars_textDupl {
    font-family: rubik-regular;
    font-size: 16px;
    color: #3e3e3e;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06);
    border-radius: 10px;
    position: relative;
    width: max-content;
    padding: 14px 18px 10px;
    top: -12px
}

.hoDesc {
    width: 100%;
    flex-shrink: 1000
}

.hoRat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 35px
}

.hoRat>* {
    margin-top: 10px
}

.hoRat_stars {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.hoRat .hoRat_stars {
    margin-right: 17px
}

.hoRat_singleStar {
    position: relative;
    background: #dbdbdb;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 28px;
    height: 28px
}

.hoRat_singleStar {
    position: relative;
    background: #dbdbdb;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 28px;
    height: 28px
}

.hoRat_singleStar::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: url(../img/star_white.svg) center/contain no-repeat
}

.hoRat_textRat {
    font-family: rubik-medium;
    font-size: 18px;
    color: #3e3e3e;
    word-wrap: nowrap
}

.hoRat_reviewsCount {
    display: flex;
    align-items: center;
    font-family: rubik-regular;
    font-size: 20px;
    color: #3e3e3e
}

.hoRat_reviewsCount::before {
    content: "/";
    display: block;
    margin: 0 15px
}

.hoTitle {
    display: flex;
    width: 100%;
    margin-bottom: 18px
}

.hoTitle>* {
    margin-bottom: 5px
}

.hoTitle_text {
    font-family: rubik-bold;
    font-size: 28px;
    line-height: 50px;
    color: #1a1b1e;
    margin-right: 40px
}

.hoTitle_address {
    display: flex;
    align-items: center;
    position: relative;
    font-family: rubik-regular;
    font-size: 16px;
    color: #8f8f8f;
    max-width: 259px;
    padding-left: 19px
}

.hoTitle_address::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 14px;
    height: 19px;
    background: url(../img/map_marker.svg) center/contain no-repeat
}

.hoText {
    font-family: rubik-regular;
    font-size: clamp(18px, 2vw + 5px, 20px);
    color: #3e3e3e;
    width: 100%;
    margin-bottom: 35px
}

.hoButton {
    font-family: rubik-semibold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 18px 60px;
    background: #f77821;
    border-radius: 5px;
    transition: all .2s
}

.hoButton:hover {
    background: #d8793a;
    color: #fff;
    text-decoration: none
}

.hoReviewsNav {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px
}

.hoReviewsNav_title {
    display: flex;
    align-items: center;
    font-family: rubik-semibold;
    font-size: 16px;
    color: #1a1b1e
}

.hoReviewsNav_generalSortOpt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 11px
}

.hoReviewsNav_sortPlate {
    display: flex;
    align-items: center;
    position: relative;
    font-family: rubik-regular;
    font-size: 16px;
    color: #6b6f81;
    min-height: 40px;
    padding: 8px 22px;
    background: #f5f6fe;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    word-break: keep-all;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    text-transform: lowercase
}

.hoReviewsNav_sortPlate.orderByDESC::after,
.hoReviewsNav_sortPlate.orderByASC::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 24px;
    margin-left: 2px;
    background-color: #6b6f81;
    mask-image: url(../img/arrow_up.svg);
    mask-size: 19px 24px;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_up.svg);
    -webkit-mask-size: 19px 24px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat
}

.hoReviewsNav_sortPlate.orderByDESC::after {
    transform: rotate(180deg)
}

.hoReviewsNav_sortPlate.active.orderByDESC::after,
.hoReviewsNav_sortPlate.active.orderByASC::after {
    background-color: #f5f6fe
}

.hoReviewsNav_sortPlate.active {
    color: #f5f6fe;
    background: #6b6f81
}

.hoReviewsNav_tagsSortOpt {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px
}

.hoReviewsNav_contTegs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: hidden;
    transition: all .4s
}

.hoReviewsNav_contTegs.active {
    height: auto
}

.hoReviewsNav_tagsSortOpt .hoReviewsNav_title {
    margin: 0 15px 10px 0
}

.showAllTegs {
    font-family: rubik-regular;
    font-size: 15px;
    color: #7893e1;
    display: inline-flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.showAllTegs::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 9px;
    margin: 0 0 2px 10px;
    background-color: #7893e1;
    mask-image: url(../img/arrow_small_blue.svg);
    mask-size: 15px 9px;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_small_blue.svg);
    -webkit-mask-size: 15px 9px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat
}

.showAllTegs.active::after {
    transform: rotate(180deg)
}

.hoReviews {
    display: flex;
    width: 100%;
    margin-top: 33px;
    margin-bottom: 33px
}

.hoReviewsCont {
    width: 100%;
    margin-right: clamp(10px, 4vw - 10px, 40px)
}

.hoSingleReview {
    width: 100%;
    padding: clamp(20px, 4vw - 10px, 40px) clamp(10px, 4vw - 10px, 50px);
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06);
    border-radius: 5px
}

.hoSingleReview:not(:last-child) {
    margin-bottom: 30px
}

.hoSingleReview_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef
}

.hoSingleReview_header_left {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.hoSingleReview_header_photo {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden
}

.hoSingleReview_header_photo img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hoSingleReview_header_info {}

.hoSingleReview_header_name {
    font-family: rubik-semibold;
    font-size: 16px;
    color: #1a1b1e;
    margin-bottom: 5px
}

.hoSingleReview_header_loc {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 16px;
    font-family: rubik-regular;
    font-size: 15px;
    color: #6f737f
}

.hoSingleReview_header_loc::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 11px;
    height: 13px;
    background: url(../img/map_marker.svg) center/contain no-repeat
}

.hoSingleReview_header_right {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.hoSingleReview_ratVal {
    font-family: rubik-medium;
    font-size: 20px;
    color: #3e3e3e;
    margin-right: 15px
}

.hoSingleReview_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

.hoSingleReview_main_cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px
}

.hoSingleReview_main_contRat {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 33%));
    width: 100%;
    margin-right: 10px
}

.hoSingleReview_main_singleRat {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hoSingleReview_main_singleRat_title {
    font-family: rubik-semibold;
    font-size: 14px;
    color: #3e3e3e;
    width: 100%;
    margin-bottom: 2px
}

.hoSingleReview_main_contRat .hoRat_stars {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.hoSingleReview_main_contRat .hoRat_singleStar {
    position: relative;
    background: #dbdbdb;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 22px;
    height: 22px
}

.hoSingleReview_main_contRat .hoRat_singleStar::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: url(../img/star_white.svg) center/contain no-repeat
}

.hoSingleReview_main_contVisitDate {
    font-family: rubik-regular;
    font-size: 16px;
    color: #6f737f;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: max-content;
    height: 100%
}

.hoSingleReview_main_revTitle {
    font-family: rubik-medium;
    font-size: 22px;
    color: #1a1b1e;
    width: 100%;
    margin-bottom: 10px
}

.hoSingleReview_main_revText {
    font-family: rubik-regular;
    font-size: 18px;
    font-size: clamp(16px, 4vw - 10px, 18px);
    color: #3e3e3e
}

.read-more {
    font-family: rubik-regular;
    font-size: 15px;
    color: #7893e1;
    margin-top: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    transition: all .5s
}

.read-more:hover {
    color: #7893e1;
    text-decoration: none;
    opacity: .7
}

.read-more::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    margin: 0 0 0 6px;
    background-color: #7893e1;
    mask-image: url(../img/arrow_blue_right.svg);
    mask-size: 16px 13px;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/arrow_blue_right.svg);
    -webkit-mask-size: 16px 13px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat
}

.roomType {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    margin-top: 25px
}

.roomType_title {
    font-family: rubik-semibold;
    font-size: 17px;
    color: #3e3e3e;
    width: 100%;
    margin-bottom: 4px
}

.roomType_type {
    font-family: rubik-regular;
    font-size: 20px;
    color: #3e3e3e;
    margin-bottom: 4px;
    margin-right: 20px
}

.roomType_seeRoom {
    font-family: rubik-regular;
    font-size: 15px;
    color: #6f737f;
    display: flex;
    align-items: center;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.roomPhoto {
    display: flex;
    width: 100%;
    margin-top: 30px
}

.roomPhoto_contPhoto {
    border-radius: 10px;
    overflow: hidden
}

.roomPhoto_contPhoto img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.roomPhoto_contPhoto:not(:last-child) {
    width: 100%;
    max-width: 280px;
    height: 204px;
    margin-right: 15px
}

.roomPhoto_contPhoto:last-child {
    position: relative;
    width: 100%;
    max-width: 100px;
    height: 204px;
    cursor: pointer
}

.roomPhoto_contPhoto:last-child::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/plus_camera.svg) center/auto no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))
}

.roomTags {
    width: 100%;
    margin-top: 20px
}

.roomTags_title {
    font-family: rubik-regular;
    font-size: 17px;
    color: #3e3e3e;
    margin-bottom: 5px
}

.roomTags_tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef
}

.roomTags_singleTag {
    font-family: rubik-regular;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #6b6f81;
    padding: 8px 22px;
    margin: 0 10px 10px 0;
    background: #f5f6fe;
    border-radius: 3px
}

.roomWhatLikedAndNo {
    display: flex;
    width: 100%;
    padding: 25px 0 30px
}

.roomWhatLiked {
    border-right: 1px solid #efefef;
    width: 50%;
    padding-right: clamp(10px, 4vw - 10px, 30px);
    box-sizing: border-box
}

.roomWhatNotLike {
    width: 50%;
    padding-left: clamp(10px, 4vw - 10px, 30px);
    box-sizing: border-box
}

.roomWhatLikedAndNo_title {
    font-family: rubik-medium;
    font-size: clamp(13px, 4vw - 10px, 14px);
    text-transform: uppercase;
    margin-bottom: 10px
}

.roomWhatLiked .roomWhatLikedAndNo_title {
    color: #00a479
}

.roomWhatNotLike .roomWhatLikedAndNo_title {
    color: #e1353f
}

.roomWhatLikedAndNo_text {
    font-family: rubik-regular;
    font-size: 16px;
    font-size: clamp(14px, 4vw - 10px, 16px);
    color: #3e3e3e
}

.hoSingleReview_footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
    margin-bottom: -20px;
    border-top: 1px solid #efefef;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.hoSingleReview_footer_elem {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: rubik-regular;
    font-size: 15px;
    color: #6f737f;
    cursor: pointer;
    transition: color .2s
}

.hoSingleReview_footer_elem:hover {
    color: #4d4f53
}

.hoSingleReview_footer_elem:hover::before,
.hoSingleReview_footer_elem:hover::after {
    background-color: #4d4f53
}

.hoSingleReview_footer_elem:not(:last-child) {
    margin-right: 30px
}

.hoSingleReview_footer_like {}

.hoSingleReview_footer_like::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 9px;
    margin-top: -7px;
    background-color: #6f737f;
    mask-image: url(../img/like.svg);
    mask-size: 23px 23px;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/like.svg);
    -webkit-mask-size: 23px 23px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: background-color .2s
}

.hoSingleReview_footer_share::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 24px;
    margin-right: 9px;
    margin-top: -2px;
    background-color: #6f737f;
    mask-image: url(../img/share.svg);
    mask-size: 22px 24px;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/share.svg);
    -webkit-mask-size: 22px 24px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: background-color .2s
}

.hoSingleReview_footer_report {
    justify-content: flex-end;
    flex-grow: 1
}

.hoSingleReview_footer_report:hover {
    text-decoration: none
}

.hoSingleReview_footer_report::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 21px;
    margin-left: 9px;
    margin-top: -3px;
    order: 2;
    background-color: #6f737f;
    mask-image: url(../img/flag.svg);
    mask-size: 16px 21px;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/flag.svg);
    -webkit-mask-size: 16px 21px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    transition: background-color .2s
}

.hoReviewsSidebar {
    width: 100%;
    flex-shrink: 2
}

.hoReviewsSidebar_stat {
    padding: clamp(10px, 4vw - 10px, 40px);
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .06);
    border-radius: 5px
}

.hoReviewsSidebar_stat_title {
    font-family: rubik-medium;
    font-size: clamp(16px, 1vw + 10px, 22px);
    color: #1a1b1e;
    width: 100%;
    margin-bottom: 20px
}

.hoReviewsSidebar_stat_rating {
    width: 100%
}

.hoReviewsSidebar_singleRat {
    width: 100%;
    margin-bottom: 11px
}

.hoReviewsSidebar_singleRat_title {
    display: flex;
    justify-content: space-between;
    font-family: rubik-regular;
    font-size: 14px;
    color: #3e3e3e;
    margin-bottom: 4px
}

.hoReviewsSidebar_singleRat_ratVal {
    font-family: rubik-semibold;
    font-size: 15px;
    color: #3e3e3e
}

.hoReviewsSidebar_singleRat_graph {
    width: 100%;
    background: #dbdbdb;
    border-radius: 5px;
    height: 7px
}

.hoReviewsSidebar_singleRat_graph_fill {
    display: block;
    background: #b73434;
    height: 100%;
    width: 0%;
    border-radius: 5px;
    transition: all .4s
}

.hoReviewsSidebar_stat_avgRat {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.hoReviewsSidebar_stat_p {
    font-family: rubik-regular;
    font-size: 14px;
    color: #3e3e3e;
    margin-bottom: 4px;
    width: 100%
}

.hoReviewsSidebar_ratVal {
    font-family: rubik-medium;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #3e3e3e;
    margin-left: 10px
}

.hoReviewsSidebar_seeAllReviews {
    display: block;
    font-family: rubik-regular;
    font-size: clamp(14px, 1vw + 7px, 18px);
    color: #b7d932;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 19px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e9eae8;
    border-radius: 5px;
    transition: all .2s
}

.hoReviewsSidebar_seeAllReviews:hover {
    color: #99b332;
    background: #fafafa;
    border: 1px solid #505050;
    text-decoration: none
}

.hoReviewsSidebar_location {
    width: 100%
}

.hoReviewsSidebar_location_title {
    font-family: rubik-medium;
    font-size: clamp(16px, 1vw + 10px, 22px);
    color: #1a1b1e;
    margin-bottom: 15px
}

.hoReviewsSidebar_location_map iframe {
    width: 100%;
    max-width: 360px
}

.aboutHo {
    width: 100%;
    padding-top: 40px;
    margin-top: 100px;
    border-top: 1px solid #efefef
}

.aboutHo_title {
    font-family: rubik-medium;
    font-size: 36px;
    color: #1a1b1e;
    width: 100%;
    margin-bottom: 32px
}

.aboutHo_content {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.aboutHo_column {
    width: 33.33%
}

.aboutHo_column:not(:last-child) {
    padding-right: clamp(10px, 4vw, 60px)
}

.aboutHo_contUl {
    width: 100%
}

.aboutHo_ulTitle {
    font-family: rubik-semibold;
    font-size: clamp(14px, 4vw - 10px, 18px);
    color: #000;
    margin-bottom: 7px
}

.aboutHo_ul {
    width: 100%
}

.aboutHo_li {
    font-family: rubik-regular;
    font-size: clamp(14px, 4vw - 10px, 18px);
    color: #000;
    margin-bottom: 7px
}

.aboutHo_li:last-child {
    margin-bottom: 30px
}

.reviewForm {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 80px
}

.reviewForm [type=date] {
    position: relative
}

.reviewForm [type=date]::-webkit-calendar-picker-indicator {
    content: '';
    display: block;
    position: absolute;
    right: 23px;
    height: calc(100% - 10px);
    width: 14px;
    padding-left: 20px;
    background: url(../img/arrow_small_grey.svg) right/auto no-repeat, linear-gradient(90deg, #ffffff00 0%, #ffffff 40%, #ffffff 100%);
    cursor: pointer
}

.reviewForm * {
    scrollbar-width: auto;
    scrollbar-color: #009dd9 #e8f1fd
}

.reviewForm *::-webkit-scrollbar {
    width: 6px
}

.reviewForm *::-webkit-scrollbar-track {
    background: #e8f1fd
}

.reviewForm *::-webkit-scrollbar-thumb {
    background-color: #009dd9;
    border-radius: 10px;
    border: 1px solid #e8f1fd
}

.reviewForm_mainHeader {
    font-family: rubik-medium;
    font-size: clamp(27px, 3vw + 10px, 36px);
    color: #1a1b1e;
    width: 100%;
    margin-bottom: 39px
}

.reviewForm_inputs {
    display: flex;
    flex-wrap: wrap
}

.reviewForm_lowHeader {
    font-family: rubik-medium;
    font-size: clamp(14px, 1vw + 10px, 16px);
    color: #1a1b1e;
    margin-bottom: 6px
}

.reviewForm_input {
    font-family: rubik-regular;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    width: 100% !important;
    padding: 18px 25px !important;
    background: #fff;
    border: 1px solid #e2e4ec !important;
    border-radius: 5px;
    cursor: text
}

.reviewForm_textarea {
    resize: none
}

#title {
    margin-bottom: 45px;
    width: 100%
}

#content {
    margin-bottom: 45px;
    width: 100%;
    height: auto
}

.contSelects {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 4vw - 10px);
    margin-right: clamp(-40px, (4vw - 10px) * -1, -10px);
    margin-bottom: 35px
}

.reviewForm_select {
    position: relative;
    z-index: 2
}

.reviewForm_select.active {
    z-index: 3
}

.contSelects .reviewForm_select {
    width: calc(33.33% - clamp(10px, 4vw - 10px, 40px));
    margin-right: clamp(10px, 4vw - 10px, 40px);
    margin-bottom: 20px;
    box-sizing: border-box
}

.reviewForm_input::placeholder {
    color: #959595
}

.select {
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
    width: 100%;
    position: relative
}

.select .reviewForm_input {
    cursor: pointer !important
}

.reviewForm_label::before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    right: 23px;
    height: calc(100% - 2px);
    width: 14px;
    padding-left: 20px;
    background: url(../img/arrow_small_grey.svg) right/auto no-repeat, linear-gradient(90deg, #ffffff00 0%, #ffffff 40%, #ffffff 100%);
    transition: transform .1s
}

.reviewForm_select.active .select::before {
    transform: scaleY(-1)
}

.cont_opt {
    font-family: rubik-regular;
    font-size: 16px;
    line-height: 19px;
    color: #363636;
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    left: 1px;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 2px);
    max-height: 181px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 2px 10px rgba(34, 87, 142, .19)
}

.reviewForm_select.active .cont_opt {
    transition: opacity .2s;
    opacity: 1;
    pointer-events: all
}

.opt {
    cursor: pointer;
    padding: 7px 0;
    color: rgba(87, 117, 143, .84);
    padding: 10px 25px;
    background: inherit;
    transition: color .1s, background .1s
}

.opt:hover {
    color: #57758f !important;
    background: #e1e3eb88 !important
}

.contDate {
    width: 100%;
    display: flex;
    width: calc(100% + 4vw - 10px);
    margin-right: clamp(-40px, (4vw - 10px) * -1, -10px)
}

.contSingleDate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: clamp(10px, 4vw - 10px, 40px)
}

.contSingleDate:not(:last-child) {}

.tagsSelect {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 55px
}

.contTextarea {
    display: flex;
    margin-top: 55px;
    width: calc(100% + 4vw - 10px);
    margin-right: clamp(-40px, (4vw - 10px) * -1, -10px)
}

.contTextarea .reviewForm_textarea {
    height: 120px
}

.contSingleTextarea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: clamp(10px, 4vw - 10px, 40px)
}

.contSingleTextarea:not(:last-child) {}

.contReviewerInfo {
    display: flex;
    width: calc(100% + 4vw - 10px);
    margin-right: clamp(-40px, (4vw - 10px) * -1, -10px)
}

.reviewerInfo {
    display: flex;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: clamp(10px, 4vw - 10px, 40px)
}

.reviewerInfo .reviewForm_input:not(:last-child) {
    margin-bottom: 20px
}

.reviewerInfo .hoButton {
    padding: 18px
}

.contPhoto {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: clamp(10px, 4vw - 10px, 40px)
}

.contPhotoLabel {
    width: 100%;
    height: 100%;
    background: url(../img/plus_camera_grey.svg) center/auto no-repeat #EDEDED;
    border-radius: 10px;
    margin-bottom: 20px
}

#photo {
    display: none
}

.singleReviewPageTitle {
    font-family: rubik-medium;
    font-size: 50px;
    color: #1a1b1e;
    margin-bottom: 10px;
    margin-top: 0
}

.singleReviewPagedate {
    font-family: rubik-regular;
    font-size: 16px;
    color: #6f737f;
    margin-bottom: 50px
}

.full-width.no-margin {
    margin: 0 !important
}

.social_buttons {
    display: none;
    position: absolute;
    top: -50px;
    width: 160px;
    left: -18px;
    background: #fff;
    padding: 10px
}

.social_buttons.active {
    display: block
}

.send-message {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px #d5d5d5;
    font-weight: 700
}

.recent-reviews-title {
    margin: 40px 0;
    font-family: rubik-medium;
    font-size: 32px;
    color: #1a1b1e
}

.recent-reviews {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.recent-reviews .hoSingleReview:not(:last-child) {
    width: 45%;
    margin-right: 5%
}

.recent-reviews .hoSingleReview {
    width: 45%;
    margin-right: 0%
}

.reviewForm_input:empty::before {
    content: attr(placeholder);
    opacity: .7
}

.opt.active {
    color: #57758f;
    background: #e1e3ebd8
}






@charset "UTF-8";
    
        .b-text.text-price 
        .price-currency, 
        .h1, .h2, .h3, h1, h2, h3 {
    text-transform: uppercase;
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 100;
    src: local('Exo 2 Thin Italic'), 
        local('Exo2-ThinItalic'), url(https://fonts.gstatic.com/s/exo2/v4/eVT2YjM90_OfVfatCnMNt6CWcynf_cDxXwCLxiixG1c.ttf) 
        format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 200;
    src: local('Exo 2 Extra Light Italic'), local('Exo2-ExtraLightItalic'), url(https://fonts.gstatic.com/s/exo2/v4/GPcnHEcViOv9M6tOEXaj1S3USBnSvpkopQaUR-2r7iU.ttf) 
        format('truetype')
    }
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 300;
    src: local('Exo 2 Light Italic'), local('Exo2-LightItalic'), url(https://fonts.gstatic.com/s/exo2/v4/23rYvy_JA5ECpoxf7frKbS3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 400;
    src: local('Exo 2 Italic'), local('Exo2-Italic'), url(https://fonts.gstatic.com/s/exo2/v4/VBcmWR3PwfAVEKPoSF6KkQ.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 500;
    src: local('Exo 2 Medium Italic'), local('Exo2-MediumItalic'), url(https://fonts.gstatic.com/s/exo2/v4/eaanbqgvNGwrqFRlRINTXi3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 600;
    src: local('Exo 2 Semi Bold Italic'), local('Exo2-SemiBoldItalic'), url(https://fonts.gstatic.com/s/exo2/v4/AbE2HdC08fDM25clla7d4y3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 700;
    src: local('Exo 2 Bold Italic'), local('Exo2-BoldItalic'), url(https://fonts.gstatic.com/s/exo2/v4/8v5Te3n1zxIm7cF0xXG0ii3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 800;
    src: local('Exo 2 Extra Bold Italic'), local('Exo2-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/exo2/v4/ypwaNNE60c87t97j4sVyqi3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 900;
    src: local('Exo 2 Black Italic'), local('Exo2-BlackItalic'), url(https://fonts.gstatic.com/s/exo2/v4/GWqof4rbZ7r2U2YOej_9-C3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 100;
    src: local('Exo 2 Thin'), local('Exo2-Thin'), url(https://fonts.gstatic.com/s/exo2/v4/Qm3A5L9VRnrczAZ7_Dkuqw.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 200;
    src: local('Exo 2 Extra Light'), local('Exo2-ExtraLight'), url(https://fonts.gstatic.com/s/exo2/v4/ARSYJ7VncRDLtUUsp0DN4fesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    src: local('Exo 2 Light'), local('Exo2-Light'), url(https://fonts.gstatic.com/s/exo2/v4/FBdpnVbf69gQ3zFDTV_9SPesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: local('Exo 2'), local('Exo2-Regular'), url(https://fonts.gstatic.com/s/exo2/v4/e_SjiX45C6M4J3gA58_n9g.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v4/A7YOlFYOtI3zjcnN2SZqevesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url(https://fonts.gstatic.com/s/exo2/v4/9cghpd0QPcW4nv6dnws6xfesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v4/Hg-AMDoKG3hf5SZ4hQAZr_esZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url(https://fonts.gstatic.com/s/exo2/v4/iayIBEE8wX4f7AY7GHgNtfesZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: local('Exo 2 Black'), local('Exo2-Black'), url(https://fonts.gstatic.com/s/exo2/v4/C7TbqgSF0efrqLPFq9uog_esZW2xOQ-xsNqO47m55DA.ttf) format('truetype');
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, sans-serif;
}
.b-text.text-large, b, dl dt, strong {
    font-weight: 700;
}
.b-icon:before, body {
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, .after, :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background-color: #fff;
    color: #747785;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 5px;
}
@media (max-width:480px) {
    body {
    font-size: 16px;
}
.h1, h1 {
    font-size: 30px;
}
}.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0;
    text-rendering: optimizeLegibility;
    color: #00a09a;
}
.h1, h1 {
    font-size: 30px;
}
.h2, h2 {
    font-size: 21px;
}


.h2.h2-main-page, h2.h2-main-page {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 28px;
}
.h4, h4, p {
    margin-bottom: 10px;
}
.h3, h3 {
    font-size: 18px;
}
@media (max-width:480px) {
    .h3, h3 {
    font-size: 16px;
}
}.h4, h4 {
    font-size: 18px;
    color: #333;
}
p.p-size-small {
    font-size: .8em;
}
.b-link, a {
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    transition: color .1s linear;
    color: #00a09a;
}
.b-link:active, .b-link:focus, .b-link:hover, a:active, a:focus, a:hover {
    color: #00a09a;
    outline: 0;
}
.b-link.link-as-text, .b-link.link-as-text:active, .b-link.link-as-text:focus, .b-link.link-as-text:hover, a.link-as-text, a.link-as-text:active, a.link-as-text:focus, a.link-as-text:hover {
    text-decoration: inherit;
    color: inherit;
}
.b-link.link-text-decoration, a.link-text-decoration {
    text-decoration: none;
}
.b-link.link-text-decoration .text-decoration, a.link-text-decoration .text-decoration {
    text-decoration: underline;
}
hr {
    border: none;
    height: 1px;
    background: #f1eeec;
    margin: 20px 0;
}
img, picture {
    display: inline-block;
    margin: 0;
    max-width: 100%}
em {
    font-style: italic;
}
sup {
    font-size: .83em;
    vertical-align: super;
    line-height: 0;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0;
    table-layout: fixed;
    width: 100%}
.b-list, ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

 .sf-submit-button-container {
    display: block;
    width: 100%;
    height: 80px;
    padding: 10px;
    }
    
.sf-top-block-2 {
    font: 14px 'Exo 2',Arial,sans-serif;
    color: #00a09a;
    text-align: left;
    padding-left: 8%;
    margin-bottom: 3.5%;
   } 
   .sf-top-block-1 {
    font: 14px 'Exo 2',Arial,sans-serif;
    color: #032a29;
    text-align: left;
    padding-left: 8%;
    margin-bottom: 3.5%;
   } 
   
   
   .sfl-submit-button-link {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer;
    font: 18px Calibri,Arial,sans-serif;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-position: right -50px;
}


.sfl-container.sfl-theme-6267-aquaminskhotel-start a {
    color: #000;
}


    
.sfl-container a, .sfl-container a:hover {
    font-size: 1em;
}
.sfl-submit-button-link {
    float: right;
}
.sfl-submit-button-link {
    background: #00a09a;
    border-radius: 25px;
}

.sfl-submit-button-link:hover {
    background: #02c5bd;
    border-radius: 25px;
}
.sfl-container * {
    margin: 0;
    padding: 0;
    font-size: 1em;
}



    
.b-list.list-circle, ol.list-circle, ul.list-circle {
    margin-bottom: 10px;
}
.b-list.list-circle li, ol.list-circle li, ul.list-circle li {
    position: relative;
    padding-left: 16px!important;
}
.b-list.list-circle li:before, ol.list-circle li:before, ul.list-circle li:before {
    position: absolute;
    left: 0;
    top: 10px;
    background: #747785;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 100%}
.b-list.list-with-icon, ol.list-with-icon, ul.list-with-icon {
    margin-bottom: -10px;
}
.b-list.list-with-icon li, ol.list-with-icon li, ul.list-with-icon li {
    position: relative;
    padding-left: 40px!important;
    margin-bottom: 15px;
}
.b-list.list-with-icon li:before, ol.list-with-icon li:before, ul.list-with-icon li:before {
    position: absolute;
    top: 3px;
    left: 4px;
    display: inline-block;
    font-size: 20px;
}
.b-list.list-two-cols::after, ol.list-two-cols::after, ul.list-two-cols::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width:480px) {
    .b-list.list-two-cols .item, ol.list-two-cols .item, ul.list-two-cols .item {
    width: 49.47368%;
    float: left;
}
.b-list.list-two-cols .item:nth-child(2n+1), ol.list-two-cols .item:nth-child(2n+1), ul.list-two-cols .item:nth-child(2n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}
.b-list.list-two-cols .item:nth-child(2n+2), ol.list-two-cols .item:nth-child(2n+2), ul.list-two-cols .item:nth-child(2n+2) {
    margin-left: 50.52632%;
    margin-right: -100%;
    clear: none;
}
}.b-list.list-three-cols::after, ol.list-three-cols::after, ul.list-three-cols::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width:480px) {
    .b-list.list-three-cols li, ol.list-three-cols li, ul.list-three-cols li {
    width: 32.63158%;
    float: left;
}
.b-list.list-three-cols li:nth-child(3n+1), ol.list-three-cols li:nth-child(3n+1), ul.list-three-cols li:nth-child(3n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}
.b-list.list-three-cols li:nth-child(3n+2), ol.list-three-cols li:nth-child(3n+2), ul.list-three-cols li:nth-child(3n+2) {
    margin-left: 33.68421%;
    margin-right: -100%;
    clear: none;
}
.b-list.list-three-cols li:nth-child(3n+3), ol.list-three-cols li:nth-child(3n+3), ul.list-three-cols li:nth-child(3n+3) {
    margin-left: 67.36842%;
    margin-right: -100%;
    clear: none;
}
}dl {
    margin-bottom: 10px;
}
dl dt {
    margin-top: 10px;
}
dl dd {
    margin: 0;
}
.b-image {
    position: relative;
    z-index: 1;
}
.b-image .image-src {
    display: block;
    width: 100%}
.b-image .image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.b-text.text-one-line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-text.text-two-lines {
    display: block;
    display: -webkit-box;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-text.text-large {
    font-size: 1.1em;
}
.b-text.text-super-large {
    font-size: 1.66em;
    font-weight: 700;
}
.b-text.text-two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
}
@media (max-width:720px) {
    .b-text.text-two-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -ms-column-count: 1;
}
}.b-text.text-date {
    font-size: 12px;
}
.b-text.text-price {
    color: #00a09a;
    font-weight: 400;
    font-size: 24px;
}
.b-text.text-price .price-digits {
    font-size: 36px;
}
.b-text.text-price .price-currency {
    font-size: 21px;
}
.b-text.text-phone .phone-digits {
    font-size: 1.4em;
    font-weight: 700;
}
.b-text .water-park-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 240px;
    height: 69px;
    padding: 0 30px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.b-text .water-park-item .water-park-link {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #00a09a;
    text-transform: uppercase;
    text-decoration: underline;
}
.b-text .water-park-item .water-park-link:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -95px;
    width: 51px;
    height: 46px;
    background: url(/upload/images/water-park-icon.png) no-repeat;
}
.text-large {
    font-size: 127%;
    font-weight: 700;
}
.b-wrapper {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
}
.b-wrapper:after {
    content: " ";
    display: block;
    clear: both;
}
.b-header {
    position: relative;
    z-index: 10;
    height: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.b-header-container {
    height: 100%}
.b-header .b-header-logo {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-header .b-header-info {
    width: 75%;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width:1100px) {
    .b-header {
    height: 100px;
}
}@media (max-width:980px) {
    .b-header {
    height: 90px;
}
}@media (max-width:480px) {
    .b-header {
    height: 70px;
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-header .b-header-info, .b-header .b-header-logo {
    width: 50%;
    float: left;
    padding: 0;
}
.b-header-container {
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 9.7px .3px rgba(0, 0, 0, .25);
    background-color: #fff;
}
.b-header .b-header-info-container, .b-header .b-header-logo-container {
    background: 0 0;
    box-shadow: none;
}
}.b-block, .b-header-info-container, .b-header-logo-container {
    border-radius: 5px;
    box-shadow: 0 0 9.7px .3px rgba(0, 0, 0, .25);
}
.b-header-logo {
    height: 100%}
.b-header-logo-container {
    height: 100%;
    display: block;
    background-color: #fff;
    padding: 0 10px;
}
.b-header-logo .logo-img {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 80%;
    margin: 0 auto;
}
.b-header-info {
    height: 100%}
.b-header-info-container {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: #fff;
    padding: 10px 0;
}
.b-header-info .info-holder {
    display: table;
    width: 100%;
    height: 100%;
    color: #424242;
}
.b-header-info .info-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    line-height: 21px;
}
.b-header-info .info-item+.info-item {
    border-left: 1px solid rgba(211, 211, 217, .35);
}
.b-header-info .info-item.item-phone {
    font-size: 14px;
}
.b-header-info .info-item.item-phone .link-phone {
    display: block;
    text-decoration: none;
    font-size: 22px;
}
.b-header-info .info-item.item-phone .link-phone .phone-large {
    font-size: 127%}
.b-header-info .info-item.item-phone .link-phone-second {
    position: relative;
    display: block;
    margin-top: 10px;
}
@media (max-width:980px) {
    .b-header-info .info-item.item-phone .link-phone-second {
    margin: 0;
}
}.b-header-info .info-item.item-phone .link-phone-second:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -45px;
    width: 32px;
    height: 32px;
    background: url(/upload/images/viber-icon.png) no-repeat;
}
.b-header-info .info-item.item-phone .icon-phone2:before {
    top: 32%}
.b-header-info .info-item.item-email {
    position: relative;
}
.b-header-info .info-item.item-email .icon-mail:before {
    top: 55%;
    margin-top: -20px;
    content: "@";
    position: absolute;
    font-size: 50px;
    color: #00a09a;
}
.b-header-info .info-item.item-email .info-align {
    display: table-row;
}
.b-header-info .info-item.item-email .text-decoration {
    padding-left: 45px;
}
.b-header-info .info-item.item-email a:hover {
    color: #00a09a;
}
.b-header-info .info-item a {
    color: #424242;
}
.b-header-info .info-icon {
    position: relative;
    display: inline-block;
    padding-left: 50px;
}
.b-header-info .info-icon:before {
    position: absolute;
    left: 0;
    top: 53%;
    margin-top: -20px;
    font-size: 40px;
    color: #00a09a;
}
.b-header-info .info-icon.link-as-text:hover:before, .b-header-info .info-icon:hover:before {
    color: #00a09a;
}
.b-header-info .info-align {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.b-header-info .info-item.item-langs {
    display: none;
}
@media (max-width:980px) {
    .b-header-info .info-item.item-email {
    display: none;
}
}@media (max-width:868px) {
    .b-header-info {
    padding: 0;
}
.b-header-info .info-holder {
    table-layout: auto;
    padding-right: 70px;
}
.b-header-info .info-item.item-phone {
    display: none;
}
}@media (max-width:480px) {
    .b-header-info {
    background: 0 0;
}
.b-header-info .info-content {
    display: none;
}
.b-header-info .info-item.item-address {
    text-align: right;
}
}.b-header-info.info-with-langs .info-item.item-langs {
    display: table-cell;
}
@media (max-width:980px) {
    .b-header-info.info-with-langs .info-item.item-email {
    display: none;
}
}@media (max-width:768px) {
    .b-header-info.info-with-langs {
    padding: 0;
}
.b-header-info.info-with-langs .info-holder {
    table-layout: auto;
    padding-right: 70px;
}
.b-header-info.info-with-langs .info-item.item-phone {
    display: none;
}
}@media (max-width:480px) {
    .b-header-info.info-with-langs {
    background: 0 0;
}
.b-header-info.info-with-langs .info-content {
    display: none;
}
.b-header-info.info-with-langs .info-item.item-address {
    text-align: right;
    display: none;
}
}@font-face {
    font-family: "TL Icon";
    font-style: normal;
    font-weight: 400;
    src: url(/upload/fonts/starticons.eot?#iefix) format("embedded-opentype"), url(/upload/fonts/starticons.woff) format("woff"), url(/upload/fonts/starticons.ttf) format("truetype"), url('/upload/fonts/starticons.svg#TL Icon') format("svg");
}

.b-icon:before {
    font-family: 'TL Icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.b-icon.icon-back {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.b-icon.icon-d:before {
    content: "\e900"}
.b-icon.icon-d1:before {
    content: "\e901"}
.b-icon.icon-mans:before {
    content: "\e902"}
.b-icon.icon-hours:before {
    content: "\e903"}
.b-icon.icon-adapter:before {
    content: "\e904"}
.b-icon.icon-airplane:before {
    content: "\e905"}
.b-icon.icon-alarm:before {
    content: "\e906"}
.b-icon.icon-ambulance:before {
    content: "\e907"}
.b-icon.icon-arms:before {
    content: "\e908"}
.b-icon.icon-arrow1:before, .b-icon.icon-back:before, .b-icon.icon-next:before {
    content: "\e909"}
.b-icon.icon-arrow1_down:before {
    content: "\e90a"}
.b-icon.icon-arrow1_left:before {
    content: "\e90b"}
.b-icon.icon-arrow1_up:before {
    content: "\e90c"}
.b-icon.icon-arrow2:before {
    content: "\e90d"}
.b-icon.icon-arrow3:before {
    content: "\e90e"}
.b-icon.icon-arrow3_left:before {
    content: "\e90f"}
.b-icon.icon-arrow4:before {
    content: "\e910"}
.b-icon.icon-arrow4_left:before {
    content: "\e911"}
.b-icon.icon-arrow5:before {
    content: "\e912"}
.b-icon.icon-atm:before {
    content: "\e913"}
.b-icon.icon-audiocenter:before {
    content: "\e914"}
.b-icon.icon-autowash:before {
    content: "\e915"}
.b-icon.icon-badewanne:before {
    content: "\e916"}
.b-icon.icon-ball:before {
    content: "\e917"}
.b-icon.icon-bar:before {
    content: "\e918"}
.b-icon.icon-barbershop:before {
    content: "\e919"}
.b-icon.icon-bathrobe:before {
    content: "\e91a"}
.b-icon.icon-beach:before {
    content: "\e91b"}
.b-icon.icon-bed:before {
    content: "\e91c"}
.b-icon.icon-bed2:before {
    content: "\e91d"}
.b-icon.icon-bell:before {
    content: "\e91e"}
.b-icon.icon-bicycle:before {
    content: "\e91f"}
.b-icon.icon-billiards:before {
    content: "\e920"}
.b-icon.icon-binoculars:before {
    content: "\e921"}
.b-icon.icon-book:before {
    content: "\e922"}
.b-icon.icon-bottle:before {
    content: "\e923"}
.b-icon.icon-bus:before {
    content: "\e924"}
.b-icon.icon-businessman:before {
    content: "\e925"}
.b-icon.icon-cake:before {
    content: "\e926"}
.b-icon.icon-calendar1:before {
    content: "\e927"}
.b-icon.icon-calendar2:before {
    content: "\e928"}
.b-icon.icon-calendar3:before {
    content: "\e929"}
.b-icon.icon-calendar4:before {
    content: "\e92a"}
.b-icon.icon-calendar5:before {
    content: "\e92b"}
.b-icon.icon-calendar6:before {
    content: "\e92c"}
.b-icon.icon-car:before {
    content: "\e92d"}
.b-icon.icon-car2:before {
    content: "\e92e"}
.b-icon.icon-carpet-covering:before {
    content: "\e92f"}
.b-icon.icon-casino_1:before {
    content: "\e930"}
.b-icon.icon-casino_2:before {
    content: "\e931"}
.b-icon.icon-casino_3:before {
    content: "\e932"}
.b-icon.icon-cctv:before {
    content: "\e933"}
.b-icon.icon-check:before {
    content: "\e934"}
.b-icon.icon-chinese:before {
    content: "\e935"}
.b-icon.icon-church:before {
    content: "\e936"}
.b-icon.icon-clear:before {
    content: "\e937"}
.b-icon.icon-cloche:before {
    content: "\e938"}
.b-icon.icon-close:before {
    content: "\e939"}
.b-icon.icon-cloudy:before {
    content: "\e93a"}
.b-icon.icon-clown:before {
    content: "\e93b"}
.b-icon.icon-cocktail:before {
    content: "\e93c"}
.b-icon.icon-coffeemaker:before {
    content: "\e93d"}
.b-icon.icon-conditioner:before {
    content: "\e93e"}
.b-icon.icon-cosmetics:before {
    content: "\e93f"}
.b-icon.icon-cow:before {
    content: "\e940"}
.b-icon.icon-creditcard:before {
    content: "\e941"}
.b-icon.icon-cripple:before {
    content: "\e942"}
.b-icon.icon-cup:before {
    content: "\e943"}
.b-icon.icon-currencyexchange:before {
    content: "\e944"}
.b-icon.icon-depositbox:before {
    content: "\e945"}
.b-icon.icon-desk-2:before {
    content: "\e946"}
.b-icon.icon-display:before {
    content: "\e947"}
.b-icon.icon-document:before {
    content: "\e948"}
.b-icon.icon-document2:before {
    content: "\e949"}
.b-icon.icon-double-bed-2:before {
    content: "\e94a"}
.b-icon.icon-douche:before {
    content: "\e94b"}
.b-icon.icon-drink:before {
    content: "\e94c"}
.b-icon.icon-drop:before {
    content: "\e94d"}
.b-icon.icon-duck:before {
    content: "\e94e"}
.b-icon.icon-electric-range:before {
    content: "\e94f"}
.b-icon.icon-elevator:before {
    content: "\e950"}
.b-icon.icon-eng:before {
    content: "\e951"}
.b-icon.icon-esp:before {
    content: "\e952"}
.b-icon.icon-family:before {
    content: "\e953"}
.b-icon.icon-faq:before {
    content: "\e954"}
.b-icon.icon-fax1:before {
    content: "\e955"}
.b-icon.icon-fax2:before {
    content: "\e956"}
.b-icon.icon-fb:before {
    content: "\e957"}
.b-icon.icon-feeder:before {
    content: "\e958"}
.b-icon.icon-fireplacee:before {
    content: "\e959"}
.b-icon.icon-fish:before {
    content: "\e95a"}
.b-icon.icon-flatTV:before {
    content: "\e95b"}
.b-icon.icon-flickr:before {
    content: "\e95c"}
.b-icon.icon-flower:before {
    content: "\e95d"}
.b-icon.icon-fousquare:before {
    content: "\e95e"}
.b-icon.icon-fruits:before {
    content: "\e95f"}
.b-icon.icon-gallery:before {
    content: "\e960"}
.b-icon.icon-googleplus:before {
    content: "\e961"}
.b-icon.icon-gym:before {
    content: "\e962"}
.b-icon.icon-hairdryer:before {
    content: "\e963"}
.b-icon.icon-hanger:before {
    content: "\e964"}
.b-icon.icon-hanger-2:before {
    content: "\e965"}
.b-icon.icon-heating:before {
    content: "\e966"}
.b-icon.icon-home1:before {
    content: "\e967"}
.b-icon.icon-home2:before {
    content: "\e968"}
.b-icon.icon-home3:before {
    content: "\e969"}
.b-icon.icon-home4:before {
    content: "\e96a"}
.b-icon.icon-home5:before {
    content: "\e96b"}
.b-icon.icon-home6:before {
    content: "\e96c"}
.b-icon.icon-hoover:before {
    content: "\e96d"}
.b-icon.icon-horse:before {
    content: "\e96e"}
.b-icon.icon-hygiene:before {
    content: "\e96f"}
.b-icon.icon-icq:before {
    content: "\e970"}
.b-icon.icon-inmap:before {
    content: "\e971"}
.b-icon.icon-inmap1:before {
    content: "\e972"}
.b-icon.icon-inmap2:before {
    content: "\e973"}
.b-icon.icon-inmap3:before {
    content: "\e974"}
.b-icon.icon-inmap4:before {
    content: "\e975"}
.b-icon.icon-inmap5:before {
    content: "\e976"}
.b-icon.icon-inmap6:before {
    content: "\e977"}
.b-icon.icon-inmap7:before {
    content: "\e978"}
.b-icon.icon-instagram:before {
    content: "\e979"}
.b-icon.icon-internet:before {
    content: "\e97a"}
.b-icon.icon-iPod:before {
    content: "\e97b"}
.b-icon.icon-iron:before {
    content: "\e97c"}
.b-icon.icon-ivisa:before {
    content: "\e97d"}
.b-icon.icon-keys:before {
    content: "\e97e"}
.b-icon.icon-keys2:before {
    content: "\e97f"}
.b-icon.icon-kidgirl:before {
    content: "\e980"}
.b-icon.icon-kitchen-furniture:before {
    content: "\e981"}
.b-icon.icon-kvadrik:before {
    content: "\e982"}
.b-icon.icon-lamp-2:before {
    content: "\e983"}
.b-icon.icon-lj:before {
    content: "\e984"}
.b-icon.icon-magnifier1:before {
    content: "\e985"}
.b-icon.icon-magnifier2:before {
    content: "\e986"}
.b-icon.icon-magnifier3:before {
    content: "\e987"}
.b-icon.icon-magnifier4:before {
    content: "\e988"}
.b-icon.icon-mail1:before {
    content: "\e989"}
.b-icon.icon-mail2:before {
    content: "\e98a"}
.b-icon.icon-mail3:before {
    content: "\e98b"}
.b-icon.icon-mail4:before {
    content: "\e98c"}
.b-icon.icon-mail5:before {
    content: "\e98d"}
.b-icon.icon-mail6:before {
    content: "\e98e"}
.b-icon.icon-makeup-mirror:before {
    content: "\e98f"}
.b-icon.icon-man:before {
    content: "\e990"}
.b-icon.icon-manbuysticket:before {
    content: "\e991"}
.b-icon.icon-manOk:before {
    content: "\e992"}
.b-icon.icon-massage:before {
    content: "\e993"}
.b-icon.icon-matrioshka:before {
    content: "\e994"}
.b-icon.icon-medicine:before {
    content: "\e995"}
.b-icon.icon-menu1:before {
    content: "\e996"}
.b-icon.icon-menu2:before {
    content: "\e997"}
.b-icon.icon-metro:before {
    content: "\e998"}
.b-icon.icon-metro2:before {
    content: "\e999"}
.b-icon.icon-microphone:before {
    content: "\e99a"}
.b-icon.icon-microwave:before {
    content: "\e99b"}
.b-icon.icon-mineralwater:before {
    content: "\e99c"}
.b-icon.icon-minibus:before {
    content: "\e99d"}
.b-icon.icon-moneyterminal:before {
    content: "\e99e"}
.b-icon.icon-music:before {
    content: "\e99f"}
.b-icon.icon-mute:before {
    content: "\e9a0"}
.b-icon.icon-newspaper:before {
    content: "\e9a1"}
.b-icon.icon-nightstand:before {
    content: "\e9a2"}
.b-icon.icon-nosmoke:before {
    content: "\e9a3"}
.b-icon.icon-notdisturb:before {
    content: "\e9a4"}
.b-icon.icon-odnoklassiki:before {
    content: "\e9a5"}
.b-icon.icon-overcast:before {
    content: "\e9a6"}
.b-icon.icon-package:before {
    content: "\e9a7"}
.b-icon.icon-pajamas:before {
    content: "\e9a8"}
.b-icon.icon-parilka:before {
    content: "\e9a9"}
.b-icon.icon-parking:before {
    content: "\e9aa"}
.b-icon.icon-partlycloudy:before {
    content: "\e9ab"}
.b-icon.icon-people:before {
    content: "\e9ac"}
.b-icon.icon-phone1:before {
    content: "\e9ad"}
.b-icon.icon-phone2:before {
    content: "\e9ae"}
.b-icon.icon-phone3:before {
    content: "\e9af"}
.b-icon.icon-phone4:before {
    content: "\e9b0"}
.b-icon.icon-phone5:before {
    content: "\e9b1"}
.b-icon.icon-photocamera1:before {
    content: "\e9b2"}
.b-icon.icon-photocamera2:before {
    content: "\e9b3"}
.b-icon.icon-photocamera3:before {
    content: "\e9b4"}
.b-icon.icon-pillow-one:before {
    content: "\e9b5"}
.b-icon.icon-pinterest:before {
    content: "\e9b6"}
.b-icon.icon-plates:before {
    content: "\e9b7"}
.b-icon.icon-pool:before {
    content: "\e9b8"}
.b-icon.icon-present:before {
    content: "\e9b9"}
.b-icon.icon-print:before {
    content: "\e9ba"}
.b-icon.icon-projector:before {
    content: "\e9bb"}
.b-icon.icon-pyramid:before {
    content: "\e9bc"}
.b-icon.icon-qiwi:before {
    content: "\e9bd"}
.b-icon.icon-rain:before {
    content: "\e9be"}
.b-icon.icon-ramp:before {
    content: "\e9bf"}
.b-icon.icon-razor:before {
    content: "\e9c0"}
.b-icon.icon-refrigerator:before {
    content: "\e9c1"}
.b-icon.icon-restaurant:before {
    content: "\e9c2"}
.b-icon.icon-reverse:before {
    content: "\e9c3"}
.b-icon.icon-review1:before {
    content: "\e9c4"}
.b-icon.icon-roomservice:before {
    content: "\e9c5"}
.b-icon.icon-rouble-sans:before {
    content: "\e9c6"}
.b-icon.icon-rouble-serif:before {
    content: "\e9c7"}
.b-icon.icon-safe:before {
    content: "\e9c8"}
.b-icon.icon-sauna:before {
    content: "\e9c9"}
.b-icon.icon-seating-banquet:before {
    content: "\e9ca"}
.b-icon.icon-seating-klass:before {
    content: "\e9cb"}
.b-icon.icon-seating-perimeter:before {
    content: "\e9cc"}
.b-icon.icon-seating-roundtable:before {
    content: "\e9cd"}
.b-icon.icon-seating-theater:before {
    content: "\e9ce"}
.b-icon.icon-seating-ustyle:before {
    content: "\e9cf"}
.b-icon.icon-setting:before {
    content: "\e9d0"}
.b-icon.icon-shashlik:before {
    content: "\e9d1"}
.b-icon.icon-shell:before {
    content: "\e9d2"}
.b-icon.icon-shield:before {
    content: "\e9d3"}
.b-icon.icon-shoes2:before {
    content: "\e9d4"}
.b-icon.icon-shower:before {
    content: "\e9d5"}
.b-icon.icon-skype:before {
    content: "\e9d6"}
.b-icon.icon-slippers:before {
    content: "\e9d7"}
.b-icon.icon-smokeman:before {
    content: "\e9d8"}
.b-icon.icon-snow:before {
    content: "\e9d9"}
.b-icon.icon-soccerball:before {
    content: "\e9da"}
.b-icon.icon-spa:before {
    content: "\e9db"}
.b-icon.icon-stairs:before {
    content: "\e9dc"}
.b-icon.icon-star:before {
    content: "\e9dd"}
.b-icon.icon-storm:before {
    content: "\e9de"}
.b-icon.icon-suitcase:before {
    content: "\e9df"}
.b-icon.icon-sunbed:before {
    content: "\e9e0"}
.b-icon.icon-tablet:before {
    content: "\e9e1"}
.b-icon.icon-target:before {
    content: "\e9e2"}
.b-icon.icon-taxi:before {
    content: "\e9e3"}
.b-icon.icon-teapot:before {
    content: "\e9e4"}
.b-icon.icon-theater:before {
    content: "\e9e5"}
.b-icon.icon-threads:before {
    content: "\e9e6"}
.b-icon.icon-tires:before {
    content: "\e9e7"}
.b-icon.icon-tlstart:before {
    content: "\e9e8"}
.b-icon.icon-tlstart2:before {
    content: "\e9e9"}
.b-icon.icon-tooth:before {
    content: "\e9ea"}
.b-icon.icon-towel:before {
    content: "\e9eb"}
.b-icon.icon-train:before {
    content: "\e9ec"}
.b-icon.icon-travelline:before {
    content: "\e9ed"}
.b-icon.icon-tripadvisor:before {
    content: "\e9ee"}
.b-icon.icon-triplearrow:before {
    content: "\e9ef"}
.b-icon.icon-tv:before {
    content: "\e9f0"}
.b-icon.icon-tv2:before {
    content: "\e9f1"}
.b-icon.icon-twitter:before {
    content: "\e9f2"}
.b-icon.icon-umbrellaandchair:before {
    content: "\e9f3"}
.b-icon.icon-valve:before {
    content: "\e9f4"}
.b-icon.icon-vk:before {
    content: "\e9f5"}
.b-icon.icon-volleyball:before {
    content: "\e9f6"}
.b-icon.icon-walking:before {
    content: "\e9f7"}
.b-icon.icon-wallet:before {
    content: "\e9f8"}
.b-icon.icon-warm:before {
    content: "\e9f9"}
.b-icon.icon-warmflooring:before {
    content: "\e9fa"}
.b-icon.icon-washingmachine:before {
    content: "\e9fb"}
.b-icon.icon-watch:before {
    content: "\e9fc"}
.b-icon.icon-wc:before {
    content: "\e9fd"}
.b-icon.icon-webcam:before {
    content: "\e9fe"}
.b-icon.icon-wedding1:before {
    content: "\e9ff"}
.b-icon.icon-wedding2:before {
    content: "\ea00"}
.b-icon.icon-wifi:before {
    content: "\ea01"}
.b-icon.icon-wififree:before {
    content: "\ea02"}
.b-icon.icon-worktable:before {
    content: "\ea03"}
.b-icon.icon-youtube1:before {
    content: "\ea04"}
.b-icon.icon-youtube2:before {
    content: "\ea05"}
.b-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
}
.b-block-nested, .b-block.width-full {
    width: 100%;
    float: left;
}
.b-block.width-full .block-content {
    padding: 28px;
}
.b-block.width-full .block-content::after {
    clear: both;
    content: "";
    display: table;
}
@media (max-width:768px) {
    .b-block.width-full .block-content {
    padding: 19px;
}
.b-slider .slider-navigation {
    visibility: hidden;
}
}.b-block.width-half {
    width: 50%;
    float: left;
}
@media (max-width:500px) {
    .b-block.width-half {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
}.b-block.width-half .block-content {
    padding: 20px 28px;
}
.b-block .block-heading {
    position: relative;
    z-index: 5;
    display: block;
    text-decoration: none;
    color: #00a09a;
    padding: 20px 30px 15px;
    min-height: 60px;
    background-color: #f1eeec;
}
.b-block .block-heading:before, .b-block .block-link {
    content: ' ';
    position: absolute;
}
.b-block .block-heading.with-slogan {
    padding-top: 10px;
}
.b-block .block-heading.fill-red, .b-block .block-heading.fill-red h2 {
    color: red;
}
.b-block .block-heading h2 {
    color: #00a09a;
}
.b-block .block-heading .heading-slogan {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
}
.b-block .block-heading:before {
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #f1eeec;
    z-index: 10;
}
.b-block .block-link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.adaptive-row-3 {
    display: flex;
}
@media (max-width:620px) {
    .adaptive-row-3 {
    display: block;
}
}.adaptive-row-3 .adaptive-col {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%}
.b-slider {
    position: relative;
    z-index: 1;
}
.b-slider .slick-list {
    outline: 0;
}
.b-slider .slider-item {
    float: left;
    position: relative;
}
.b-slider .slider-item .item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.b-slider .slider-item .item-button {
    position: relative;
    z-index: 2;
}
.b-slider .image-src {
    display: block;
    width: 100%}
.b-slider .slider-navigation {
    position: absolute;
    top: 10px;
    font-size: 48px;
    text-shadow: 0 0 3px rgba(255, 255, 255, .3);
    color: #fff;
    width: 48px;
    height: 48px;
    cursor: pointer;
    opacity: .7;
    z-index: 10;
}
.b-slider .slider-navigation:hover {
    opacity: 1;
}
.b-slider .slider-navigation.navigation-prev {
    right: 81px;
}
.b-slider .slider-navigation.navigation-next {
    right: 27px;
}
.b-slider.slider-main {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 39.16667%;
    overflow: hidden;
}
@media (max-width:768px) {
    .b-slider.slider-main {
    padding-bottom: 50%}
}@media (max-width:480px) {
    .b-slider.slider-main {
    padding-bottom: 66.66667%}
}.b-slider.slider-main .slider-motivator {
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 100;
    background: rgba(0, 102, 64, .75);
    text-align: left;
    width: 260px;
    padding: 12px 95px 12px 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffde4f;
    line-height: 18px;
}
.b-button, .b-slider.slider-main-rooms .text-price {
    text-align: center;
}
.b-slider.slider-main .slider-motivator:after, .b-slider.slider-main .slider-motivator:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -20px;
}
.b-category.category-with-image::after, .b-magic::after, .b-rooms.rooms-detail .room-price::after, .b-services.services-on-main::after, .b-slider.slider-main-rooms::after {
    content: ""}
.b-slider.slider-main .slider-motivator:before {
    top: 0;
    height: 0;
    width: 0;
    border-top: 30px solid rgba(0, 102, 64, .75);
    border-left: 20px solid transparent;
}
.b-slider.slider-main .slider-motivator:after {
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom: 30px solid rgba(0, 102, 64, .75);
    border-left: 20px solid transparent;
}
.b-slider.slider-main .slider-motivator-value {
    position: absolute;
    right: 11px;
    top: -10px;
    width: 80px;
    height: 80px;
    background: url(/upload/ui/slider-motivator.png);
    text-align: center;
    font-size: 30px;
    color: #ffde4f;
    padding: 30px 0 0;
}
.b-slider.slider-main .slider-navigation {
    top: auto;
    bottom: 30px;
}
.b-slider.slider-main .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.b-slider.slider-main .slick-track {
    height: 100%}
.b-slider.slider-main .slider-item {
    position: relative;
    width: 100%;
    height: 100%}
.b-slider.slider-main .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.b-slider.slider-main-rooms::after {
    clear: both;
    display: table;
}
.b-slider.slider-main-rooms .slider-item {
    width: 272px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    border-right: 2px solid rgba(231, 232, 235, .25);
}
.b-slider.slider-main-rooms .slider-image {
    width: 100%;
    height: 280px;
    background: center center no-repeat;
    background-size: cover;
}
.b-slider.slider-main-rooms .slider-content {
    padding: 25px;
}
.b-slider.slider-main-rooms .slider-navigation {
    width: 36px;
    height: 36px;
    font-size: 36px;
    z-index: 100;
    top: 12px;
}
.b-slider.slider-main-rooms .slider-navigation.navigation-next {
    right: 30px;
}
.b-slider.slider-main-rooms .slider-navigation.navigation-prev {
    right: 74px;
}
.b-slider.slider-main-rooms .b-button {
    margin-top: 10px;
}
.b-slider.slider-main-rooms .slider-name-room {
    min-height: 55px;
}
.b-slider.slider-detail-page, .b-slider.slider-rooms-detail, .b-slider.slider-rooms-index {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 39.16667%;
    overflow: hidden;
}
@media (max-width:768px) {
    .b-slider.slider-detail-page, .b-slider.slider-rooms-detail, .b-slider.slider-rooms-index {
    padding-bottom: 50%}
.b-slider.slider-detail-page .slider-price, .b-slider.slider-rooms-detail .slider-price, .b-slider.slider-rooms-index .slider-price {
    display: none;
}
}@media (max-width:480px) {
    .b-slider.slider-detail-page, .b-slider.slider-rooms-detail, .b-slider.slider-rooms-index {
    padding-bottom: 66.66667%}
.b-slider.slider-rooms-index {
    padding-bottom: 56.66667%}
}.b-slider.slider-detail-page .bx-context-toolbar-empty-area, .b-slider.slider-rooms-detail .bx-context-toolbar-empty-area, .b-slider.slider-rooms-index .bx-context-toolbar-empty-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.b-slider.slider-detail-page .slider-navigation, .b-slider.slider-rooms-detail .slider-navigation, .b-slider.slider-rooms-index .slider-navigation {
    top: auto;
    right: auto;
    bottom: 30px;
    z-index: 10;
}
.b-slider.slider-detail-page .slider-navigation.navigation-prev, .b-slider.slider-rooms-detail .slider-navigation.navigation-prev, .b-slider.slider-rooms-index .slider-navigation.navigation-prev {
    left: 20px;
}
.b-slider.slider-detail-page .slider-navigation.navigation-next, .b-slider.slider-rooms-detail .slider-navigation.navigation-next, .b-slider.slider-rooms-index .slider-navigation.navigation-next {
    left: 75px;
}
.b-slider.slider-detail-page .slick-list, .b-slider.slider-rooms-detail .slick-list, .b-slider.slider-rooms-index .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.b-slider.slider-detail-page .slick-track, .b-slider.slider-rooms-detail .slick-track, .b-slider.slider-rooms-index .slick-track {
    height: 100%}
.b-slider.slider-detail-page .slider-item, .b-slider.slider-rooms-detail .slider-item, .b-slider.slider-rooms-index .slider-item {
    position: relative;
    width: 100%;
    height: 100%}
.b-slider.slider-detail-page .slider-image, .b-slider.slider-rooms-detail .slider-image, .b-slider.slider-rooms-index .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.b-slider.slider-rooms-index {
    padding-bottom: 56.66667%;
    overflow: hidden;
}
@media (max-width:768px) {
    .b-slider.slider-rooms-index {
    padding-bottom: 56.66667%}
}.b-offers.offers-on-main .offer-item {
    position: relative;
    overflow: hidden;
}
.b-offers.offers-on-main .offer-item .offer-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
@media (max-width:790px) {
    .b-offers.offers-on-main .offer-item .offer-overlay .offer-text {
    display: none;
}
}.b-offers.offers-on-main .offer-item .offer-button {
    margin-top: 20px;
    text-transform: none;
    font-weight: 400;
}
.b-button, .b-offers.offers-on-main .offer-item .offer-text {
    text-transform: uppercase;
    font-family: Calibri, sans-serif;
    color: #fff;
}
@media (max-width:480px) {
    .b-offers.offers-on-main .offer-item .offer-button {
    display: none;
}
}.b-button, .b-rooms .category-item .item-offer .b-button {
    display: inline-block;
}
.b-offers.offers-on-main .offer-item .offer-text {
    font-weight: 400;
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
}
.b-offers.offers-on-main .offer-item .offer-text strong {
    font-size: 30px;
}
.b-offers.offers-on-main .offer-item .b-image {
    height: 0;
    padding-bottom: 38.7%}
.b-offers.offers-on-main .offer-item .b-image.image-src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.b-offers.offers-category .offer-slogan {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}
.b-button {
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    background: #00a09a;
    padding: 14px 24px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}


.b-button:hover {
    color: #fff;
    background: #00bfb7;
}

.b-button2 {
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    background: #00A02A;
    padding: 14px 24px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    cursor: pointer;  
      color: #fff;
}

.b-button2:hover {
    color: #fff;
    background: #00A02ACC;
}


.inputb {
    width: 100%;
    font-size: 20px;
    padding: 10px 0px 6px 11px;
    border: 1px solid #cecece;
    background: #efefef;
    border-radius: 8px;
    padding: 10px;
    
}



b-button2, .b-offers.offers-on-main .offer-item .offer-text {
    text-transform: uppercase;
    font-family: Calibri, sans-serif;
    color: #fff;
              }
.b-button.button-full-width {
    width: 100%}
.b-map {
    height: 440px;
}
@media (max-height:500px) {
    .b-map {
    height: 300px;
}
}@media (max-height:400px) {
    .b-map {
    height: 200px;
}
}@media (max-height:300px) {
    .b-map {
    height: 180px;
}
}.b-rooms .category-item .item-offer {
    margin-top: 25px;
    text-align: right;
}
.b-rooms .b-text.text-price {
    margin-right: 15px;
}
.b-rooms.rooms-detail .block-content {
    position: relative;
    padding: 15px 15px 80px;
}
.b-rooms.rooms-detail .b-grid {
    padding: 15px;
}
@media (max-width:768px) {
    .b-rooms.rooms-detail .block-content {
    padding-bottom: 15px;
}
.b-rooms.rooms-detail .b-grid {
    padding: 5px;
}
}.b-rooms.rooms-detail .room-price {
    background-color: rgba(255, 255, 255, .7);
    background-image: url(/upload/ui/pattern4.png);
    padding: 20px;
    border-top-left-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.b-rooms.rooms-detail .room-price::after {
    clear: both;
    display: table;
}
@media (max-width:768px) {
    .b-rooms.rooms-detail .room-price {
    margin: -15px;
    position: static;
    text-align: center;
    overflow: hidden;
}
.b-rooms.rooms-detail .room-price .b-text.text-price {
    display: inline-block;
    margin-bottom: 10px;
}
}.b-category.category-with-text {
    padding: 28px;
}
.b-category.category-with-text .category-item {
    margin-bottom: 40px;
}
.b-category.category-with-text .category-item:last-child {
    margin-bottom: 0;
}
.b-category.category-with-text .category-item .item-date {
    float: right;
}
.b-category.category-with-image::after {
    clear: both;
    display: table;
}
.b-category.category-with-image .category-item {
    border-bottom: 2px solid rgba(231, 232, 235, .25);
}
.b-category.category-with-image .category-item::after {
    clear: both;
    content: "";
    display: table;
}
.b-category.category-with-image .category-item:last-child {
    border-bottom: none;
}
.b-category.category-with-image .category-item .item-offer {
    margin-top: 25px;
}
.b-category.category-with-image .category-image {
    width: 50%;
    float: left;
}
.b-category.category-with-image .category-content {
    width: 50%;
    float: left;
    padding: 20px;
}
.b-footer {
    width: 100%;
    float: left;
    background-color: #00a09a;
    border-radius: 5px;
    box-shadow: 0 0 9.7px .3px rgba(0, 0, 0, .25);
    color: #fff;
    padding: 15px;
}
.b-footer .footer-table {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
}
@media (max-width:768px) {
    .b-category.category-with-image .category-image .image-src {
    width: 100%}
.b-category.category-with-image .category-content, .b-category.category-with-image .category-image {
    width: 100%;
    float: left;
}
.b-footer .footer-table {
    display: block;
    padding-bottom: 60px;
}
.b-footer .footer-table .footer-item {
    display: block;
   
    width: 100%;
    float: left;
    border-left: none!important;
    padding: 10px;
}
.b-footer .footer-contacts .b-icon::before {
    display: none;
}
}.b-footer .footer-item {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
}
.b-footer .footer-item+.footer-item {
    border-left: 1px solid rgba(32, 152, 152, .25);
}
.b-footer .footer-item.item-counters {
    text-align: center;
}
.b-footer .footer-hotel {
    font-size: 18px;
    line-height: 30px;
}
.b-footer .footer-contacts, .b-footer .footer-official {
    font-size: 12px;
    line-height: 1;
}
.b-footer .footer-contacts .phone {
    font-size: 14px;
}
.b-footer .footer-contacts .email, .b-footer .footer-contacts .email-el {
    color: #80d0cd;
    margin-top: -12px;
    display: block;
}
.b-footer .footer-contacts .b-icon:before {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 25px;
    text-align: center;
    color: rgba(255, 255, 255, .5);
}

@media (max-width:768px) {

.b-footer .footer-contacts .phone {
    font-size: 20px;
}

.footer-item .item-contacts-rek {
    font-size: 10px;

}
ul.list-with-icon li {
    position: relative;
    padding-left: 0px !important;
    margin-bottom: 15px;
}
.b-footer .footer-contacts .b-icon::before {
    display: none;
}
}

.b-footer .footer-social {
    text-align: center;
}
.b-footer .footer-social .b-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    text-decoration: none;
    text-align: center;
}
.b-footer .footer-social .b-icon:before {
    line-height: 36px;
    color: #fff;
}
.b-footer .footer-counter {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.b-footer .footer-counter.counter-tlstart {
    text-decoration: none;
    float: left;
    margin: 5px 0 0 20px;
}
.b-footer .footer-counter.counter-tlstart:before {
    color: #fff;
    font-size: 75px;
    line-height: 1;
}
.b-footer .footer-counter iframe {
    display: block;
}
.b-footer .footer-start-logo {
    display: block;
    fill: #fff;
}
.b-services .service-icon {
    width: 140px;
    height: 140px;
    border: 1px solid #e7e4df;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(113, 113, 113, .05);
    overflow: hidden;
}
.b-services .service-icon:before {
    line-height: 140px;
    font-size: 50px;
    color: #707070;
}
.b-services.services-on-main {
    width: 100%;
    float: left;
}
.b-services.services-on-main::after {
    clear: both;
    display: table;
}
.b-services.services-on-main .service-icon {
    margin-bottom: 15px;
}
.b-services.services-on-main .service-item {
    width: 16.66667%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.b-services.services-on-main .service-item:nth-child(6n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.b-services.services-on-main .service-item:nth-child(6n+2) {
    margin-left: 16.66667%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(6n+3) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(6n+4) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(6n+5) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(6n+6) {
    margin-left: 83.33333%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item .service-name {
    line-height: 24px;
}
.b-services.services-on-main .service-item.item-link .service-icon {
    background: 0 0!important;
    border: none;
}
.b-services.services-on-main .service-item.item-link .service-icon:before {
    color: #717171;
}
.b-services.services-on-main .service-item.item-link .service-name {
    font-size: 14px;
    line-height: 21px;
    margin-top: -35%;
    color: #00a09a;
}
@media (max-width:940px) {
    .b-services.services-on-main .service-item {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-services.services-on-main .service-item:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.b-services.services-on-main .service-item:nth-child(4n+2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(4n+3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(4n+4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(7)~.item-value {
    display: none;
}
.b-services.services-on-main .service-item.item-link {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    clear: none!important;
    float: right!important;
    display: block;
    margin-right: 5px!important;
    margin-left: 5px!important;
}
}@media (max-width:640px) {
    .b-services.services-on-main .service-item, .b-services.services-on-main .service-item.item-link {
    width: 33.33333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-services.services-on-main .service-item:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.b-services.services-on-main .service-item:nth-child(3n+2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(3n+3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(5)~.item-value {
    display: none;
}
}@media (max-width:490px) {
    .b-services.services-on-main .service-item, .b-services.services-on-main .service-item.item-link {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-services.services-on-main .service-item:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.b-services.services-on-main .service-item:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
.b-services.services-on-main .service-item:nth-child(3)~.item-value {
    display: none;
}
}@media (max-width:360px) {
    .b-services.services-on-main .service-item .service-item-content {
    width: 100px;
}
.b-services.services-on-main .service-item .service-icon {
    width: 100px;
    height: 100px;
}
.b-services.services-on-main .service-item .service-icon:before {
    line-height: 100px;
}
}.b-services.services-on-main .service-item-content {
    display: inline-block;
    width: 140px;
    text-align: center;
    text-decoration: none;
}
.b-services.services-on-main .service-item-content[href] .service-name {
    text-decoration: underline;
}
.b-services.services-on-main .service-item-content[href]:hover .service-icon {
    background: #f1eeec;
    border-color: #97d2d1;
}
.b-services.services-on-main .service-item-content[href]:hover .service-icon:before, .b-services.services-on-main .service-item-content[href]:hover .service-name {
    color: #00a09a;
}
.b-menu .menu-items .menu-item:hover .menu-link .menu-anchor, .b-menu .menu-items .menu-item:hover .menu-link .menu-icon:before, .b-search-form .block-heading h2 {
    color: #fff;
}
.b-services.services-category .service-item {
    margin-bottom: 30px;
}
@media (min-width:769px) {
    .b-services.services-category .service-item {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 15px;
}
.b-services.services-category .service-item:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.b-services.services-category .service-item:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
}@media (max-width:768px) {
    .b-services.services-category .service-item {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
}@media (max-width:480px) {
    .b-rooms .category-item .item-offer {
    text-align: center;
}
.b-services.services-category .service-item .service-icon {
    width: 60px;
    height: 60px;
}
.b-services.services-category .service-item .service-icon:before {
    font-size: 35px;
    line-height: 60px;
}
.b-services.services-category .service-item .service-content {
    margin-left: -65px;
    padding-left: 80px;
}
}.b-services.services-category .service-item.item-no-desc .service-content, .b-services.services-category .service-item.item-no-desc .service-icon {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
}
.b-services.services-category .service-icon {
    float: left;
}
.b-services.services-category .service-content {
    float: left;
    margin-left: -155px;
    padding-left: 170px;
    width: 100%}
.b-search-form {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: rgba(255, 255, 255, .75);
}
.b-search-form .block-heading {
    background-color: #00a09a;
}
.b-search-form .block-heading:before {
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #00a09a;
}
.b-search-form.form-ready {
    opacity: 1;
}
.b-search-form iframe {
    display: block;
}
.b-search-form.form-inner {
    background: rgba(214, 239, 243, .9);
}
.b-search-form.form-inner .form-container {
    min-height: 110px;
}
.b-search-form.form-main {
    background: rgba(255, 255, 255, .75);
}
.b-search-form.form-main .block-heading {
    background-image: none;
}
@media (max-width:768px) {
    .b-search-form .block-heading {
    display: none;
}
}.b-search-form .ivisa-link {
    display: block;
    background: url(/upload/ui/ivisa.png) 18px 8px no-repeat;
    color: #fff;
    font: italic 11px Calibri, sans-serif;
    padding: 8px 66px 15px 75px;
    border-top: 1px solid #c9c4c1;
}
.b-search-form .ivisa-link:hover {
    color: #bbb;
}
.b-contacts {
    width: 100%;
    float: left;
}
@media (min-width:769px) {
    .b-contacts .contact-item {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-contacts .contact-item:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.b-contacts .contact-item:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
}.b-magic, .b-magic img {
    width: 100%}
@media (max-width:768px) {
    .b-contacts .contact-item {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
}.b-magic {
    position: relative;
    z-index: 1;
    float: left;
}
.b-magic::after {
    clear: both;
    display: table;
}
.b-menu .br-in-menu, .b-menu .menu-heading {
    display: none;
}
@media (min-width:769px) {
    .b-magic .b-search-form {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: auto;
    max-width: 255px;
    min-width: 200px;
    width: 25%;
    margin-left: 20px;
}
}@media (max-width:768px) {
    .b-magic .b-search-form {
    margin: 5px;
}
}.b-offcanvas.offcanvas-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.b-offcanvas.offcanvas-inner {
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    transition: transform .3s ease;
}
@media (max-width:868px) {
    .menu-active .b-offcanvas.offcanvas-inner {
    -webkit-transform: translate3d(-70%, 0, 0);
    -moz-transform: translate3d(-70%, 0, 0);
    -ms-transform: translate3d(-70%, 0, 0);
    -o-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0);
}
.menu-active .b-offcanvas.offcanvas-inner .offcanvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: transparent;
    background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, .3) 20%);
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, .3) 20%);
    z-index: 100;
}
}.b-menu.menu-list {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width:990px) and (min-width:868px) {
    .b-menu .br-in-menu {
    display: block;
}
}@media (min-width:868px) {
    .b-menu-container {
    background: 0 0;
    box-shadow: none;
    overflow: visible;
}
}.b-menu.menu-switcher {
    display: inline-block;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 0 0;
}
.b-menu.menu-switcher:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    margin: 10px 0;
    background: rgba(211, 211, 217, .35);
}
.b-menu .menu-items, .b-menu .menu-items .menu-item {
    position: relative;
    background-color: #fff;
    text-shadow: none;
}
.b-menu.menu-switcher .menu-icon {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    color: #97d2d1;
}
.b-menu.menu-switcher .menu-text {
    display: block;
    line-height: 1;
}
@media (max-width:868px) and (min-width:480px) {
    .b-menu.menu-switcher {
    padding: 21px 0 0;
    height: 100%}
}.b-menu .menu-items {
    width: 100%;
    display: table;
    table-layout: fixed;
    z-index: 1;
    box-shadow: 0 0 9.7px .3px rgba(0, 0, 0, .25);
    border-radius: 5px;
    margin: 5px 0;
    padding: 0 15px;
}
.b-menu .menu-items .menu-item {
    display: table-cell;
    text-align: center;
    height: 80px;
    vertical-align: middle;
    border-right: 1px solid rgba(211, 211, 217, .35);
}
.b-menu .menu-items .menu-item:after, .b-menu .menu-items .menu-item:before {
    display: block;
    left: 0;
    height: 5px;
    background: #00a09a;
    z-index: -1;
    width: 100%;
    position: absolute;
}
.b-conference.conference-on-main .conference-item .conference-text, .b-relaxation.relaxation-on-main .relaxation-item .relaxation-text, .b-restaurants.restaurants-on-main .restaurant-item .restaurant-text {
    font-family: Calibri, sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
    text-transform: uppercase;
}
.b-menu .menu-items .menu-item:first-child {
    border-left: 1px solid rgba(211, 211, 217, .35);
}
.b-menu .menu-items .menu-item:before {
    top: -5px;
}
.b-menu .menu-items .menu-item:after {
    bottom: -5px;
}
.b-menu .menu-items .menu-item:hover {
    background: #a4a49c;
}
.b-menu .menu-items .menu-item:hover:after, .b-menu .menu-items .menu-item:hover:before {
    content: none!important;
}
.b-menu .menu-items .menu-item.item-active .menu-link:after, .b-menu .menu-items .menu-item.item-active .menu-link:before, .b-menu .menu-items .menu-item.item-active:after, .b-menu .menu-items .menu-item.item-active:before {
    content: ' '}
.b-menu .menu-items .menu-item.item-active .menu-link {
    color: #757871;
}
.b-menu .menu-items .menu-item.item-active .menu-link .menu-icon {
    color: #00a09a;
}
.b-menu .menu-items .menu-link {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #757871;
    padding: 30px 0;
    margin: -30px 0;
}
.b-menu .menu-items .menu-link:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #00a09a;
}
.b-menu .menu-items .menu-link:hover:before {
    content: ' ';
    display: none!important;
}
.b-menu .menu-items .menu-link:hover .menu-icon {
    color: #fff;
}
.b-menu .menu-items .menu-icon {
    display: block;
    font-size: 30px;
    color: #97d2d1;
    margin: 0 0 2px;
}
@media (max-width:868px) {
    .b-menu-container {
    height: 100%}
.b-menu .menu-heading {
    display: block;
}
.b-menu.menu-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    padding: 5px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 10;
}
.b-menu.menu-list .menu-items {
    display: block;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.b-menu.menu-list .menu-item {
    display: block;
    height: auto;
    border-right: none;
    border-radius: 0!important;
    text-align: left;
}
.b-menu.menu-list .menu-item:first-child {
    border-left: 0;
}
.b-menu.menu-list .menu-item:after, .b-menu.menu-list .menu-item:before {
    display: none;
}
.b-menu.menu-list .menu-link {
    display: block;
    width: auto;
    padding: 5px 10px;
    margin: 0 5px;
    border-bottom: 1px solid rgba(211, 211, 217, .35);
}
.b-menu.menu-list .menu-link:after, .b-menu.menu-list .menu-link:before {
    display: none;
}
.b-menu.menu-list .menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin-right: 10px;
}
.b-menu.menu-list .menu-anchor {
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}
.b-menu.menu-switcher {
    display: inline-block;
}
}.b-lang {
    position: relative;
    display: inline-block;
}
.b-lang.is-open .lang-list {
    display: block;
}
.b-lang .lang-switcher {
    cursor: pointer;
    margin: 6px 0;
}
.b-lang .lang-list {
    display: none;
    text-align: left;
    position: absolute;
    right: 0;
    top: 100%;
    border-radius: 5px;
    border: 1px solid #d3d3d9;
    background: #fff;
    padding: 0;
}
.b-lang .lang-list .lang-icon {
    margin-right: 15px;
}
.b-lang .lang-icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 48px;
    height: 36px;
    background: url(/upload/ui/langs.png) no-repeat;
}
.b-lang .lang-icon.icon-ru {
    background-position: -10px -10px;
}
@media (max-width:480px) {
    .b-lang .lang-icon {
    width: 32px;
    height: 23px;
}
.b-lang .lang-icon.icon-ru {
    background-position: -58px -10px;
}
}.b-lang .lang-icon.icon-en {
    background-position: -10px -58px;
}
@media (max-width:480px) {
    .b-lang .lang-icon.icon-en {
    background-position: -58px -58px;
}
}.b-lang .lang-icon.icon-zh {
    background-position: -110px -15px;
}
@media (max-width:480px) {
    .b-lang .lang-icon.icon-zh {
    background-position: -110px -80px;
}
}.b-lang .lang-icon.icon-kz {
    background-position: 0 -100px;
}
@media (max-width:480px) {
    .b-lang .lang-icon.icon-kz {
    background-position: -48px -100px;
}
}.b-lang .lang-icon-arrow {
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
}
.b-lang .lang-link {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 2px -1px;
    padding: 8px 27px;
    white-space: nowrap;
    border-bottom: 1px solid #d3d3d9;
    text-decoration: none;
    font-weight: 700;
    color: #747785;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.b-form.type-reviews .form-content::after, .b-form.type-reviews::after {
    clear: both;
    content: "";
    display: table;
}
.b-conference.conference-on-main .conference-item .conference-button, .b-relaxation.relaxation-on-main .relaxation-item .relaxation-button, .b-restaurants.restaurants-on-main .restaurant-item .restaurant-button {
    margin-top: 20px;
}
.b-lang .lang-link:hover {
    z-index: 2;
    background: #e6e6e6;
}
.b-grid.grid-full {
    width: 100%;
    float: left;
    padding: 15px;
}
.b-grid.grid-half {
    width: 50%;
    float: left;
    padding: 5px;
}
.b-grid.grid-half.half-left {
    padding-right: 24px;
}
.b-grid.grid-half .half-right {
    padding-left: 24px;
}
@media (max-width:768px) {
    .b-grid.grid-half {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
}.b-form h3 {
    margin-bottom: 20px;
}
.b-form input, .b-form textarea {
    border: 1px solid #f1eeec;
    border-radius: 2px;
    width: 100%;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
}
.b-form input {
    height: 28px;
    line-height: 28px;
}
.b-form textarea {
    height: 100px;
}
.b-form.type-reviews {
    padding: 28px;
}
.b-form.type-reviews .form-content {
    width: 100%;
    max-width: 700px;
}
.b-form.type-reviews .form-label {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.b-form.type-reviews .form-label .label-name {
    text-align: right;
    width: 33.33333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-form.type-reviews .form-label .label-field {
    width: 66.66667%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width:480px) {
    .b-form.type-reviews .form-label .label-name {
    text-align: left;
}
.b-form.type-reviews .form-label .label-field, .b-form.type-reviews .form-label .label-name {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.b-restaurants.restaurants-on-main .restaurant-item .restaurant-button {
    display: none;
}
}.b-reviews .reviews-anchor-holder {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(67, 87, 121, .75);
    height: 20px;
    z-index: 1000;
}
.b-reviews .reviews-anchor-holder .b-wrapper {
    position: relative;
}
.b-reviews .reviews-anchor {
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 10px 30px 0;
    background: rgba(67, 87, 121, .75);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.js-anchor {
    position: relative;
}
.js-anchor.anchor-link {
    cursor: pointer;
}
.js-anchor .anchor-target {
    position: absolute;
    top: -20px;
}
@media (min-width:768px) {
    .b-news.news-on-main.news-wide .news-item {
    width: 50%;
    float: left;
    padding-right: 30px;
}
.b-news.news-on-main.news-wide .news-item:last-child {
    padding-right: 0;
}
}.b-page {
    position: relative;
}
.b-restaurants.restaurants-on-main .restaurant-item {
    position: relative;
    overflow: hidden;
}
.b-restaurants.restaurants-on-main .restaurant-item .restaurant-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.b-restaurants.restaurants-on-main .restaurant-item .restaurant-text {
    color: #fff;
    font-size: 18px;
}
.b-restaurants.restaurants-on-main .restaurant-item .restaurant-text strong {
    font-size: 30px;
}
.b-restaurants.restaurants-on-main .restaurant-item .b-image {
    height: 0;
    padding-bottom: 38.7%}
.b-restaurants.restaurants-on-main .restaurant-item .b-image.image-src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.b-restaurants.restaurants-detail .block-content {
    position: relative;
    padding: 15px 15px 80px;
}
.b-restaurants.restaurants-detail .b-grid {
    padding: 15px;
}
@media (max-width:768px) {
    .b-news.news-on-main.news-wide .news-item {
    margin-bottom: 20px;
}
.b-news.news-on-main.news-wide .news-item:last-child {
    margin-bottom: 0;
}
.b-restaurants.restaurants-detail .block-content {
    padding-bottom: 15px;
}
.b-restaurants.restaurants-detail .b-grid {
    padding: 5px;
}
}.b-conference.conference-on-main .conference-item {
    position: relative;
    overflow: hidden;
}
.b-conference.conference-on-main .conference-item .conference-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.b-conference.conference-on-main .conference-item .conference-text {
    color: #fff;
    font-size: 18px;
}
.b-conference.conference-on-main .conference-item .conference-text strong {
    font-size: 30px;
}
.b-conference.conference-on-main .conference-item .b-image {
    height: 0;
    padding-bottom: 38.7%}
.b-conference.conference-on-main .conference-item .b-image.image-src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.b-conference.conference-category .conference-slogan {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}
.b-relaxation.relaxation-on-main .relaxation-item {
    position: relative;
    overflow: hidden;
}
.b-relaxation.relaxation-on-main .relaxation-item .relaxation-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
@media (max-width:790px) {
    .b-conference.conference-on-main .conference-item .conference-overlay .conference-text, .b-relaxation.relaxation-on-main .relaxation-item .relaxation-overlay .relaxation-text, .b-restaurants.restaurants-on-main .restaurant-item .restaurant-overlay .restaurant-text {
    display: none;
}
}@media (max-width:480px) {
    .b-conference.conference-on-main .conference-item .conference-button, .b-relaxation.relaxation-on-main .relaxation-item .relaxation-button {
    display: none;
}
}.b-relaxation.relaxation-on-main .relaxation-item .relaxation-text {
    color: #fff;
    font-size: 18px;
}
.b-relaxation.relaxation-on-main .relaxation-item .relaxation-text strong {
    font-size: 30px;
}
.b-relaxation.relaxation-on-main .relaxation-item .b-image {
    height: 0;
    padding-bottom: 38.7%}
.b-relaxation.relaxation-on-main .relaxation-item .b-image.image-src {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.b-relaxation.relaxation-category .relaxation-slogan {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}
.price-complex--room-detail {
    width: 100%;
    max-width: 500px;
}

.price-complex--room-detail .price-complex__table {
    display: table;
    width: 100%}
.price-complex--room-detail .price-complex__table-cell {
    display: table-cell;
    vertical-align: middle;
}
.price-complex--room-detail .price-complex__list {
    text-align: right;
}
@media (max-width:768px) {
    .price-complex--room-detail {
    max-width: none;
    margin: 0!important;    
}
.price-complex--room-detail .price-complex__table, .price-complex--room-detail .price-complex__table-cell {
    display: block;   
}
.price-complex--room-detail .price-complex__table-cell+.price-complex__table-cell {
    margin-top: 20px;
}
.price-complex--room-detail .price-complex__button, .price-complex--room-detail .price-complex__list {
    text-align: center;
}
.b-star.star-main {
    display: none;
}


.b-rooms.rooms-detail .room-price {
    background-color: rgba(255,255,255,.7);
    background-image: url(/upload/ui/pattern4.png);
    padding: 20px;
    border-top-left-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: relative;
}
}.b-star {
    background: url(/upload/star.png) no-repeat;
    width: 115px;
    height: 117px;
    opacity: .18;
}
.b-star.star-main {
    position: absolute;
    top: 10px;
    left: 40%;
    margin-left: -60px;
}
.b-star.star-main-news {
    position: absolute;
    top: 75px;
    left: 10px;
}
.b-shell {
    background: url(/upload/shell.png) no-repeat;
    width: 161px;
    height: 167px;
    opacity: .18;
}
.b-shell.shell-main, .b-shell.shell-main-news {
    position: absolute;
    right: 10px;
    bottom: 10px;
}


@media(max-width:475px) {
.header_imgBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    padding: 0 0px;
    box-sizing: border-box;
    margin-bottom: -30px;
}

 .header_imgBlock_single {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-basis: 100%;
    font-family: rubik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #3e3e3e;
    margin-bottom: 40px;
}
.header_imgBlock_single:not(:last-of-type) {
    margin-right: unset;
}
.header_imgBlock_single:nth-of-type(1)::before {
    content: url(/img/vector_1_black.svg);
}
.header_imgBlock_single:nth-of-type(2)::before {
    content: url(/img/vector_2_black.svg);
}
.header_imgBlock_single:nth-of-type(3)::before {
    content: url(/img/vector_3_black.svg);
}
.header_imgBlock_single:nth-of-type(4)::before {
    content: url(/img/vector_4_black.svg);
}
.header_text_calc
{
 display: none;
}
  .header_topBlock_logo_title {
    font-family: rubik-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 84%;
    letter-spacing: -.01em;
    color: #fff;
    margin-right: 7px;
    flex-shrink: 1;
    margin-left: -30px;
}
.header_topBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 70px;
    border-bottom: unset;
}
 .header_topBlock_address {
    display: none;
    flex-direction: row;
    align-items: center;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff;
    vertical-align: middle;
    width: 100%;
    max-width: 261px;
}


.header_nav_ul > .menu-item:not(:last-of-type) {
    margin-right: 11px;
}
.header_nav_ul > .menu-item {
    position: relative;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
    padding: 11px 11px;
    white-space: nowrap;
}
.entry {
    width: 100%;
    float: left;
    font-family: montserrat,sans-serif;
}

.header_topBlock_logo_subtext {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #fff;
    flex-shrink: 1;
    width: 120px;
margin-left: 175px;
    position: absolute;
}
.header_topBlock_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 276px;
}
.header_topBlock_contPhones {
    position: absolute;
    left: -50px;
    top: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px 0;
    width: 100vw;
    background: rgba(255,255,255,.2);
}
.header_nav {
    
    max-width: max-content;
  
}
.header_title_h1 {
    font-family: rubik-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 115%;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.header_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 55px;
}
.phoneSingle:not(:last-of-type) {
    margin-right: unset;
}
.phoneSingle_contTopInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1px;
}
.phoneSingle_city {
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #dbdbdb;
}
.phoneSingle_online {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: rubik-regular;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #fff;
    padding: 3px 7px;
    width: max-content;
    border-radius: 10px;
    background-color: #6edb7f;
    margin-left: 5px;
    }
.phoneSingle_number {
    font-family: rubik-medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.01em;
    color: #fff;
    width: max-content;
}
}

</style>
          