/*   
Theme Name: Katun
Theme URI: https://ta1as.ru
Version: 1.0.0
Author: ta1as
Author URI: http://ta1as.ru
*/

input, button, textarea, select {
	font-family: "Inter Tight", sans-serif;
}

body {
	font-family: "Inter Tight", sans-serif;
	color: #1C3D56;
}

html, body {
	padding: 0;
	margin: 0;
}

.page-wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	width: 1180px;
}

.modal {
	height: 100%;
}

.modal-overlay {
	height: 100%;
}

.modal-list {
	height: 100%;
}

.btn {
	width: 280px;
	text-decoration: none;
	outline: none;
	height: 90px;
	background: #1CA8B1;
	border-radius: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	border: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	text-align: center;
}
.btn::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	min-width: 10px;
	margin-left: 7px;
	background-image: url("img/btn-arrow.svg");
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-filter: brightness(0) invert(1);
					filter: brightness(0) invert(1);
	margin-top: 2px;
}
.btn:hover {
	background: #19959D;
}
.btn.btn-border {
	border: 1px solid #1CA8B1;
	background: transparent;
	color: #1CA8B1;
}
.btn.btn-border::after {
	-webkit-filter: none;
					filter: none;
}
.btn.btn-border:hover {
	background: #E7F8F8;
}

.footer {
	padding: 44px 0 21px;
	background: #1C3D56;
}
.footer-left {
	width: 285px;
}
.footer-text {
	margin-top: 17px;
	font-weight: 400;
	font-size: 11px;
	line-height: 140%;
	color: #fff;
}
.footer-nav {
	padding: 0;
	margin: 0 141px 0 auto;
	width: 402px;
}
.footer-nav ul {
	padding: 0;
	margin: -15px 0 0 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.footer-nav ul li {
	display: block;
	margin-top: 15px;
	width: 50%;
}
.footer-nav ul li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.footer-nav ul li a:hover {
	color: #1CA8B1;
}
.footer-link {
	margin-top: 10px;
	font-weight: 400;
	font-size: 11px;
	line-height: 140%;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
					text-decoration-skip-ink: none;
	color: #fff;
}
.footer-link:hover {
	color: #1CA8B1;
}
.footer-right {
	text-align: right;
}
.footer-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 15px;
	height: 42px;
	font-size: 14px;
	width: auto;
}
.footer-btn::after {
	margin-left: 5px;
	width: 8px;
	height: 8px;
	background-size: 8px;
}

.title {
	font-weight: 600;
	font-size: 55px;
	line-height: 120%;
}

.pt {
	padding-top: 75px;
}

.pb {
	padding-bottom: 75px;
}

