@font-face {
	font-family: RubikRegular;
	src: url(assets/da39336cfcac7980f2f1.ttf) format("truetype");
	font-weight: 400
}

@font-face {
	font-family: RubikLight;
	src: url(assets/7ee66bf7f540d7bbc3a1.ttf) format("truetype");
	font-weight: 300
}

@font-face {
	font-family: RubikBold;
	src: url(assets/383b8c94b12034c5e8b5.ttf) format("truetype");
	font-weight: 600
}

@font-face {
	font-family: RubikBlack;
	src: url(assets/2b561a8eed0dced30c19.ttf) format("truetype");
	font-weight: 900
}

@font-face {
	font-family: RobotoRegular;
	src: url(assets/a8d6ac03c7b96b7acb62.ttf) format("truetype");
	font-weight: 400
}

@font-face {
	font-family: RobotoLight;
	src: url(assets/8be2d1487420548b3b8d.ttf) format("truetype");
	font-weight: 300
}

@font-face {
	font-family: RobotoBold;
	src: url(assets/75371f53f06181df75f1.ttf) format("truetype");
	font-weight: 600
}

table {
	border:none !important;
}

table tr td{
	border:none !important;
}

#homereadmore{
	display: none;
}


body.fixed{
	overflow:hidden;
	height: 100%;
}


.info-inner .news-item .ni-text{
	width: 100%;
}

.news-item .ni-image img {
    width: 100%;
    margin-bottom: 20px;
}

.new-blog{
	margin-top: 70px;
}

.overlay {


   opacity: 0;
   visibility: hidden;

   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(72 106 240 / 81%);
   z-index: 999;
   transition: .3s all;
}




.modal {


   opacity: 0;
   visibility: hidden;



   width: 100%;
   max-width: 500px;


   /*position: fixed;
   top: 50%;*/

   position: absolute;

   left: 50%;
   transform: translate(-50%, 0%);
   z-index: 1000;


   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
   text-align: center;
   padding: 30px;
   border-radius: 3px;
   background-color: #fff;
   transition: 0.3s all;
}



.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
   
}

.modal.active{
	top: 4%;
}


.modal.modal-video-container.active{top:3%;}




.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}


.modal input{
	display: block;
	background: #ecf7ff;
	border-radius: 4px;
	padding:10px 15px;
	border:none;
	width: 100%;
	margin: 10px 0 0;
	height: 50px;
	font-family: "RubikRegular";
	font-size:18px;
}

.modal .wpcf7-not-valid-tip {
    color: #f24989;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-family: 'RubikRegular';
    margin: 5px 0 0;
}

.modal select{
	display: block;
	background: #ecf7ff;
	border-radius: 4px;
	padding:10px 15px;
	border:none;
	width: 100%;
	margin: 10px 0 0;
	font-family: "RubikRegular";
	height: 50px;
	font-size:18px;
}

.modal select option{
	font-family: "RubikRegular", "Arial", sans-serif;
	font-size:18px;
}

.modal .wpcf7 form.invalid .wpcf7-response-output, .modal .wpcf7 form.unaccepted .wpcf7-response-output, .modal .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ecf7ff;
    background: #ecf7ff;
}

.modal textarea{
	display: block;
	background: #ecf7ff;
	border-radius: 4px;
	padding:10px 15px;
	border:none;
	width: 100%;
	height: 80px;
	font-family: "RubikRegular";
	margin: 10px 0 0;
}

.modal label{
	display: block;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'RubikBold';

}

.modal input[type="submit"]{
		border-radius: 4px;
	background: #f24989;
	text-decoration: none;
	color: #fff;
	text-align: center;
	height: 50px;
	display: block;
	line-height: 27px;
	font-size:18px;
	font-family: "RubikRegular";
	-webkit-box-shadow: 2px 4px 7px 0px rgba(242, 73, 137, 0.70196);
	box-shadow: 2px 4px 7px 0px rgba(242, 73, 137, 0.70196);
	-webkit-transition: background-color .3s ease-in-out, -webkit-box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, -webkit-box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, box-shadow .4s ease-in, -webkit-box-shadow .4s ease-in;
	margin:40px 0 -30px;
}



.btn {
	border-radius: 4px;
	background: #f24989;
	text-decoration: none;
	color: #fff;
	text-align: center;
	height: 46px;
	display: block;
	line-height: 46px;
	-webkit-box-shadow: 2px 4px 7px 0px rgba(242, 73, 137, 0.70196);
	box-shadow: 2px 4px 7px 0px rgba(242, 73, 137, 0.70196);
	-webkit-transition: background-color .3s ease-in-out, -webkit-box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, -webkit-box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, box-shadow .4s ease-in, -webkit-box-shadow .4s ease-in
}

.btn.btn-inline {
	display: inline-block;
	padding-right: 50px
}

.btn.btn-no-padding {
	padding: 0 50px;
	text-align: center
}

.btn:hover {
	background: #f9327e;
	-webkit-box-shadow: 5px 4px 10px 0px #f9327e;
	box-shadow: 5px 4px 10px 0px #f9327e
}

.btn.btn-book-form {
	background: #102c9d;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.btn-book-form:hover {
	background: #1635b3;
	-webkit-box-shadow: 5px 4px 10px 0px #1635b3;
	box-shadow: 5px 4px 10px 0px #1635b3
}

.btn.btn-search-submit {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	PADDING: 0 10PX;
    MARGIN: 20PX 0px;
}

.btn.btn-room {
	background: none;
	border: 2px solid #486af0;
	border-radius: 4px;
	text-align: left;
	position: relative;
	color: #486af0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 15px
}

.btn.btn-room:hover {
	background: #486af0;
	color: #fff
}

.btn.btn-room:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(/assets/ar.svg);
	background-size: 100%;
	width: 15px;
	height: 15px
}

.btn.btn-room.active {
	background: #486af0;
	color: #fff
}

.btn.btn-room:hover:after {
	background: url(assets/dca1bda86dc6e237cac8.png)
}

.btn.btn-all-rooms {
	background: #486af0;
	-webkit-box-shadow: 5px 4px 10px 0px #486af0;
	box-shadow: 5px 4px 10px 0px #486af0;
	padding: 0;
	color: #fff;
	text-align: center
}

.btn.btn-all-rooms:hover {
	background: #4b6ffa
}

.btn.btn-all-rooms:hover:after {
	display: none
}

.btn.btn-all-rooms:after {
	display: none
}

.btn.btn-mobile-menu {
	background: #486af0;
	text-align: right;
	padding-right: 24px;
	position: relative;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.btn-mobile-menu:before {
	content: "";
	background: url(/assets/mn.svg);
	background-size: 100%;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	
}

.btn.btn-mobile-menu:hover {
	background: #3856c9
}

.hfb {
	border-radius: 4px;
	background: #f24989;
	text-decoration: none;
	color: #fff;
	text-align: center;
	height: 46px;
	display: block;
	line-height: 46px;
	-webkit-box-shadow: 2px 4px 7px 0px rgba(242, 73, 137, 0.70196);
	box-shadow: 2px 4px 7px 0px rgba(242, 73, 137, 0.70196);
	-webkit-transition: background-color .3s ease-in-out, -webkit-box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, -webkit-box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, box-shadow .4s ease-in;
	transition: background-color .3s ease-in-out, box-shadow .4s ease-in, -webkit-box-shadow .4s ease-in
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #486af0;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 62px
}

nav ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	border-left: 1px solid #3e5fde;
	border-right: 1px solid #5676f1
}

nav ul li:first-child {
	border-left: none
}

nav ul li:hover ul {
	display: block
}

nav ul li:hover:first-child>a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

nav ul li:hover:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

nav ul li.parent a span {
	width: 30px;
	height: 29px;
	background: #4160da;
	border-radius: 12px;
	position: absolute;
	right: 16px;
	top: 16px;
	-webkit-box-shadow: inset 0 0 14px rgba(16, 39, 129, .36);
	box-shadow: inset 0 0 14px rgba(16, 39, 129, .36)
}

nav ul li.parent a span i {
	display: block;
	position: absolute;
	width: 16px;
	height: 8px;
	background: url(assets/0e7d3067891de8ede3b9.png);
	left: 7px;
	top: 11px
}

nav ul li a {
	color: #fff;
	font-size: 16px;
	font-family: "RobotoLight";
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 62px;
	padding: 0 24px;
	position: relative
}

nav ul li:hover a {
	background: #405ed5;
	border-radius: 0px
}

nav ul li:first-child:hover>a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 0
}

nav ul li:last-child {
	border-right: none
}

nav ul li.parent a {
	padding: 0 76px 0 25px
}

nav ul li.parent a:hover span {
	background: #405ed5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.page-one .wte-icon{
	margin-top: 50px;
}

nav ul li.parent ul {
	-webkit-box-shadow: 1px 9px 8px 0px rgba(48, 76, 189, 0.50196);
	box-shadow: 1px 9px 8px 0px rgba(48, 76, 189, 0.50196);
	height: auto;
	position: absolute;
	display: none;
	top: 62px;
	left: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	width: 300px;
	z-index: 1000;
}

#mobile_menu > nav ul {
	box-shadow: none;
}

#mobile_menu > nav > ul  {
	-webkit-box-shadow: 1px 9px 8px 0px rgba(48, 76, 189, 0.50196);
	box-shadow: 1px 9px 8px 0px rgba(48, 76, 189, 0.50196);
}



nav ul li.parent ul li {
	display: block;
	border-bottom: 1px solid #2943af;
	border-left: none;
	border-right: none
}

nav ul li.parent ul li a {
	display: block;
	background: #304cbd;
	font-size: 18px;
	padding: 15px 20px;
	text-align: left;
	line-height: 18px
}

nav ul li.parent ul li a:hover {
	background: #405ed5
}

nav ul li.parent ul li:last-child {
	border-bottom: none
}

nav ul li.parent ul li:last-child a {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

nav ul li.parent ul li:last-child a:hover {
	border-top-right-radius: 0
}

nav ul li:hover {
	border-right: 1px solid #405ed5;
	border-left: 1px solid #405ed5
}

nav ul li:hover ul {
	display: block
}

nav ul li:first-child:hover {
	border-left: none
}

nav ul li:last-child:hover {
	border-right: none
}

nav ul li:last-child:hover a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.border-right-menu {
	border-right: 1px solid #486af0
}

.banner {
	margin-top: 40px
}

.banner-carousel {
	position: relative
}

.banner-item img {
	width: 100%;
	height: auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: table
}

.banner-caption {
	position: absolute;
    width: 37%;
    left: 76px;
    top: 77px;
}

.banner-caption .btn.btn-room.btn-active.btn-inline:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 17px;
	background: url(assets/dca1bda86dc6e237cac8.png);
	width: 15px;
	height: 12px
}

.banner-caption .btn.btn-room:after {
	background: url(/assets/ar.svg);
	background-size: 100%;
}

.banner-caption .btn-inline:hover {
	background: #102c9d;
	border: 2px solid #102c9d
}

.banner-caption-title {
	font-size: 27px;
	color: #272727;
	line-height: 32px;
	font-family: "RubikBold"
}

.banner-caption-desc {
	font-size: 18px;
	color: #272727;
	font-family: "RubikLight";
	line-height: 22px;
	margin: 20px 0
}

.banner-caption-desc ul li{
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}

