*::-webkit-input-placeholder {
	color: rgba(63, 87, 110, 0.5);
	opacity: 1;
}
*:-moz-placeholder {
	color: rgba(63, 87, 110, 0.5);
	opacity: 1;
}
*::-moz-placeholder {
	color: rgba(63, 87, 110, 0.5);
	opacity: 1;
}
*:-ms-input-placeholder {
	color: rgba(63, 87, 110, 0.5);
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'DINPro';
	font-size: 16px;
	line-height: 22px;
	color: #3F576E;
	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;
}
.wrapper {
	overflow: hidden;
}
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;
}

.billbord {
	color: #fff;
	background-image: url(../img/billbord1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.content-billbord {
	padding-top: 100px;
	min-height: 760px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.title-big {
	font-size: 48px;
	line-height: 67px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.descr-big {
	font-size: 24px;
	line-height: 34px;
}
.btn-main {
	padding: 0 50px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #3F576E;
	background: #D5C19C;
	border: 2px solid #FFFFFF;
	border-radius: 40px;
	height: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'DINPro';
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	cursor: pointer;
	overflow: hidden;
}
.btn-main::after,
.btn-main::before {
	position: absolute;
	display: block;
	content: " ";
	width: 38px;
	height: 39px;
	top: 0;
	left: -2px;
	bottom: 0;
	margin: auto;
	z-index: -1;
	background-image: url(../img/btn_before.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.btn-main::after {
	right: -2px;
	left: auto;
	z-index: -2;
	background-image: url(../img/btn_after.svg);
}
.btn-main span {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 25px;
	right: 25px;
	background: #D5C19C;
	border: 2px solid #FFFFFF;
	border-radius: 40px;
	z-index: -1;
	transition: all 0.3s;
}
.btn-main:hover span {
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
}
.billbord .descr-big {
	max-width: 646px;
	margin-bottom: 130px;
}
.wrapper-billbord {
	display: flex;
}
.btn-video {
	width: 177px;
	height: 177px;
	flex: none;
	border: 2.10714px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.btn-video::after {
	position: absolute;
	display: block;
	content: " ";
	top: 35px;
	bottom: 35px;
	left: 35px;
	right: 35px;
	background-color: #D6C19C;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
.btn-video::before {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/text_video.svg);
	background-repeat: no-repeat;
	background-position: center;
	animation: 10s linear 0s normal none infinite circ;
	-webkit-animation: 10s linear 0s normal none infinite circ;
}
@keyframes circ {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes circ {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.wrapper-page {
	padding-left: 240px;
	position: relative;
}
.wrapper-page::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
	background: #3F576E;
}

.sidebar {
	padding-top: 8px;
	padding-bottom: 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 240px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	overflow: auto;
	z-index: 1000;
}
.sidebar::-webkit-scrollbar {
	-webkit-appearance: none;
}
.sidebar::-webkit-scrollbar:vertical {
	width: 3px;
}
.sidebar::-webkit-scrollbar:horizontal {
	height: 3px;
}
.sidebar::-webkit-scrollbar-thumb {
	background-color: #A49686;
	border-radius: 10px;
}
.sidebar::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #D5C19C;
}
.logo {
	display: inline-block;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.sidebar__bottom {
	width: 100%;
	padding: 0 55px;
	display: flex;
	justify-content: space-between;
}
.item-rating {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.item-rating__icon {
	width: 50px;
	height: 38px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu {
	padding-left: 65px;
	min-height: 300px;
	max-height: 450px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;	
}
.menu a {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	position: relative;
}
.menu a::before {
	position: absolute;
	display: block;
	content: " ";
	width: 9px;
	height: 9px;
	margin-right: 12px;
	top: 8px;
	right: 100%;
	background: #D6C19C;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s;
}
.menu .active a::before,
.menu a:hover::before {
	opacity: 1;
}
.sidebar__top {
	text-align: center;
	width: 100%;
}
.btn-main_block::before,
.btn-main_block::after {
	display: none;
}
.btn-main_block {
	padding: 0 32px;
	height: 54px;
	background: #3F576E;
	border: none;
	color: #D5C19C;
}
.btn-main_block:hover {
	background-color: #27445f;
}
.sidebar .btn-main {
	margin: 40px auto;
	flex: none;
}

.header {
	padding-top: 32px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__item a,
.header__contact a {
	color: #fff;
} 
.link-header {
	border-bottom: 1px solid #fff;
}
.link-header:hover {
	border-color: transparent;
}
.header__contact a {
	font-size: 16px;
	font-weight: 500;
}
.header__contact {
	padding-left: 14px;
	position: relative;
}
.header__contact::before {
	position: absolute;
	display: block;
	content: " ";
	width: 6px;
	height: 6px;
	top: 8px;
	left: 0;
	background: #D6C19C;
	border-radius: 50%;
	transition: all 0.3s;
}
.socials-block {
	padding: 7px 30px;
	padding-right: 21px;
	border: 1px solid #D5C19C;
	border-radius: 30px;
	display: flex;
	align-items: center;
}
.socials-block ul {
	display: flex;
	align-items: center;
}
.socials-block ul li {
	margin-left: 16px;
}

.booking {
	padding-top: 45px;
	padding-bottom: 45px;
	background: #5D8AA9;
}
.title-section {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}
.booking .descr-big {
	text-align: center;
}
.item-form {
	position: relative;
}
.item-form .jq-selectbox__select-text,
.item-form input,
.item-form textarea {
	height: 54px;
	padding: 0 24px;
	border: none;
	background: #F5F5F5;
	border-radius: 6px;
	width: 100%;
	color: rgba(63, 87, 110, 0.5);
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.03em;
	font-family: 'DINPro';
}
.item-form textarea {
	height: 70px;
	resize: none;
	padding-top: 10px;
}
.title-input {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 9px;
	letter-spacing: 0.03em;
	color: #F5F5F5;
}
.icon-input {
	height: 54px;
	width: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
	pointer-events: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.03em;
	font-family: 'DINPro';
}
.item-form .jqselect {
	width: 100%;
	display: block;
}
.item-form .jq-selectbox__select-text {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.jq-selectbox__dropdown {
	width: 100%;
	background: #F5F5F5;
	color: rgba(63, 87, 110, 0.5);	
}
.jq-selectbox__dropdown li {
	padding: 15px 24px;
	cursor: pointer;
}
.btn-main input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	cursor: pointer;
	text-transform: inherit;
}
.col-btn {
	padding: 0 15px;
}
.col-btn .btn-main {
	width: 230px;
	padding: 0 10px;
	display: flex;
}
.btn-main_page::before,
.btn-main_page::after {
	display: none;
}
.btn-main_page {
	padding: 0 32px;
	height: 54px;
	border: none;
}
.btn-main_page:hover {
	background: #e4cea6;
}
.booking-block {
	padding: 30px 40px;
	padding-bottom: 49px;
	background: #6A94B1;
	border-radius: 21px;
}
.booking .descr-big,
.booking .title-section {
	color: #FFFFFF;
}
.booking .descr-big {
	padding-bottom: 44px;
	padding-top: 5px;
}

.gallery {
	padding-top: 75px;
	padding-bottom: 65px;
	background-image: url(../img/bg_section1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.item-gallery {
	width: 1100px;
	margin-right: 90px;
	color: #3F576E;
	display: flex;
	align-items: center;
}
.item-gallery__image {
	width: 579px;
	height: 407px;
	margin: 40px;
	margin-left: 0;
	flex: none;
	position: relative;
	z-index: 1;
}
.item-gallery__image::before {
	position: absolute;
	display: block;
	content: " ";
	top: -40px;
	right: -40px;
	bottom: -40px;
	left: 0;
	z-index: -1;
	background: #6A94B1;
}
.item-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-gallery__content {
	margin-left: 80px;
	flex: 1;
}
.item-gallery__icon {
	width: 45px;
	height: 45px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-gallery__icon img {
	max-width: 100%;
	max-height: 100%;
}
.title-block {
	font-size: 28px;
	line-height: 40px;
	padding-bottom: 55px;
	margin-bottom: 38px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	position: relative;
	background-image: url(../img/line1.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.slider-gallery {
	margin-right: calc((100vw - 1440px) / 2* -1);
	padding-bottom: 70px;	
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 30px;
	height: 30px;
	position: relative;
}
.slick-dots li button {
	width: 30px;
	height: 30px;
	border: 2px solid #A49686;
	border-radius: 50%;
	padding: 0;
	background-color: transparent !important;
	position: relative;
}
.slick-dots li button::after,
.slick-dots li button::before {
	position: absolute;
	display: block;
	content: " ";
	width: 10px;
	height: 2px;
	border-radius: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -2px;
	background: #417294;
	opacity: 0;
	transition: all 0.3s;
}
.slick-dots li button::after {
	right: -2px;
	left: auto;
}
.slick-dots li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 6px;
	height: 6px;
	background: #A49686;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	transition: all 0.3s;
}
.slick-dots li:hover::before,
.slick-dots li.slick-active::before {
	background: #417294;	
}
.slick-dots li button:hover::after,
.slick-dots li button:hover::before,
.slick-dots li.slick-active button::after,
.slick-dots li.slick-active button::before {
	opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li button:hover,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button {
	border-color: #417294;
}
.slider-gallery .slick-dots {
	max-width: 600px;
}
.slick-arrow {
	color: #3F576E !important;
	font-size: 25px;
	top: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.slick-arrow:hover {
	color: #A49686 !important;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow::before {
	display: none;
}
.slider-gallery .slick-arrow {
	bottom: 0;
	top: auto;
	transform: none;
	left: 0;
}
.slider-gallery .slick-next {
	left: 600px;
}

.about {
	padding-top: 72px;
	padding-bottom: 60px;
}
.title-section span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.title-section span::after,
.title-section span::before {
	position: relative;
	display: inline-block;
	content: "  ";
	width: 18px;
	height: 18px;
	background-image: url(../img/ic_title.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	flex: none;
}
.title-section span::before {
	margin-right: 10px;
}
.title-section span::after {
	margin-left: 10px;
}
.descr-section {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 34px;
	color: #A49686;
	text-align: center;
}
.tabs {
	margin: 0 -15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tabs li {
	padding: 0 15px;
	flex-grow: 1;
}
.tabs a {
	font-size: 18px;
	line-height: 25px;
	height: 49px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	background: #A49582;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs a:hover,
.tabs .active a {
	background: #D8CDAF;
}
.text-page {
	text-align: justify;
	padding-top: 30px;
}
.text-page p {
	margin-bottom: 15px;
}
.text-page strong {
	font-weight: 500;
}
.text-page ul {
	margin-bottom: 15px;
}
.text-page ul li {
	padding-left: 15px;
	position: relative;
}
.text-page ul li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.slide-photo {
	height: 250px;
	margin-bottom: 22px;
	display: block;
}
.slide-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.slider-photos {
	margin-top: 10px;
}
.slider-photos .slick-arrow {
	background: #FDF8F0;
	width: 24px;
	height: 24px;
	font-size: 14px;
	border-radius: 50%;
}
.slider-photos .slick-arrow:hover {
	background: #3F576E;
	color: #fff !important;
}
.slider-photos .slick-prev {
	left: 7px;
}
.slider-photos .slick-next {
	right: 7px;
}
.title-text {
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 7px;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}

.rooms {
	padding-top: 42px;
	background-image: url(../img/bg_rooms.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.item-room {
	color: #A49686;
	border-top: 1px solid #A49686;
	transition: all 0.3s;
	display: block;
	position: relative;
	z-index: 1;
}
.item-room:hover {
	color: #fff;
}
.item-room:hover .item-room__image {
	opacity: 1;
}
.item-room:hover .title-room {
	color: #fff;
}
.item-room:hover .arrow-link {
	display: none;
}
.item-room:hover .item-room__value {
	display: block;
}
.item-room__value span,
.item-room:hover .item-room__price span {
	display: block;
	margin: 0;
	margin-left: 0 !important;
}
.item-room:hover .item-room__price {
	margin: 0;
}
.item-room:hover .item-room__left {
	width: initial;
}
.item-room__value {
	display: none;
}
.item-room__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s;
}
.item-room__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(63, 87, 110, 0.6);
}
.item-room__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-room .container {
	display: block;
}
.item-room__wrapper {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-room__left {
	width: 340px;
}
.title-room {
	font-size: 32px;
	line-height: 45px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #3F576E;
	transition: all 0.3s;
	display: block;
}
.item-room__price {
	margin-top: 55px;
}
.item-room__value span,
.item-room__price span {
	font-size: 20px;
	line-height: 28px;
	margin-left: 10px;
}
.arrow-link {
	margin-left: auto;
	display: inline-block;
}
.arrow-link:hover {
	transform: translateX(20px);
}

.get-price {
	padding-top: 103px;
	color: #fff;
	background-image: url(../img/bg_prices.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.get-price .title-section {
	font-size: 32px;
	line-height: 51px;
	margin-bottom: 34px;
	max-width: 780px;
	text-align: left;
}
.get-price .title-section strong {
	font-weight: 500;
	display: block;
}
.get-price .title-section b {
	color: #D8CDAF;
	font-weight: 500;
}
.list-page {
	font-size: 20px;
	line-height: 28px;
}
.list-page li {
	padding-left: 15px;
	position: relative;
}
.list-page li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.get-price .list-page {
	max-width: 515px;
	margin-bottom: 30px;
}
.form-price {
	padding: 50px 85px;
	padding-bottom: 65px;
	bottom: -52px;
	position: relative;
	background: #5D8AA9;
}
.form-price .btn-main {
	top: 7px;
}
.checkbox {
	font-size: 12px;
	line-height: 15px;
	margin-top: 30px;
	color: #D9D9D9;
	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 28px;
	display: block;
	cursor: pointer;
}
.checkbox label > span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #D9D9D9;
	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: #D9D9D9;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.locations {
	padding-top: 93px;
}
.image-form {
	top: -427px;
	right: -156px;
	position: absolute;
}
.locations .title-section {
	padding-bottom: 40px;
}
.map-main {
	height: 560px;
	width: 100%;
	background-color: #ccc;
}
.locations .container {
	position: relative;
}
.locations-block {
	width: 333px;
	padding: 0 17px;
	padding-top: 60px;
	position: absolute;
	top: 0;
	left: 15px;
	height: 560px;
	background: #D8CDAF;
	z-index: 10;
}
.locations-block::before {
	position: absolute;
	display: block;
	content: " ";
	top: 18px;
	left: 22px;
	right: 22px;
	height: 18px;
	background-image: url(../img/line_locations.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.list-locations {
	font-size: 20px;
	counter-reset: listmain;
}
.item-location {
	padding-top: 6px;
	font-size: 18px;
	line-height: 29px;
	padding-left: 55px;
	margin-bottom: 22px;
	position: relative;
	font-weight: 500;
	cursor: pointer;
}
.item-location::before {
	position: absolute;
	content: " ";
	width: 38px;
	height: 38px;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 600;
	color: #3F576E;
	background: transparent;
	border: 2px solid transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	counter-increment: listmain;
	content: counter(listmain);
	transition: all 0.3s;
}
.item-location:hover::before,
.item-location.active::before {
	border-color: #FFFEF7;
	background-color: #A49686;
}
.list-locations {
	max-height: 500px;
	overflow: auto;
}
.list-locations::-webkit-scrollbar {
	-webkit-appearance: none;
}
.list-locations::-webkit-scrollbar:vertical {
	width: 5px;
}
.list-locations::-webkit-scrollbar:horizontal {
	height: 5px;
}
.list-locations::-webkit-scrollbar-thumb {
	background-color: #3F576E;
	border-radius: 10px;
}
.list-locations::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #5D8AA9;
}

.invitation {
	padding-top: 35px;
	color: #fff;
	background: #5D8AA9;
}
.invitation .descr-section {
	color: #fff;
}
.btn-invitation	{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D8CDAF;
	border: 2px solid #D8CDAF;
	cursor: pointer;
}
.btn-invitation::before {
	position: absolute;
	display: block;
	content: " ";
	width: 337px;
	height: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/arrow_invitation.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.invitation__top {
	padding-bottom: 47px;
}
.btn-invitation i {
	transition: all 0.3s;
}
.btn-invitation.active i {
	transform: rotate(180deg);
}
.map-iframe,
.map-iframe iframe {
	height: 560px;
	width: 100%;
}
.map-iframe {
	display: none;
}

.footer {
	padding-top: 30px;
	color: #fff;
	background: #3F576E;
}
.logo-footer {
	font-size: 14px;
	line-height: 17px;
	color: #F5F5F5;
	font-weight: 500;
	letter-spacing: 0.03em;
	display: inline-flex;
	align-items: center;
}
.logo-footer img {
	max-width: 102px;
	margin-right: 17px;
}
.logo-footer span {
	max-width: 163px;
}
.menu-footer {
	margin-left: -40px;
	columns: 2;
}
.menu-footer li {
	margin-bottom: 20px;
}
.menu-footer a {
	border-bottom: 1px solid transparent;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.menu-footer a:hover {
	border-color: #fff;
}
.footer-contacts {
	font-size: 14px;
	line-height: 20px;
	margin-left: -20px;
}
.footer-contacts__flex {
	margin: 25px 0;
	display: flex;
	justify-content: space-between;
}
.footer-contacts a {
	color: #fff;
}
.footer-contacts__item a {
	font-size: 16px;
	font-weight: 500;
}
.list-social {
	display: flex;
	align-items: center;
}
.list-social li {
	margin-right: 20px;
}
.list-social li:last-child {
	margin-right: 0;
}
.footer-contacts__bottom {
	display: flex;
	align-items: center;
}
.footer-contacts__bottom .list-social {
	margin-left: 50px;
}
.footer-bottom {
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(93, 138, 169, 0.6);
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
}
.footer-bottom a {
	color: rgba(255, 255, 255, 0.5);
}
.footer-bottom a:hover {
	color: #fff;
}
.btn_top {
	font-size: 18px;
	float: right;
	position: relative;
	color: #3F576E !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: #D5C19C;
	z-index: 300;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn_top:hover {
	background: #e4cea6;
}
.footer__title i {
	display: none;
}
.image-terrain img {
	max-width: 100%;
	height: auto;
}
.image-terrain {
	margin-top: 25px;
}
.logo-main {
	display: none;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 39px;
	height: 39px;
	padding-top: 10px;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	display: none;
	z-index: 20;
	flex: none;
	cursor: pointer;
	background: #D6C19C;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 18px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #3F576E;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 7.5px;
	width: 18px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #3F576E;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 11px;
	width: 18px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #3F576E;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg); 
}
.phone-mobile {
	display: none;
}
.wrapper_inner {
	padding-top: 80px;
}
.wrapper_inner .header {
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #3F576E;
}
.wrapper_inner .sidebar {
	background: transparent;
	backdrop-filter: initial;
}
.table-prices table {
	line-height: 22px;
	width: 100%;
	font-weight: 500;
	border-spacing: 0;
}
.table-prices th {
	text-align: left;
}
.table-prices td:nth-child(2) {
	width: 345px;
	font-weight: 400;
}
.table-prices td,
.table-prices th {
	padding: 11px;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
.table-prices td:first-child,
.table-prices th:first-child {
	border-left: 1px solid #F5F5F5;
}
.table-prices tr:nth-child(2) th {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
.table-prices th:first-child {
	font-weight: 400;
}
.table-prices tr:first-child th {
	background: #FDF8F0;
}
.table-prices td:first-child {
	font-size: 14px;
}
.table-prices td:nth-child(4),
.table-prices td:nth-child(3),
.table-prices tr:nth-child(2) th:nth-child(4),
.table-prices tr:nth-child(2) th:nth-child(3),
.table-prices tr:first-child th:nth-child(3) {
	background: #E4F0F8;
}
.table-prices td:nth-child(6),
.table-prices td:nth-child(5),
.table-prices tr:nth-child(2) th:nth-child(6),
.table-prices tr:nth-child(2) th:nth-child(5),
.table-prices tr:first-child th:nth-child(4) {
	background: #EBE8E2;
}
.table-prices td:nth-child(8),
.table-prices td:nth-child(7),
.table-prices tr:nth-child(2) th:nth-child(8),
.table-prices tr:nth-child(2) th:nth-child(7),
.table-prices tr:first-child th:nth-child(5) {
	background: #E4DFD9;
}
.table-prices tr:nth-child(2) th:first-child,
.table-prices td:first-child {
	background: #FCFAF7;
}
.page-prices .title-section {
	padding-bottom: 24px;
}
.page-prices {
	padding-top: 34px;
	padding-bottom: 41px;
}
.descr-table {
	padding-top: 30px;
}
.form-price .row {
	margin: 0 -9px;
}
.form-price .row > div {
	padding: 0 9px;
}
.page-contacts {
	padding-top: 20px;
	padding-bottom: 62px;
}
.page-contacts .title-section span {
	justify-content: flex-start;
}
.page-contacts .title-section {
	padding-bottom: 30px;
	margin-bottom: 0;
}
.value-contacts {
	font-size: 24px;
	line-height: 38px;
	font-weight: 500;
} 
.value-contacts a {
	color: inherit;
}
.content-about .list-social img,
.page-contacts .list-social img {
	filter: invert(0.8) sepia(1) hue-rotate(169deg) saturate(2) brightness(1);
}
.page-contacts .list-social {
	margin-top: 10px;
}
#map {
	height: 560px;
	width: 100%;
	background-color: #ccc;
}
.form-contacts {
	padding: 21px 85px;
	padding-bottom: 33px;
	margin-top: 40px;
	background: #5D8AA9;
	color: #fff;
}
.form-contacts .title-section {
	text-align: left;
}
.form-contacts .btn-main {
	width: 226px;
	margin-top: 22px;
	max-width: 100%;
}
.form-contacts .item-form {
	margin-bottom: 18px;
}
.col_btn {
	display: flex;
	justify-content: flex-end;
}
.form-contacts .checkbox {
	margin-top: 10px;
}
.form-contacts .row {
	margin: 0 -6px;
}
.form-contacts .row > div {
	padding: 0 6px;
}
.billbord_about {
	background-image: url(../img/billbord_about.jpg);
}
.descr-medium {
	font-size: 18px;
	line-height: 29px;
	text-align: justify;
}
.billbord_about .wrapper-billbord {
	max-width: 740px;
}
.billbord_about .title-big {
	margin-bottom: 28px;
	position: relative;
}
.billbord_about .title-big::after {
	position: absolute;
	display: block;
	content: " ";
	width: 376px;
	height: 17px;
	bottom: 0;
	left: 0;
	background-image: url(../img/line1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-about {
	padding: 65px 0;
	line-height: 26px;
	text-align: justify;
}
.section-about strong {
	font-weight: 500;
}
.content-about {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.image-about {
	margin-left: 86px;
	flex: none;
}
.content-about:nth-child(even) .image-about {
	order: -1;
}
.content-about:nth-child(even) .image-about,
.section-about_bottom .image-about {
	margin-right: 86px;
	margin-left: 0;
}
.section-about_bottom .content-about:nth-child(2) .image-about,
.section-about_bottom .content-about:nth-child(1) .image-about {
	margin-left: 86px;
	margin-right: 0;
}
.section-about_bottom .content-about:nth-child(2) .image-about,
.section-about_bottom .content-about:nth-child(1) .image-about {
	order: 2;
}
.section-about_bottom .content-about:nth-child(3) .image-about {
	order: -1;
}
.content-about:last-child {
	margin-bottom: 0 !important;
}
.section-about .title-section {
	margin-bottom: 55px;
}
.section-about .title-section span {
	justify-content: flex-start;
}
.section-about_entertainment {
	background-image: url(../img/bg_about1.jpg);
}
.section-about_entertainment .content-about {
	margin-bottom: 90px;
}
.content-about li {
	padding-left: 15px;
	position: relative;
}
.content-about li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.section-about_bottom .content-about:nth-child(2) .image-about {
	width: 664px;
}
.section-about_bottom .content-about:nth-child(2) {
	margin-top: -70px;
	margin-bottom: 55px;
}
.section-about_bottom .content-about:nth-child(1) {
	align-items: flex-start;
}
.phone-main {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	color: inherit;
	text-align: initial;
	display: inline-block;
}
.content-about .list-social {
	display: inline-flex;
}
.content-about .list-social li {
	padding: 0;
}
.content-about .list-social li::before {
	display: none;
}
.content-about .list-social li a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	padding: 9px;
	background: #EBE8E2;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-about .list-social li a img {
	max-width: 100%;
	max-height: 100%;
}
.content-about .list-social {
	margin-left: 20px;
	display: inline-flex;
}
.section-about_terrain {
	padding-top: 0;
}
.section-about_terrain .title-section {
	margin-bottom: 20px;
}
.section-about_terrain .image-terrain {
	margin-top: 32px;
}
.page-news {
	padding: 50px 0;
}
.item-news {
	height: 340px;
	margin-bottom: 35px;
	display: block;
	position: relative;
	color: #fff;
	background: #5D8AA9;
}
.item-news__content {
	padding: 10px;
	padding-right: 80px;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}
.item-news__content::after {
	position: absolute;
	display: block;
	content: " ";
	width: 57px;
	height: 19px;
	right: 20px;
	bottom: 17px;
	background-image: url(../img/arrow_link2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.item-news__date {
	font-size: 14px;
	padding: 8px 12px;
	color: #fff;
	line-height: 20px;
	display: inline-block;
	background: #6A94B1;
	font-weight: 500;
}
.item-news__title {
	font-size: 24px;
	line-height: 38px;
	padding: 15px;
	font-weight: 500;
	margin-top: auto;
	display: block;
	width: 100%;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 0.5s;
}
.item-news__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	overflow: hidden;
}
.item-news:hover .item-news__image img {
	transform: scale(1.1);
}
.pager {
	margin-top: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-numbers {
	font-size: 20px;
	line-height: 32px;
	margin: 0 12px;
	font-weight: 500;
	color: #3F576E;
}
.page-numbers.current {
	color: #D6C19C;
}
.prev.page-numbers,
.next.page-numbers {
	position: absolute;
	top: 0;
}
.prev.page-numbers {
	left: 0;
}
.next.page-numbers {
	right: 0;
}

.article {
	padding-bottom: 45px;
}
.breadcrumbs {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #A49582;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #3F576E;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #3F576E;
}
.breadcrumbs li::after {
	content: "•";
	margin: 0 20px;
	color: #3F576E;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.breadcrumbs li:nth-last-child(2)::after {
	color: #A49582;
}
.billbord-article {
	height: 387px;
	margin-bottom: 35px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	color: #fff;
	background: #3F576E;
	z-index: 1;
}
.billbord-article__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
}
.billbord-article__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.date-billbord {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 12px;
}
.billbord-article h1 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
.article-content {
	line-height: 26px;
	padding-right: 40px;
	text-align: justify;
}
.article-content strong {
	font-weight: 500;
}
.article-content p,
.article-content li {
	margin-bottom: 25px;
}
.article-content ul li {
	padding-left: 15px;
	position: relative;
}
.article-content ul li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.article-right img {
	max-width: 100%;
	height: auto;
	margin-bottom: 34px;
	display: block;
}
.article blockquote {
	padding: 25px 55px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 35px;
	border-left: 7px solid #D5C19C;
	background: #FDF8F0;
	font-weight: 500;
	text-align: justify;
} 

/*new*/
.menu-footer {
	margin-left: 0;
}
.logo-footer {
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}
.logo-footer img {
	margin-right: 0;
	margin-bottom: 25px;
}
.footer-contacts {
	max-width: 280px;
}
.header, .billbord {
	padding-left: 240px;
}
.item-room__price b {
	font-weight: normal;
	display: none;
}
.item-room:hover .item-room__price b {
	display: inline;
}
.image-terrain {
	position: relative;
	display: inline-block;
}
.item-terrain {
	color: #fff;
	font-weight: 700;
	position: absolute;
	text-transform: uppercase;
}
.item-terrain__title span {
	top: -25px;
	left: 0;
	position: absolute;
}
.item-terrain__content {
	padding: 16px 23px;
	font-size: 13px;
	line-height: 18px;
	width: 338px;
	font-weight: 400;
	text-align: justify;
	text-transform: none;
color: #3F576E;
	bottom: 100%;
	margin-bottom: 15px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #FCFAF7;
	z-index: 2;
box-shadow: 0px 6px 4px rgba(63, 87, 110, 0.3);
	transition: all 0.3s;
	border-radius: 19px;
}
.item-terrain__content::before {
	position: absolute;
	display: block;
	content: " ";
	width: 15px;
	height: 15px;
	top: 100%;
	left: 40px;
	border: 10px solid transparent;
	margin-top: -1px;
	border-top: 10px solid #FCFAF7;
}
.item-terrain:hover .item-terrain__content {
	visibility: visible;
	opacity: 1;
}
.image-terrain img {
	max-width: initial;
}

.item-terrain-1 {
	left: 413px;
	bottom: 132px;
}
.item-terrain-2 {
	left: 264px;
	bottom: 18px;
}
.item-terrain-3 {
	left: 123px;
	bottom: 120px;
}
.item-terrain-4 {
	left: 224px;
	bottom: 275px;
}
.item-terrain-5 {
	left: 209px;
	bottom: 339px;
}
.item-terrain-6 {
	left: 279px;
	bottom: 403px;
}
.item-terrain-7 {
	left: 517px;
	bottom: 415px;
}
.item-terrain-8 {
	left: 690px;
	bottom: 378px;
}
.item-terrain-9 {
	left: 778px;
	bottom: 365px;
}
.item-terrain-10 {
	left: 906px;
	bottom: 397px;
}
.item-terrain-11 {
	left: 873px;
	bottom: 339px;
}
.item-terrain-12 {
	left: 959px;
	bottom: 348px;
}

.item-terrain-2 .item-terrain__title span {
	left: -11px;
}
.item-terrain-3 .item-terrain__title span {
	left: -30px;
	top: 102%;
	min-width: 100px;
}
.item-terrain-4 .item-terrain__title span {
	top: -12px;
	left: 166px;
	min-width: 176px;
}
.item-terrain-5 .item-terrain__title span {
	top: -21px;
	left: -70px;
}
.item-terrain-6 .item-terrain__title span {
	top: -46px;
	left: -23px;
	min-width: 176px;
}
.item-terrain-7 .item-terrain__title span {
	top: -29px;
	left: -60px;
	min-width: 156px;
}
.item-terrain-8 .item-terrain__title span {
	top: -29px;
	left: -55px;
	min-width: 149px;
}
.item-terrain-9 .item-terrain__title span {
	left: -15px;
}
.item-terrain-10 .item-terrain__title span {
	min-width: 134px;
	top: -30px;
	left: -54px;
}
.item-terrain-11 .item-terrain__title span {
	min-width: 168px;
	left: 112px;
	top: -47px;
}
.item-terrain-12 .item-terrain__title span {
	top: -1px;
	left: 74px;
}
.item-terrain__title span i {
	font-style: normal;
	text-transform: none;
}
.item-terrain-1 .item-terrain__content {
	left: -30px;
}
.item-terrain-2 .item-terrain__content {
	left: -35px;
}
.item-terrain-3 .item-terrain__content {
	left: -35px;
}
.item-terrain-5 .item-terrain__content {
	left: -25px;
}
.item-terrain-9 .item-terrain__content {
	left: -31px;
}
.item-terrain-10 .item-terrain__content,
.item-terrain-11 .item-terrain__content,
.item-terrain-12 .item-terrain__content {
    left: auto;
    right: 10px;
}
.item-terrain-10 .item-terrain__content::before,
.item-terrain-11 .item-terrain__content::before,
.item-terrain-12 .item-terrain__content::before {
	right: 40px;
	left: auto;
}
.item-terrain-12 .item-terrain__content::before {
	right: 90px;
}
.page-reviews {
	padding-top: 33px;
	padding-bottom: 61px;
}
.page-reviews .title-section {
	padding-bottom: 40px;
	margin-bottom: 0;
}
.row_reviews > div {
	margin-bottom: 22px;
}
.item-review {
	line-height: 26px;
	padding: 28px;
	min-height: 100%;
	text-align: justify;
	background: #FCFAF7;
}
.item-review__head {
	padding-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-review__name {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.photo-review {
	height: 115px;
	display: block;
}
.photo-review img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.row_photos {
	margin: 0 -10px;
}
.row_photos > div {
	padding: 0 10px;
}
.text-review {
	margin-bottom: 20px;
}
.hidden-text {
	display: none;
}
.link-main {
	border-bottom: 1px solid #3C81C2;
	color: #3C81C2;
}
.link-main:hover {
	border-color: transparent;
}
.sidebar__bottom {
	flex-wrap: wrap;
}
.socials-sidebar {
	padding: 0 6px;
	padding-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.socials-sidebar a {
	width: 37px;
height: 37px;
border: 1px solid #FCFAF7;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.form-reviews {
	padding: 21px 87px;
	padding-bottom: 25px;
	margin-top: 55px;
	background: #5D8AA9;
	color: #fff;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
}
.file-upload label {
	font-size: 13px;
	line-height: 18px;
	padding: 17px 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
background: #6A94B1;
border-radius: 6px;
	text-align: left;
font-family: 'DINPro';
	transition: all 0.3s;
}
.file-upload label i {
	font-size: 20px;
	margin-right: 19px;
}
.file-upload:hover label {
	background: rgba(255, 255, 255, 0.2);
}
.file-upload {
	margin-bottom: 23px;
	position: relative;
}
.name-upload {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 6px;
	font-size: 13px;
	line-height: 18px;
}
.form-reviews .item-form {
	margin-bottom: 23px;
}
.form-reviews .item-form textarea {
	height: 157px;
}
.form-reviews .btn-main {
	width: 226px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
}
.form-reviews .row {
	margin: 0 -6px;
}
.form-reviews .row > div {
	padding: 0 6px;
}
.form-reviews .title-section {
	padding-bottom: 16px;
	margin-bottom: 0;
}
.page-catalog {
	padding-top: 33px;
	padding-bottom: 50px;
}
.page-catalog .title-section span::before {
    margin-right: 20px;
}
.page-catalog .title-section span::after {
    margin-left: 20px;
}
.page-catalog .title-section {
	margin-bottom: 40px;
}
.page-catalog .tabs {
	justify-content: center;
}
.page-catalog .tabs li {
	flex: initial;
}
.page-catalog .tabs li a {
	padding: 0 64px;
}
.row_catalog > div {
	margin-bottom: 24px;
}
.item-catalog {
	min-height: 100%;
	background: #FCFAF7;
}
.item-catalog__image {
	height: 336px;
	background: #3F576E;
	position: relative;
	display: block;
	overflow: hidden;
}
.item-catalog__image img {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: all 0.5s;
}
.item-catalog:hover .item-catalog__image img {
	transform: scale(1.1);
}
.item-catalog__title {
	padding: 20px 29px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.item-catalog__content {
	padding: 16px 29px;
	padding-bottom: 20px;
}
.features-catalog {
	display: flex;
}
.item-feature {
	margin-right: auto;
}
.item-feature span {
	font-size: 20px;
	line-height: 28px;
	padding-top: 6px;
	display: block;
}
.item-catalog__bottom {
	padding-top: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-main {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	white-space: nowrap;
}
.link-page {
	display: inline-flex;
	align-items: center;
	color: #364C61;
}
.link-page img {
	margin-left: 12px;
	transition: all 0.3s;
}
.link-page:hover img {
	transform: translateX(10px);
}
.page-catalog .tab-container {
	padding-top: 33px;
}
.block-card {
	padding: 41px 87px;
	background: #FCFAF7;
}
.slider-for__item {
	height: 453px;
	display: block;
}
.slider-nav__item img,
.slider-for__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.slider-nav {
	margin-top: 23px;
	padding-bottom: 50px;
}
.slider-nav__item {
	height: 148px;
	margin: 0 15px;
	display: block;
	cursor: pointer;
}
.slider-nav__item img {
	opacity: 0.5;
}
.slider-nav__item:hover img {
	opacity: 1;
}
.slick-current .slider-nav__item img {
	opacity: 1;
}
.slider-nav .slick-dots {
  bottom: 6px;
  left: 0;
  width: 100%;
}
.slider-nav .slick-dots li::before {
	display: none;
}
.slider-nav .slick-dots li {
  width: 10px;
  height: 10px;
}
.slider-nav .slick-dots li button {
  width: 10px;
  height: 10px;
background: #D6C19C !important;
  border-radius: 50%;
  border: none !important;
  padding: 0;
  transition: all 0.3s;
}
.slider-nav .slick-dots li button:hover,
.slider-nav .slick-dots li.slick-active button {
background: #6A94B1 !important;
}
.slider-nav .slick-dots li button::after,
.slider-nav .slick-dots li button::before {
	display: none;
}
.slider-nav .slick-arrow {
	bottom: 0;
	top: auto;
	transform: none;
}
.slider-nav .slick-prev {
	left: 15px;
}
.slider-nav .slick-next {
	right: 15px;
}
.title-middle {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
}
.card-info .title-middle {
	padding-bottom: 11px;
}
.card-info {
	padding: 42px 46px;
	padding-right: 75px;
	margin-top: 34px;
	position: relative;
}
.card-info::after,
.card-info::before {
	position: absolute;
	display: block;
	content: " ";
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	background-image: url(../img/before_card.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.card-info::after {
	right: 0;
	bottom: 0;
	left: auto;
	top: auto;
	background-image: url(../img/after_card.svg);
}
.borders {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
.borders span {
	display: block;
	position: absolute;
		background: #EBE8E2;
}
.borders span:nth-child(1) {
    top: 110px;
    bottom: 0px;
    left: 9px;
    width: 1px;
}
.borders span:nth-child(2) {
	left: 106px;
	right: 0px;
	top: 11px;
	height: 1px;
}
.borders span:nth-child(3) {
	bottom: 106px;
	right: 9px;
	top: 0px;
	width: 1px;
}
.borders span:nth-child(4) {
	bottom: 9px;
	right: 113px;
	left: 0;
	height: 1px;
}
.card-info__wrapper {
	display: flex;
	justify-content: space-between;
}
.card-info__content {
	max-width: 48%;
}
.card-detail {
	padding: 28px 57px;
	margin-top: 41px;
	background: #FCFAF7;
}
.card-info__value {
	font-weight: 500;
	line-height: 28px;
}
.card-info__content .row {
	margin-top: 15px;
}
.card-info__wrapper .price-main {
	margin-top: 25px;
}
.card-detail li {
	padding-left: 15px;
	position: relative;
}
.card-detail li::before {
	content: "•";
	top: 0px;
	left: 0px;
	position: absolute;
}
.card-detail strong {
	font-weight: 500;
}
.card-detail .title-middle {
	padding-bottom: 15px;
}
.title-section_prices {
	margin-top: 110px;
	margin-bottom: 33px;
}
.card {
	padding-bottom: 30px;
}
.page-news .title-section span::before {
    margin-right: 20px;
}
.page-news .title-section span::after {
    margin-left: 20px;
}
.page-news {
	padding-top: 33px;
}
.page-news .descr-section {
	max-width: 890px;
	padding-bottom: 40px;
	margin: 0 auto;
}
.article blockquote {
	min-height: 115px;
	border: none;
	background-image: url(../img/after_card.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/****/
/* .thanks {
	padding-bottom: 50px;
	padding-top: 30px;
} */


.thanks-block__image {	
	padding: 110px;
}
.thanks-block__title {
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
    padding-top: 45px;
}
.thanks-block__descr {
	font-size: 32px;
	line-height: 45px;
	padding-bottom: 50px;
	max-width: 430px;
	font-weight: 500;
	color: #fff;
}
.thanks-block .btn-main {
	height: 50px;
	padding: 0 36px;
}

form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  
  .error-404 {
	height: 400px;
	padding-top: 150px;
  }
  
  .error-404 h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .error-404 a {
	color: #666;
	text-decoration: underline;
  }
  .modal-wr {
	  display: none;
  }

  .modal-wr .block-form {
	  min-height: auto;
	  max-width: 390px;
  }
  .wpcf7-spinner {
	display: none !important;
  }
  .form-price .btn-main {
	top: 0;
  }

  .modal-wr .form-contacts {
	margin: 0;
  }

  .modal-wr .title-section {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
  }

  .site-main {
	padding: 30px 0px;
  }

  .menu .current-menu-item a::before {
    opacity: 1;
}

.logo-social.list-social {
	width: 100%;
    padding: 20px 0px;
}

.form-modal {
    padding: 21px 35px;
    padding-bottom: 33px;
    background: #5D8AA9;
    color: #fff;
}

.form-modal .btn-main-wr {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.form-modal .btn-main {
	min-width: 200px;	
}

.form-modal .row > div {
	margin-bottom: 15px;
}