.why-title {
	width: 835px;
	max-width: 100%;
	margin: 0 auto 35px;
}
.why-item {
	width: 282px;
	height: 282px;
	border: 2px solid #B9D8D8;
	-ms-flex-line-pack: center;
			align-content: center;
	text-align: center;
	border-radius: 100%;
}
.why-item__text {
	width: 150px;
	margin: 5px auto 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.why-item__title {
	color: #1A9CA4;
	font-weight: 500;
	font-size: 38px;
	width: 100%;
	line-height: 130%;
}
.why-bottom {
	margin-top: 55px;
}
.why-bottom__img {
	width: calc(100% - 530px);
	border-radius: 8px;
	-o-object-fit: cover;
		 object-fit: cover;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
}
.why-bottom__left, .why-bottom__right {
	width: 245px;
}
.why-bottom__item {
	margin-top: 35px;
}
.why-bottom__item:first-child {
	margin-top: 0;
}
.why-bottom__item-top {
	padding: 0 24px;
	height: 62px;
	border-radius: 35px;
	background: #E1F1F1;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
.why-bottom__item-top svg {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	min-width: 16px;
}
.why-bottom__item-text {
	margin-top: 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.why-bottom__item-text span {
	color: #1A9CA4;
}

.price {
	background-image: url("img/bg-price.png");
	background-size: cover;
	background-position: center;
	padding: 79px 0 85px;
}
.price::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(315deg, rgba(0, 0, 0, 0) 26.31%, rgba(0, 0, 0, 0.4) 66.97%);
}
.price-left {
	width: 580px;
	margin-right: 20px;
}
.price-top, .price-result {
	padding: 14px 17px;
	border-radius: 35px;
	background: #E1F1F1;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	white-space: nowrap;
}
.price-result {
	background: #F8D0AA;
	margin-top: 15px;
}
.price-top {
	margin-bottom: 15px;
}
.price-items {
	margin-top: -5px;
}
.price-item {
	margin-right: 5px;
	margin-top: 5px;
	padding: 8px 14px;
	backdrop-filter: blur(19px);
	background: rgba(23, 23, 23, 0.1);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	white-space: nowrap;
	border-radius: 19px;
}
.price-item span {
	color: #F8D0AA;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 5px;
}
.price-title {
	margin-bottom: 20px;
}
.price-right {
	width: 380px;
}

.modal {
	opacity: 1;
}
.modal-box {
	width: 100%;
	padding: 34px 32px 40px;
	border-radius: 10px;
	background: #fff;
}
.modal-title {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 128%;
}
.modal-input {
	margin-bottom: 15px;
}
.modal-input input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	border: 1px solid #c7dddd;
	border-radius: 10px;
	height: 77px;
	background: #fff;
	padding-left: 20px;
	font-weight: 400;
	font-size: 17px;
	line-height: 128%;
	color: #171717;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.modal-input input:focus {
	border-color: #1CA8B1;
}
.modal-input input::-webkit-input-placeholder {
	color: rgba(23, 23, 23, 0.65);
}
.modal-input input::-moz-placeholder {
	color: rgba(23, 23, 23, 0.65);
}
.modal-input input:-ms-input-placeholder {
	color: rgba(23, 23, 23, 0.65);
}
.modal-input input::-ms-input-placeholder {
	color: rgba(23, 23, 23, 0.65);
}
.modal-input input::placeholder {
	color: rgba(23, 23, 23, 0.65);
}
.modal-policy {
	margin-top: 14px;
	font-weight: 400;
	font-size: 10px;
	line-height: 130%;
	text-align: center;
}
.modal-policy a {
	text-decoration: underline;
	color: #1A9CA4;
	-webkit-text-decoration-skip-ink: none;
					text-decoration-skip-ink: none;
}
.modal-btn {
	margin-top: 20px;
	width: 100%;
}
.modal-close {
	right: auto;
	left: 100%;
	top: -46px;
	width: 40px;
	height: 40px;
	background-image: url("img/close.svg");
	background-repeat: no-repeat;
}
.modal-overlay {
	background: #1C3D56;
	opacity: 0.8;
}
.modal-list {
	padding: 60px 15px 15px;
}
.modal-container {
	width: 380px;
	max-width: 100%;
	background: transparent;
	padding: 0;
}

.success-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 128%;
}
.success-subtitle {
	margin: 7px 0 11px;
	font-weight: 400;
	font-size: 15px;
	line-height: 128%;
}
.success-time {
	display: inline-block;
	padding: 10px 17px;
	border-radius: 35px;
	background: #E1F1F1;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}
.success-time span {
	color: #1A9CA4;
}
.success-img {
	bottom: 40px;
	left: 5px;
}
.success-btn {
	width: 100%;
	margin-top: 167px;
	position: relative;
	z-index: 3;
}
.success-btn::after {
	display: none;
}

.modal-location {
	width: 100%;
	border-radius: 10px;
}

.location .modal-container {
	width: 980px;
}

.uniq-title {
	width: 777px;
	margin-bottom: 35px;
}
.uniq-img {
	width: 100%;
	border-radius: 8px;
	-o-object-fit: cover;
		 object-fit: cover;
}
.uniq-btn {
	padding: 14px 20px;
	border-radius: 35px;
	background: #E1F1F1;
	bottom: 20px;
	left: 18px;
	z-index: 3;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #1C3D56;
	position: absolute;
}
.uniq-btn::before {
	content: "";
	display: block;
	width: 12px;
	height: 17px;
	background-image: url("img/cursor.svg");
	background-repeat: no-repeat;
	min-width: 12px;
	margin-right: 6px;
}
.uniq-btn:hover {
	background: rgb(197.1818181818, 228.0181818182, 228.0181818182);
}
.uniq-items {
	margin-top: -30px;
}
.uniq-item {
	width: calc(50% - 15px);
	margin-top: 30px;
}
.uniq-item svg {
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 9px;
}
.uniq-item__title {
	font-weight: 400;
	font-size: 17px;
	line-height: 140%;
	color: #1A9CA4;
}
.uniq-item__text {
	margin-top: 1px;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
.uniq-left {
	width: 448px;
}
.uniq-right {
	width: calc(100% - 500px);
}

.profit-block {
	margin-top: 35px;
	padding-left: 10px;
	width: 33.333%;
	padding-right: 10px;
}
.profit-list {
	margin-left: -10px;
	margin-right: -10px;
}
.profit-item {
	border: 2px solid #b9d8d8;
	border-radius: 10px;
	min-height: 100%;
}
.profit-item__slider-wrapper {
	margin: -2px -2px 0;
}
.profit-item__slider .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 7px;
	z-index: 3;
	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;
}
.photo-slider {
	margin-top: 35px;
}
.photo-slider .swiper-pagination {
	bottom: 20px;
}
.profit-item__slider .swiper-pagination-bullet {
	width: 10px;
	height: 6px;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin: 0 1px;
	border-radius: 3px;
	opacity: 1;
}
.profit-item__slider .swiper-pagination-bullet-active {
	width: 20px;
	background: #1CA8B1;
}
.profit-item__img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
		 object-fit: cover;
}
.photo-item__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profit-item__slider {
	border-radius: 10px;
}
.profit-item__wrapper {
	padding: 20px 30px 30px;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}