.banner-caption-desc ul li:before{
	    content: '';
    width: 20px;
    height: 20px;
    background: url(assets/check-button.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: -39px;
    top: 1px;

}

.banner-arrows {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 180px
}

.banner-arrows .banner-arrow {
	margin: 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: #4160da;
	opacity: .7;
	z-index: 999;
	box-shadow:4px 1px 20px rgb(65 96 218 / 33%);
}

.banner-arrows .banner-arrow a {
	display: block;
	position: relative;
	height: 50px
}

.banner-arrows .banner-arrow.banner-arrow-left {
	left: 50px;
	margin-left: -25px;
}

.banner-arrows .banner-arrow.banner-arrow-right {
	right: 50px;
	margin-right: -25px;
}

.banner-arrows .banner-arrow:hover {
	opacity: 1
}

.banner-arrows .ba-left i {
	display: block;
	position: absolute;
	background: url(assets/e2b3c65ee063958473f4.png);
	width: 10px;
	height: 20px;
	left: 18px;
	top: 14px
}

.banner-arrows .ba-right i {
	display: block;
	position: absolute;
	background: url(assets/e2b3c65ee063958473f4.png);
	width: 10px;
	height: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 18px;
	top: 14px
}

.banner-arrows .ha-left i {
	display: block;
	position: absolute;
	background: url(assets/e2b3c65ee063958473f4.png);
	width: 10px;
	height: 20px;
	left: 18px;
	top: 14px
}

.banner-arrows .ha-right i {
	display: block;
	position: absolute;
	background: url(assets/e2b3c65ee063958473f4.png);
	width: 10px;
	height: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 18px;
	top: 14px
}

.banner-arrows.home{
	width: 1300px;
	top:330px;
}

.book-form-inner {
	height: 124px;
	background: #486af0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 34px;
	-webkit-column-gap: 44px;
	-moz-column-gap: 44px;
	column-gap: 44px
}

.people-count .arrow-up {
	width: 13px;
	height: 7px;
	display: block;
	position: absolute;
	background: url(assets/478515aabd3631970396.png);
	background-size: 100%;
	left: 2px;
	top: 5px
}

.people-count .arrow-down {
	width: 13px;
	height: 7px;
	display: block;
	position: absolute;
	background: url(assets/478515aabd3631970396.png);
	background-size: 100%;
	left: 12px;
	top: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.book-form-block-titles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 23px
}

.book-form-block-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 452px
}

.book-form-pick-date {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 452px;
	flex: 0 0 452px
}

.icon-calendar {
	position: absolute;
	background: url(/assets/cd.svg);
	width: 22px;
	height: 22px;
	background-size:100%;
}

.icon-people {
	position: absolute;
	background: url(/assets/user.svg);
	background-size:100%;
	width: 20px;
	height: 20px
}

.icon-bed {
	position: absolute;
	background: url(assets/b5ec636f400b30e7b405.png);
	width: 22px;
	height: 18px
}

.bfii-icon {
	position: absolute;
	left: 12px;
	top: 12px
}

.book-form-input-item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.bfi-from {
	border-right: 1px solid rgba(255, 255, 255, 0.63922)
}

.book-form-block-title {
	color: #fff;
	font-size: 11px
}

.bfii-input input {
	border: none;
	background: #fff;
	height: 46px;
	font-family: "RubikRegular";
	color: #3f3f3f;
	font-size: 15px;
	display: block;
	width: 214px;
	text-align: right;
	padding-right: 10px
}


body.home .book-form .bfi-from .bfii-input input{
	width: 226px;
}

body.home .book-form .bfi-to .bfii-input input{
	width: 226px;
}

body .book-form .book-form-submit{
	flex:0 0 230px;
}



.bfi-to input {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.bfi-from input {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.book-form-people {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 122px;
	flex: 0 0 130px
}

.book-form-people--long{
	-ms-flex: 0 0 180px;
	flex:  0 0 180px;
}

.book-form-people--long .bf-quantity-link{
	padding-left: 115px;
}

.ni-link{
	text-decoration: none;
}

.post-image{
    width: 100%;
    height: 300px;
    background-size: contain !important;
    background-position: center center !important;
    border-radius: 4px;
    margin: 30px 0;
    background-repeat: no-repeat !important;
}


.ni-image img{
	border-radius: 4px;
}

.hidden_form_field{
	display: none !important;
}

.book-form-people .bfql-icons .icon-people{
	position: relative;

}

.book-form-people .bfql-icons{
	display: flex;
	column-gap: 3px;
}

.book-form-people .bfii-input input {
	width: 113px;
	padding-right: 54px
}

.book-form .book-form-block-content .bfii-input input{
	width: 226px;
}

.bfii-custom-input a {
	display: block;
	width: 234px;
	height: 46px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	color: #3f3f3f;
	text-decoration: none;
	text-align: right;
	padding-right: 65px;
	line-height: 44px
}

#hidden_room_types{
position: absolute;
    top: 43px;
    left: 0;
    width: 300px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 20px #486af07d;
    padding:0;
    display: none;
}

#hidden_room_types.open{
	display: block;
}


#hidden_room_types  li{
	list-style: none;
	border-bottom: 1px solid #efefef;
}

#hidden_room_types  li:last-child{
	border-bottom: 1px solid #efefef;
}

#hidden_room_types li a{
	color: #3f3f3f;
	text-decoration: none;
	width: auto;
	padding:10px 20px;
	display: flex;
	justify-content: space-between;
	height: auto;
	line-height: 30px;
	align-items: center;
}


#hidden_room_types li a:hover{
	background: #f1f1f1;
}

.bfii-custom-input a span.hrt-name{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	border:none;
	line-height: 17px;
}

.bfii-custom-input a span.hrt-value{
	display: block;
	position: relative;
	width:100%;
	height: auto;
	border:none;
	font-size: 11px;
    color: #102c9d;
}

.bfii-custom-input{
	position: relative;
}

.bfii-custom-input a span {
	position: absolute;
	width: 46px;
	height: 46px;
	right: 0;
	top: 0;
	border-left: 1px solid #bdc9fa
}

.book-form-room-type .bfii-icon {
	width: 24px;
	height: 24px;
	z-index: 2;
	top: 14px;
	left: 14px
}

.dropdown-arrow {
	display: block;
	position: absolute;
	background: url(assets/478515aabd3631970396.png);
	width: 13px;
	height: 7px;
	left: 17px;
	top: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.book-form-submit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	margin-top: 45px
}

.book-form-people .bfii-icon {
	top: 14px;
	left: 14px
}

.book-form-people input {
	border-radius: 4px;
	font-size: 20px
}

.people-count {
	position: absolute;
    top: 0px;
    border-left: 1px solid #bdc9fa;
    height: 46px;
    right: 0;
    width: 37px;
    z-index: 0;
}

.people-count a {
	display: block;
	position: relative;
	width: 8px;
	margin-top: 15px;
	height: 16px;
	margin-left: 10px
}

.book-form-people .bfii-input{
	position: relative;
}

.people-hidden{
	    position: absolute;
    top: 55px;
    left: 0;
    width: 180px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 20px #486af07d;
    padding: 0;
    display: none;
    z-index: 50;
}

.people-hidden.open{
	display: block;
}

.people-hidden ul{
	padding:0;
	margin:0;
	list-style: none;
}

.people-hidden ul li{
	display: block;
	border-bottom: 1px solid #f1f1f1;

}

.people-hidden ul li a{
	display: flex;
	justify-content: space-between;
	text-transform: none;
	text-decoration: none;
	color:#3f3f3f;
	font-size: 20px;
	padding:12px 15px;
	font-family: 'RubikRegular';
}

.people-hidden ul li a:hover{
	background: #f1f1f1;
}

.bfql-icons{
	    position: absolute;
    left: 12px;
    top: 13px;
}


.people-hidden ul li a div{
	display: flex;
}

.people-hidden ul li a div > i{
	position: relative;
	margin-right: 5px;
	display: block;
	margin-top: 3px;
}


.bf-quantity-link{
	display: block;
    background: white;
    border-radius: 4px;
    height: 46px;
    text-decoration: none;
    font-size: 22px;
    font-family: 'RubikRegular';
    color: #3f3f3f;
    padding-left: 65px;
    line-height: 46px;
}

.achievements {
	margin-top: 40px
}

.achievements-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #eef2fe;
	border-radius: 4px;
	height: 180px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.achievements-inner .achievement-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	border-right: 1px solid #fff;
	border-left: 1px solid #e1e6f5;
	text-align: center;
	height: 100%
}

.achievements-inner .achievement-item:first-child {
	border-left: none
}

.achievements-inner .achievement-item:last-child {
	border-right: none
}

.achievements-inner .ai-title {
	color: #486af0;
	font-family: "RubikBold";
	font-size: 44px;
	line-height: 34px;
	margin-top: 36px
}

.achievements-inner .ai-subtitle {
	color: #486af0;
	font-family: "RubikBold";
	font-size: 18px
}

.achievements-inner .ai-text {
	margin-top: 15px;
	padding: 0 45px;
	line-height: 16px
}

.we-treat {
	margin: 50px 0
}

.we-treat-title {
	text-align: center;
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.we-treat-title .we-treat-title-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	width: 50px
}

.we-treat-title h2 {
	font-size: 32px;
	color: #3f3f3f;
	font-family: "RubikBold";
	line-height: 32px;
	margin: 0;
	padding: 0
}

.we-treat-title h3 {
	font-size: 18px;
	color: #3f3f3f;
	font-family: "RubikLight";
	line-height: 19px;
	margin: 10px 513px 0;
	padding: 0
}

.we-treat-title h3 span {
	color: #486af0
}

.we-treat-title .wtt-icon {
	background: url(assets/47a4c72c41d7f0f88ac5.png);
	width: 46px;
	height: 49px;
	display: block;
	position: absolute
}

.we-treat-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	margin-top: 60px
}

.we-treat-content .wte-bg {
	background: url(assets/d02a39edb2c555c9cd73.png);
	width: 173px;
	height: 161px;
	position: absolute;
	z-index: 1
}

.we-treat-content .wte-icon {
	width: 173px;
	height: 161px;
	position: relative;
	text-align: center;
	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
}

.we-treat-content .wte-image {
	display: inline-block;
	position: absolute;
	z-index: 2
}

.we-treat-content .we-treat-element {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 60px
}


.we-treat-element a{
	text-decoration: none;
	color:#3f3f3f;
	transition: color .3s ease-in;
}

.we-treat-element a:hover{
	color: #f24989;
}

.we-treat-content .we-treat-element .wte-text span {
	display: block;
	text-align: center;
	font-family: "RobotoRegular"
}

.we-treat-content .we-treat-element .wte-text {
	min-height: 80px;
	margin-top: 20px
}

.our-rooms .our-rooms-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px
}

.our-rooms .our-rooms-content .our-rooms-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px
}

.our-rooms .ort-icon {
	background: url(assets/cae9bb70fbf4e59555b3.png);
	width: 56px;
	height: 48px;
	display: block;
	position: absolute
}

.our-rooms-title h3 {
	margin: 10px 450px 0
}

.our-rooms .ori-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	margin: 20px 0
}

.our-rooms .ori-name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	font-size: 22px;
	line-height: 20px
}

.our-rooms .ori-price {
	font-size: 18px;
	font-family: "RubikLight";
	color: #486af0
}

.our-rooms .ori-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%
}

.our-rooms .our-rooms-more {
	margin: 50px 40%
}

.rooms-catalog {
	margin-top: 80px
}

.room-list h3 {
	font-family: "RubikLight";
	text-transform: uppercase;
	font-size: 15px;
	margin: 10px 330px 0px
}

#helpform h3 {
	padding: 35px 0 5px;
	margin: 0
}

.need-help {
	background: #f1f6fc;
	border-radius: 4px;
	padding: 0px 40px 15px;
	margin: 50px 0 70px
}

.need-help-inner {
	position: relative
}

.need-help-inner h3 {
	font-size: 30px;
	color: #486af0;
	font-family: "RubikBold";
	text-transform: none;
	letter-spacing: -0.5px
}

.need-help-inner p {
	color: #3f3f3f;
	font-size: 19px;
	font-family: "RubikLight";
	line-height: 22px;
	display: block;
	width: 50%;
	letter-spacing: -0.5px;
	margin: 0 0 19px
}

.icon-help {
	background: url(assets/52de40996b5394a629fd.png);
	width: 290px;
	height: 290px;
	position: absolute;
	right: 0;
	bottom: -15px
}

.rooms-top-filter {
	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;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px
}

