*::-webkit-input-placeholder {
	color: #363636;
	opacity: 1;
}
*:-moz-placeholder {
	color: #363636;
	opacity: 1;
}
*::-moz-placeholder {
	color: #363636;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #363636;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'Muller', sans-serif;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.03em;
	color: #363636;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	color: #fff;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	border-radius: 8px;
	width: 46px;
	height: 46px;
	padding-top: 12px;
	background: #bda45f;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	top: 8px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-footer {
	position: relative;
	top: 12px;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg); 
}
.location-main {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #fff;
}
.header__left {
	display: flex;
	align-items: center;
}
.header__left .sandwich {
	margin-right: 30px;
}
.header__top .row {
	align-items: center;
}
.header__top {
	padding: 8px 0;
}
.header__center {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.logo {
	display: inline-block;
}
.logo img {
	width: 286px;
	height: auto;
	max-width: 100%;
}
.yandex-rating {
	margin-top: 16px;
	font-weight: 500;
	line-height: 140%;
	display: flex;
	opacity: 0.6;
	align-items: center;
}
.yandex-rating img {
	margin-right: 9px;
}
.header__center .logo {
	margin: 0 28px;
}
.stars {
	margin-top: 19px;
}
.header__right {
	margin-left: -30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.phone-main {
	font-weight: 500;
	line-height: 140%;
	color: #fff;
	display: inline-block;
}
.phone-main:hover {
	opacity: 0.6;
}
.socials-list {
	display: flex;
	align-items: center;
}
.socials-list li {
	margin-right: 16px;
}
.socials-list li:last-child {
	margin-right: 0;
}
.socials-list a:hover img {
	opacity: 0.6;
}
.header__right .btn-main {
	height: 46px;
	margin-left: 28px;
	font-size: 14px;
	padding: 0 22px;
	line-height: 140%;
}
.header__bottom {
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu {
	line-height: 140%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu a {
	color: #fff;
}
.menu li {
	padding: 0 25px;
}
.menu a:hover {
	color: #bda45f;
}

.billbord {
	color: #fff;
	background-image: url(../img/billbord.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.billbord::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #363636;
	opacity: 0.5;
	mix-blend-mode: multiply;
}
.content-billbord {
	padding-top: 140px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.title-big {
	font-size: 50px;
	font-weight: 500;
	text-shadow:  0px 2px 2px rgba(0, 0, 0, 0.25);
	line-height: 140%;
	letter-spacing: 0.03em;
	text-align: center;
	color: #fff;
}
.billbord .title-big {
	max-width: 708px;
	margin: 0 auto;
}
.btn-main {
	padding: 0 30px;
	height: 54px;
	font-weight: 400;
	font-size: 16px;
	border-radius: 8px;
	line-height: 140%;
	color: #fff;
	font-family: 'Muller';
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #008371;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
}
.btn-main:hover {
    background: #004e43;
}
.billbord .btn-main {
	margin-top: 160px;
	height: 70px;
	padding: 0 54px;
	letter-spacing: 0.05em;
	flex: none;
	text-transform: uppercase;
}

.unit-room__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.unit-room__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.unit-room__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.unit-room {
	height: 100vh;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.unit-room__content {
	padding: 35px;
	padding-top: 23px;
	width: 456px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.03em;
	max-width: 100%;
	color: #fff;
	backdrop-filter: blur(20px);
	background: rgba(0, 0, 0, 0.5);
}
.unit-room__content li {
	padding-left: 44px;
	margin-bottom: 36px;
	position: relative;
}
.unit-room__content li:last-child {
	margin-bottom: 0;
}
.unit-room__content ul {
	margin-bottom: 32px;
	max-height: 330px;
	overflow: auto;
}
.unit-room__content ul::-webkit-scrollbar {
	-webkit-appearance: none;
  }
  .unit-room__content ul::-webkit-scrollbar:vertical {
	width: 3px;
  }
  .unit-room__content ul::-webkit-scrollbar:horizontal {
	height: 3px;
  }
  .unit-room__content ul::-webkit-scrollbar-thumb {
	background-color: #e1bd7f;
	border-radius: 10px;
  }
  .unit-room__content ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #3f4043;
  }
.unit-room__content img {
	top: 0;
	left: 0;
	max-width: 23px;
	position: absolute;
}
.unit-room__content sup {
	font-size: 10px;
	line-height: 0;
}
.title-section {
	font-size: 36px;
	line-height: 140%;
	letter-spacing: 0.03em;
	margin: 0;
	font-weight: 500;
}
.rooms {
	color: #fff;
	background: #000;
}
.rooms .container {
	position: relative;
}
.rooms .title-section {
	top: 47px;
	left: 15px;
	position: absolute;
	z-index: 2;
}
.unit-room__content strong {
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
}
.unit-room__buttons {
	margin: 0 -7px;
	display: flex;
	align-items: center;
}
.unit-room__buttons .btn-main {
	margin: 0 7px;
	padding: 0;
	flex: 1;
}
.btn-main_page {
	background: #bda45f;
}
.btn-main_page:hover {
	background: #9f8846;
}
.tabs {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.tabs li {
	flex-grow: 1;
}
.link-tab,
.tabs a {
	padding-bottom: 23px;
	color: #363636;
	display: block;
	text-align: center;
	line-height: 140%;
	font-weight: 500;
	border-bottom: 3px transparent solid;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s;
}
.tabs.tabs_bottom {
	left: 15px;
	right: 15px;
	bottom: 0;
	position: absolute;
	z-index: 3;
}
.tabs_bottom .link-tab,
.tabs.tabs_bottom a {
	color: #fff;
}
.slick-current .link-tab,
.tabs.tabs_bottom .active a,
.tabs .active a {
	color: #bda45f;
	border-color: #bda45f;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}

.comprise {
	backdrop-filter: blur(20px);
	background: #f9f4f1;
}
.comprise .title-section {
	padding-bottom: 53px;
}
.comprise-block {
	padding: 43px;
	padding-right: 119px;
	min-height: 100%;
	background: #fff;
}
.title-block {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0.03em;
	font-weight: 500;
}
.comprise-block .title-block {
	margin-bottom: 22px;
}
.comprise .tab-container {
	padding-top: 29px;
}
.tabs-page a {
	height: 66px;
	padding-right: 18px;
	line-height: 140%;
	color: #363636;
	border-bottom: 1px solid rgba(54, 54, 54, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabs-page li:first-child a {
	border-top: 1px solid rgba(54, 54, 54, 0.2);
}
.tabs-page .active a {
	font-weight: 500;
}
.tabs-page a::after {
	position: relative;
	display: block;
	content: " ";
	width: 20px;
	height: 8px;
	flex: none;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wrap-tab {
	position: relative;
}
.tab-container-page {
	margin-left: -30px;
}
.wrap-tab__inner {
	top: 0;
	left: -83px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
}
.content-tab {
	font-size: 14px;
	max-width: 492px;
	min-height: 313px;
	padding-left: 60px;
	padding-right: 45px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	line-height: 160%;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.6);
}
.content-tab p {
	margin-bottom: 15px;
}
.content-tab p:last-child {
	margin-bottom: 0;
}
.tab-pane-page {
	display: none;
}
.tab-pane-page:first-child {
	display: block;
}

.infrastructure .tabs-page {
	padding-top: 225px;
	max-width: 333px;
}
.infrastructure .tabs-page a::after {
	display: none;
}
.infrastructure .title-section {
	top: 100px;
	left: 15px;
	position: absolute;
	z-index: 2;
}
.infrastructure .container {
	position: relative;
}
.infrastructure .content-tab {
	font-size: 16px;
	min-height: 396px;
	max-width: 528px;
	line-height: 160%;
	backdrop-filter: blur(40px);
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.content-tab .title-block {
	margin-bottom: 35px;
}
.infrastructure .tabs-page a {
	height: 64px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	border-color: #bda45f;
}
.infrastructure .tabs-page .active a {
	color: #bda45f;
	border-color: #bda45f;
	border-width: 3px;
}
.infrastructure .tabs-page a:hover {
	color: #bda45f;
}
.infrastructure .tabs-page li:first-child a {
	border-top: none;
}
.close-tab {
	width: 24px;
	height: 24px;
	top: 11px;
	right: 11px;
	position: absolute;
	background-image: url(../img/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s;
	cursor: pointer;
}
.slider-for-gallery:not(.slick-initialized) > li:not(:first-child),
.slider-service:not(.slick-initialized) > li:not(:first-child),
.slider-for-rooms:not(.slick-initialized) > li:not(:first-child),
.slider-tab-container:not(.slick-initialized) > li:not(:first-child),
.slider-photo:not(.slick-initialized) > li:not(:first-child),
.slider-images:not(.slick-initialized) > li:not(:first-child) {
	display: none;
}
.comprise .image-tab,
.about__image,
.slider-images {
	margin-right: calc((100vw - 1460px) / 2* -1);
}
.slick-arrow {
	width: 56px;
	height: 56px;
	top: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f6f4;
	transition: all 0.3s;
}
.slick-arrow img {
	transition: all 0.3s;
}
.slick-arrow:hover {
	background-color: #bda45f;
}
.slick-arrow:hover img {
	filter: brightness(0) invert(1);
}
.slick-arrow::before {
	display: none;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slider-images .slick-arrow {
	bottom: 30px;
	left: 36px;
	top: auto;
	right: auto;
	transform: none;
}
.slider-images .slick-next {
	left: 123px;
}

.services {
	position: relative;
	z-index: 1;
}
.services .title-section {
	padding-bottom: 25px;
}
.services .tab-container {
	padding-top: 30px;
}
.services::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-image: url(../img/bg_services.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.slider-photo__item {
	height: 529px;
	display: block;
	width: 100%;
}
.slider-photo__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.slider-photo .slick-prev {
	left: 15px;
}
.slider-photo .slick-next {
	right: 15px;
}
.content-service {
	padding: 63px 43px;
	padding-right: 34px;
	padding-bottom: 22px;
	margin-right: -30px;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	backdrop-filter: blur(40px);
	background: rgba(0, 0, 0, 0.5);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.services .slider-photo {
	margin-left: 22px;
}
.content-service p {
	margin-bottom: 15px;
}
.content-service__bottom {
	width: 100%;
	margin-top: auto;
	text-align: right;
}
.link-photos {
	font-weight: 500;
	line-height: 140%;
	color: #fff;
	display: inline-flex;
	align-items: center;
}
.link-photos img {
	margin-left: 16px;
}
.link-photos span {
	border-bottom: 1px solid #fff;
	transition: all 0.3s;
}
.link-photos:hover span {
	border-color: transparent;
}
.image-hidden {
	display: none;
}

.locations {
	position: relative;
}
.map-catalog {
	height: 100vh;
	width: 100%;
}
.locations::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 436px;	
	bottom: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
	pointer-events: none;
}
.map-catalog .ymaps-2-1-79-ground-pane {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.content-balloon {
	padding: 20px;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #363636;
}
.slider-balloon:not(.slick-initialized) {
	opacity: 0;
}
.slider-balloon {
	padding: 7px 0;
	width: 150px;
}
.slider-balloon__item {
	height: 90px;
	margin: 10px 0;
	display: block;
}
.slider-balloon__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.slider-balloon .slick-arrow {
	width: 26px;
	height: 26px;
	font-size: 15px;
	transform: none;
	background-color: #fff;
	color: #000 !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: none;
}
.slider-balloon .slick-prev {
	top: 0px;
}
.slider-balloon .slick-next {
	bottom: 0px;
	top: auto;
}
.slider-balloon {
	margin-top: -10px;
	max-height: 240px;
}
.content-balloon .row {
	margin: 0 -10px;
}
.content-balloon .row > div {
	padding: 0 10px;
}
.content-balloon *,
.content-balloon {
	box-sizing: border-box;
}
.image-balloon {
	height: 116px;
	margin-bottom: 11px;
	display: block;
}
.image-balloon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.title-balloon {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	font-family: 'Muller';
	letter-spacing: 0.03em;
	color: #363636;
}
.content-balloon p {
	margin-bottom: 7px;
	font-family: 'Muller';
}
.link-page {
	font-size: 13px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #008371;
	border-bottom: 1px #008371 solid;
	display: inline-block;
}
.link-page:hover {
	border-color: transparent;
}
.locations .container {
	position: relative;
}
.locations .title-section {
	top: 100px;
	left: 15px;
	max-width: 598px;
	z-index: 2;
	position: absolute;
}
.locations .tabs_bottom {
	max-width: 535px;
}

.reviews {
	padding-top: 20px;
}
.block-review {
    padding: 23px 75px;
    padding-bottom: 20px;
    font-size: 19px;
    margin-bottom: 27px;
	line-height: 140%;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f1f4f4;
}
.block-review__head {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.block-review__head img {
	margin-right: 6px;
}
.rating-wrap {
	display: flex;
	align-items: center;
}
.title-rating {
	margin-bottom: 8px;
}
.rating {
	display: flex;
	align-items: center;
}
.rating {
	display: flex;
	align-items: center;
  }
  .rating__item {
	font-size: 14px;
	color: #028876;
	transition: all 0.3s;
	margin-right: 3px;
  }
  .rating_1 > .rating__item:nth-child(1) {
	color: #005B45;
  }
  .rating_2 > .rating__item:nth-child(-n+2) {
	color: #005B45;
  }
  .rating_3 > .rating__item:nth-child(-n+3) {
	color: #005B45;
  }
  .rating_4 > .rating__item:nth-child(-n+4) {
	color: #005B45;
  }
  .rating_5 > .rating__item:nth-child(-n+5) {
	color: #005B45;
  }
  .rating__item.active {
	color: #005B45;
  }
  .descr-rating {
	font-size: 14px;
	margin-left: 20px;
	line-height: 140%;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #363636;
}
.reviews .title-section {
	padding-top: 50px;
	padding-bottom: 15px;
}
.columns-reviews {
	column-gap: 30px;
	columns: 2;
}
.image-review {
	margin-bottom: 30px;
	break-inside: avoid;
}
.image-review img {
	max-width: 500px;
	height: auto;
}
.bottom-button {
	text-align: center;
}
.btn-main.btn-main_transparent {
	color: #86702e;
	border: 1px solid #86702e;
	background-color: transparent;
}
.btn-main.btn-main_transparent:hover {
	color: #fff;
	background-color: #86702e;
}
.bottom-button .btn-main {
	padding: 0 46px;
}


.consultation-block {
	padding-top: 32px;
	margin-top: 50px;
	color: #fff;
	background-image: url(../img/bg_consultation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.consultation-block__image img {
	max-width: 100%;
	height: auto;
	display: block;
}
.consultation-block .title-section {
	padding-top: 35px;
	padding-bottom: 24px;
}
.title-small {
	font-size: 20px;
	line-height: 140%;
}
.item-form {
	margin-bottom: 24px;
}
.item-form input {
	padding: 0 18px;
	font-weight: 400;
	font-size: 12px;
	height: 52px;
	border-radius: 6px;
	color: #363636;
	width: 100%;
	background: #fff;
	border: none;
}
.consultation-block__form .row {
	margin: 0 -12px;
}
.consultation-block__form .row > div {
	padding: 0 12px;
}
.consultation-block__form {
	max-width: 534px;
}
.consultation-block .title-small {
	margin-bottom: 60px;
}
.socials-list_page a {
	width: 56px;
	height: 56px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.socials-list_page a:hover {
	background: rgba(255, 255, 255, 0.5);
}
.consultation-block .socials-list_page {
	justify-content: center;
}
.descr-socials {
	font-size: 14px;
	padding-top: 23px;
	line-height: 129%;
	color: rgba(255, 255, 255, 0.6);
}
.consultation-block .btn-main {
	width: 100%;
	padding: 0 10px;
}
.checkbox {
	font-size: 12px;
	margin-top: 25px;
	line-height: 140%;
	opacity: 0.6;
	color: #fff;
	letter-spacing: normal;
	display: flex;
	text-align: left;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
	position: relative;
	padding: 5px 0 0 32px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	transition: .2s;
}
.checkbox label > span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	background-image: none;
	color: #fff;
	font-size: 11px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}

.offers {
	background-color: #F1F4F4;
}
.offers .title-section {
	padding-top: 40px;
	padding-bottom: 30px;
}
.item-offer {
	height: 454px;
	padding: 22px 25px;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}
.item-offer__content {
	padding: 10px 10px;
	display: block;
}
.item-offer__title {
	font-size: 30px;
	line-height: 140%;
	letter-spacing: 0.03em;
	font-weight: 500;
	display: block;
}
.item-offer__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.item-offer__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 0.7s;
}
.item-offer:hover .item-offer__image img {
	transform: scale(1.1);
}
.item-offer__image::after {
	position: absolute;
	display: block;
	content: " ";
	top: 131px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}
.item-offer__descr {
	display: block;
}
.item-offer__value {
	width: 97px;
	height: 97px;
	font-weight: 800;
	font-size: 30px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #fff;
	border-radius: 50%;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #bda45f;
}
.slider-offers .slick-prev {
	left: -16px;
}
.slider-offers .slick-next {
	right: -16px;
}
.slider-offers .slick-slide {
	padding: 0 15px;
}
.slider-offers {
	margin: 0 -15px;
}

.about__logo {
    margin-top: 96px;
    margin-bottom: 16px;
	width: 300px;
}
.about__logo img {
	max-width: 100%;
	height: auto;
}
.about .title-section {
	margin-bottom: 20px;
}
.about p {
	max-width: 559px;
}
.row_about {
	margin: 0 -10px;
}
.row_about > div {
	padding: 0 10px;
	margin-top: 20px;
}
.item-about {
    height: 165px;
    padding: 17px 20px;
	background: #f1ecdd;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.item-about__title {
	font-size: 36px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #363636;
}
.about__bottom {
	margin-top: auto;
}
.about__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.socials {
	padding: 20px 0;
}
.socials-block {
	padding-top: 82px;
	padding-bottom: 110px;
	text-align: center;
	color: #fff;
	background-image: url(../img/bg_socials.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.socials-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.socials-buttons a {
	min-width: 230px;
	padding: 0 18px;
	height: 56px;
	font-weight: 600;
	font-size: 15px;
	line-height: 140%;
	color: #fff;
	border-radius: 40px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.3);
	font-family: 'Lato';
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.socials-buttons a:hover {
	background: rgba(255, 255, 255, 0.5);
}
.socials-buttons a img {
	margin-right: 20px;
	margin-top: -2px;
}
.socials-buttons li {
	padding: 0 15px;
}
.socials-block .title-section {
	padding-bottom: 62px;
}

.footer {
	padding-top: 25px;
	font-size: 14px;
	line-height: 160%;
	background: #2a2a2a;
	color: #fff;
}
.footer__logo {
	margin-bottom: 27px;
	text-align: center;
}
.footer__logo .logo img {
	width: 145px;
}
.footer__title {
	font-size: 16px;
	margin-bottom: 9px;
	line-height: 140%;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #e1d6b7;
	display: block;
}
.footer__nav li {
	margin-bottom: 10px;
}
.footer__nav {
	padding-bottom: 10px;
}
.footer__nav a {
	color: #fff;
	border-bottom: 1px transparent solid;
}
.footer__nav a:hover {
	border-color: #fff;
}
.footer__phone {
	font-size: 16px;
}
.footer__content p a {
	color: #fff;
}
.footer__contacts {
	margin-bottom: 10px;
}
.footer .socials-main {
	margin-top: 35px;
}
.socials-main {
	display: flex;
	align-items: center;
}
.socials-main li {
	margin-right: 10px;
}
.socials-main li:last-child {
	margin-right: 0;
}
.socials-main li a:hover {
	opacity: 0.8;
}
.footer-bottom {
	padding: 10px 0;
	margin-top: 30px;
	color: #d9d9d9;
	border-top: 1px solid rgba(125, 132, 140, 0.3);
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
} 
.footer-bottom a {
	color: #d9d9d9;
}
.footer-bottom a:hover {
	color: #fff;
}
.btn_top {
	font-size: 18px;
	float: right;
	position: relative;
	color: #0C3259 !important; 
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	z-index: 7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn_top:hover {
	opacity: 0.8;
}
.footer__title i {
	display: none;
}
.footer__columns {
	margin-left: -30px;
}
.footer__center {
	margin-left: 20px;
}
.footer__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.slider-tabs {
	display: block;
}
.slider-nav-rooms .link-tab {
    padding: 0 25px;
    padding-bottom: 19px;
}
.slider-nav-rooms .slick-track {
  display: flex !important;
}
.slider-nav-rooms .slick-slide {
        max-width: 310px;
  height: inherit !important;
}
.slider-nav-rooms .slick-slide:first-child {
    max-width: 210px;
}
.comprise .link-tab {
	padding: 0 30px;
	padding-bottom: 19px;
}
.services .link-tab {
padding: 0 15px;
    padding-bottom: 19px;
    max-width: 356px;
}
.slider-nav-gallery:not(.slick-initialized),
.slider-nav-rooms:not(.slick-initialized),
.slider-tabs:not(.slick-initialized) {
	display: none;
}
.unit-room__mobile-image {
	display: none;
}
.services .slider-tab-container {
	margin-top: 42px;
}
.comprise .slider-tab-container {
	margin-top: 29px;
}
.tab-mobile {
	display: none;
}
.btn-tab {
	display: none;
}
.footer__title i {
	display: none;
}
.buttons-fixed {
	display: none;
}
.header.fixed {
	backdrop-filter: initial;
}
.header__fixed {
	padding: 20px 0;
	top: 0;
	left: 0;
	width: 100%;
	background: #323546;
	display: none;
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__fixed .logo img {
	width: 188px;
}
.header__fixed .logo {
	margin-left: -25px;
}
.breadcrumbs {
	padding-top: 52px;
	padding-bottom: 24px;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #363636;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #363636;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.billbord .breadcrumbs {
	padding: 52px 0;
	justify-content: flex-start;
	width: 100%;
}
.billbord .breadcrumbs a {
	color: #fff;
}
.billbord .breadcrumbs a:hover {
	border-color: #fff;
}
.billbord.billbord_card {
	background-image: url(../img/billbord_card.jpg);
}
.billbord.billbord_card .title-big {
	margin-bottom: 15px;
	margin-right: auto;
	text-align: left;
	margin-left: 0;
}
.billbord.billbord_card .content-billbord {
	padding-bottom: 30px;
	align-items: flex-start;
}
.billbord__bottom {
	width: 100%;
	margin-top: auto;
}
.card-billbord {
	padding: 44px 40px;
	padding-bottom: 38px;
	font-size: 14px;
	line-height: 140%;
	backdrop-filter: blur(20px);
	background: rgba(0, 0, 0, 0.5);
}
.card-billbord li {
	padding-left: 48px;
	margin-bottom: 25px;
	position: relative;
}
.card-billbord sup {
	font-size: 10px;
	line-height: 0;
}
.icon-main {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -3px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-main img {
	max-width: 100%;
	max-height: 100%;
}
.card-billbord .btn-main {
	padding: 0 30px;
	height: 54px;
	margin: 0;
	text-transform: none;
}
.card-billbord li strong {
	font-size: 20px;
	font-weight: 400;
}
.card-billbord__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link-main {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px #fff solid;
}
.link-main:hover {
	border-color: transparent;
}
.feature {
	margin-bottom: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.feature::after {
	position: relative;
	overflow: hidden;
	flex: 1;
	content: "..................................................................................................................................................................................................................";
}
.feature > *:last-child {
	text-align: right;
	order: 2;
}
.page-card {
	font-size: 14px;
	background: #f9f4f1;
	line-height: 160%;
}
.page-card sup {
	font-size: 10px;
	line-height: 0;
}
.columns-features {
	column-gap: 30px;
	columns: 2;
}
.title-middle {
	font-size: 30px;
	line-height: 140%;
	font-weight: 500;
}
.page-card .title-middle {
	margin-top: 50px;
	margin-bottom: 30px;
}
.list-card {
	max-width: 670px;
	column-gap: 30px;
	columns: 2;
}
.card-main li,
.list-card li {
	padding-left: 44px;
	margin-bottom: 16px;
	break-inside: avoid;
	position: relative;
}
.page-card .page-card__left {
	padding-right: 120px;
}
.card-main {

	transition: all 0.3s;
}
.card-main__image {
	margin-bottom: 30px;
}
.card-main__image img {
	max-width: 100%;
	height: auto;
}
.page-card .title-middle:first-of-type {
	margin-top: 0;
}
.card-main ul {
	column-gap: 115px;
	columns: 2;
}
.card-main__price,
.card-main li {
	padding-left: 46px;
}
.card-main__bottom {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-main__price {
	font-size: 20px;
	position: relative;
}
.card-main .btn-main {
	padding: 0 50px;
}
.recomendation .title-section,
.gallery .title-section {
	padding-bottom: 30px;
}
.slider-gallery__item {
	height: 294px;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.slider-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 0.7s;
}
.slider-catalog .slick-slide,
.slider-gallery .slick-slide {
	padding: 0 15px;
}
.slider-catalog,
.slider-gallery {
	margin: 0 -15px;
}
.slider-gallery__item_video::after {
	position: absolute;
	display: block;
	content: " ";
	border-radius: 50%;
	transition: all 0.3s;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 75px;
	height: 75px;
	background-image: url(../img/play.svg);
	background-color: #2A2A2A;
	background-repeat: no-repeat;
	background-position: center;
}
.slider-gallery__item:hover::after {
	transform: scale(1.1);
}
.slider-gallery__item:hover img {
	transform: scale(1.1);
}
.slider-catalog .slick-prev,
.slider-gallery .slick-prev {
	left: -15px;
}
.slider-catalog .slick-next,
.slider-gallery .slick-next {
	right: -15px;
}
.recomendation {
	background-color: #F9F4F1;
}
.slider-catalog .slick-track {
	display: flex !important;
}
.slider-catalog .slick-slide {
	padding: 15px;
	height: inherit !important;
}
.slider-catalog .slick-list {
	margin: -15px 0;
}
.item-catalog {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	min-height: 100%;
	transition: all 0.5s;
	background: #fff;
}
.item-catalog:hover {
	box-shadow: 0 5px 10px #bfb0a7;
}
.item-catalog__image {
	height: 294px;
	width: 100%;
	display: block;
}
.item-catalog__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-catalog__content {
	padding: 27px;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-catalog__title {
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 140%;
	text-transform: uppercase;
	color: #363636;
	width: 100%;
	display: block;
}
.link-common {
	color: #bda45f;
	display: inline-block;
	line-height: 140%;
	border-bottom: 1px #bda45f solid;
}
.link-common:hover {
	border-color: transparent;
}
.item-catalog .link-common {
	margin-top: auto;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px; 
	height: 10px;
	background-color: #363636;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: #bda45f;
}

.wrapper_page .header__bottom .menu a,
.wrapper_page .header__top .phone-main,
.wrapper_page .header__top .location-main,
.wrapper_page .header {
	color: #363636;
}
.wrapper_page .header {
	backdrop-filter: initial;
	background-color: #fff;
}
.billbord-page {
	margin-top: 150px;
}
.wrapper_page .section:first-child .container {
	padding-top: 150px;
}
.wrapper_page .header__top .yandex-rating {
	color: #BDA45F;
	opacity: 1;
}
.wrapper_page .header__bottom {
	border-color: rgba(54, 54, 54, 0.3);
}
.wrapper_page .menu a:hover {
	color: #BDA45F;
}
.wrapper_page .header__top .socials-list img {
	filter: brightness(10%);
	opacity: 0.8;
}

.page-reviews .title-section,
.page-questions .title-section,
.page-vacancies .title-section,
.page-sertificats .title-section,
.page-gallery .title-section,
.page-service .title-section,
.page-services .title-section,
.page-news .title-section,
.page-contacts .title-section {
	padding-bottom: 40px;
}
.text-page {
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.03em;
}
.text-page p {
	margin-bottom: 20px;
}
.item-contact {
	padding-left: 32px;
	margin-bottom: 27px;
	position: relative;
}
.item-contact__icon {
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-contact a {
	color: #363636;
}
.item-contact__title {
	margin-bottom: 12px;
	font-weight: 700;
}
#map-contacts {
	margin-top: 50px;
	height: 610px;
	width: 100%;
	background-color: #ddd;
}
#map-contacts .content-balloon {
    padding: 10px;
}
#map-contacts .ymaps-2-1-79-balloon {
	box-shadow: 0 5px 15px -7px rgba(0,0,0,.5) !important;
}
#map-contacts .ymaps-2-1-79-balloon__close-button {
	display: none;
}
#map-contacts .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
	margin-right: 15px;
}
#map-contacts .ymaps-2-1-79-balloon_to_top .ymaps-2-1-79-balloon__tail {
	display: none;
}
.item-news {
	height: 402px;
	padding: 24px 31px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	font-weight: 500;
}
.item-news__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	display: block;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 0.8s;
}
.item-news:hover .item-news__image img {
	transform: scale(1.1);
}
.item-news__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	top: 77px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
}
.item-news__date {
	padding: 6px 10px;
	margin-bottom: 8px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
}
.item-news__title {
	font-size: 30px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #fff;
	display: block;
	width: 100%;
}
.row_news > div {
	margin-bottom: 33px;
}
.pager {
	height: 66px;
	margin-top: 5px;
	border-top: 1px solid rgba(54, 54, 54, 0.2);
	border-bottom: 1px solid rgba(54, 54, 54, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-numbers {
	margin: 0 20px;
	font-weight: 500;
	color: #363636;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.page-numbers:hover {
	color: #BDA45F;
}
.prev.page-numbers,
.next.page-numbers {
	width: 24px;
	height: 24px;
	font-size: 21px;
	cursor: pointer;
	margin: 0;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prev.page-numbers {
	left: 0px;
}
.next.page-numbers {
	right: 0px;
}
.billbord-page {
	min-height: 410px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.billbord-page__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.billbord-page__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.billbord-page__image::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(54, 54, 54, 0.3);
}
.billbord-page .breadcrumbs a {
	color: #fff;
}
.billbord-page .breadcrumbs a:hover {
	border-color: #fff;
}
.billbord-page .breadcrumbs {
	padding-top: 52px;
	padding-bottom: 24px;
}
.article-wrap {
	margin-top: -50px;
	z-index: 2;
	position: relative;
	background-color: #fff;
}
.article-content {
	padding: 50px 125px;
}
.article-wrap p {
	margin-bottom: 20px;
}
.article-wrap strong {
	font-weight: 500;
}
.article-wrap li {
	padding-left: 15px;
	margin-left: 5px;
	position: relative;
}
.article-wrap li::before {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	content: "⦁";
}
.article-wrap ul {
	padding-top: 20px;
	padding-bottom: 45px;
}
.article-wrap img {
	max-width: 100%;
}
.article-wrap h2 {
	font-size: 30px;
	margin-bottom: 40px;
	line-height: 140%;
	font-weight: 500;
}
.row_services > div {
	margin-bottom: 33px;
}
.item-service {
	display: block;
	width: 100%;
	min-height: 100%;
	color: #363636;
	background: #f9f4f1;
}
.item-service:hover {
	box-shadow: 0 5px 10px #e4d1c6;
}
.item-service__image {
	height: 262px;
	display: block;
	width: 100%;
}
.item-service__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-service__content {
	padding: 30px 20px;
	padding-bottom: 29px;
	display: block;
	width: 100%;
}
.item-service__title {
	font-size: 18px;
	margin-bottom: 24px;
	line-height: 140%;
	text-transform: uppercase;
	color: #363636;
	font-weight: 500;
	display: block;
}
.item-service__text {
	font-size: 14px;
	line-height: 160%;
	display: block;
	color: #363636;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.section-text {
	padding-top: 30px;
}
.section-text p {
	margin-bottom: 20px;
}
.section-text p:last-child {
	margin-bottom: 0;
}
.section-text .title-middle {
	margin-bottom: 40px;
}
.slider-service__item {
	height: 390px;
	display: block;
	width: 100%;
}
.slider-service__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.slider-service .slick-prev {
	left: -70px;
}
.slider-service .slick-next {
	right: -70px;
}

.page-service p {
	margin-bottom: 20px;
}
.service-info {
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service-info__item {
	display: flex;
	align-items: center;
}
.service-info__value {
	font-size: 20px;
	margin-left: 15px;
	line-height: 160%;
	font-weight: 500;
}
.service-info a {
	color: #363636;
	white-space: nowrap;
}
.page-gallery .tabs {
	display: inline-flex;
	flex-wrap: wrap;
}
.page-gallery .tabs a {
	padding-left: 40px;
	padding-right: 40px;
}
.slider-for-gallery__item {
	height: 700px;
	display: block;
}
.slider-nav-gallery__item img,
.slider-for-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.slider-nav-gallery__item {
	height: 220px;
	margin: 0 15px;
	display: block;
	cursor: pointer;
}
.slider-nav-gallery {
	margin: 0 -15px;
	margin-top: 30px;
}
.page-gallery .pager {
	margin-top: 36px;
}
.page-gallery .tab-container {
	padding-top: 35px;
}
.col-main {
	width: 20%;
	padding: 0 15px;
}
.page-about .title-section {
	padding: 33px 0;
}
.row_numbers {
	padding-top: 35px;
}
.page-about {
	overflow: hidden;
}
.reviews + .socials {
	padding-top: 0;
}
.infrastructure {
	overflow: hidden;
}
.text-about p {
	margin-bottom: 25px;
}
.text-about p:last-child {
	margin-bottom: 0;
}
.page-catalog {
	background: #f9f4f1;
}
.page-catalog .title-section {
	max-width: 838px;
	padding-top: 20px;
	padding-bottom: 38px;
	text-align: center;
	margin: 0 auto;
}
.descr-section {
	max-width: 1083px;
	padding-bottom: 80px;
	text-align: center;
	margin: 0 auto;
}
.room-catalog {
	height: 100vh;
	padding: 0 87px;
	margin-bottom: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	z-index: 1;
}
.room-catalog__image {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.room-catalog__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.room-catalog__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.room-catalog__content {
	width: 505px;
	min-height: 454px;
	padding: 45px;
	backdrop-filter: blur(20px);
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
}
.room-catalog__name {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 140%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: 500;
}
.room-catalog p {
	margin-bottom: 20px;
}
.room-catalog__buttons {
	width: 100%;
	gap: 12px;
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.room-catalog .btn-main {
	flex: 1;
}
.item-sertificat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	width: 100%;
	text-align: center;
	color: #363636;
}
.item-sertificat__image {
	height: 641px;
	margin-bottom: 8px;
	padding: 2px;
	background: #f6f6f4;
	display: block;
	width: 100%;
}
.item-sertificat__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-sertificat__content {
	padding: 26px 45px;
	background: #f9f4f1;
	display: block;
	width: 100%;
	flex: 1;
	transition: all 0.3s;
}
.item-sertificat__title {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 140%;
	font-weight: 500;
	width: 100%;
	display: block;
}
.item-sertificat__descr {
	font-size: 14px;
	line-height: 160%;
	display: block;
	width: 100%;
}
.item-sertificat:hover {
	box-shadow: 0 5px 10px #bfb0a7;
}
.row_sertificats > div {
	margin-bottom: 20px;
}
.item-question {
	margin-bottom: 30px;
	background: #f9f4f1;
	border-radius: 6px;
}
.item-question__head {
	padding: 24px 32px;
	font-size: 24px;
	line-height: 140%;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.item-question__head span {
	font-size: 14px;
	margin-top: 10px;
	line-height: 140%;
	display: block;
	transition: all 0.3s;
}
.item-question__head i {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 5px;
	transition: all 0.3s;
}
.item-question__content {
	padding: 36px 32px;
	font-size: 14px;
	line-height: 160%;
	padding-top: 0;
	display: none;
}
.item-question.active .item-question__head i {
	transform: rotate(180deg);
}
.item-question.active .item-question__head span {
	font-size: 18px;
}
.item-question__content strong {
	font-weight: 500;
}
.item-question__content p {
	margin-bottom: 15px;
}
.item-question .btn-main {
	margin-top: 5px;
}
.consultation_vacancy .consultation-block__form {
	max-width: 534px;
	margin: 0 auto;
}
.consultation_question .consultation-block__form {
	max-width: 812px;
	margin: 0 auto;
}
.consultation_question .title-section,
.consultation_vacancy .title-section {
	padding: 0;
	padding-bottom: 40px;
	text-align: center;
}
.consultation_question .consultation-block,
.consultation_vacancy .consultation-block {
	padding: 69px 0;
}
.consultation_question .checkbox,
.consultation_vacancy .checkbox {
	margin-top: 33px;
	justify-content: center;
}
.consultation_question .checkbox {
	margin-top: 15px;
}
.file-upload { 
	position: relative;
}
.name-upload {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 13px;
	line-height: 18px;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
}
.file-upload label img {
	margin-right: 10px;
}
.file-upload label {
	height: 54px;
	border-radius: 6px;
	padding: 0 17px;
	font-size: 12px;
	line-height: 160%;
	color: #fff;
	letter-spacing: 0.7px;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.page-questions .item-question {
	margin-bottom: 20px;
}
.page-questions .item-question__content {
	padding-right: 120px;
}
.consultation_question .consultation-block .btn-main {
	height: 52px;
}
.page-reviews {
	padding-bottom: 70px;
}
.infrastructure .image-tab {
	height: 100vh;
}
.about__image {
	height: 100vh;
	min-height: 100%;
}
.slider-images .image-tab img,
.about__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	    max-width: initial;
}
.rooms .title-section {
	padding-top: 60px;
}
.comprise .title-section {
    padding-top: 35px;
}
.services .title-section {
	padding-top: 40px;
}
.footer__logo .logo {
	margin-top: 50px;
}
.fp-watermark {
	display: none !important;
}

.video-billbord video {
	position: absolute;
	left: 50%; 
	top: 50%;
	min-width: 100%; 
	min-height: 100%; 
	object-fit: cover;
	transform: translate(-50%, -50%); 
}
.video-billbord {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	border-radius: 24px;
	z-index: -1;
}
.section_page .container {
	padding-top: 110px;
	padding-bottom: 70px;
}
.gallery .fp-overflow,
.recomendation .fp-overflow {
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.billbord-page .container,
.billbord-page + .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section.reviews:first-child .title-section,
.page-vacancies .title-section,
.page-services .title-section,
.page-sertificats .title-section,
.page-reviews .title-section,
.page-questions .title-section,
.page-news .title-section,
.page-gallery .title-section,
.page-contacts .title-section {
	padding-top: 24px;
}
.page-gallery .container,
.section.reviews:first-child .container,
.page-vacancies .container,
.page-services .container,
.page-sertificats .container,
.page-news .container {
	padding-bottom: 30px;
}
.page-article.fp-table,
.section_top.fp-table,
.page-service.fp-table {
	justify-content: flex-start;
}
.item-about a {
	color: #363636;
	border-bottom: 1px #363636 solid;
}
.item-about a:hover {
	border-color: transparent;
}
.section.reviews:first-child {
	padding: 0;
}


.menu-dropdown {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	color: #fff;
	z-index: 1000;
	position: fixed;
	overflow: hidden;
	display: none;
}
.menu-dropdown::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8); 
	mix-blend-mode: multiply; 
	z-index: -1;
}
.info-menu {
	padding: 14vh 0;
	padding-left: 156px;
	height: 100vh;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.content-menu {
	padding: 14vh 0;
	height: 100vh;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.info-menu::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	height: 100%;
	right: -1000px;
	background-color: #2A2A2A;
	z-index: -1;
}
.sandwich {
    position: relative;
    z-index: 10001;
}
.menu-dropdown__logo {
	width: 145px;
	margin: 0 auto;
}
.menu-dropdown__logo img {
	max-width: 100%;
	height: auto;
}
.info-menu__title {
	font-size: 24px;
	margin-bottom: 32px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #e1d6b7;
}
.info-menu__content a {
	color: #fff;
}
.info-menu__content p {
	margin-bottom: 25px;
}
.info-menu__content p:last-child {
	margin-bottom: 0;
}
.info-menu .socials-main {
	justify-content: space-between;
	width: 100%;
}
.info-menu .socials-main li {
	margin: 0;
}
.info-menu .socials-main a {
	opacity: 0.4;
}
.info-menu .socials-main a:hover {
	opacity: 0.8;
}
.navigation {
	width: 370px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.navigation > li {
	flex: 1;
	display: flex;
}
.navigation > li > a {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #e1d6b7;
	display: flex;
	align-items: center;
}
.navigation > li.active > a,
.navigation > li:hover > a {
	color: #fff;
}
.navigation ul {
	width: 460px;
	top: 0;
	left: 100%;
	height: 100%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.navigation > li:hover ul {
	visibility: visible;
	opacity: 1;
}
.navigation ul li {
	margin-top: 4vh;
}
.navigation ul a {
	color: #fff;
	display: inline-block;
	position: relative;
}
.navigation ul a:hover {
	font-weight: 500;
}
.navigation ul a::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 100%;
	width: 44px;
	height: 44px;
	bottom: 0;
	margin: auto;
	margin-left: 40px;
	background-image: url(../img/arrow_menu.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s;
	opacity: 0;
}
.navigation ul a:hover::after {
	opacity: 1;
}
/*правки*/
.services-slider-wrap {
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.services-slider-wrap.active {
	visibility: visible;
	opacity: 1;
}
.comprise .image-tab {
	height: 460px;
}
.comprise .image-tab img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.socials-list path {
	transition: all 0.3s;
}
.socials-list_page a:hover {
	backdrop-filter: initial;
    background: rgba(255, 255, 255, 1);
}
.socials-list_tg:hover path {
    fill: #1393E2;
}
.socials-list_wp:hover path {
    fill: #5FBC74;
}
.socials-list_vb:hover path {
    fill: #AA76FF;
}
.item-about {
	transition: all 0.3s;
}
.item-about:hover {
	box-shadow: 0 5px 10px #d3ccb6;
}
.about__logo {
    margin-bottom: 9px;
    width: 240px;
}
.about .title-section {
    font-size: 33px;
    margin-bottom: 15px;
}
.about p {
    max-width: 520px;
    font-size: 14px;
    line-height: 140%;
}
.item-about {
    height: 150px;
    padding: 15px 18px;
}
.slider-photo__item {
    height: 455px;
}
.infrastructure  .wrap-tab {
	height: 100vh;
}
.infrastructure .content-tab {
    max-height: 396px;
    overflow: auto;
}
.infrastructure .content-tab::-webkit-scrollbar {
	-webkit-appearance: none;
}
.infrastructure .content-tab::-webkit-scrollbar:vertical {
	width: 3px;
}
.infrastructure .content-tab::-webkit-scrollbar:horizontal {
	height: 3px;
}
.infrastructure .content-tab::-webkit-scrollbar-thumb {
	background-color: #e1bd7f;
	border-radius: 10px;
}
.infrastructure .content-tab::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #3f4043;
}

.infrastructure  .wrap-tab {
	height: 100vh;
}
.comprise  .content-tab,
.infrastructure .content-tab {
    max-height: 396px;
    padding-top: 20px;
    overflow: auto;
    display: block;
}
.content-service {
	max-height: 460px;
		overflow: auto;
}
.content-service::-webkit-scrollbar,
.comprise .content-tab::-webkit-scrollbar,
.infrastructure .content-tab::-webkit-scrollbar {
	-webkit-appearance: none;
}
.content-service::-webkit-scrollbar:vertical,
.comprise .content-tab::-webkit-scrollbar:vertical,
.infrastructure .content-tab::-webkit-scrollbar:vertical {
	width: 3px;
}
.content-service::-webkit-scrollbar:horizontal,
.comprise .content-tab::-webkit-scrollbar:horizontal,
.infrastructure .content-tab::-webkit-scrollbar:horizontal {
	height: 3px;
}
.content-service::-webkit-scrollbar-thumb,
.comprise .content-tab::-webkit-scrollbar-thumb,
.infrastructure .content-tab::-webkit-scrollbar-thumb {
	background-color: #e1bd7f;
	border-radius: 10px;
}
.content-service::-webkit-scrollbar-track,
.comprise .content-tab::-webkit-scrollbar-track,
.infrastructure .content-tab::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #3f4043;
}
.card-main li, 
.list-card li,
.card-billbord li {
    min-height: 18px;
}
.section.page-catalog {
        min-height: auto;
    height: initial !important;
}
.section_catalog {
        background: #f9f4f1;
}
.page-catalog .title-section {
    padding-top: 40px;
}


.section {
    min-height: 100vh;
   /* min-height: calc(100vh - 86px); */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.footer-bottom {
	width: 100%;
}
.services-slider-wrap {
	visibility: visible;
	opacity: 1;
}
.card-main {
	top: 88px;
    position: sticky;
}
.billbord-page,
.tab-container,
.slider-tab-container,
.slider-for-rooms {
	width: 100%;
}
.navigation ul {
	visibility: visible;
	opacity: 1;
	display: none;
	transition: initial;
}
.info-menu .socials-main a {
    opacity: 1;
}
.info-menu .socials-main li a:hover {
    opacity: 0.8;
}
.item-form input,
.item-form textarea {
	font-size: 15px;
}
.navigation > li > a {
    font-size: 28px;
}
.page-about .about__image {
	height: calc(100vh - 150px);
}
.text-about p {
    margin-bottom: 10px;
}
.page-about .title-section {
    padding: 20px 0;
}
.page-about  {
	padding-bottom: 60px;
}

.section.consultation.consultation_vacancy,
.section.consultation.consultation_question,
.section.recomendation,
.section.gallery {
	padding-top: 50px;
	padding-bottom: 70px;
	min-height: initial;
}
.section.consultation.consultation_vacancy,
.section.consultation.consultation_question {
	padding-top: 0;
}
.section.page-service {
	justify-content: flex-start;
}
.section.page-services {
	padding-bottom: 30px;
}
.section.section_catalog {
    min-height: auto;
}
.content-service p a,
.content-service li a {
    color: #fff;
}



/* Fixes */

/* .section {
    max-height: 100vh;
}

.unit-room {
    height: calc(100vh - 60px);
} */
/*
.section {
	display: flex;
	flex-flow: column;
	height: 100%;
}*/


.page-card {
font-size: 16px;
}

.item-about {
    height: 107px;
}

.comprise .content-tab {
font-size: 16px;
}

.infrastructure-main-more-block {
font-size: 14px;
}

.page-service .slider-service {
top: 110px;
position: sticky;
}

.body_menu {
	overflow: hidden;
}


.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}
.modal-block .fancybox-close-small {
	color: #fff;
	opacity: 1;
}
.promotion-content {
	padding: 75px 59px;
	width: 948px;
	max-width: 100%;
	color: #fff;
	background-color: #2a2a2a;
	background-image: url(../img/bg_promotion.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.promotion-content::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.35);
}
.promotion-content__subittle {
	font-size: 20px;
	margin-bottom: 66px;
	line-height: 140%;
	text-transform: uppercase;
}
.promotion-content__title {
	font-size: 32px;
	max-width: 500px;
	margin-bottom: 20px;
	line-height: 140%;
	font-weight: 500;
}
.promotion-content__descr {
	font-size: 20px;
	margin-bottom: 66px;
	max-width: 480px;
	line-height: 140%;
}
.promotion-content .btn-main {
	padding: 0 30px;
}