.profit-item__btn {
	width: 100%;
	margin-top: auto;
}
.profit-item__checks {
	margin-bottom: 24px;
}
.profit-item__check {
	margin-top: 15px;
	padding-left: 21px;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	background-image: url("img/check.svg");
	background-repeat: no-repeat;
	background-position: left top;
}
.profit-item__top p {
	padding: 10px 17px;
	border-radius: 35px;
	background: #E1F1F1;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	display: inline-block;
}
.profit-item__top span {
	color: #1A9CA4;
}
.profit-title {
	width: 835px;
}

.place {
	padding: 66px 0 110px;
	background: #000;
}
.place::before {
	content: "";
	position: absolute;
	left: -100px;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
	background: linear-gradient(315deg, rgba(0, 0, 0, 0) 21.11%, rgba(0, 0, 0, 0.4) 76.96%);
}
.place-wrapper {
	width: 500px;
	margin-left: 100px;
}
.place-subtitle {
	margin: 15px 0 20px;
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
}
.place-item {
	margin-top: 10px;
	margin-right: 10px;
	padding: 14px 17px;
	white-space: nowrap;
	border-radius: 35px;
	background: #E1F1F1;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.place-items {
	margin: -10px 0 0 0;
	width: 420px;
	max-width: 100%;
}
.place-btn {
	width: 346px;
	margin: 30px 0 0 0;
}
.place-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.place-slider .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 31px;
	z-index: 3;
	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;
}
.place-slider .swiper-pagination-bullet {
	width: 25px;
	height: 15px;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin: 0 2px;
	border-radius: 8px;
	opacity: 1;
}
.place-slider .swiper-pagination-bullet-active {
	width: 50px;
	background: #1CA8B1;
}
.place-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

.contact-map {
	border-radius: 10px;
	height: 405px;
	overflow: hidden;
}
.contact-list {
	margin: 35px 0;
}
.contact-btn {
	margin-left: 20px;
	margin-right: auto;
}
.contact-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
}
.contact-text a {
	font-weight: 400;
	font-size: 44px;
	line-height: 120%;
	color: #1A9CA4;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 3px;
}
.contact-text a:hover {
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
					text-decoration-skip-ink: none;
}