.rooms-top-filter .rtf-button-link {
	background: #486af0;
	text-transform: uppercase;
	padding: 10px 25px;
	font-size: 18px;
	font-family: "RubikRegular";
	border-radius: 4px;
	text-decoration: none;
	color: #fff
}

.rooms-top-filter .rtf-button-link:hover {
	background: #2c58ff;
	color: #fff
}

.help-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	padding-bottom: 30px;
	flex-wrap: wrap;
}

.help-form .help-form-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px
}

.help-form .help-form-button a {
	height: 53px;
	line-height: 53px
}

.help-form-message{
	display: flex;
    flex: 0 0 100%;
    margin-top: 20px;
}

.help-form-input input {
	height: 53px;
	background: #fff;
	border-radius: 4px;
	border: none;
	font-family: "RubikBlack";
	text-transform: uppercase;
	color: #3f3f3f;
	padding: 0 15px;
	font-size: 20px
}

.room-one .we-treat-title-text span {
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #486af0;
	line-height: 14px;
	margin: 10px 0 0
}

.room-one .rooms-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.room-one .col-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 860px;
	flex: 0 0 860px
}

.room-one .col-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px
}

.room-one .col-right .col-right-inner {
	background: #f6f7fe;
	border-radius: 7px;
	padding: 26px 40px;
	width: 320px
}

.room-one .col-right .col-right-inner .cri-form-item {
	margin-bottom: 15px
}

.room-one .col-right .col-right-inner .cri-form-item.cri-submit {
	margin-top: 30px;
	margin-bottom: 10px
}

.room-one .col-right .col-right-inner .cri-title {
	color: #434343;
	font-family: "RubikRegular";
	font-size: 12px;
	margin-bottom: 10px
}

.room-one .col-right .col-right-inner .bfii-custom-input a {
	font-size: 15px;
	width: 255px
}

.room-one .col-right .col-right-inner .bfii-custom-input a span {
	border-left: 1px solid #f6f7fe
}

.room-one .col-right .col-right-inner .bfi-from {
	border: none
}

.room-one .col-right .col-right-inner .bfii-input input {
	width: 310px;
	border-radius: 4px
}

.room-one .col-right .cri-form-message {
	text-align: center;
	font-size: 12px;
	color: #afb1bb;
	margin: 20px 20%
}

.room-one .rooms-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}


.gallery-hidden{
	display: none !important;
}


.room-one .rooms-gallery .rg-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	position: relative
}

.room-one .rooms-gallery .rg-left .banner-arrows {
	top: 0;
	display: block;
	z-index: 50;
}

.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow {
	opacity: 1
}

.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow-right {
	top: 440px;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 22px
}

.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow-right.disabled{
	display: none;
}

.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow-left {
	top: -24px;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 100px
}

.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow-left.disabled {
	display: none;
}

.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow a {
	width: 50px
}

.room-one .rooms-gallery .rg-left .rg-left-item {
	margin-bottom: 27.5px;
}

.room-one .rooms-gallery .rg-left .rg-left-item a {
	display: block;
	border-radius: 7px;
	border: 2px solid #f1f1f1;
	padding: 5px
}

.room-one .rooms-gallery .rg-left .rg-left-item a.active {
	border: 2px solid #486af0
}

.room-one .rooms-gallery .rg-left .rg-left-item a img {
	display: block;
	border-radius: 4px;
	width: 100%;
}

.room-one .rooms-gallery .rg-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 635px;
	flex: 0 0 635px
}

.room-one .rooms-gallery .rg-right img {
	border-radius: 7px;
	width: 100%;
	height: auto
}

.room-one .rooms-carousel {
	display: none
}

.room-one .price-table-titles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin: 30px 0 10px;
	padding: 0 20px
}

.room-one .price-table-titles .ptt-one-photo {
	margin-right: 266px
}

.room-one .price-table-titles .ptt-one-name {
	margin-right: 380px
}

.room-one .price-table-titles .ptt-one-ppl {
	margin-right: 104px
}

.room-one .ppl-span {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(16, 44, 157, .58);
	border-radius: 7px
}

.room-one .ppl-span p {
	color: #fff
}

.room-one .ptc-photo-list {
	display: block;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	color: #fff
}

.room-one .ptc-photo-list img {
	display: block;
	border-radius: 8px;
}

.room-one .ptc-photo-list .image-bg {
	background: url(assets/de31a452c8469186de7b.png);
	width: 32px;
	height: 28px;
	z-index: 5;
	display: block;
	content: ""
}

.room-one .ptc-item {
	padding: 20px;
	position: relative;
	border-radius: 4px;
	background: #f6f7fe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.room-one .ptc-item .people-count {
	border-left: 1px solid #f6f7fe
}

.room-one .ptc-item .ptc-photo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px
}

.room-one .ptc-item .ptc-name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px
}

.room-one .ptc-item .ptc-name .ptc-name-title a {
	color: #3f3f3f;
	font-size: 17px;
	text-decoration: none;
	font-family: "RubikBold";
	line-height: 16px;
	display: block;
	margin-bottom: 20px;
}

.room-one .ptc-item .ptc-name .ptc-name-innum {
	color: #868bae;
	font-size: 12px;
	text-transform: uppercase;
	margin: 7px 0
}

.room-one .ptc-item .ptc-name .ptc-name-innum-items {
	border-radius: 4px;
	background: #dfe3ff;
	border-radius: 4px;
	padding: 8px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.room-one .ptc-item .ptc-name .pnii {
	opacity: .6
}

.room-one .ptc-item .ptc-name .pnii-all a {
	color: #486af0;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none
}

.room-one .ptc-item .ptc-name .pnii-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.room-one .ptc-item .ptc-quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px
}


.wtt-center{
	text-align: center;
}

.rooms-catalog .ori-image img{
	border-radius: 4px;
}

.room-one .ptc-item .ptc-price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 112px;
	flex: 0 0 112px;
	font-size: 22px
}

.room-one .ptc-item .ptc-action {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 224px;
	flex: 0 0 224px
}

.also .ayce-title {
	font-size: 24px;
	font-family: "RubikBold";
	text-align: center;
	line-height: 26px;
	margin: 100px 450px 0
}

.also .rooms-catalog {
	margin-top: 50px
}

.info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px
}

.info-inner .column-left {
	width: 330px
}

.info-inner .news-block {
	margin-bottom: 50px
}

.info-inner .block-title {
	font-size: 26px;
	color: #3f3f3f;
	font-family: "RubikBold";
	margin-bottom: 30px
}

.info-inner .block-all-button {
	margin-top: 40px
}

.info-inner .news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	margin-bottom: 25px;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top
}

.info-inner .news-item .ni-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.info-inner .news-item .ni-title {
	font-size: 15px;
	font-family: "RubikBold";
	color: #486af0;
	line-height: 14px;
	margin-bottom: 5px
}

.info-inner .news-item .ni-date {
	font-size: 12px;
	color: #2f2f2f;
	margin-bottom: 10px
}

.info-inner .news-item .ni-short {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 16px;
}

.info-inner .column-right {
	width: 850px
}

.info-inner .faq-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.info-inner .faq-title .faq-title-text {
	font-size: 26px;
	color: #3f3f3f;
	font-family: "RubikBold";
	margin-bottom: 30px
}

.info-inner .faq-title .faq-button {
	margin-top: -10px
}

.info-inner .faq-item {
	margin-bottom: 35px
}

.info-inner .faq-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info-inner .faq-inner-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	font-size: 14px
}

.info-inner .faq-question {
	font-size: 17px;
	color: #486af0;
	font-family: "RubikLight";
	margin-bottom: 20px;
	line-height: 26px;
	display: flex;
	justify-content: space-between;
}

.info-inner .faq-question  .plus-icon{
	position: absolute;
	right: 0;
}

.faq-question a{
	    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

.info-inner .faq-answer {
	position: relative;
	background: #f7f8fa;
	border-radius: 4px;
	padding: 20px 20px 20px 20px;
	font-size: 18px;
	font-family: "RubikLight";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: none;
}

.info-inner .faq-answer.open{
	display: flex;
}

#show_all_questions{
	display: none;
}

#show_all_questions.open{
	display: block;
}

.info-inner .faq-answer .faq-icon {
	content: "";
	background: url(assets/dfb4a552c7ae7d2c3884.png);
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32px;
	flex: 0 0 32px
}

.map {
	margin-top: 100px
}

.map-inner {
	position: relative
}

#map {
	width: 100%;
	height: 400px;
	border-radius: 4px;
	position: relative;
	z-index: 1
}

.iframe-overlay {
	position: absolute;
	width: 100%;
	height: 400px;
	z-index: 2;
	background: rgba(72, 106, 240, .45);
	border-radius: 4px;
	overflow: hidden
}

.overlay-block {
	z-index: 2;
	width: 304px;
	height: 400px;
	background: rgba(72, 106, 240, .87);
	position: absolute;
	right: 100px;
	top: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.map-title {
	font-size: 24px;
	color: #fff;
	font-family: "RubikBold"
}

.map-subtitle {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-family: "RubikLight"
}

.map-form-title {
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	font-family: "RobotoRegular"
}

.map-form-input input {
	height: 40px;
	background: #fff;
	border-radius: 4px;
	border: none;
	text-overflow: ellipsis;
	width: 240px;
	margin: 30px 0 10px;
	text-indent: 13px;
	font-family: "RubikRegular";
	position: relative
}

.map-form-input {
	position: relative
}

.map-form-input:after {
	content: "";
	background: url(assets/d7aa844c9c224af32c12.png);
	width: 16px;
	height: 16px;
	position: absolute;
	right: 13px;
	top: 43px
}

footer {
	margin-top: 100px
}

.footer-top {
	background: #405dd0;
	height: 72px
}

.footer-top-inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none
}

.footer-top-inner ul li {
	height: 72px
}

.footer-top-inner ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "RobotoLight";
	text-decoration: none;
	line-height: 72px;
	padding: 0 20px
}

.footer-top-inner ul li a:hover {
	background: #31479f
}

.footer-main {
	background: #486af0;
	padding: 50px 0
}

.footer-main .header-logo-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-main .header-logo-text .header-logo-main-text {
	color: #fff;
	font-family: "RubikBold";
	font-size: 30px;
	margin-top: 16px;
	letter-spacing: 4.4px;
	margin-left: 3px
}

.footer-main .header-logo-text .header-logo-secondary-text {
	font-size: 14px;
	color: #fff;
	font-family: "RubikLight";
	text-transform: uppercase
}

.footer-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

.footer-license {
	margin: 30px 400px;
	text-align: center;
	font-family: "RobotoRegular";
	color: #1f3075;
	font-size: 14px;
	line-height: 16px
}

.footer-socials {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px
}

.footer-social-item {
	opacity: .7
}

.footer-social-item:hover {
	opacity: 1
}

.footer-phone {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer-phone .header-phone {
	margin: 0;
	width: 230px;
}

.footer-phone .header-phone .header-phone-icon .hpi-icon {
	background: url(/assets/ph.svg);
	background-size:100%;
	width: 30px;
	height: 30px;
}

.footer-phone .header-phone .header-phone-content .hpc-phone a {
	color: #fff;
	font-size: 18px;
}

.footer-phone .header-phone .header-phone-content .hpc-schedule {
	color: #161a2a;
	font-size: 14px;
}

.footer-phone .header-phone .header-phone-content .hpc-title {
	color: #161a2a;
	font-size: 14px;
}

.footer-phone .header-phone .header-phone-content{
	flex:0 0 200px;
}



.footer-studio {
	text-align: center;
	color: #1f3075;
	margin-top: 50px;
	padding-bottom: 10px;
	font-family: "RobotoRegular"
}

.footer-studio a {
	color: #fff
}

html {
	font-family: "RubikRegular";
	font-weight: 400;
	color: #3f3f3f
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh
}

a {
	-webkit-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in
}

h1 {
	color: #486af0
}

h2 {
	color: #486af0
}

.mobile-nav {
	display: none
}

.header-phone-mobile {
	display: none
}

.banner-carousel-mobile {
	display: none
}

.bfbt-mobile {
	display: none
}

.container {
	width: 1400px;
	margin: 0 auto
}

.container-inner {
	margin: 0 50px
}

.header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0
}

.header-logo {
	width: 300px
}

.header-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	color: #3f3f3f
}

.header-logo .header-logo-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 63px;
	flex: 0 0 63px;
	margin-top: 2px
}

.header-logo .header-logo-image img {
	width: 100%;
	height: auto
}

.header-logo .header-logo-text {
	text-align: justify;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 224px;
	flex: 0 0 224px
}

.header-logo .header-logo-text .header-logo-main-text {
	font-size: 37px;
	font-family: "RubikBold";
	color: #2e2e2e;
	display: block;
	line-height: 42px;
	letter-spacing: 3px
}

.header-logo .header-logo-text .header-logo-secondary-text {
	font-size: 13px;
	font-family: "RobotoRegular";
	text-transform: uppercase;
	text-align: justify;
	letter-spacing: 1.8px;
	display: block;
	color: #2e2e2e
}

.header-logo.header-logo-ru .header-logo-image{
	margin-right: 10px;
}

.header-logo.header-logo-uk .header-logo-text .header-logo-secondary-text{
	letter-spacing: 1.8px;
}

.header-logo.header-logo-ru .header-logo-text .header-logo-secondary-text{
	letter-spacing: 2.6px;
}

.header-logo.header-logo-en .header-logo-text .header-logo-secondary-text{
	letter-spacing: 2.27px;
}


.header-language {
	margin-left: 78px
}

.header-language ul,
.mobile-languages ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px
}

.mobile-languages{
	margin:30px 0;
}

.mobile-languages ul{
	align-items: center;
	justify-content: center;
}

.header-language ul li a,
.mobile-languages ul li a {
	color: #3f3f3f;
	font-size: 16px;
	text-decoration: none;
	padding: 7px 10px;
	border-radius: 4px;
	font-family: "RobotoRegular"
}

.header-language ul li a.active,
.mobile-languages ul li a.active{
	background: #486af0;
	color: #fff
}

.header-language ul li a:hover {
	background: rgba(72, 106, 240, .08)
}

.header-language ul li a.active:hover {
	background: #486af0
}

.header-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 205px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 217px
}

.header-phone .header-phone-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px
}

.header-phone .header-phone-icon .hpi-icon {
	width: 25px;
	height: 25px;
	background: url(/assets/ph2.svg);
	background-size: 100%;
	display: block
}

.header-phone .header-phone-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px;
	text-align: center
}

.header-phone .header-phone-content .hpc-title {
	font-size: 12px;
	color: #486af0
}

.header-phone .header-phone-content .hpc-phone a {
	color: #2e2e2e;
	text-decoration: none;
	font-size: 16px
}

.header-phone .header-phone-content .hpc-schedule {
	font-size: 12px;
	color: gray
}

.header-messengers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 110px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 2%;
	-moz-column-gap: 2%;
	column-gap: 2%;
	margin: 0 30px 0 20px
}

.messenger {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.messenger a {
	width: 50px;
	height: 50px;
	border-radius: 4px;
	display: block;
	position: relative
}

.messenger a:hover {
	background: rgba(72, 106, 240, .08)
}

.messenger .viber .icon {
	width: 26px;
	height: 26px;
	background: url(/assets/icons8-viber.svg);
	background-size: 100%;
	display: block;
	position: absolute;
	left: 12px;
	top: 12px
}

.messenger .telegram .icon {
	width: 32px;
    height: 32px;
    background: url(/assets/tg2.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: 9px;
    top: 10px;
}

.header-action {
	width: 180px
}

.banner-caption.slider-one{
	top:36px;
}

.banner-caption.slider-two{
	top:60px;
}

.banner-caption.slider-one .banner-caption-desc ul li{
	font-size:16px;
}

.banner-caption.slider-one .banner-caption-desc ul{
	padding:0 30px;
}

.banner-caption.slider-one .banner-caption-desc ul li:before{
	    left: -30px;
    top: 3px;
    width:16px;
    height: 16px;
}

.banner-caption.slider-one .btn.btn-room:after{
	top:11px;
	right: 11px;
}

.banner-caption.banner-fifth{
	top:57px;
}


.slider-one .btn{
	height: 36px;
	line-height: 36px;
}

.banner-caption.slider-one .banner-caption-title{
	font-size: 27px;
}


.banner-caption.slider-three{
	    position: absolute;
    width: 29%;
    left: 76px;
    top: 80px;
}

.modal-video-container{
	max-width: 1024px;
    padding: 0;
    margin: 0;
}

.banner-item a{
	display: block;
}


.video-item .js-open-modal{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.video-item .js-open-modal:hover{
	transform: scale(1.3);
}

.video-item .js-open-modal:hover img{
	opacity: 1;
}


.video-item .js-open-modal img{
	width:100px !important;
	height: 100px !important;
	opacity: .6;
}

.modal-video-container .modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: -35px;
    fill: #fff;
    cursor: pointer;
    background: #142db5;
    padding: 5px;
    border-radius: 4px;
}

@media(max-width: 1400px) {
	.container {
		width: 1280px
	}
	.header-phone {
		margin-left: 97px
	}
	nav ul li.parent a {
	    padding: 0 58px 0 20px;
	}
	nav ul li.parent a span i {
    display: block;
    position: absolute;
    width: 14px;
    height: 7px;
    background: url(assets/0e7d3067891de8ede3b9.png);
    left: 7px;
    top: 10px;
    background-size: 100%;
		}
	nav ul>li>a {
		font-size: 16px;
		    padding: 0 22px;

	}

	.banner-caption.slider-one {
	    top: 30px;
	}


	.banner-caption.slider-one .banner-caption-title {
    font-size: 20px;
	}

	.banner-caption.slider-two {
	    top: 57px;
	}

	.banner-caption.slider-one .banner-caption-title{
		line-height: 20px;
	}

	.banner-caption{
		left: 60px;
	}

	.banner-caption.slider-one .banner-caption-desc ul li{
		font-size:14px;
		line-height: 18px;
	}

	.banner-caption.slider-one .banner-caption-desc{
		margin:0;
	}

	.banner-caption.slider-three{
		top:80px;
	}

	.banner-caption.slider-fourth {
    top: 61px;
	}

	nav ul li.parent a span{
		    width: 27px;
	    height: 25px;
	    background: #4160da;
	    border-radius: 12px;
	    position: absolute;
	    right: 16px;
	    top: 19px;
	}
	.banner-caption {
		top: 50px
	}

	.banner-caption.banner-fifth{
	top:32px;
	}	

	.banner-caption-desc ul li{
		font-size:16px;
	}
	.banner-caption-title {
		font-size: 20px
	}
	.banner-arrows {
		top: 160px
	}
	body.home .book-form .book-form-submit {
    	flex: 0 0 230px;
	}
	body.home .book-form .book-form-submit a{
		font-size:14px;
	}
	.bfii-custom-input a {
		width: 200px;
		font-size:14px;
	}
	.bfii-custom-input a{
		line-height: 46px;
	}
	body.home .book-form .bfi-from .bfii-input input{
		width: 190px;
	}

	body.home .book-form .bfi-to .bfii-input input{
		width: 190px;
	}
	.bfii-input input {
		width: 192px
	}
	.book-form-block-content {
		width: 380px
	}
	.book-form-pick-date {
		width: 380px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 380px;
		flex: 0 0 380px
	}
	.book-form-inner {
		-webkit-column-gap: 38px;
		-moz-column-gap: 38px;
		column-gap: 38px
	}
	.we-treat-title h3 {
		margin: 10px 445px 0
	}
	.we-treat-content {
		-webkit-column-gap: 73px;
		-moz-column-gap: 73px;
		column-gap: 73px
	}
	.our-rooms .our-rooms-content {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
	.our-rooms .ori-image img {
		width: 100%;
		height: auto
	}
	.our-rooms .our-rooms-content .our-rooms-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 373px;
		flex: 0 0 373px;
		width: 373px
	}
	.info-inner .column-right {
		width: 700px
	}
	.info-inner .faq-inner-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 440px;
		flex: 0 0 440px
	}
	.room-list .we-treat-title h3 {
		margin: 10px 268px 0
	}
	.room-one .rooms-gallery .rg-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 580px;
		flex: 0 0 580px
	}
	.room-one .col-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 780px;
		flex: 0 0 780px
	}
	.rg-left-items {
		width: 170px
	}
	.room-one .rooms-gallery .rg-left .rg-left-item {
		margin-bottom: 19px
	}
	.room-one .rooms-gallery .rg-left .rg-left-item a img {
		width: 100%;
		height: auto
	}
	.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow-left,
	.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow-right {
		left: 10px
	}
	.room-one .rooms-gallery .rg-left .banner-arrows .banner-arrow-right {
		top: 320px
	}
	.room-one .col-right .col-right-inner {
		width: 290px
	}
	.room-one .col-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 370px;
		flex: 0 0 370px
	}
	.room-one .col-right .col-right-inner .bfii-input input {
		width: 280px
	}
	.room-one .cri-form .bfii-icon {
		top: 7px
	}
	.room-one .book-form-room-type .bfii-icon {
		top: 10px
	}
	.cri-form .bfii-input input {
		height: 34px
	}
	.room-one .col-right .col-right-inner .bfii-custom-input a {
		height: 38px;
		width: 226px
	}
	.room-one .price-table-titles .ptt-one-photo {
		margin-right: 190px
	}
	.room-one .price-table-titles .ptt-one-name {
		margin-right: 276px
	}
	.room-one .price-table-titles .ptt-one-ppl {
		margin-right: 74px
	}
}