.project-subtitle {
	width: 430px;
	max-width: 100%;
	margin: 15px 0;
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
}
.project-number {
	margin-right: 50px;
}
.project-number:last-child {
	margin-right: 0;
}
.project-number__title {
	font-weight: 600;
	font-size: 55px;
	line-height: 120%;
	color: #1A9CA4;
}
.project-number__text {
	margin-top: -3px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}
.project-benefits {
	padding-top: 14px;
}
.project-benefits__block {
	margin-top: 11px;
}
.project-benefits__item {
	padding: 20px 23px;
	border-radius: 35px;
	background: #F8D0AA;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
.project-benefits__item svg {
	margin-top: 1px;
	width: 16px;
	min-width: 16px;
	margin-right: 6px;
	height: 16px;
}
.project-left {
	width: 545px;
	max-width: 100%;
}
.project-right {
	width: 580px;
	max-width: 100%;
}
.project-img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
}
.project-item {
	margin-top: 20px;
	width: calc(50% - 10px);
	border-radius: 8px;
	background: #E7F8F8;
	padding: 40px 33px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.project-item:hover {
	background: #D2F4F4;
}
.project-item__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}
.project-item__title {
	margin: 4px 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #1A9CA4;
}
.project-item__number {
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	color: #1A9CA4;
}
.project-items {
	margin-top: -20px;
}
.project-posa {
	border-radius: 8px;
	left: 366px;
	bottom: 0;
}
.project-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 346px;
}

.project-item:nth-child(2), .project-item:nth-child(3) {
	background: #E1F1F1;
}
.project-item:nth-child(2):hover, .project-item:nth-child(3):hover {
	background: #CFE8E8;
}

.hotel-img {
	width: 100%;
	margin-top: 36px;
	border-radius: 8px;
}
.hotel-bottom {
	right: 300px;
	bottom: 0;
	width: 315px;
	border-radius: 8px;
}
.hotel .project-item {
	background: #E7F8F8 !important;
}
.hotel .project-item:hover {
	background: #D2F4F4 !important;
}
.hotel .project-item:nth-child(1), .hotel .project-item:nth-child(4) {
	background: #E1F1F1 !important;
}
.hotel .project-item:nth-child(1):hover, .hotel .project-item:nth-child(4):hover {
	background: #CFE8E8 !important;
}

.main {
	background-image: url("img/main-bg.png");
	background-size: cover;
	background-position: center;
	padding: 97px 0 478px;
}
.main::before {
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 5169px;
	height: 100%;
	background: url(img/clouds1.png) no-repeat 100% 0;
	-webkit-animation: clouds 25s linear 0s infinite;
					animation: clouds 25s linear 0s infinite;
	position: absolute;
}
.main-img {
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	bottom: 0;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	z-index: 6;
	width: 2000px;
}
.main-title {
	font-weight: 600;
	font-size: 100px;
	line-height: 120%;
}
.main-subtitle {
	margin: 5px 0 29px;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
}
.main-bottom {
	width: 346px;
	text-align: center;
}
.main-btn {
	width: 100%;
}
.main-time {
	margin-top: 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	color: #1e898f;
}
.main-time::before {
	content: "";
	display: block;
	margin-right: 3px;
	width: 12px;
	min-width: 12px;
	height: 12px;
	background-image: url("img/time.svg");
	background-repeat: no-repeat;
}
.main-items {
	z-index: 3;
	top: 268px;
	left: calc(50% - 100px);
	-webkit-box-align: end;
			-ms-flex-align: end;
					align-items: flex-end;
}
.main-item {
	padding: 37px 32px;
	background-image: url("img/main-item-1.png");
	width: 201px;
	background-repeat: no-repeat;
	background-position: top center;
	height: 240px;
	text-align: right;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}
.main-item svg {
	width: 44px;
	height: 44px;
	margin: 0 0 8px auto;
}
.main-item:last-child {
	height: 298px;
}
.main-item:first-child {
	margin-right: 12px;
	margin-bottom: 11px;
}