@media(max-width: 1280px) {
	.container {
		width: 1024px
	}

	.banner-caption.slider-one .banner-caption-desc ul li {
	    font-size: 13px;
	    line-height: 17px;
	}


	.room-one .ptc-photo-list .image-bg{
		margin-top: 30px;
	}

	.room-one .ppl-span p {
		color: #fff;
		margin-top: 35px;
	}

	.room-one .ppl-span{
		align-items: flex-start;
	}

	body.home .book-form .bfi-from .bfii-input input {
    	width: 150px;
	}

	body.home .book-form .bfi-to .bfii-input input {
    	width: 150px;
	}

	.book-form-block-content {
    	width: 300px;
	}

	nav ul li.parent a span i{
		display: block;
    position: absolute;
    width: 9px;
    height: 4px;
    background: url(assets/0e7d306….png);
    left: 6px;
    top: 9px;
    background-size: 100%;
	}

	nav ul li.parent a span{
		width: 20px;
		height: 20px;
		top:22px;
	}


	.container .container-inner {
		margin: 0 15px
	}
	.header-logo .header-logo-text .header-logo-main-text {
		font-size: 28px;
		letter-spacing: 2px;
		line-height: 28px
	}
	.header-logo .header-logo-text .header-logo-secondary-text {
		font-size: 11px;
		letter-spacing: .5px
	}
	.header-logo .header-logo-text {
		margin-top: 8px
	}
	.header-language {
		margin-left: 0
	}
	.header-action {
		width: 150px
	}
	.header-phone {
		margin-left: 47px
	}
	.header-language ul li a {
		font-size: 14px;
		padding: 7px
	}
	nav ul li a {
		padding: 0 20px;
		font-size: 16px
	}
	nav ul li.parent a {
	    padding: 0 18px 0 18px;
	}

	nav ul li.parent a span{
		display: none;
	}
	.banner-caption-title {
		font-size: 29px;
		line-height: 20px
	}


	.banner-caption-title {
    font-size: 22px;
    line-height: 27px;
	}

	.banner-caption-desc ul li {
    font-size: 14px;
	}

	body.home .book-form .book-form-submit {
    flex: 0 0 180px;
	}

	body.home .book-form .book-form-submit a{
		font-size: 13px;
	}

	.banner-caption-desc {
		font-size: 16px
	}
	.banner-caption {
		top: 42px
	}
	.book-form-block-content {
		width: 300px;
	}
	.book-form-pick-date {
		width: 304px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 304px;
		flex: 0 0 304px
	}
	.bfii-input input {
		width: 140px
	}
	.bfii-custom-input a {
		width: 194px;
		font-size: 14px
	}
	.book-form-inner {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px
	}
	.achievements-inner .ai-text {
		margin-top: 15px;
		padding: 0 13px;
		line-height: 16px;
		font-size: 14px
	}
	.achievements-inner .ai-title {
		font-size: 38px;
		margin-top: 30px
	}
	.achievements-inner .ai-subtitle {
		font-size: 16px
	}
	.achievements-inner {
		height: 160px
	}
	.we-treat-title h3 {
		margin: 10px 351px 0
	}
	.we-treat-content {
		-webkit-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px
	}
	.our-rooms .our-rooms-content .our-rooms-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 311px;
		flex: 0 0 311px;
		width: 311px
	}
	.ori-button a {
		font-size: 14px;
		padding: 0
	}
	.our-rooms-item .ori-button a.btn.btn-room:after {
		display: none
	}
	.our-rooms .ori-name {
		font-size: 18px
	}
	.our-rooms .ori-price {
		font-size: 15px;
		margin-top: 4px
	}
	.btn.btn-all-rooms {
		padding: 0 20px
	}
	.info-inner .column-right {
		width: 530px
	}
	.info-inner .faq-inner-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 291px;
		flex: 0 0 291px;
		letter-spacing: -0.6px;
		margin-top: 4px
	}
	.room-list .we-treat-title h3 {
		margin: 10px 165px 0
	}
	.room-one .col-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 580px;
		flex: 0 0 580px
	}
	.room-one .rooms-gallery {
		display: none
	}
	.room-one .rooms-carousel {
		display: block;
		width: 580px;
		position: relative
	}
	.room-one .room-carousel-item img {
		width: 100%;
		height: auto;
		border-radius: 7px
	}
	.room-one .ptc-item .ptc-action {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		position: absolute;
		z-index: 10;
		top: 98px;
		width: 181px;
	}
	.room-one .ptc-item .ptc-action .btn {
		font-size: 14px
	}
	.room-one .ptc-item .ptc-price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		font-size: 19px
	}
	.room-one .ptc-item .ptc-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
	}

	.parent-pageid-29 .room-one .ptc-item .ptc-name,
	.parent-pageid-86 .room-one .ptc-item .ptc-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 380px;
		flex: 0 0 380px;
	}

	.parent-pageid-29  .room-one .ptc-item .ptc-price,
	.parent-pageid-86 .room-one .ptc-item .ptc-name { 
		display: flex;
	}


	.room-one .ptc-item .ptc-name .ptc-name-title a {
		font-size: 15px
	}
	.pnii-all {
		display: none
	}
	.room-one .ptc-item .ptc-name .ptc-name-innum-items {
		width: 322px;
	}
	.room-one .price-table-titles .ptt-one-photo {
		margin-right: 218px;
	}
	.room-one .price-table-titles .ptt-one-name {
		margin-right: 327px;
	}
	.room-one .price-table-titles .ptt-one-ppl {
		margin-right: 85px;
	}
	.also .ayce-title {
		margin: 100px 290px 0
	}

	.banner-caption.slider-one {
	    top: 17px;
	    width: 45%;
	}

	.banner-caption.slider-two {
	    top: 35px;
	    width: 45%;
	}


	.banner-arrows {
    top: 180px;
		}
	.banner-caption.slider-three {
    top: 56px;
    width: 28%;
	}

	.banner-caption.banner-fourth{
		top:30px;
	}

	.banner-caption-title {
    font-size: 20px;
    line-height: 18px;
	}

	.banner-caption.banner-fifth {
    top: 18px;
	}
}

.our-rooms.page-one table a{
	color: #486af0;
	text-decoration: none;
}

@media(max-width: 1024px) {
	.container {
		width: 768px
	}

	.banner-caption.slider-one .banner-caption-title {
	    line-height: 20px;
	    margin-bottom: 10px;
	}

	.banner-caption.slider-one {
    top: 50px;
    width: 29%;
	}
	.banner-caption.slider-two {
    top: 50px;
    width: 29%;
	}

	.banner-caption.slider-three {
    top: 70px;
    width: 28%;
    left: 55px;
	}
	.banner-caption.banner-fourth {
    top: 55px;
	}

	.banner-caption.banner-fifth {
    top: 66px;
	}

	.banner-caption-desc ul{
		display: none;
	}


	.achievements-inner .ai-text {
		padding: 0 20px
	}
	.header-language ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.header-language ul li a {
		display: block
	}
	.header-messengers {
		display: none
	}
	.header-phone {
		margin-left: 35px;
		margin-right: 32px
	}
	.header-logo {
		width: 278px
	}
	.header-logo .header-logo-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px
	}
	nav {
		display: none
	}
	.mobile-nav {
		display: block
	}
	.banner-arrows {
		top: 94px
	}
	.banner-caption {
    top: 62px;
    left: 50px;
	}

	.book-form-block-content {
    width: 465px;
	}

	.banner-caption-title {
		font-size: 22px;
		line-height: 22px
	}
	.banner-caption-desc {
		font-size: 12px;
		line-height: 14px;
		font-family: "RubikRegular"
	}
	.btn.btn-room.active {
		background: #486af0;
		color: #fff;
		height: 36px;
		line-height: 36px
	}
	.btn.btn-room.active:after {
		top: 12px
	}
	.book-form-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}

	body.home .book-form .bfi-from .bfii-input input{
		width: 233px;
	}

	body.home .book-form .bfi-to .bfii-input input{
		width: 233px;
	}
	.book-form-pick-date {
		width: 466px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 466px;
		flex: 0 0 466px
	}
	.bfi-to .bfii-icon {
		display: none
	}
	.bfii-input input {
		width: 218px
	}
	.book-form-inner {
		height: 218px
	}
	.book-form-room-type .book-form-block-titles {
		margin-top: 0
	}
	.book-form-submit {
		margin-top: 23px
	}
	.we-treat-content {
		-webkit-column-gap: 109px;
		-moz-column-gap: 109px;
		column-gap: 109px
	}
	.we-treat-title h3 {
		margin: 10px 229px 0
	}
	.our-rooms .our-rooms-content {
		overflow: hidden;
		flex-wrap: wrap;
	}
	.our-rooms .our-rooms-content .our-rooms-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 354px;
		flex: 0 0 354px;
		width: 350px
	}
	.info-inner .news-item .ni-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px
	}
	.info-inner .column-left {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
	.info-inner .column-right {
		width: 100%;
		margin-top: 50px
	}
	.info-inner .faq-inner-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 484px;
		flex: 0 0 484px
	}
	.footer-top-inner ul li a {
		font-size: 14px;
		padding: 0
	}
	.footer-license {
		margin: 30px 194px
	}
	.room-list .we-treat-title h3 {
		margin: 10px 45px 0
	}
	.rooms-top-filter .rtf-button-link {
		padding: 10px;
		font-size: 16px
	}
	#helpform h3 {
		padding: 35px 217px 5px 0px;
		margin: 0;
		line-height: 30px
	}
	.need-help-inner p {
		font-size: 16px;
		margin: 10px 0 19px
	}
	.help-form {
		width: 302px;
		display: block
	}
	.help-form-input {
		margin-bottom: 15px
	}
	.room-one .col-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.room-one .rooms-carousel {
		width: 100%
	}
	.room-one .banner-arrows {
		top: 43%
	}
	.room-one .col-right .col-right-inner {
		width: 658px
	}
	.room-one .col-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 30px 0 0
	}
	.cri-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px
	}
	.cri-form .book-form-pick-date {
		width: 314px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 314px;
		flex: 0 0 314px
	}
	.room-one .col-right .col-right-inner .bfii-input input {
		width: 302px;
		height: 42px
	}
	.cri-form-item.book-form-room-type {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}
	.room-one .col-right .col-right-inner .cri-form-item.cri-submit {
		width: 100%
	}
	.room-one .col-right .col-right-inner .bfii-custom-input a {
		height: 42px;
		width: 90%
	}
	.room-one .bfii-icon {
		top: 11px
	}
	.room-one .book-form-room-type .bfii-icon {
		top: 12px
	}
	.room-one .price-table-titles {
		display: none
	}
	.room-one .ptc-item .ptc-quantity {
		display: none
	}
	.room-one .ptc-item .ptc-price {
		display: none
	}
	.also .ayce-title {
		margin: 100px 170px 0
	}
}