@-webkit-keyframes clouds {
	0% {
		left: 0;
	}
	100% {
		left: -1891px;
	}
}

@keyframes clouds {
	0% {
		left: 0;
	}
	100% {
		left: -1891px;
	}
}
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
	padding: 23px 0;
}
.header-logo {
	width: 285px;
}
.header-nav {
	margin: 0;
	padding: 0;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.header-nav ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 30px;
}
.header-nav ul li:last-child {
	margin-right: 0;
}
.header-nav ul li a {
	text-decoration: none;
	outline: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	color: #171717;
}
.header-nav ul li a:hover {
	color: #1E898F;
}
.header-btn, .header-border {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 25px;
	height: 50px;
	font-size: 14px;
	width: auto;
}
.header-btn::after, .header-border::after {
	margin-left: 5px;
	width: 8px;
	height: 8px;
	background-size: 8px;
}
.header-btn {
	margin-left: 14px;
}

.why-item {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.why-item:hover {
	background: #E7F8F8;
}

.mobile-menu {
	position: absolute;
	top: 60px;
	width: 220px;
	left: calc(50% + 260px);
	border-radius: 6px;
	background: #E1F1F1;
	padding: 24px;
	z-index: 21;
	border: 1px solid #1CA8B1;
	display: none;
}
.mobile-menu .header-nav {
	display: block;
}
.mobile-menu .header-nav ul {
	display: block;
}
.mobile-menu .header-nav ul li {
	display: block;
	margin: 10px 0 0 0;
}
.mobile-menu .header-nav ul li:first-child {
	margin: 0;
}
.mobile-menu .header-nav ul li a {
	display: block;
}
.mobile-menu .header-border, .mobile-menu .header-btn {
	padding: 0;
	width: 100%;
	margin: 10px 0 0 0;
}

.description > * {
    margin-bottom: 20px;
}
.description h2 {
    font-size: 32px;
    margin-top: 30px;
}
.description > blockquote {
    padding: 10px 0 10px 20px;
    border-left: 3px solid #2196f3;
    font-style: italic;
    margin: 0;
    margin-bottom: 20px;
}
.description > blockquote cite {
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    margin-top: 10px;
}
.description figcaption {
    font-size: 16px;
    line-height: 18px;
    color: #ccc;
    text-align: center;
}
.description ul,
.description ol {
    list-style: disc;
    list-style-position: outside;
}
.description ol {
    list-style: decimal;
}
.description ol li,
.description ul li {
    margin: 10px 0 10px 40px;
}
.wrap {
    margin-top: 97px;
    margin-bottom: 50px;
}
.mb-20 {
    margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7-not-valid {
    border-color: #dc3232 !important;
}

@media (min-width: 2001px) {
	.main {
		padding-bottom: 530px;
	}
	.main-img {
		width: 2500px;
		bottom: -80px;
	}
}
@media (min-width: 1241px) {
	.hotel .mobile-scroll {
		position: absolute;
		right: -20px;
		bottom: 0;
	}
	.hotel .project-item {
		width: calc(50% - 20px);
		margin-right: 20px;
	}
	.hotel .project-items {
		width: 600px;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end;
	}
}
@media (max-width: 1240px) {
	.container {
		width: 960px;
	}
	.footer-nav {
		margin: 0 auto;
		width: 240px;
	}
	.why-item {
		width: 230px;
		height: 230px;
	}
	.uniq-list {
		-webkit-box-align: stretch;
				-ms-flex-align: stretch;
						align-items: stretch;
	}
	.uniq-img {
		min-height: 100%;
	}
	.profit-item__wrapper {
		padding: 20px 18px 18px;
	}
	.contact-text a {
		font-size: 40px;
	}
	.project-left, .project-right {
		width: 100%;
	}
	.project-right {
		margin-top: 20px;
	}
	.project-posa {
		display: none;
	}
	.project-btn {
		position: static;
		margin-top: 25px;
	}
	.hotel .project-benefits {
		margin-bottom: 25px;
	}
	.hotel-images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 25px 0 0 0;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
	.hotel-img {
		width: calc(50% - 15px);
		margin: 0;
	}
	.hotel-bottom {
		width: calc(50% - 15px);
		position: static;
		-o-object-fit: cover;
			 object-fit: cover;
	}
	.main {
		padding: 76px 0 485px;
	}
	.main-img {
		width: 1334px;
		bottom: -40px;
		left: 45%;
	}
	.main-items {
		bottom: 293px;
		top: auto;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
						transform: translateX(-50%);
	}
	.main-item {
		width: 135px;
		height: 151px;
		background-image: url("img/main-item-mobile-1.png");
		margin-bottom: 12px;
		padding: 24px 19px 0 14px;
		font-size: 11px;
		line-height: 140%;
	}
	.main-item svg {
		width: 30px;
		height: 30px;
	}
	.main-item:last-child {
		margin: 0 0 0 14px;
		background-image: url("img/main-item-mobile-2.png");
		height: 194px;
	}
	.main-item:first-child {
		margin: 0;
	}
	.main-title {
		font-size: 40px;
		line-height: 115%;
	}
	.main-subtitle {
		margin: 7px 0 17px;
		font-size: 19px;
		line-height: 140%;
	}
	.main-time {
		margin-top: 11px;
	}
	.header {
		padding: 10px 0;
	}
	.header-nav {
		display: none;
	}
	.header-buttons {
		display: none;
	}
	.header-logo {
		width: 222px;
	}
	.header-burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 38px;
		min-width: 38px;
		height: 38px;
		margin-left: auto;
		border-radius: 6px;
		background: #1CA8B1;
		position: relative;
	}
	.header-burger::after, .header-burger::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: url("img/burger.svg");
		background-repeat: no-repeat;
		background-position: center;
		display: block;
	}
	.header-burger::before {
		display: none;
		background-image: url("img/close-2.svg");
	}
	.header-burger.active::after {
		display: none;
	}
	.header-burger.active::before {
		display: block;
	}
	.mobile-menu {
		display: block;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.mobile-menu.open {
		opacity: 1;
		pointer-events: auto;
	}
	.place-wrapper {
		margin-left: 0;
	}
}
@media (max-width: 992px) {
	.container {
		width: 730px;
	}
	.main-img {
		width: 1234px;
		bottom: -5px;
		left: calc(50% - 60px);
	}
	.btn {
		height: 80px;
		font-size: 16px;
	}
	.footer {
		padding: 21px 0 30px;
	}
	.footer-logo {
		width: 242px;
	}
	.footer-list {
		display: block;
	}
	.footer-nav {
		width: 100%;
		margin: 24px 0 28px;
	}
	.footer-nav ul {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
	.footer-nav ul li {
		width: calc(50% - 6px);
	}
	.footer-mobile__wrapper {
		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: space-between;
	}
	.footer-mobile__text {
		display: block;
		color: #fff;
		font-weight: 400;
		font-size: 10px;
		line-height: 140%;
		width: 200px;
	}
	.footer-btn.btn {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc(50% - 6px);
		height: 42px;
		font-size: 14px;
	}
	.footer-links {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.footer-link {
		font-size: 9px;
		line-height: 140%;
		margin-top: 20px;
	}
	.footer-right {
		text-align: left;
	}
	.footer-text {
		display: none;
	}
	.title {
		font-size: 28px;
		line-height: 120%;
	}
	.pt {
		padding-top: 45px;
	}
	.pb {
		padding-bottom: 45px;
	}
	.why-title {
		margin-bottom: 20px;
	}
	.why-item {
		width: 170px;
		height: 170px;
	}
	.why-item__title {
		font-size: 30px;
		line-height: 130%;
	}
	.why-item__text {
		margin-top: 1px;
		font-size: 15px;
		line-height: 140%;
	}
	.why-bottom {
		margin-top: 33px;
	}
	.why-bottom__left, .why-bottom__right {
		width: calc(50% - 15px);
	}
	.why-bottom__item {
		margin-top: 25px;
	}
	.why-bottom__item-top {
		padding: 0 21px;
		height: 49px;
		font-size: 15px;
		line-height: 140%;
	}
	.why-bottom__item-text {
		margin-top: 12px;
		font-size: 15px;
		line-height: 140%;
	}
	.why-bottom__img {
		height: auto;
		position: static;
		-webkit-transform: none;
				-ms-transform: none;
						transform: none;
		margin: 25px 0 0 0;
		border-radius: 6px;
		width: 100%;
	}
	.price {
		padding: 36px 0 41px;
	}
	.price-item {
		margin-right: 7px;
		margin-top: 7px;
		font-size: 14px;
		line-height: 140%;
	}
	.price-top, .price-result {
		font-size: 14px;
		line-height: 140%;
	}
	.price-top {
		margin-bottom: 12px;
	}
	.price-result {
		margin-top: 12px;
	}
	.price-title {
		margin-bottom: 15px;
	}
	.price-items {
		margin-top: -7px;
	}
	.price-right {
		width: 340px;
	}
	.modal-box {
		padding: 22px;
		border-radius: 6px;
	}
	.modal-policy {
		margin-top: 10px;
		font-size: 9px;
		line-height: 130%;
	}
	.modal-input {
		margin-bottom: 12px;
	}
	.modal-input input {
		padding-left: 20px;
		height: 65px;
		font-size: 15px;
	}
	.modal-title {
		margin-bottom: 14px;
		font-size: 18px;
		line-height: 128%;
	}
	.modal-btn {
		margin-top: 16px;
	}
	.modal-close {
		left: auto;
		right: 0;
		top: -50px;
	}
	.success-img {
		left: 50%;
		-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
						transform: translateX(-50%);
		width: 245px;
	}
	.success-title {
		font-size: 18px;
		line-height: 128%;
	}
	.success-subtitle {
		margin: 6px 0 10px;
		font-size: 15px;
		line-height: 128%;
	}
	.success-time {
		padding: 10px 11px;
		font-size: 12px;
		line-height: 140%;
	}
	.success-btn {
		margin-top: 125px;
	}
	.uniq-list {
		display: block;
	}
	.uniq-img {
		min-height: 238px;
		width: 100%;
	}
	.uniq-right {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.uniq-left {
		width: 100%;
	}
	.uniq-item {
		margin-top: 25px;
		width: calc(50% - 5px);
	}
	.uniq-item__title {
		font-size: 15px;
	}
	.uniq-item__text {
		font-size: 14px;
	}
	.uniq-items {
		margin-top: 0;
	}
	.uniq-title {
		margin: 0;
	}
	.profit-block {
		width: 50%;
		margin-top: 25px;
	}
	.profit-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.profit-item {
		border-width: 1px;
		border-radius: 8px;
	}
	.profit-item__wrapper {
		padding: 20px 16px 17px;
	}
	.profit-item__checks {
		margin-bottom: 20px;
	}
	.profit-item__check {
		margin-top: 15px;
		font-size: 13px;
		line-height: 140%;
	}
	.profit-item__top {
		padding-bottom: 5px;
	}
	.profit-item__top p {
		padding: 10px 14px;
		font-size: 14px;
	}
	.profit-item__img {
		height: 190px;
	}
	.profit-item__slider {
		border-radius: 8px;
	}
	.place {
		padding: 36px 0 53px;
	}
	.place::before {
		left: 0;
		background: linear-gradient(334deg, rgba(0, 0, 0, 0) 26.31%, rgba(0, 0, 0, 0.5) 66.97%);
	}
	.place-subtitle {
		margin: 10px 0 20px;
		font-size: 16px;
		line-height: 130%;
	}
	.place-item {
		padding: 11px 15px;
		font-size: 14px;
		line-height: 140%;
	}
	.place-slider .swiper-pagination {
		bottom: 16px;
	}
	.place-slider .swiper-pagination-bullet {
		width: 10px;
		height: 6px;
		border-radius: 3px;
		margin: 0 1px;
	}
	.place-slider .swiper-pagination-bullet-active {
		width: 20px;
	}
	.contact {
		padding-bottom: 25px;
	}
	.contact-list {
		margin: 20px 0 25px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-btn, .contact-border {
		margin: 0;
		width: calc(50% - 10px);
	}
	.contact-text {
		margin-top: 25px;
		font-size: 12px;
		line-height: 140%;
		width: 100%;
	}
	.contact-text a {
		margin: 0;
		font-size: 33px;
		line-height: 120%;
		white-space: nowrap;
	}
	.contact-map {
		height: 310px;
		border-radius: 10px;
	}
	.project-btn {
		width: 100%;
	}
	.project-subtitle {
		width: 250px;
		font-size: 16px;
		line-height: 130%;
		margin: 10px 0 15px;
	}
	.project-number {
		margin-right: 30px;
	}
	.project-number__title {
		font-size: 36px;
		line-height: 120%;
	}
	.project-number__subtitle {
		margin: 0;
		font-size: 12px;
		line-height: 140%;
	}
	.project-benefits {
		padding-top: 10px;
		margin: 0;
	}
	.project-benefits__block {
		margin: 10px 0 0 0;
	}
	.project-benefits__item {
		padding: 18px 15px;
		font-size: 13px;
		line-height: 140%;
	}
	.mobile-menu {
		left: calc(50% + 150px);
	}
	.header-btn.btn, .header-border.btn {
		height: 50px;
	}
}
@media (max-width: 767px) {
	.container {
		width: 540px;
	}
	.why-list {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		margin-top: -20px;
	}
	.why-item {
		width: 190px;
		height: 190px;
		margin-top: 20px;
	}
	.price-list {
		display: block;
	}
	.price-right {
		width: 100%;
		margin: 31px 0 0 0;
	}
	.price-left {
		width: 100%;
	}
	.hotel-img {
		width: 100%;
	}
	.hotel-bottom {
		display: none;
	}
	.mobile-menu {
		left: calc(50% + 50px);
	}
}
@media (max-width: 576px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
	.mobile-menu {
		left: auto;
		right: 15px;
	}
	.main-bottom {
		width: 100%;
	}
	.footer-mobile__text {
		width: calc(50% - 6px);
	}
	.why-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.mobile-scroll__wrapper {
		padding-bottom: 35px;
		margin-left: -15px;
		padding-left: 15px;
		width: calc(100% + 30px);
		overflow-x: auto;
	}
	.mobile-scroll__wrapper::-webkit-scrollbar {
		display: none;
	}
	.mobile-scroll__btn {
		position: absolute;
		left: 0;
		bottom: 0;
		color: #1A9CA4;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		padding-left: 35px;
		background-image: url("img/back.svg");
		background-repeat: no-repeat;
		background-position: left center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.why-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 0;
	}
	.why-item {
		min-width: 190px;
		margin-top: 0;
		margin-right: 10px;
	}
	.why-bottom__left, .why-bottom__right {
		width: 100%;
	}
	.why-bottom__right {
		margin-top: 25px;
	}
	.uniq-item {
		display: block;
	}
	.uniq-item svg {
		margin: 0 0 8px 0;
	}
	.uniq-img {
		border-radius: 0;
		margin-left: -15px;
		width: calc(100% + 30px);
		min-width: calc(100% + 30px);
		max-width: calc(100% + 30px);
	}
	.uniq-btn {
		padding: 10px 12px;
		bottom: 15px;
		left: 0;
		font-size: 14px;
	}
	.profit-block {
		width: 100%;
	}
	.place-btn {
		width: 100%;
	}
	.place-wrapper {
		width: 100%;
	}
	.contact-btn, .contact-border {
		width: 100%;
	}
	.contact-btn {
		margin-top: 15px;
	}
	.project-items {
		-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
		margin: 0;
	}
	.project-item {
		margin: 0 10px 0 0;
		padding: 27px;
		width: 240px;
		min-width: 240px;
	}
}