@media(max-width: 768px) {
	.container {
		width: 320px
	}
	.container .container-inner {
		margin: 0 15px
	}
	.header-logo a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px
	}

	.room-one .ptc-item .ptc-action{
		margin:30px 0 0;
		flex:0 0 250px;
		top:0;
		position: relative;
	}

	.parent-pageid-29 .room-one .ptc-item .ptc-name,
	.parent-pageid-86 .room-one .ptc-item .ptc-name {
		flex:0 0 250px;
		width:250px;
	}

	.room-one .ppl-span {
		align-items: center;
	}

	.room-one .ptc-photo-list .image-bg {
		margin-top: 0;
	}

	.room-one .ppl-span p{
		margin: 0;
	}

	.room-one .ptc-item .ptc-name .ptc-name-innum-items {
		width: 220px;
	}

	.header-logo .header-logo-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 166px;
		flex: 0 0 166px
	}
	.header-language {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
	.header-language ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.header-phone {
		margin: 20px 43px 10px;
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
		padding: 20px 0;
		display: none
	}
	.header-action {
		width: 100%
	}
	.messenger {
		-webkit-box-flex: 0;
		-ms-flex: 0 40px;
		flex: 0 40px
	}
	.header-messengers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin: 0 0 10px;
		display: none
	}
	.header-language {
		display: none
	}
	.header-phone-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-top: 1px solid #f1f3fe;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 15px 0 20px;
		margin-top: 15px
	}
	.header-phone-mobile .hpc-title {
		color: #486af0;
		font-size: 12px
	}
	.header-phone-mobile .hpc-schedule {
		font-size: 12px;
		color: #486af0
	}
	.header-phone-mobile .messenger a {
		width: 40px;
		height: 40px;
		border-radius: 4px;
		display: block;
		position: relative;
		background: rgba(72, 106, 240, .08)
	}
	.header-phone-mobile-messengers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 90px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		margin-top: 8px
	}
	.header-phone-mobile .header-phone-content .hpc-phone a {
		color: #2e2e2e;
		text-decoration: none;
		font-size: 18px
	}
	.header-phone-mobile .messenger .viber .icon {
		left: 8px;
		top: 7px
	}
	.header-phone-mobile .messenger .telegram .icon {
		width: 30px;
	    height: 30px;
	    display: block;
	    position: absolute;
	    left: 5px;
	    top: 4px;
	}
	.book-form-inner {
		display: block;
		height: auto;
		padding: 14px 34px;
		border-radius: 4px;
		margin: 32px 0 0
	}
	.banner-carousel {
		display: none
	}
	.banner-carousel-mobile {
		display: block;
		position: relative
	}
	.bcm-item img {
		width: 100%;
		border-radius: 4px
	}
	.banner-arrows {
		top: 118px
	}
	.banner-arrows .banner-arrow {
		margin: 0 15px
	}
	.book-form-block-content {
		display: block;
		width: 100%;
	}
	.bfi-from{
		border:none;
	}
	.book-form-block-titles {
		display: none
	}
	.bfi-to .bfii-icon {
		display: block
	}
	.bfbt-mobile {
		display: block;
		margin: 10px 0
	}
	.bfii-input input {
		width: 210px;
		border-radius: 4px
	}
	.bfii-icon {
		top: 36px
	}
	.book-form-people .bfii-input input {
		width: 165px;
		padding-right: 54px
	}
	.book-form-people .bfii-icon {
		top: 37px
	}
	.people-count {
		position: absolute;
		top: 23px;
		border-left: 1px solid #bdc9fa;
		height: 48px;
		right: 12px
	}
	.bfii-custom-input a {
		width: 158px
	}
	.book-form-room-type .bfii-icon {
		display: none
	}
	.book-form-block,
	.bfi-from {
		margin-bottom: 20px
	}
	.achievements-inner {
		display: block;
		height: auto
	}
	.book-form-pick-date {
		width: 100%
	}
	.achievements-inner .achievement-item {
		padding: 20px;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #e1e6f5;
		border-top: 1px solid #fff
	}
	.achievements-inner .achievement-item:first-child {
		border-top: none
	}
	.achievements-inner .achievement-item:last-child {
		border-bottom: none
	}
	.achievements-inner .ai-title {
		margin-top: 5px
	}
	.we-treat-title h3 {
		margin: 10px 10px 0
	}
	.we-treat-content .we-treat-element {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.our-rooms .our-rooms-content .our-rooms-item {
		width: 290px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 290px;
		flex: 0 0 290px
	}
	.our-rooms .our-rooms-content .btn.btn-room {
		padding-left: 12px
	}
	.our-rooms .our-rooms-more {
		margin: 0 0 20px
	}
	.info-inner .news-item {
		display: block
	}
	.ni-image img {
		width: 100%;
		height: auto;
		margin-bottom: 15px
	}
	.info-inner .column-left {
		display: block
	}
	.block-all-button .btn.btn-room {
		display: block
	}
	.info-inner .faq-title {
		display: block
	}
	.faq-content {
		margin-top: 30px
	}
	.info-inner .faq-question {
		font-size: 20px;
		line-height: 22px
	}
	.info-inner .faq-answer {
		font-size: 16px
	}
	.faq-footer .btn.btn-no-padding {
		display: block;
		width: 190px;
		margin-bottom: 30px
	}
	.info-inner .faq-inner-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%
	}
	.overlay-block {
	    display: flex;
	    left: 0;
	    top: 0;
	    width: 290px;
	}
	.footer-top {
		display: none
	}
	.footer-license {
		margin: 30px 0
	}
	.rooms-top-filter {
		display: block
	}
	.rooms-top-filter .rtf-button-link {
		display: block;
		margin-bottom: 20px
	}
	.rooms-catalog {
		margin-top: 50px
	}
	#helpform h3 {
		padding: 30px 0;
		margin: 0;
		line-height: 20px;
		font-size: 18px
	}
	.need-help-inner p {
		font-size: 16px;
		margin: 0px 0 19px;
		width: 100%
	}
	.help-form {
		width: 210px;
		padding-bottom: 200px
	}
	.help-form-input input {
		width: 180px;
		font-size: 16px
	}
	.icon-help {
		width: 170px;
		height: 170px;
		position: absolute;
		right: 24px;
		bottom: -15px;
		background-size: 100%
	}
	.help-form .help-form-button a {
		font-size: 14px
	}
	.room-one .banner-arrows {
		top: 36%
	}
	.room-one .col-right .col-right-inner {
		width: 210px
	}
	.cri-form .bfbt-mobile {
		display: none
	}
	.room-one .col-right .col-right-inner .bfii-input input {
		width: 200px
	}
	.room-one .col-right .col-right-inner .bfii-custom-input a {
		width: 148px;
		font-size: 13px
	}
	.room-one .bfii-icon {
		top: 11px
	}
	.room-one .ptc-item .ptc-photo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.room-one .ptc-photo-list img {
		display: block;
		width: 100%;
		height: auto
	}
	.room-one .ptc-item .ptc-name {
		margin: 20px 0 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.room-one .ptc-item .ptc-quantity {
		display: block
	}
	.room-one .ptc-item .ptc-price {
		display: block
	}
	.room-one .bfbt-mobile {
		color: #3f3f3f
	}
	.room-one .bfii-icon {
		top: 37px
	}
	.room-one .ptc-item .ptc-price {
		display: block;
		margin: 30px 0 0;
	}
	.also .ayce-title {
		margin: 60px 0px 0;
		font-size: 20px;
		line-height: 20px
	}

	.footer-studio a{
		display: block;
	}
}


/*# sourceMappingURL=main.a8294d3862cc6be4e811.css.map*/

.room-cost{
	margin-bottom: 10px;
	flex:0 0 190px;
}

.room-cost--short{
	margin-bottom: 10px;
	flex:0 0 140px;
}

.room-cost-title{
    font-size: 13px;
   color: #6b6d7e;
}

.room-cost-value {
    font-size: 30px;
    font-weight: 300;
    font-family: 'RubikLight';
    margin-top: 15px;
    color: #4e526a;
}

.room-cost-value span{
	font-size:18px;
}


.room-guests{
	    border-bottom: 1px solid #e8e9f1;
    padding-bottom: 15px;
    margin-bottom: 20px;
}


.cfi-form-flex-item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.room-one .col-right .col-right-inner .cfi-form-flex-item .bfii-input input{
	flex:0 0 120px;
	width: 140px;
}

.cfi-form-flex-item .book-form-pick-date{
	flex:0 0  30%;
}

.room-cost-items{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	margin-top: 15px;
}

.room-item-icon{
	margin-bottom: 15px;
}

.room-guests{
	display: flex;
}


.room-details-info{
	display: flex;
	flex-wrap: wrap;
	/* column-gap: 15px;
	justify-content: space-between; */
	column-gap: 30px;
	
}


.room-one .col-right .col-right-inner .room-guests .bfii-input input {
    width: 115px;
    border-radius: 4px;
    border: 1px solid #dbddeb;
}

.room-one .col-right .col-right-inner .room-guests .bfii-input input:disabled {
	background: #eaedfd;
}


 .room-guests .people-count{
	border-left: 1px solid #dbddeb;
	height: 46px;
}

 .room-guests .book-form-block-title {
    color: #6b6d7e;
    font-size: 13px;
}

.rdi-one-title{
	color: #6b6d7e;
    font-size: 13px;
    width: 66px;
    margin-bottom: 5px;
}

.room-guests .book-form-block-titles{
	margin-top:0;
}

.room-details-info{
	 border-top: 1px solid #e8e9f1;
    padding-top: 15px;
    margin-top: 0px;
}

.rdi-value{
	margin-top: 10px;
}


.rg-left-items{
	height: 469px;
	overflow: hidden;
}


.we-treat-title-text.page-title-real h1{
	font-weight: 600;
    text-transform: uppercase;
    font-family: 'RubikBold';
    font-size: 24px;
    margin: 30px 0 0;
    color: #3f3f3f;
}

.we-treat-title.page-title-real{
	margin:40px 0  0px;
}

.page-one h2{
	color: #1f1f1f;
	margin-top: 0;
	font-weight: normal;
}

.page-one .wp-block-image img{
	border-radius: 4px;
}

.page-one .wp-block-image{
	margin:45px 0;
}

.page-one  ul{
	list-style: none;
}

.page-one  ol li{

	font-weight: 300;
    font-family: 'RubikLight';
    font-size: 18px;
    line-height: 26px;
}

.page-one ul li,
.faq-content ul li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 12px;

	font-weight: 300;
    font-family: 'RubikLight';
    font-size: 18px;
    line-height: 26px;

}

.page-one ul li:before,
.faq-content ul li:before{
    content: '—';
    position: absolute;
    left: 0px;
    top: -4px;
    color: #486af0;
    font-size: 20px;
}

.page-one h3 {
    color: #486af0;

    font-weight: normal;
    font-size: 18px;
    margin: 15px 15% 30px;
}

.page-one h4 {
    /*color: #486af0;*/
    color: #484c5e;
	text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin: 15px 15% 30px;
}

.field-collection-item-field-price-section-s-row  .content{
	display: flex;
    justify-content: space-between;
    background: #f7f9ff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

.table-harch {
	    display: flex;
    align-items: center;
    justify-content: center;
}

.table-harch table{
	width:500px;
}

.table-harch table tr:first-child td{
    background: #f24989;
    padding: 10px 15px;
    color: white;
    margin: 0 10px;
    border: 2px solid white;
}


.item-news-link{
	display: block;
	text-decoration: none;
	font-size:16px;
	color:#3f3f3f;
	position: relative;
}

.item-news-link span.date{
	position: absolute;
	left: 15px;
	top: 15px;
	background: #486af0;
	border-radius: 4px;
	color: white;
	padding: 5px 10px;
}

.site-article-content{
	margin:50px 0;
}

.item-news-link .title{
	margin-top: 15px;
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 22px;
}

.table-harch table tr:first-child td:first-child{
	background:none;
}

.page-id-36 h4{
	margin-top: 30px;
	color:#1f1f1f;
}

.main-contacts{
	    background: #ebefff;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.page-id-36 .page-one a{
	text-decoration: none;
	color:#486af0;
}

.page-id-36 .wp-block-table.is-style-stripes td, .page-id-36 .wp-block-table.is-style-stripes th{
	padding:10px 20px;
}

.image-backgrounded{
	width:400px;
	border-radius: 4px;
	height: 300px;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat !important;
	border-radius: 4px;
}

.site-article-content ul{
	    list-style: none;
    display: flex;
    column-gap: 50px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.site-article-content ul li{
	flex:0 0 400px;
	margin-bottom: 50px;
}

.table-harch table tr td{
	background: #f1f1f1;
    padding: 10px 15px;
    color: #3f3f3f;
    margin: 0 10px;
    border: 2px solid white;
}

.paginate-links{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap:15px;
}

.paginate-links a {
	display: block;
	width:32px;
	height: 32px;
	border-radius: 4px;
	background: #486af0;
	color:white;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	text-decoration: none;
}

.paginate-links span{
	display: block;
	width:32px;
	height: 32px;
	border-radius: 4px;
	background: #2c47b3;
	color:white;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	text-decoration: none;
}


.page-one h3.h3-harch {
    color: #486af0;
    font-weight: normal;
    font-size: 26px;
    margin: 55px 15% 30px;
}


.table-harch table tr td:first-child{
	background: #486af0;
    padding: 10px 15px;
    color: white;
    margin: 0 10px;
    border: 2px solid white;
}


.field-name-field-price-section-s-row-p{
	color:#486af0;
}

.field-name-field-price-section-s-title{
	font-family: 'RubikBold';
    font-size: 20px;
    margin: 20px 0;
}

.field-name-field-price-section-title{
	text-align: center;
	font-size:20px;
	color:#486af0;
	margin:50px 0;
}

.page-one p{
	font-weight: 300;
    font-family: 'RubikLight';
    font-size: 18px;
    line-height: 26px;
}

.page-one blockquote{
	text-align: center;
}

.page-one blockquote p{
    width: 100px;
    height: 100px;
    background: #486af0;
    text-align: center;
    border-radius: 150px;
    line-height: 100px;
    color: white;
    display: inline-block;
    font-size: 30px;
}


@media(max-width: 1023px){
	nav.open{
		display: block !important;
	}

	nav ul li:hover a{
		color:#3f3f3f;
		background: #f1f1f1;
		border:none;
	}
	.border-right-menu{
		border:none;
	}
	nav ul li:hover {
		border:none;
	}

	nav ul{
		    display: block;
	    background: white;
	    height: auto;
	    box-shadow: 0 0 20px #3856c982;
	    margin-top: 15px;
	}

	nav ul li{
		display: block;
		border-bottom: 1px solid #f1f1f1;
		border-left: none;
		border-right: none;
	}

	nav ul li a{
		color:#3f3f3f;
		padding:0 20px;
		font-family: 'RubikRegular';
		font-size:18px;
		text-align: left;
	}
	nav ul li.parent a{
		padding:0 20px;
	}

	nav ul li.parent:hover ul{
		display: none !important;
	}

	nav ul li.parent a span{
		display: none;
	}


	

	.people-count {
    position: absolute;
    top: 0;
    border-left: 1px solid #bdc9fa;
    height: 46px;
    right: 21px;
	}

	.achievements-inner .achievement-item{
		height: 110px;
	}
}


.child-pages{
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	margin-top: 50px;
}

.child-pages .child-post-item{
	flex:0 0 400px;
	margin-bottom: 50px;
}

.child-pages a{
	text-decoration: none;
	color:#3f3f3f;
	font-size:18px;
	display: block;
}



.child-pages a img{
	display: block;
	border-radius: 4px;
	width:100%;
	height: auto;
}

.child-pages a span{
	margin-top: 15px;
	display: block;
}

.sp-easy-accordion>.sp-ea-single{
	background:#f1f1f1;
	border-radius: 4px;
	border:none;
}

.page-one .sp-easy-accordion h3{
	margin:0;
}

.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size: 16px;
	font-weight: normal;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa{
	font-size: 12px;
}


.rooms-catalog-message{
	text-align: center;
	margin:75px 0;
}

.rooms-catalog-message div:first-child{
	font-size: 20px;
}

.rooms-catalog-message div:last-child{
	color:#486af0;
	font-family: 'RubikBold';

	    text-transform: uppercase;
    margin-top: 10px;
    font-size: 18px;
}

.page-id-34 h2,
.page-id-78 h2,
.page-id-80 h2{
	margin:50px 0;
	color:#486af0;
}


@media(max-width: 1400px){
	.child-pages .child-post-item {
    flex: 0 0 360px;
    margin-bottom: 50px;
	}
}

@media(max-width: 1280px){
	.child-pages .child-post-item {
    flex: 0 0 298px;
    margin-bottom: 50px;
	}

	.footer-top-inner ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: "RobotoLight";
    text-decoration: none;
    line-height: 72px;
    padding: 0 20px;
	}
}

@media(max-width: 1024px){
	.child-pages .child-post-item {
    flex: 0 0 344px;
    margin-bottom: 50px;
	}

	.footer-top-inner ul{
		flex-wrap: wrap;
    justify-content: center;
	}

	.footer-top{
		height: auto;
	}

	.rooms-carousel-inner{
		width: 734px;
		overflow: hidden;
	}
}

@media(max-width: 768px){
	.child-pages .child-post-item {
    flex: 0 0 290px;
    margin-bottom: 50px;
	}

	.fe-full input[type="submit"]{
		margin-bottom: 0;
	}



/*
	.container.container-popup{
		position: relative;
		display: none;
	}*/

	.modal.modal-popup{
		position: absolute;
		top:30px;
		left: calc( (100% - 300px) / 2);
		padding:15px;
		transform: none;

	}

	.room-cost-title{
		margin-bottom: 15px;
	}

	.rooms-carousel-inner{
		width: 290px;
		overflow: hidden;
	}

	.rdi-one{
		margin-bottom: 15px;
	}

	.rdi-value{
		width: 80px;
	}

	.cri-form{
		width: 100%;
		display: block;
		text-align: center;
	}

	.room-cost-value{
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.room-guests{
		text-align: center;
		display: block;
	}

	.footer-phone .header-phone{
		display: block;
		border:none;
		text-align: center;
	}

	.footer-phone .header-phone .header-phone-icon{
		display: inline-flex;
		margin-bottom: 10px;
	}

	.modal-video iframe{
		width:350px !important;
		height: 300px !important;
		border-radius: 5px;
	}

	.modal-video-container{
		background: none;
		box-shadow: none;
	}
}

ul.ul-child{
	padding: 20px;
    border-radius: 10px;
    background: #f5f7ff;
    /* display: inline-block; */
    margin: 0 40px;
}

h4.has-text-align-center{
 color:#486af0;
}

.ui-state-disabled , .ui-widget-content .ui-state-disabled , .ui-widget-header .ui-state-disabled{
	opacity: .7!important;;
}

.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span{
	background: black !important;
	color:#f1f1f1 !important;
}


.pricetable .page-one table{
	width: 100%;
}

.pricetable .wp-block-table table tbody tr,
.pricetable .page-one table tbody tr
 {display: flex;}

.pricetable .wp-block-table table tbody tr td:first-child,
.pricetable  .page-one table tbody tr td:first-child{
	text-align: left;
	padding: 15px 20px;
	background: #f5f7ff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 10px;
	flex: 0 0 610px;
}

@media(max-width: 1400px){
	.pricetable .wp-block-table table tbody tr td:first-child,
	.pricetable .page-one  table tbody tr td:first-child{
		text-align: left;
		padding: 15px 20px;
		background: #f5f7ff;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-bottom: 10px;
		flex: 0 0 49%;
	}
}

@media(max-width: 1280px){
	.pricetable .wp-block-table table tbody tr td:first-child,
	.pricetable .page-one table tbody tr td:first-child{
		text-align: left;
		padding: 15px 20px;
		background: #f5f7ff;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-bottom: 10px;
		flex: 0 0 48%;
	}
}

@media(max-width: 1024px){
	.pricetable .wp-block-table table tbody tr td:first-child,
	.pricetable  .page-one table tbody tr td:first-child{
		text-align: left;
		padding: 15px 10px;
		background: #f5f7ff;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-bottom: 10px;
		flex: 0 0 66%;
	}
}

.pricetable .wp-block-table table tbody tr td:first-child a,
.pricetable .page-one table tbody tr td:first-child a,{
	color: #486af0;
	display: block;
	text-decoration: none;
}

.pricetable .wp-block-table table tbody tr td:last-child,
.pricetable .page-one  table tbody tr td:last-child{
	text-align: right;
	padding: 15px 20px;
	background: #f5f7ff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 10px;
	flex: 0 0 610px;
	color: #486af0;
}


@media(max-width: 1400px){
	.pricetable .wp-block-table table tbody tr td:last-child,
	.pricetable  .page-one table tbody tr td:last-child{
		text-align: right;
		padding: 15px 20px;
		background: #f5f7ff;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		margin-bottom: 10px;
		flex: 0 0 44%;
		color: #486af0;
	}
}

@media(max-width: 1024px){
	.pricetable .wp-block-table table tbody tr td:last-child,
	.pricetable .page-one  table tbody tr td:last-child{
		text-align: right;
		padding: 15px 10px;
		background: #f5f7ff;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		margin-bottom: 10px;
		flex: 0 0 28%;
		color: #486af0;
	}
}


@media(max-width: 768px){
	.pricetable .wp-block-table .page-one table tbody tr, .pricetable table tbody tr{
		display: block;
	}
	.pricetable .wp-block-table .page-one table tbody tr td:first-child, .pricetable table tbody tr td:first-child{
		display: block;
		margin:0;
		padding:15px 15px 0;
		width: 91%;
	}
	.pricetable .wp-block-table .page-one table tbody tr td:last-child, .pricetable table tbody tr td:last-child{
		display: block;
		color:#3f3f3f;
		text-align: left;
		padding:15px;
		width: 91%;
	}
}

.pricetable .page-one h3{
	margin: 20px 0;
	text-align: left;
	display: block;
	font-size: 24px;
	color: #3f3f3f;
	font-family: 'RubikBold';
}


.pricetable h2{
	text-align: center;
    color: #486af0;
    font-size: 18px;
    margin: 25px 0 35px;display: block;
}

.about-sanatorium{
	padding:50px 0 0;
}

.about-sanatorium p{
	    font-size: 14px;
    line-height: 20px;
}

.about-sanatorium ul li{
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.about-sanatorium ul li:before{
    content: '';
    width: 15px;
    height: 2px;
    background: #486af0;
    position: absolute;
    left: 0;
    top: 8px;
}

.about-sanatorium ul{
	padding:0 30px;
}

/* booking form */

.modal.active{
	max-width: 1000px;
}

.modal .fe-half{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
}


.modal .fe-full .form-element{ 
	margin-bottom: 10px;
}

.modal .fe-half .form-element{
	flex:0 0 45%;
	margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: white;
    padding: 10px 10px;
    border-radius: 4px;
}

@media(max-width: 1020px){
	.modal.active{
	max-width: 500px !important;
	width: 500px !important;
	        overflow: auto;
        height: 100%;
	}
}

@media(max-width: 620px){
	.modal.modal-popup.active{
	max-width: 270px !important;
        width: 270px !important;
        overflow: auto;
        height: 77dvh;
	}

	.modal .fe-half .form-element{
	flex:0 0 100%;
	margin-bottom: 10px;
	}
}



.contacts-table td{
	width: 49%;
	padding: 10px 15px;
}

.tftt td{
	padding: 10px 15px;
}

#hidden_room_types .hiddenroom{
	display: none;
}

@media(max-width: 1400px){
	.book-form .book-form-block-content .bfii-input input {
    width: 190px;
	}

	.banner-arrows.home {
    width: 1180px;
    top: 330px;
		}
}

@media(max-width: 1280px){
	.book-form .book-form-block-content .bfii-input input {
    		width: 152px;
	}
	.icon-calendar{
		display: none;
	}
	#df1{
		text-align: left;
		padding-left: 10px;
	}
	body .book-form .book-form-submit {
    flex: 0 0 180px;
    font-size: 13px;
		}

		.banner-arrows.home {
    width: 989px;
    top: 315px;
		}
}

@media(max-width: 1024px){
	.book-form .book-form-block-content .bfii-input input {
    width: 233px;
		}
		.icon-calendar{
		display: block;
	}

	.banner-arrows.home {
    width: 737px;
    top: 315px;
		}

	#df1{
		text-align: right;
		padding-left: 10px;
	}

	body .book-form .people-count{
		right: 0
	}
}

@media(max-width: 768px){
	body .book-form .bf-quantity-link{
		padding-left: 155px;
	}

	.banner-arrows.home {
    width: 288px;
    top: 315px;
		}

	.we-treat-content .wte-icon{
		margin:0 auto;
	}
}

.wpcf7-spinner{
	position: absolute !important;
}

.wpcf7-form.sent .wpcf7-response-output{
	margin-top: 50px !important;
}

#mobile_menu{
	display: none;
}

#mobile_menu.open, #mobile_menu.open nav{
	display: block;
}

.parent-link{
	position: relative;
}



.plus-icon{
	width: 20px;
	height: 20px;
	background: url("/plus.svg");
	background-size: 100%;
	display: block;
}

.plus-icon.minus-icon{
	width: 22px;
	height: 20px;
	background: url("/minus.svg");
	background-size: 100%;
	display: block;
}

#mobile_menu ul{
	position: relative;
	background: none;
	border:none;
	top:auto;
	border-radius: 0px;
	width: 100%;
	padding:0;
	margin: 0;
	box-shadow: none;
}

#mobile_menu nav ul li.parent a{
	margin-right: 40px;
}

.parent-link .menu-plus-button {
padding: 0;
    display: flex;
    position: absolute;
    right: -40px;
    top: 0;
    width: 60px;
    height: 62px;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#mobile_menu nav ul li.parent:hover ul{
	display: auto !important;
}



#mobile_menu nav ul li.parent ul li a {
    background: none;
    padding: 15px 20px;
    font-size: 16px;
}

#mobile_menu nav ul li.parent ul li{
	border-bottom:1px solid #f1f1f1;
}

#mobile_menu .child.open{
	display: block !important;
}

.bcm-item a {
	color:#3f3f3f;
	font-size:16px;
	text-decoration: none;
}

.bcm-item .banner-caption-title {
    font-size: 19px;
    line-height: 22px;
    margin-top: 15px;
}

.wpcf7 form .wpcf7-response-output{
	border:none !important;
}


.timing-table table{
	width: 50%;
	margin:0 auto;
}



.timing-table table td{
	border:1px solid #fff;
	padding:8px 10px;
	background: #f6f6f6;
	text-align: center;
}

.timing-table table tr:first-child td{
	background: #ebefff;
	padding:12px 10px;
}

.timing-table.timing-table-lg table tbody tr:nth-last-child(-n+25) {
  display: none;
}


.timing-table.timing-table.timing-table-lg.open table tbody tr  {
  display: table-row;
}

.open-up a{
	border: none;
    text-decoration: none;
    color: white;
    padding: 6px 20px;
    background: #486af0;
    border-radius: 4px;
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
}

.wp-element-caption{
	text-align: center;
	font-size: 14px;
	margin:5px 10px;
}

@media(max-width: 800px){

	.site-article-content ul li {
    flex: 0 0 100%;
    margin-bottom: 50px;
	}

	.image-backgrounded{
		width: 100%;
		height: 250px;
	}

	.timing-table table{
	width: 100%;
	margin:0 auto;

	
		}

		.book-form .book-form-block-content .bfii-input input {
    width: 222px;
		}

		.our-rooms.page-one table a{
			display: block;
			max-width:90%;
		}

		.we-treat-title-text.page-title-real h1{
			font-size: 20px;
		}
		.pricetable h2{
			font-size: 14px;
		}

		.we-treat-title-text.page-title-real h1{
			margin:0;
		}

		.we-treat-title h2{
			font-size: 24px;
		}

		.we-treat-title h3 {
		    margin: 10px 10px 0;
		    font-size: 14px;
		    line-height: 14px;
		}

		.we-treat-content{
			column-gap: 0;
		}

		.we-treat-content .we-treat-element{
			flex:0 0 44%;
		}

		.we-treat-content .wte-icon{
			width:130px;
			height: 84px;
		}
		.we-treat-content .wte-image{
			width: 36px;
		}

		.we-treat-content{
			justify-content: space-between;
			row-gap:60px;
		}

		.we-treat-content .wte-bg{
			width: 100%;
			background-size: 100%;
			height: 131px;
			background-repeat: no-repeat;
		}

		.we-treat-content .we-treat-element .wte-text {
		    min-height: 80px;
		    margin-top: 30px;
		    font-size: 14px;
		}

		.info-inner{
			margin-top:0;
		}

		.we-treat{
			margin:50px 0 0px !important;
		}

		.we-treat-content .we-treat-element{
			margin-bottom: 0;
		}
}

@media(max-width:800px){
	.modal, .modal.active{
		width:300px !important;
		max-width: 300px !important;
	}

	.modal-video iframe{
		width:100% !important;
	}
	.page-one h3 {
    color: #486af0;
    font-weight: normal;
    font-size: 14px;
    margin: 15px 5% 30px;
	}

	.page-one h4{
		font-size: 14px;
		margin:15px 10px 30px;
	}
}

@media(max-width:600px){
	/*.container{
		width: 95%;
	}*/
}


@media(max-width:550px){
	.container{
		width:100%;
		margin:0 auto;
	}

	.header-logo {
    width: 100%;
	}

	.banner-arrows {
    top: 40%;
		}

	.banner-arrows .banner-arrow.banner-arrow-left{
		margin-left: 30px;
	}

	.banner-arrows .banner-arrow.banner-arrow-right{
		margin-right: 30px;
	}

	.book-form .book-form-block-content .bfii-input input {
    width: 100%;
		}

		.bfii-custom-input a {
    width: 83.2%;
		}

		body .book-form .bf-quantity-link {
    padding-left: 0;
    text-align: right;
    padding-right: 54px;
}

	.bfii-custom-input a{
		width: 100%;
		padding-right: 0;
		display: flex;
    justify-content: space-between;
	}

	.bfii-custom-input > a{
		text-indent: 15px;
	}

	#hidden_room_types{
		width: 100%;
	}

	.people-hidden{
		width: 100%;
	}

	.our-rooms .our-rooms-content .our-rooms-item{
		width: 99.5%;
	}

	.our-rooms .our-rooms-content .btn.btn-room {
	    padding-left: 0;
	    text-align: center;
	    text-transform: uppercase;
	}

	.banner-arrows.home {
    width: 93%;
    top: 52%;
	}

	.header-logo.header-logo-ru .header-logo-text .header-logo-secondary-text {
    letter-spacing: 1.1px;
	}
	.header-logo .header-logo-text{
		flex:0 0 210px;
	}

	.our-rooms .our-rooms-content .our-rooms-item,
	.our-rooms .our-rooms-content .our-rooms-item {
    width: 99.5%;
    flex: 0 0 99.5%;
    margin-bottom: 15px;
	}

	.rooms-catalog{
		margin-top: 0px;
	}

	.room-one .we-treat-title-text span{
		font-size: 12px;
	}

	.we-treat-title h2 {
	    font-size: 18px;
	    line-height: 18px;
	}

	.room-one .col-right .col-right-inner {
    width: 100%;
    padding: 0;
	}

	.col-right .cri-form{
		width: auto;
		padding:25px;
	}

	.rooms-carousel-inner{
		width: auto;
	}

	.room-one .rooms-carousel {
    width: 85vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
	}
	.rdi-one {
    margin-bottom: 15px;
    flex: 44%;
	}

	.rdi-one-title{
		width: 100%;
	}

	.rdi-value{
		width: 100%;
	}

	.room-guests .people-count{
		right: 4px;
	}

	.room-guests .bfql-value{
		    width: auto;
    text-align: right;
    padding-right: 65px;
	}

	.room-one .ptc-item .ptc-name .ptc-name-innum-items {
    width: auto;
    padding: 10px;
	}
	
	.room-one .ptc-item .ptc-price{
		flex: 0 0 110px;
	}

	.room-one .ptc-item .ptc-action{
		flex: 0 0 200px;
	}
}

.footer-phone .header-phone{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-phone .header-phone a{
	text-decoration: none;
	color:#fff;
}

.footer-phone .header-phone .header-phone-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
}



@media(max-width:800px){
	section.info{
		margin-top: 30px;
	}

	section.info .news-block .ni-image,
	section.info .news-block  .ni-short{
		display: block;
	}



	.overlay-block{
		width: 100%;
	}

	.our-rooms.page-one .child-pages{
		justify-content: center;
	}

	.page-one p{
		font-size: 16px !important;
	}
}

.footer-social-item.tg img{
	width: 40px;
}

.the-popup{
	width: 600px;
}

.the-popup .modal.active{
	max-width: 500px;
}

.the-popup .modal-content img{
	    border-radius: 10px;
    width: 100%;
    height: auto;
}

.tp-text{
	font-size: 15px;
    line-height: 14px;
    width: 90%;
    margin: 30px auto;
}

#close_the_popup{
	width: 60%;
    margin: 0 auto;
    box-shadow: none;
}

@media(max-width: 600px){
	.the-popup .modal.modal-popup{
		top:25vh;
	}

	.the-popup h3{
		display: block;
    text-align: left;
    font-size: 16px;
    margin-top: 0;
	}

	.the-popup .tp-text {
    font-size: 14px;
    line-height: 14px;
    margin: 30px auto;
    text-align: left;
		}
}


.container-popup{display: none;}

.alert-popup .modal-content a{
	color:#3f3f3f;
	text-decoration: none;
}

/*
.breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
    background: rgb(247 248 255 / 87%);
    border-radius: 4px;
    padding: 15px 20px;
}*/

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
    background: rgb(247 248 255 / 87%);
    border-radius: 4px;
    padding: 15px 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.breadcrumbs{
	margin:30px 0 0;
}

.breadcrumbs ul li{
	padding-right: 30px;
	list-style: none;
	position: relative;
}

.breadcrumbs ul li:after{
	content: '';
    width: 13px;
    height: 13px;
    background: url(/brarrow2.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: 4px;
    transform: rotate(-90deg);
    opacity: .3;
}

.breadcrumbs ul li:last-child:after{
	background: none;
}

.breadcrumbs ul li a{
	text-decoration: none;
	color: #486af0;
	border-bottom: 1px solid #486af0;
	
	
}

.breadcrumbs ul li span{
	color: #2f2f2f;
}

ul.mobile{
	display: none;
}

@media(max-width: 800px){
	.breadcrumbs ul{
		flex-direction: column;
	}

	.breadcrumbs ul li {
	    display: block;
	    padding: 0 0 0 30px;
	    width: 90%;
	}

	.breadcrumbs ul li:last-child:after{
		content: '';
	    width: 13px;
	    height: 13px;
	    background: url(/brarrow2.svg) !important;
	    background-size: 100% !important;
	    display: block;
	    position: absolute;
	    left: -6px;
	    top: 4px;
	    transform: rotate( 90deg);
	    opacity: .3;
	}

	ul.pc{
		display: none;
	}

	ul.mobile{
		display: block;
	}
}

a.ui-state-hover:hover {
    background:none !important;
}

.ui-widget-header .ui-state-disabled span {
    background: url(/images/ui-icons_444444_256x240.png) !important;
    opacity: .4;
    color: #f1f1f1 !important;
    background-position: -80px -192px !important;
}


.arrow-page-up {
    width: 26px;
    height: 26px;
    background: url(/arrow-page-up.svg);
    background-size: 100%;
    display: block;
    margin-top: 16px;
}

.up-arrow{
	position: fixed;
	bottom: 50%;
	right: 50px;
	z-index: 100;
	display: none;
}

.up-arrow a {

	background: #486af0;
	border-radius: 200px;
	display: flex;
	align-self: center;
	justify-content: center;
	    width: 60px;
    height: 60px;
}

.new-blog .block-title{
	    font-size: 26px;
    color: #3f3f3f;
    font-family: "RubikBold";
    margin-bottom: 30px;
}

.new-blog .block-content{
	display: flex;
	column-gap: 3%;
	flex-wrap: wrap;
}

.new-blog .block-content .news-item{
	flex:0 0 31.3%;
}

.new-blog .block-content .news-item .ni-short{
	display: none;
}

.new-blog .block-content .news-item .ni-image{
	height: 330px;
}

.new-blog .block-content .news-item .ni-title {
    font-size: 15px;
    font-family: "RubikBold";
    color: #486af0;
    line-height: 14px;
    margin-bottom: 5px;
}

.new-blog .block-content .news-item .ni-date {
    font-size: 14px;
    color: #3f3f3f;
}

.new-blog .block-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new-blog .block-title .btn.btn-room{
	font-weight: normal;
    font-family: 'RobotoRegular';
    font-size: 16px;
}

@media(max-width: 1400px){
	.new-blog .block-content .news-item .ni-image {
    	height: 300px;
	}
}

@media(max-width: 1280px){
	.new-blog .block-content .news-item .ni-image {
    height: 254px;
	}

	.new-blog{
		margin-top: 50px;
	}
}

@media(max-width: 1024px){
	.new-blog .block-content .news-item .ni-image {
    height: 190px;
	}
}

@media(max-width: 500px){
	.new-blog .block-content{flex-direction: column;}
	.new-blog .block-content .news-item .ni-image {
    height: auto;
		}
	.new-blog .block-content .news-item{
		margin-bottom: 30px;
	}
}

.grecaptcha-badge{
	left:0 !important;
	right: auto !important;
}

.banner-caption.slider-one.slider-promo{
	top: 100px;
}

.banner-promo-caption{
	text-transform: uppercase;
    font-family: 'RubikBold';
    font-size: 38px;
    line-height: 38px;
    color: #2b2b2b;
}

.banner-promo-subcaption{
	font-size: 14px;
}

.banner-caption.slider-one.slider-promo .banner-caption-title {
    font-size: 27px;
    text-transform: uppercase;
    color: #f24989;
}


@media(max-width: 1280px){
	.banner-promo-caption{
	text-transform: uppercase;
    font-family: 'RubikBold';
    font-size: 28px;
    line-height: 28px;
    color: #2b2b2b;
}

.banner-caption.slider-one.slider-promo{
	top: 90px;
	}

	.banner-caption.slider-one.slider-promo .banner-caption-desc {
    margin: 10px 0 0;
	}
}

@media(max-width: 1000px){
	.banner-caption.slider-one.slider-promo .banner-caption-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #f24989;
    margin-bottom: 0;
	}
	.banner-caption.slider-one.slider-promo .banner-caption-desc {
    margin: 0;
	}
	.banner-promo-subcaption{
		margin-bottom: 15px;
	}

	.banner-caption.slider-one.slider-promo {
    top: 53px;
	}
}