@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
	height: auto;
}

body {
	height: auto;
	overflow: visible;
}

body ::-moz-selection {
	color: #fff;
	background: #000;
}

body ::selection {
	color: #fff;
	background: #000;
}

body ::-moz-selection {
	color: #fff;
	background: #000;
}

.swiper-slide:not(:first-child) {
	display: block;
}

html.overflow-menu,
html.overflow-menu body {
	overflow: hidden;
}

sup {
	font-size: x-small; 
	position: relative;
	top: -.7em;
}

.row-0,
.no-padd .row {
	margin-left: 0;
	margin-right: 0;
}

.row-0 div,
.no-padd .row div[class^='col'] {
	padding-left: 0;
	padding-right: 0;
}

.row-16 {
	margin-left: -6px;
	margin-right: -6px;
}

.row-16 div[class^='col'] {
	padding-left: 6px;
	padding-right: 6px;
}

.row-50 {
	margin-left: -25px;
	margin-right: -25px;
}

.row-50 div[class^='col'] {
	padding-left: 25px;
	padding-right: 25px;
}

.separator {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: #d3d3d3;
}

.fl-jus-sb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-content > * {
	margin: 0 auto;
}

.upper {
	text-transform: uppercase;
}

.no-padd {
	padding: 0;
}

.section {
	position: relative;
}

.section.full-height {
	height: 100vh;
}

@media (max-width: 767px) {
	.row-50 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-50 div[class^='col'] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.top-banner {
	position: relative;
	overflow: hidden;
	padding-bottom: 42%;
}

.top-banner .content {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
}

@media (max-width: 1199px) {
	.top-banner {
		height: 60vh;
	}
}

@media (max-width: 767px) {
	.top-banner {
		height: 50vh;
	}
}

.top-banner:before {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(69.6%, rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 69.6%);
	opacity: 0.65;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

@media (max-width: 575px) {
	.top-banner:before {
		opacity: 0.85;
	}
}

.top-banner:after {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.65;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

@media (max-width: 575px) {
	.top-banner:after {
		opacity: 0.85;
	}
}
/* Top Banner */
.top-banner .top-banner-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	position: absolute;
	left: 0;
	top: -10%;
	width: 100%;
	height: 110%;
}

.top-banner.no-bg {
	padding: 80px 0 0;
	height: auto;
}

.top-banner.no-bg:before {
	display: none;
}

.top-banner.no-bg:after {
	display: none;
}

.top-banner.no-bg .news-detail-banner__container {
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 30px;
}

.top-banner.no-bg .news-detail-banner__container .h2 {
	color: var(--black);
}

.top-banner.no-bg .news-detail-top__data {
	color: var(--grey-text);
}

.top-banner .top-banner-container {
	max-width: 1145px;
	z-index: 2;
}

.top-banner .top-banner-container .h2 {
	color: #fff;
}

.top-banner__container {
	position: relative;
	z-index: 2;
}

.top-banner__title {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.top-banner__title {
		margin-bottom: 15px;
		font-size: 28px;
	}
}

.top-banner__img {
	position: relative;
	z-index: 2;
}

@media (max-width: 991px) {
	.top-banner__img {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.top-banner__img {
		margin-top: 15px;
	}
}

.top-banner__img img {
	max-width: 540px;
	max-height: 445px;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

@media (max-width: 1199px) {
	.top-banner__img img {
		max-width: 470px;
		max-height: 390px;
	}
}

@media (max-width: 575px) {
	.top-banner__img img {
		max-width: 100%;
		max-height: 300px;
	}
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-----------------------------------------------------------------------------------------------------------------------*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4a4a4a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #4a4a4a;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #4a4a4a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #4a4a4a;
}

textarea {
	display: block;
	resize: none;
	overflow: auto;
}

input[type='submit'],
input[type='file'] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: none;
	cursor: pointer;
	z-index: 1;
	font-size: 0;
}

input[type='search']::-ms-reveal,
input[type='search']::-ms-clear,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration,
select::-ms-expand,
input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	display: none;
}

.input-field-wrapp.fail .input {
	color: #ef3434;
	border-color: #ef3434;
}

.input-field-wrapp.fail input::-webkit-input-placeholder {
	color: #ef3434;
}

.input-field-wrapp.fail input::-moz-placeholder {
	color: #ef3434;
}

.input-field-wrapp.fail input:-ms-input-placeholder {
	color: #ef3434;
}

.input-field-wrapp.fail input::-ms-input-placeholder {
	color: #ef3434;
}

.input-field-wrapp.fail input::placeholder {
	color: #ef3434;
}

.input:focus {
	border-color: var(--black);
}

/*input type number*/
.custom-input-number {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}

.custom-input-number .input-field {
	line-height: 50px;
	padding: 0 50px;
	font-size: 15px;
	color: #000;
	text-align: center;
	height: 50px;
	max-width: 168px;
	width: 168px;
	pointer-events: none;
	border: none;
	font-style: italic;
	letter-spacing: 0.5px;
}

.custom-input-number .increment,
.custom-input-number .decrement {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	z-index: 2;
	padding: 0;
	cursor: pointer;
}

/*checkbox radio*/
.radiobox-wrapper {
	position: relative;
}

.radiobox-wrapper .radiobox-item {
	margin-bottom: 20px;
	display: block;
	font-size: 0;
}

.radiobox-wrapper .radiobox-item:last-child {
	margin-bottom: 0;
}

.radiobox-inline .radiobox-item {
	margin-right: 35px;
	display: inline-block;
	font-size: 0;
}

.radiobox-inline .radiobox-item:last-child {
	margin-right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SIMPLE PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.simple-page {
	position: relative;
}

.simple-page p,
.simple-page a {
	position: relative;
	margin-bottom: 25px;
}

.simple-page a {
	position: relative;
}

.simple-page > *:first-child {
	margin-top: 0;
}

.simple-page > *:last-child {
	margin-bottom: 0;
}

.simple-page > .simple-slider,
.simple-page > blockquote,
.simple-page > iframe,
.simple-page .simple-video {
	margin: 50px 0;
}

@media (max-width: 1366px) {
	.simple-page > .simple-slider,
	.simple-page > blockquote,
	.simple-page > iframe,
	.simple-page .simple-video {
		margin: 40px 0;
	}
}

.simple-page > .simple-slider:first-child,
.simple-page > blockquote:first-child,
.simple-page > iframe:first-child,
.simple-page .simple-video:first-child {
	margin: 0 0 50px;
}

@media (max-width: 1366px) {
	.simple-page > .simple-slider:first-child,
	.simple-page > blockquote:first-child,
	.simple-page > iframe:first-child,
	.simple-page .simple-video:first-child {
		margin: 0 0 40px;
	}
}

.simple-page > .simple-slider:last-child,
.simple-page > blockquote:last-child,
.simple-page > iframe:last-child,
.simple-page .simple-video:last-child {
	margin: 50px 0 0;
}

@media (max-width: 1366px) {
	.simple-page > .simple-slider:last-child,
	.simple-page > blockquote:last-child,
	.simple-page > iframe:last-child,
	.simple-page .simple-video:last-child {
		margin: 40px 0 0;
	}
}

.simple-page > ul,
.simple-page > ol {
	margin: 25px 0;
}

.simple-page h1,
.simple-page .h1,
.simple-page h2,
.simple-page .h2,
.simple-page h3,
.simple-page .h3,
.simple-page h4,
.simple-page .h4,
.simple-page h5,
.simple-page .h5,
.simple-page h6,
.simple-page .h6 {
	color: #1e1e1e;
	font-style: normal;
	font-weight: 300;
}

.simple-page > .gallery-wrapper {
	margin: 50px 0 20px;
}

@media (max-width: 1366px) {
	.simple-page > .gallery-wrapper {
		margin: 40px 0 0;
	}
}

@media (max-width: 991px) {
	.simple-page > .gallery-wrapper {
		margin: 40px 0 0;
	}
}

@media (max-width: 767px) {
	.simple-page > .gallery-wrapper {
		margin: 30px 0 0;
	}
}

.simple-page > img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 50px 0 40px;
}

.simple-page > iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 680px;
	max-height: calc(56.3vw - 30px);
	border: 0;
}

@media (max-width: 1470px) {
	.simple-page > iframe {
		height: 620px;
	}
}

/*media*/
@media (min-width: 1200px) {
	.simple-page a:hover:before {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.simple-page p,
	.simple-page a {
		margin-bottom: 20px;
	}
	.simple-page > img,
	.simple-page > figure,
	.simple-page > blockquote,
	.simple-page > iframe {
		margin: 20px 0;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.popup-wrapper.active {
	left: 0;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
	position: absolute;
	left: 0;
	top: -100px;
	right: 0;
	bottom: -100px;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	opacity: 0;
}

.popup-wrapper.active .bg-layer {
	opacity: 1;
}

.popup-content:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}

.popup-content .layer-close {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10000px;
}

.soc-toggle {
	bottom: 30px;
	right: -5px;
	position: fixed;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 1470px) {
	.soc-toggle {
		right: -15px;
	}
}

.soc-toggle:hover .img-circle {
	background: #f7f7f7;
}

.soc-toggle:hover .img-circleblock path {
	fill: var(--black);
}

.soc-toggle.active .img-circle {
	background: #f7f7f7;
}

.soc-toggle.active .circlephone {
	display: none;
}

.soc-toggle.active .img-circleblock {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.soc-toggle.active .close-soc-menu {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.img-circle {
	background: #ffde00;
	border-radius: 48px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.circlephone {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: rgba(255, 255, 255, 0.8);
	width: 100px;
	height: 100px;
	bottom: -19px;
	right: 15px;
	position: absolute;
	border-radius: 100%;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media (max-width: 1199px) {
	.circlephone {
		display: none;
	}
}

.img-circle {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 58px;
	height: 58px;
	bottom: 0;
	right: 34px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 767px) {
	.img-circle {
		width: 45px;
		height: 45px;
		right: 20px;
	}
}

.img-circle:hover {
	opacity: 1;
}

.img-circleblock {
	position: absolute;
	left: 18px;
	top: 16px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 767px) {
	.img-circleblock {
		left: 12px;
		top: 10px;
	}
}

.close-soc-menu {
	position: absolute;
	left: 22px;
	top: 21px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

@media (max-width: 767px) {
	.close-soc-menu {
		left: 16px;
		top: 15px;
	}
}

.close-soc-menu:hover path {
	fill: var(--black);
}

@-webkit-keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

.soc-list {
	bottom: 90px;
	right: 30px;
	position: fixed;
	opacity: 0;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 9;
	visibility: hidden;
}

.nav .footer-main-info__soc {
	display: none;
}

@media (max-width: 1470px) {
	.soc-list {
		right: 20px;
	}
}

@media (max-width: 1199px) {
	.nav .footer-main-info__soc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 767px) {
	.soc-list {
		right: 5px;
		bottom: 75px;
	}
}

@media (max-width: 575px) {
	.nav .footer-main-info__soc {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}

.soc-list.active {
	opacity: 1;
	visibility: visible;
}

.soc-list.active .soc-link {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.soc-link {
	width: 58px;
	height: 58px;
	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;
	background: var(--gold);
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}

@media (max-width: 767px) {
	.soc-link {
		width: 45px;
		height: 45px;
	}
}

.soc-link svg {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.soc-link:hover svg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.soc-link.delay-1 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.soc-link.delay-2 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.soc-link.delay-3 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.soc-link.delay-4 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.soc-link.delay-5 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.footer {
	background: #242424;
	padding: 40px 80px 0;
	position: relative;
	margin-top: auto;
}

@media (max-width: 1520px) {
	.footer {
		padding: 40px 30px 0;
	}
}

@media (max-width: 1199px) {
	.footer {
		padding: 30px 15px 0;
	}
}

.footer__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(226, 226, 226, 0.3);
}

@media (max-width: 1199px) {
	.footer__main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.footer__main {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 30px;
	}
}

.footer .footer-title {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer .footer-link {
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	opacity: 0.7;
	margin-bottom: 20px;
	display: block;
}

@media (min-width: 1200px) {
	.footer .footer-link:hover {
		color: var(--gold);
		opacity: 1;
	}
}

.footer .footer-link:last-child {
	margin-bottom: 0;
}

.footer .footer-main-info {
	padding: 0 15px 0 0;
	width: 23%;
}

@media (max-width: 1520px) {
	.footer .footer-main-info {
		width: 22%;
	}
}

@media (max-width: 1199px) {
	.footer .footer-main-info {
		width: 33.3333%;
	}
}

@media (max-width: 991px) {
	.footer .footer-main-info {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.footer .footer-main-info {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}

.footer .footer-main-info__logo {
	display: block;
	margin-bottom: 35px;
}

@media (max-width: 767px) {
	.footer .footer-main-info__logo {
		margin-bottom: 20px;
	}
}

.footer .footer-main-info__logo img {
	max-width: 225px;
	max-height: 55px;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer .footer-main-info__logo span {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	margin-top: 15px;
	display: block;
}

.footer .footer-main-info__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.footer .footer-main-info__soc {
		margin-bottom: 20px;
	}
}

.footer .footer-main-info__soc a,
.nav .footer-main-info__soc a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
/*	border: 0.8px solid rgba(255, 255, 255, 0.1);*/
	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;
	margin-right: 20px;
}

.nav .footer-main-info__soc a {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.footer .footer-main-info__soc a:last-child {
	margin-right: 0;
}

/*.footer .footer-main-info__soc a svg,
.nav .footer-main-info__soc a svg {
	height: 20px;
	width: 20px;
	fill: #fff;
}*/

.footer .footer-main-info__soc a svg,
.nav .footer-main-info__soc a svg {
	height: 100%;
	width: 100%;
}

.footer .footer-main-info__soc a {
	background: #ffde00;
}
/*
.footer .footer-main-info__soc a svg {
	fill: #000000;
}

.footer .footer-main-info__soc a[href*=t\.me] svg path,
.footer .footer-main-info__soc a[href*=instagram] svg path,
.footer .footer-main-info__soc a[href*=facebook] svg path {
	    stroke: #000;
    fill: transparent;
}*/

@media (min-width: 1200px) {
	.footer .footer-main-info__soc a:hover,
	.nav .footer-main-info__soc a:hover {
		background: var(--gold);
		border: 0.8px solid var(--gold);
	}
}

@media (max-width: 575px) {
	.nav .footer-main-info__soc a {
		margin-right: 0;
		margin-left: 20px;
	}
}

.footer .footer-main-info__links a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

.footer .footer-main-info__links a:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.footer .footer-main-info__links a:hover {
		color: var(--gold);
	}
}

.footer .footer-houses {
	padding: 0 15px;
	width: 26%;
}

@media (max-width: 1199px) {
	.footer .footer-houses {
		width: 33.3333%;
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.footer .footer-houses {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.footer .footer-houses {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
}

.footer .footer-houses__list {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.footer .footer-houses__list {
		margin-bottom: 20px;
	}
}

.footer .footer-houses__list:last-child {
	margin-bottom: 0;
}

.footer .footer-apartments {
	padding: 0 15px;
	width: 16%;
}

@media (max-width: 1520px) {
	.footer .footer-apartments {
		width: 15%;
	}
}

@media (max-width: 1199px) {
	.footer .footer-apartments {
		width: 33.3333%;
	}
}

@media (max-width: 991px) {
	.footer .footer-apartments {
		width: 50%;
		margin-bottom: 50px;
		padding: 0 15px 0 0;
	}
}

@media (max-width: 767px) {
	.footer .footer-apartments {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
}

.footer .footer-contact {
	padding: 0 15px;
	width: 19%;
}

@media (max-width: 1520px) {
	.footer .footer-contact {
		width: 20%;
	}
}

@media (max-width: 1199px) {
	.footer .footer-contact {
		width: 33.3333%;
		padding: 0 15px 0 0;
	}
}

@media (max-width: 991px) {
	.footer .footer-contact {
		width: 50%;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.footer .footer-contact {
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
}

.footer .footer-contact__list a {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.footer .footer-contact__list a:last-child {
	margin-bottom: 0;
}

.footer .footer-contact__list a svg {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 20px;
	width: 20px;
	margin-right: 15px;
}

.footer .footer-contact__list a svg path {
	stroke: #ffde00;
}

@media (min-width: 1200px) {
	.footer .footer-contact__list a:hover {
		opacity: 0.7;
	}
}

.footer .footer-works-time {
	padding: 0 0 0 15px;
	width: 16%;
}

@media (max-width: 1520px) {
	.footer .footer-works-time {
		width: 17%;
	}
}

@media (max-width: 1199px) {
	.footer .footer-works-time {
		width: 33.3333%;
	}
}

@media (max-width: 991px) {
	.footer .footer-works-time {
		width: 50%;
		padding: 0 15px 0 0;
	}
}

@media (max-width: 767px) {
	.footer .footer-works-time {
		width: 100%;
		padding: 0;
	}
}

.footer .footer-works-time__day {
	position: relative;
	padding-left: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 3px;
}

.footer .footer-works-time__day svg {
	height: 20px;
	width: 20px;
	fill: var(--gold);
	margin-right: 15px;
	position: absolute;
	left: 0;
}

.footer .footer-works-time__day svg path {
	fill: var(--gold);
}

.footer .footer-works-time__day span {
	width: 45px;
}

.footer .footer-works-time__day strong {
	margin-left: 25px;
	font-weight: 300;
}

.footer__bottom {
	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;
	padding: 10px 0;
}

@media (max-width: 767px) {
	.footer__bottom {
		display: block;
		padding: 15px 0;
	}
}

.footer__bottom .website-by {
	color: #fff;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 200px;
}

@media (max-width: 767px) {
	.footer__bottom .website-by {
		min-width: auto;
	}
}

.footer__bottom .website-by span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__bottom .website-by img {
	margin-left: 10px;
	max-height: 12px;
}

@media (max-width: 767px) {
	.footer__bottom .website-by img {
		margin-left: 10px;
		max-height: 12px;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.footer__bottom .website-by:hover {
		color: var(--gold);
	}
}

.footer .copy {
	font-size: 14px;
	font-weight: 300;
	line-height: 46px;
	color: #fff;
}

@media (max-width: 1199px) {
	.footer .copy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.footer .copy {
		display: block;
		margin-bottom: 10px;
	}
}

.footer .copy a {
	text-decoration: underline;
	color: #fff;
	margin-left: 75px;
}

@media (max-width: 575px) {
	.footer .copy a {
		display: inline;
		margin-left: 0;
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.footer .copy a:hover {
		opacity: 0.7;
	}
}

.breadcrumbs {
	position: absolute;
	top: 80px;
	display: block;
	width: 100%;
	z-index: 1;
	padding-left: 38px;
}

@media (max-width: 1470px) {
	.breadcrumbs {
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	.breadcrumbs {
		padding-left: 15px;
	}
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: 14px;
	padding-right: 15px;
	color: #fff;
}

.breadcrumbs li:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	width: 4px;
	height: 4px;
	margin-top: -1px;
	background-color: var(--gold);
	border-radius: 50%;
}

.breadcrumbs li:last-child {
	margin-right: 0;
}

.breadcrumbs li:last-child:before {
	display: none;
}

.breadcrumbs li a {
	font-family: 'SF UI Display', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.01em;
	color: #fff;
}

@media (min-width: 1200px) {
	.breadcrumbs li a:hover {
		opacity: 0.7;
	}
}

.breadcrumbs li span {
	font-family: 'SF UI Display', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.01em;
}

.breadcrumbs.black li span {
	color: var(--black);
}

.breadcrumbs.black li a {
	color: var(--black);
}

.custom-pagination {
	text-align: center;
	display: block;
	position: relative;
}

.custom-pagination ul {
	position: relative;
	display: flex;
	justify-content: flex-end;
	text-align: center;
	font-size: 0;
}

.custom-pagination ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

@media (max-width: 767px) {
	.custom-pagination ul li {
		margin: 0 3px;
	}
}

.custom-pagination ul li a {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 50px;
	height: 40px;
	font-family: Geologica;
	font-size: 18px;
	line-height: 34px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	color: #9A9A9A;

	border-bottom: 2px solid var(--black);

	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media (min-width: 1200px) {
	.custom-pagination ul li a:hover {
		color: var(--gold);
	}
}

@media (max-width: 767px) {
	.custom-pagination ul li a {
		width: 40px;
		height: 40px;
		line-height: 30px;
	}
}

.custom-pagination ul li.active a {
	color: var(--color-black);
	font-weight: normal;
}

.custom-pagination ul li.dott {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 44px;
	height: 44px;
	width: 44px;
	color: var(--color-black);
	pointer-events: none;
}

@media (min-width: 1200px) {
	.custom-pagination ul li a:hover {
		border-color: #e7e7e7;
	}
	.custom-pagination ul li.arrow a:hover {
		border-color: transparent;
		background-color: #fff;
	}
	.custom-pagination ul li.arrow a:hover::before {
		border-color: var(--color-blue);
	}
}

.info-section__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-section__main .info-section__content .text span {
	color: #000 !important;
}

@media (max-width: 991px) {
	.info-section__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.info-section .info-block {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.info-section .info-block {
		width: 100%;
		display: block;
	}
}

.info-section .info-block.left-block {
	padding-right: 50px;
}

@media (max-width: 1470px) {
	.info-section .info-block.left-block {
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	.info-section .info-block.left-block {
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.info-section .info-block.left-block {
		padding-right: 0;
	}
}

.info-section .info-block.right-block {
	padding-left: 50px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 1470px) {
	.info-section .info-block.right-block {
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	.info-section .info-block.right-block {
		padding-left: 15px;
	}
}

@media (max-width: 991px) {
	.info-section .info-block.right-block {
		padding-left: 0;
		margin-top: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.info-section .info-block__content {
	max-width: 620px;
	margin: 0 auto;
}

@media (max-width: 1470px) {
	.info-section .info-block__content {
		padding: 0 15px;
	}
}

.info-section .info-block__title {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.info-section .info-block__title {
		max-width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}

.info-section .info-block .info-block-btn {
	margin-top: 35px;
}

@media (max-width: 991px) {
	.info-section .info-block .info-block-btn {
		margin: 15px auto 0;
	}
	.info-section .info-block .text {
		text-align: center;
	}
}

.info-section__img {
	position: relative;
	display: block;
	width: 690px;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 97%;
	overflow: hidden;
}

@media (max-width: 1470px) {
	.info-section__img {
		width: 100%;
	}
}

.info-section__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.section-title {
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.section-title {
		margin-bottom: 30px;
	}
}

.page-title {
	max-width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.team-slider {
		margin-bottom: 30px;
	}
}

.team-slider .swiper-entry {
	position: relative;
}

@media (max-width: 1470px) {
	.team-slider .swiper-entry .swiper-button {
		display: none;
	}
}

.team-slider .swiper-entry .swiper-pagination {
	display: none;
}

@media (max-width: 1470px) {
	.team-slider .swiper-entry .swiper-pagination {
		display: block;
		bottom: -40px;
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.team-slider .swiper-entry .swiper-pagination {
		display: block;
		bottom: -30px;
		max-width: 100%;
		width: 100%;
	}
}

.team-slider .team-slider-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-slider .team-slider-item__img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
}

@media (max-width: 575px) {
	.team-slider .team-slider-item__img {
		width: 100%;
	}
}

.team-slider .team-slider-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.team-slider .team-slider-item__caption {
	text-align: center;
}

.team-slider .team-slider-item__title {
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: var(--black);
	margin: 15px 0 7px;
}

.team-slider .team-slider-item__text {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: var(--grey-text);
}

.video-block {
	position: relative;
	display: block;
	width: 100%;
}

.video-block iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 680px;
	max-height: calc(56.3vw - 30px);
	border: 0;
}

@media (max-width: 1470px) {
	.video-block iframe {
		height: 620px;
	}
}

.seo-block {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(100vh - 66px);
}

@media (max-width: 1199px) {
	.seo-block {
		height: 75vh;
	}
}

@media (max-width: 991px) {
	.seo-block {
		width: 100%;
		min-height: 50vh;
		height: 100%;
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.seo-block {
		padding: 30px 0;
	}
}

.seo-block.grey {
	background: #f7f7f7;
}

.seo-block__content {
	max-width: 620px;
	margin: 0 auto;
}

.seo-block__content .text span {
	color: #000 !important;
}

.seo-block__title {
	margin-bottom: 30px;
}

.seo-block .more-text .text {
	display: none;
	margin-bottom: 20px;
}

.seo-block .more-text.open .btn-read-more svg {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.seo-block__read-more {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-transform: lowercase;
	color: var(--black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;

	gap: 16px;
}

@media (min-width: 1200px) {
	.seo-block__read-more:hover {
		color: var(--black);
	}
/*	.seo-block__read-more:hover:after {
		border-top: 1px solid var(--black);
		border-right: 1px solid var(--black);
	}*/
}
/*
.seo-block__read-more:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--gold);
	border-right: 1px solid var(--gold);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 12px;
	margin-bottom: 5px;
}

.seo-block__read-more.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -4px;
}*/

.btn {
	max-width: 245px;
	width: 100%;
	height: 55px;
	padding: 0 25px;
	color: var(--gold);
	background: #fff;
	border: 2px solid var(--gold);
	font-family: 'Geologica', sans-serif;
	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-transform: initial;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: relative;
	z-index: 2;

	font-size: 18px;
	font-weight: 600;
}

.btn.center {
	margin: 0 auto;
}

@media (max-width: 767px) {
	.btn {
		height: 50px;
	}
}

@media (min-width: 1200px) {
	.btn:hover {
		background: var(--gold);
		color: #fff;
		border: 2px solid var(--gold);
	}
}

.btn.orange {
	background-color: var(--gold);
	border-color: var(--gold);
	color: #000;
}

@media (min-width: 1200px) {
	.btn.orange:hover {
		background: var(--gold-hover);
		border-color:var(--gold-hover);
		color: var(--black);
	}
}

.btn.black {
	background: var(--black);
	border: 2px solid var(--black);
	color: #fff;
}

@media (min-width: 1200px) {
	.btn.black:hover {
		background: var(--gold);
		border: 2px solid var(--gold);
		color: #fff;
	}
}

.btn.white {
	background-color: #fff;
	border-color: #fff;
	color: #000000;
}

@media (min-width: 1200px) {
	.btn.white:hover {
		background-color: #000000;
		border-color: #000000;
		color: #fff;
	}
}

.btn.btn-form {
	margin-top: 50px;
}

.btn.small {
	height: 50px;
	padding: 0 20px;
	max-width: 200px;
}

.btn.big {
	max-width: 375px;
	height: 65px;
}

.btn.big:hover {
	color: var(--black) !important;
}

@media (max-width: 1199px) {
	.btn.big {
		height: 50px;
	}
}

.btn.w100 {
	max-width: 100%;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.swiper-entry {
	position: relative;
}

.swiper-entry .swiper-button-next,
.swiper-entry .swiper-button-prev {
	background-image: none;
}

@media (max-width: 767px) {
	.swiper-entry .swiper-container {
		width: 100%;
		overflow: visible;
	}
}

.swiper-button-decor .swiper-button-prev,
.swiper-button-decor .swiper-button-next {
	background-image: none;
	border: 1px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.swiper-button-decor .swiper-button-prev.swiper-button-lock,
.swiper-button-decor .swiper-button-next.swiper-button-lock {
	display: none;
}

@media (max-width: 575px) {
	.swiper-button-decor .swiper-button-prev,
	.swiper-button-decor .swiper-button-next {
		width: 35px;
		height: 35px;
		border: 1px solid var(--black);
	}
}

.swiper-button-decor .swiper-button-prev svg,
.swiper-button-decor .swiper-button-next svg {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.swiper-button-decor .swiper-button-prev svg path,
.swiper-button-decor .swiper-button-next svg path {
	stroke: #fff;
}

@media (max-width: 991px) {
	.swiper-button-decor .swiper-button-prev svg path,
	.swiper-button-decor .swiper-button-next svg path {
		stroke: #fff;
	}
}

.swiper-button-decor .swiper-button-prev.swiper-button-disabled,
.swiper-button-decor .swiper-button-next.swiper-button-disabled {
	opacity: 0.55;
}

@media (min-width: 1200px) {
	.swiper-button-decor .swiper-button-prev:hover,
	.swiper-button-decor .swiper-button-next:hover {
		border: 1px solid var(--gold);
	}
	.swiper-button-decor .swiper-button-prev:hover svg,
	.swiper-button-decor .swiper-button-next:hover svg {
		-webkit-transform: scale(1.1) rotate(-45deg);
		-ms-transform: scale(1.1) rotate(-45deg);
		transform: scale(1.1) rotate(-45deg);
	}
}

.swiper-button-decor .swiper-button-prev {
	left: -100px;
	margin-top: -60px;
}

@media (max-width: 1640px) {
	.swiper-button-decor .swiper-button-prev {
		left: 30px;
	}
}

@media (max-width: 1199px) {
	.swiper-button-decor .swiper-button-prev {
		left: 15px;
	}
}

@media (max-width: 575px) {
	.swiper-button-decor .swiper-button-prev {
		left: 15px;
		margin-top: -30px;
	}
}

.swiper-button-decor .swiper-button-prev svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (min-width: 1640px) {
	.swiper-button-decor .swiper-button-prev svg path {
		stroke: #4a4a4a;
	}
}

.swiper-button-decor .swiper-button-next {
	right: -100px;
	margin-top: -60px;
}

@media (max-width: 1640px) {
	.swiper-button-decor .swiper-button-next {
		right: 30px;
	}
}

@media (max-width: 1199px) {
	.swiper-button-decor .swiper-button-next {
		right: 15px;
	}
}

@media (max-width: 575px) {
	.swiper-button-decor .swiper-button-next {
		right: 15px;
		margin-top: -30px;
	}
}

.swiper-button-decor .swiper-button-next svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (min-width: 1640px) {
	.swiper-button-decor .swiper-button-next svg path {
		stroke: #4a4a4a;
	}
}

.swiper-pagination {
	bottom: 25px;
	max-width: 690px;
	width: 100%;
}

@media (max-width: 575px) {
	.swiper-pagination {
		max-width: 100%;
	}
}

.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #dbdbdb;
	opacity: 1;
	margin: 0 15px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--gold);
	opacity: 1;
}

@media (max-width: 991px) {
	.slider-pagination {
		display: block;
		margin: 0 auto;
	}
}

.slider-pagination .swiper-wrapper {
	max-width: 690px;
}

@media (max-width: 1470px) {
	.slider-pagination .swiper-wrapper {
		max-width: 670px;
	}
}
@media (max-width: 1380px) {
	.slider-pagination .swiper-wrapper {
		max-width: 600px;
	}
}

@media (max-width: 1199px) {
	.slider-pagination .swiper-wrapper {
		width: 475px;
	}
}

@media (max-width: 575px) {
	.slider-pagination .swiper-wrapper {
		width: 100%;
		max-width: 320px;
	}
}

.slider-pagination .swiper-slide {
	position: relative;
}

.slider-pagination .swiper-slide .info-section__img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	right: 0;
	top: 70%;
	background: -webkit-gradient(
		linear,
		left bottom, left top,
		from(rgba(0, 0, 0, 0.7)),
		color-stop(95.41%, rgba(0, 0, 0, 0))
	);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0) 95.41%
	);
}

.slider-all .swiper-slide {
	position: relative;
	width: 100%;
}

.slider-all .swiper-slide .slider-all-img {
	height: 680px;
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

@media (max-width: 1470px) {
	.slider-all .swiper-slide .slider-all-img {
		height: 620px;
	}
}

@media (max-width: 991px) {
	.slider-all .swiper-slide .slider-all-img {
		height: 450px;
	}
}

@media (max-width: 575px) {
	.slider-all .swiper-slide .slider-all-img {
		height: 320px;
	}
}

.slider-all .swiper-slide .slider-all-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.slider-all .swiper-pagination {
	max-width: 100%;
	bottom: -45px;
}

@media (max-width: 991px) {
	.slider-all .swiper-pagination {
		bottom: 15px;
	}
}

.slider-all .swiper-button-prev {
	left: -100px;
	margin-top: 0;
}

@media (max-width: 1640px) {
	.slider-all .swiper-button-prev {
		left: -80px;
	}
}

@media (max-width: 991px) {
	.slider-all .swiper-button-prev {
		left: -65px;
	}
}

@media (max-width: 575px) {
	.slider-all .swiper-button-prev {
		left: 15px;
	}
}

.slider-all .swiper-button-prev svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slider-all .swiper-button-prev svg path {
	stroke: #4a4a4a;
}

.slider-all .swiper-button-next {
	right: -100px;
	margin-top: 0;
}

@media (max-width: 1640px) {
	.slider-all .swiper-button-next {
		right: -80px;
	}
}

@media (max-width: 991px) {
	.slider-all .swiper-button-next {
		right: -65px;
	}
}

@media (max-width: 575px) {
	.slider-all .swiper-button-next {
		right: 15px;
	}
}

.slider-all .swiper-button-next svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slider-all .swiper-button-next svg path {
	stroke: #4a4a4a;
}

.slider-all .swiper-button-lock + .swiper-container .swiper-wrapper {
	justify-content: center;
}

.slider-all .swiper-button-lock + .swiper-container .swiper-slide:last-child {
	margin-right: 0 !important;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-----------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.popup-wrapper.active {
	left: 0;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
	position: absolute;
	left: 0;
	top: -100px;
	right: 0;
	bottom: -100px;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	opacity: 0;
}

.popup-wrapper.active .bg-layer {
	opacity: 1;
}

.popup-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	letter-spacing: 0;
	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;
}

.popup-content.thank .popup-container {
	min-height: 220px;
}

.popup-content.thank .popup-container .popup-align {
	min-height: 220px;
	text-align: center;
}

@media (max-width: 767px) {
	.popup-content.thank .popup-container .popup-align {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.popup-content.search-modal .popup-container {
	max-width: 1650px;
}

.popup-content.search-modal .popup-container .form .form-title {
	margin-bottom: 0;
}

.popup-content.search-modal .popup-container .form .other-filters {
	margin-top: -15px;
}

.popup-content.search-modal .popup-container .form .other-filters .flex-group {
	margin-top: 15px;
}

.popup-content.search-modal .popup-container .form .btn-form {
	max-width: 320px;
}

@media (max-width: 1470px) {
	.popup-content.search-modal .popup-container {
		max-height: 90vh;
		overflow-y: auto;
	}
}

@media (max-width: 1470px) {
	.popup-content.search-modal .popup-container .popup-align {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.popup-content.search-modal .popup-container .popup-align {
		padding: 45px 15px 15px;
	}
}

@media (max-width: 767px) {
	.popup-content.search-modal .popup-container .popup-align .modal-form {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.popup-content.search-modal
		.popup-container
		.popup-align
		.modal-form
		.sub-group
		.form-group {
		padding-left: 0;
		margin: 0 0 40px;
	}
}

@media (max-width: 767px) {
	.popup-content.search-modal
		.popup-container
		.popup-align
		.modal-form
		.sub-group
		.form-group
		.slider-range {
		margin-top: 30px;
	}
}

.popup-content.modal-cooperation .popup-container {
	max-width: 1500px;
}

.popup-content.modal-cooperation .popup-container .form .form-title {
	margin-bottom: 30px;
}

.popup-content.modal-cooperation .popup-container .form .other-filters {
	margin-top: -15px;
}

.popup-content.modal-cooperation
	.popup-container
	.form
	.other-filters
	.flex-group {
	margin-top: 15px;
}

.popup-content.modal-cooperation .popup-container .form .btn-form {
	max-width: 215px;
	margin-top: 35px;
}

@media (max-width: 767px) {
	.popup-content.modal-cooperation .popup-container .form .btn-form {
		margin-top: 30px;
		max-width: 100%;
	}
}

@media (max-width: 1470px) {
	.popup-content.modal-cooperation .popup-container {
		max-height: 90vh;
		overflow-y: auto;
	}
}

@media (max-width: 1470px) {
	.popup-content.modal-cooperation .popup-container .popup-align {
		padding: 45px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-cooperation .popup-container .popup-align {
		padding: 45px 15px 15px;
	}
}

.popup-content.modal-cooperation .popup-container .popup-align .modal-img {
	max-height: 425px;
}

@media (max-width: 767px) {
	.popup-content.modal-cooperation .popup-container .popup-align .modal-img {
		display: none;
	}
}

.popup-content.modal-cooperation .popup-container .popup-align .modal-form {
	padding-left: 35px;
}

@media (max-width: 1199px) {
	.popup-content.modal-cooperation .popup-container .popup-align .modal-form {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.popup-content.modal-cooperation .popup-container .popup-align .modal-form {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-cooperation .popup-container .popup-align .modal-form {
		margin-top: 0;
	}
}

@media (max-width: 1199px) {
	.popup-content.modal-cooperation
		.popup-container
		.popup-align
		.modal-form
		.sub-group {
		margin: 0 -15px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-cooperation
		.popup-container
		.popup-align
		.modal-form
		.sub-group {
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.popup-content.modal-cooperation
		.popup-container
		.popup-align
		.modal-form
		.sub-group
		.form-group {
		margin: 0 15px 25px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-cooperation
		.popup-container
		.popup-align
		.modal-form
		.sub-group
		.form-group {
		padding-left: 0;
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-cooperation
		.popup-container
		.popup-align
		.modal-form
		.sub-group
		.form-group
		.slider-range {
		margin-top: 30px;
	}
}

.popup-content.modal-installments .popup-container {
	max-width: 1100px;
}

@media (max-width: 767px) {
	.popup-content.modal-installments .popup-container {
		max-height: 90vh;
		overflow-y: auto;
	}
}

.popup-content.modal-installments .popup-container .popup-align {
	padding: 0;
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-info-text {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	color: var(--grey-text);
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-info-text
	span {
	display: block;
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-info-percent {
	font-size: 32px;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-info-percent {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-info-percent {
		font-size: 24px;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-info
	.h5 {
	margin-bottom: 30px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-info
		.h5 {
		margin-bottom: 15px;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-info
	hr {
	background: #dbdbdb;
	width: 100%;
	height: 2px;
	margin: 30px 0;
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-info
		hr {
		margin: 15px 0;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side {
	width: 50%;
	padding: 60px 60px 70px;
}

@media (max-width: 991px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-side {
		padding: 50px 20px 40px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-side {
		width: 100%;
		padding: 30px 15px 20px;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side.modal-installments-left
	.modal-installments-info
	.modal-installments-sub-title {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: var(--black);
	margin: 30px 0;
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-side.modal-installments-left
		.modal-installments-info
		.modal-installments-sub-title {
		margin: 15px 0;
		font-size: 20px;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side.modal-installments-right {
	background: #f7f7f7;
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side.modal-installments-right
	.modal-form {
	padding-left: 0;
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side.modal-installments-right
	.form-title {
	font-size: 32px;
	font-weight: 300;
}

@media (max-width: 991px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-side.modal-installments-right
		.form-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-side.modal-installments-right
		.form-title {
		font-size: 24px;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side.modal-installments-right
	.modal-installments-logo {
	margin: 15px auto 20px;
	height: 35px;
	display: block;
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side.modal-installments-right
	.modal-installments-sub-title {
	text-align: center;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: var(--black);
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.popup-content.modal-installments
		.popup-container
		.popup-align
		.modal-installments-container
		.modal-installments-side.modal-installments-right
		.modal-installments-sub-title {
		font-size: 20px;
	}
}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-side.modal-installments-right
	.btn-form {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
}

.popup-content.modal-contact .btn-form {
	margin-top: 25px;
}

.popup-content.active {
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.popup-content:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}

.popup-content .layer-close {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10000px;
}

.btn-close {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 46px;
	height: 46px;
	display: inline-block;
	cursor: pointer;
	background: var(--black);
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
	.btn-close {
		width: 40px;
		height: 40px;
	}
}

.btn-close span {
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	background-image: url(https://auroom.ua/wp-content/uploads/2025/06/burger-3.svg);
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

/*.btn-close span:before,
.btn-close span:after {
	content: '';
	height: 1px;
	width: 16px;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
}

.btn-close span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
/*
@media (min-width: 1200px) {
	.btn-close:hover span {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}
*/
.popup-container {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	background: #fff;
	max-width: 1000px;
	min-height: 420px;
	z-index: 1;
}

.popup-align {
	overflow: hidden;
	position: relative;
	padding: 65px;
	min-height: 420px;
}

@media (max-width: 767px) {
	.popup-align {
		padding: 15px;
	}
}

.popup-align .modal-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.popup-align .modal-img.small {
	max-width: 400px;
	height: 290px;
}

@media (max-width: 1199px) {
	.popup-align .modal-img.small {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.popup-align .modal-img.small {
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.popup-align .modal-img.small {
		height: 220px;
		margin: 0 auto 20px;
	}
}

.popup-align .modal-img.big {
	max-width: 490px;
	height: 585px;
}

@media (max-width: 1199px) {
	.popup-align .modal-img.big {
		margin: 0 auto 30px;
		max-width: 390px;
		height: 470px;
		display: none;
	}
}

.popup-align .modal-img img {
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.popup-align .modal-form {
	max-width: 100%;
}

.popup-align .modal-form.small {
	padding-left: 20px;
}

@media (max-width: 1199px) {
	.popup-align .modal-form.small {
		padding-left: 0;
	}
}

.popup-align .modal-form.big {
	padding-left: 35px;
}

@media (max-width: 1470px) {
	.popup-align .modal-form.big {
		padding-left: 20px;
	}
}

.popup-align .modal-form .sub-group {
	margin: 0 -30px;
}

@media (max-width: 767px) {
	.popup-align .modal-form .sub-group {
		margin: 0;
	}
}

.popup-align .modal-form .sub-group .form-group {
	width: calc(50% - 60px);
	margin: 0 30px 25px;
}

@media (max-width: 1199px) {
	.popup-align .modal-form .sub-group .form-group {
		width: 100%;
	}
}

.popup-align .popup-info {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

.popup-align .popup-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.popup-align .popup-links a {
	margin: 5px 10px;
}

.popup-align .btn-form {
	max-width: 100%;

	color: var(--black);

	font-weight: 600;
	font-size: 18px;
}

.popup-align .btn-form:hover {
	color: var(--black);
}

@media (max-width: 991px) {
	.popup-align .btn-form {
		margin-top: 30px;
	}
}

.dropdown {
	position: relative;
	font-size: 14px;
	color: #333;
}

.dropdown .dropdown-list {
	padding: 25px 25px 15px;
	background: #fff;
	position: absolute;
	top: 30px;
	left: 2px;
	right: 2px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform 0.15s ease-in-out 0.15s;
	transition: -webkit-transform 0.15s ease-in-out 0.15s;
	transition: transform 0.15s ease-in-out 0.15s;
	transition: transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s;
	transition: transform 0.15s ease-in-out 0.15s,
		-webkit-transform 0.15s ease-in-out 0.15s;
	max-height: 210px;
	overflow: auto;
	z-index: 2;
}

.dropdown .dropdown-list:not(.touch-screen)::-webkit-scrollbar-track,
.dropdown .dropdown-list:not(.touch-screen) *::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 3.5px;
}

.dropdown .dropdown-list:not(.touch-screen)::-webkit-scrollbar-thumb,
.dropdown .dropdown-list:not(.touch-screen) *::-webkit-scrollbar-thumb {
	border-radius: 3.5px;
	background: #091219;
}

.dropdown .dropdown-option {
	padding: 8px 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0.27px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dropdown .dropdown-label {
	display: block;
	cursor: pointer;
	border-radius: 26px;
	background-color: #f5f5f5;
	height: 50px;
	width: 100%;
	padding: 15px 20px;
	font-size: 15px;
	letter-spacing: 0.27px;
	line-height: 20px;
	border: transparent;
	z-index: 22;
	position: relative;
}

.dropdown .dropdown-label:before {
	content: '▼';
	float: right;
}

.dropdown.on .dropdown-list {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.dropdown.on .dropdown-list .dropdown-option {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.dropdown.on .dropdown-label:before {
	content: '▲';
}

.dropdown [type='checkbox'] {
	position: relative;
	margin-right: 10px;
	height: 20px;
	width: 20px;
	background: #33a749;
}

.form {
	max-width: 100%;
	margin: 0 auto;
}

.form .form-title {
	margin-bottom: 15px;
	text-align: center;
	color: #1e1e1e;
	font-weight: 700;
	font-size: 28px;
}


.form .form-title span {
	color: var(--gold);
}

.form .text {
	margin-bottom: 15px;
}

.form .form-group {
	margin-bottom: 25px;
	position: relative;
}

.news-detail .form .form-title {
	color: #000 !important;
}

@media (max-width: 767px) {
	.form .form-group {
		margin-bottom: 15px;
	}
}

.form .form-group .select-label {
	position: absolute;
	top: -5px;
	left: 20px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.4px;
	z-index: 30;
	opacity: 0.5;
}

.form .form-group.flex-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form .form-group.flex-group .checkbox-container {
	margin-right: 35px;
}

@media (max-width: 1199px) {
	.form .form-group.flex-group .checkbox-container {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.form .form-group.flex-group .checkbox-container {
		margin-right: 15px;
		margin-bottom: 15px;
	}
}

.form .form-group.flex-group .checkbox-container:last-child {
	margin-right: 0;
}

.form .sub-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

@media (max-width: 575px) {
	.form .sub-group {
		display: block;
		margin: 0;
	}
}

.form .sub-group .form-group {
	width: calc(50% - 20px);
	margin: 0 10px 25px;
}

@media (max-width: 767px) {
	.form .sub-group .form-group {
		width: 100%;
		margin: 0 0 15px;
	}
}

.field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.field label {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding-left: 5px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	top: 10px;
	pointer-events: none;
	position: absolute;
	left: 15px;
	font-size: 15px;
	opacity: 0.2;
	font-weight: 500;
}

.field input:focus + label {
	top: -7px;
	font-size: 13px;
	opacity: 0.5;
}

.field input:not(:focus):valid ~ label {
	top: -7px;
	font-size: 13px;
	opacity: 0.5;
}

.input-upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.input-upload {
		display: block;
	}
}

.input-upload .file-input-container-img {
	position: relative;
}

@media (max-width: 767px) {
	.input-upload .file-input-container-img {
		margin-top: 15px;
	}
}

.input-upload .file-input-container-img .preview-img {
	height: 92px;
	width: 92px;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}

.input-upload .file-input-container-img .remove-img {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 46px;
	height: 46px;
	display: inline-block;
	cursor: pointer;
	background: #f5f5f5;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
	.input-upload .file-input-container-img .remove-img {
		top: 30px;
		right: 15px;
	}
}

.input-upload .file-input-container-img .remove-img span {
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.input-upload .file-input-container-img .remove-img span:before,
.input-upload .file-input-container-img .remove-img span:after {
	content: '';
	height: 2px;
	width: 16px;
	display: block;
	position: absolute;
	top: 6px;
	left: -2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #091219;
}

.input-upload .file-input-container-img .remove-img span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.file-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.file-input > [type='file'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.file-input > .button {
	height: 42px;
	width: 188px;
	border: 1.5px solid #000000;
	border-radius: 35px;
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 20px;
	text-align: center;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.file-input > .button {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
}

.file-input:hover > .button {
	background: #263238;
	color: #fff;
}

.file-input > .label {
	color: #333;
	white-space: nowrap;
	opacity: 0.7;
	font-size: 13px;
}

.input,
.select,
.textarea {
	background-color: transparent;
	height: 40px;
	width: 100%;
	padding: 0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-family: 'SF UI Display', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	border-bottom: 2px solid #dbdbdb;
	color: var(--grey-text);
}

.input::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input::-moz-placeholder,
.select::-moz-placeholder,
.textarea::-moz-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input:-ms-input-placeholder,
.select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input::-ms-input-placeholder,
.select::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input::-webkit-input-placeholder, .select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input::-moz-placeholder, .select::-moz-placeholder, .textarea::-moz-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input:-ms-input-placeholder, .select:-ms-input-placeholder, .textarea:-ms-input-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input::-ms-input-placeholder, .select::-ms-input-placeholder, .textarea::-ms-input-placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input::placeholder,
.select::placeholder,
.textarea::placeholder {
	color: var(--grey-text);
	font-size: 18px;
}

.input.invalid,
.select.invalid,
.textarea.invalid {
	border-bottom: 2px solid red;
}

.textarea {
	height: 150px;
}

.textarea.small {
	height: 80px;
}

@media (max-width: 767px) {
	.textarea {
		height: 120px;
	}
}

label strong {
	font-weight: 600;
}

.label-title {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: left;
}

.label-title.small {
	font-size: 14px;
	line-height: 17px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
}

.sumoselect-wrapp {
	position: relative;
	cursor: pointer;
}

.sumoselect-wrapp .select-label {
	position: absolute;
	top: -8px;
	left: 22px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.4px;
	z-index: 30;
	opacity: 0.5;
}

.sumoselect-wrapp .SumoSelect {
	width: 100%;
	z-index: 12;
}

.sumoselect-wrapp .SumoSelect.open {
	z-index: 95;
}

.sumoselect-wrapp .SumoSelect .CaptionCont {
	background-color: transparent;
	height: 40px;
	width: 100%;
	padding: 0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-family: 'SF UI Display', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	border: none;
	border-bottom: 2px solid #dbdbdb;
	color: var(--grey-text);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sumoselect-wrapp .SumoSelect .CaptionCont .placeholder {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: var(--grey-text);
}

.sumoselect-wrapp .SumoSelect .CaptionCont label i {
	right: 5px;
	left: auto;
	top: 0;
	z-index: 91;
	background-image: url('../img/icon/arr.svg');
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.sumoselect-wrapp .SumoSelect .optWrapper {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	border: none;
	z-index: 90;
}

@media (max-width: 767px) {
	.sumoselect-wrapp .SumoSelect .optWrapper {
		position: relative;
	}
}

.sumoselect-wrapp .SumoSelect .optWrapper .options {
	padding: 0 23px;
	max-height: 300px;
}

.sumoselect-wrapp .SumoSelect .optWrapper .options .opt {
	padding: 12px 0;
	border-bottom: none;
}

.sumoselect-wrapp .SumoSelect .optWrapper .options .opt:hover {
	color: var(--gold);
	background-color: transparent;
}

.sumoselect-wrapp .SumoSelect .optWrapper .options .opt:hover label {
	color: var(--gold);
}

.sumoselect-wrapp .SumoSelect .optWrapper .options .opt.disabled {
	opacity: 1;
}

.sumoselect-wrapp .SumoSelect .optWrapper .options .opt label {
	color: var(--grey-text);
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.sumoselect-wrapp .SumoSelect.open .CaptionCont label i {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.sumoselect-wrapp .SumoSelect.open .optWrapper {
	top: 0;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	border-bottom: 2px solid #dbdbdb;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
	opacity: 1;
}

.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
	border: 1.5px solid #ccd0d4;
	height: 18px;
	width: 18px;
}

.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
	border: 1.5px solid var(--gold);
	background-color: var(--gold);
	background-size: 9px;
}

.SumoSelect .select-all {
	border-radius: 0;
	border-bottom: none;
	background-color: #fff;
	padding: 12px 23px 12px 58px;
	height: 48px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected.partial > span i {
	border-color: var(--grey-text);
	background-color: var(--grey-text);
}

.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
	color: var(--grey-text);
}
.SumoSelect .select-all > label {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.options > .opt.disabled:first-child {
	display: none;
}

.range-block {
	margin-bottom: 30px;

	display: flex;
	flex-direction: column;
	gap: 24px;
}

.range-block__title {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	text-transform: initial;
	text-align: left;

	color: #191919;
}

.range-block__title.small {
	font-size: 14px;
	line-height: 17px;
}

.range-block .sumoselect-wrapp {
	margin-top: 6px;
}

.range-block .current-value {
	font-size: 44px;
	font-weight: 300;
	line-height: 120%;

	color: #191919;
}

.range-block .current-value sup {
	font-size: 20px;
}

.deferral_first, .deferral_term, .deferral_cost {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.slider-range {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 45px;
}

.slider-range .ui-slider-horizontal {
	position: relative;
	width: calc(100% - 10px);
	height: 2px;
	background-color: #dbdbdb;
	cursor: pointer;
	clear: both;
	border: transparent;
	border-radius: 0;
}

.slider-range .ui-slider-horizontal:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #dbdbdb;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1;
	cursor: pointer;
}

.slider-range .ui-slider-horizontal:after {
	content: '';
	position: absolute;
	top: -5px;
	right: -10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background: #dbdbdb;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1;
	cursor: pointer;
}

.slider-range .ui-slider .ui-slider-range {
	position: absolute;
	cursor: pointer;
	top: 0;
	height: 100%;
	display: block;
	border: 0;
	background-color: var(--gold);
	opacity: 1;
	background-position: 0 0;
	z-index: 1;
	margin: 0;
	border-radius: 0;
}

.slider-range .ui-slider .ui-slider-handle.ui-state-focus {
	z-index: 5;
}

.slider-range .ui-slider .ui-slider-handle {
	position: absolute;
	top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	background-color: var(--gold);
	-ms-touch-action: none;
	touch-action: none;
	z-index: 2;
	cursor: pointer;
}

.slider-range .ui-slider .ui-slider-handle::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background-color: transparent;
	top: -23px;
	left: -60px;
}

.slider-range .ui-slider .ui-slider-handle span {
	position: absolute;
	display: none;
	top: 16px;
	left: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: var(--gold);
	text-transform: uppercase;
	background: #f7f7f7;
}

.range .ui-slider-handle:nth-child(3) span {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 10px;
	background: #f7f7f7;
	padding: 0 0 0 5px;
}

.amount {
	position: absolute;
	display: block;
	top: -28px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: var(--grey-text);
	text-transform: uppercase;
}

.amount.amount-start {
	left: 0;
}

.amount.amount-end {
	right: 0;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #dbdbdb;
}

.checkbox-container input:checked ~ .checkmark {
	border: 1px solid var(--gold);
}

.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: var(--gold);
}

.check-text {
	color: var(--grey-text);
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	margin-left: 35px;
}

.radiobox-container {
	display: block;
	position: relative;
	margin-bottom: 17px;
	margin-right: 15px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radiobox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radiobox-container .checkmark {
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid var(--gold);
	border-radius: 50%;
	background-color: transparent;
}

.radiobox-container .checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.radiobox-container input:checked ~ .checkmark:after {
	display: block;
}

.radiobox-container .checkmark:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background: var(--gold);
	border-radius: 50%;
}

#fp-nav {
	right: auto !important;
	left: 45px !important;
}

@media (max-width: 1640px) {
	#fp-nav {
		left: 20px !important;
	}
}

@media (max-width: 1470px) {
	#fp-nav {
		left: 10px !important;
	}
}

#fp-nav ul li {
	width: 10px;
	height: 10px;
	margin: 25px 0;
}

#fp-nav ul li a span {
	height: 10px;
	width: 10px;
	background: #dbdbdb;
	opacity: 0.5;
}

#fp-nav ul li a.active span {
	background: var(--gold);
	opacity: 1;
	height: 10px;
	width: 10px;
	margin: -2px 0 0 -2px;
}

#fp-nav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -2px 0 0 -2px;
	opacity: 1;
}

#fp-nav ul li:hover a.active span {
	background: var(--gold);
	opacity: 1;
	height: 10px;
	width: 10px;
	margin: -2px 0 0 -2px;
}

.home-page #fp-nav ul li:last-child {
	display: none;
}

.news-item {
	max-width: 100%;
	margin: 0 auto 40px;
	display: block;
}

@media (max-width: 1640px) {
	.news-item {
		margin: 0 auto 30px;
	}
}

@media (max-width: 1199px) {
	.news-item {
		max-width: 100%;
	}
}

.news-item__img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 47%;
	overflow: hidden;
}

@media (max-width: 1640px) {
	.news-item__img {
		padding-bottom: 41%;
	}
}

@media (max-width: 1199px) {
	.news-item__img {
		padding-bottom: 47%;
	}
}

@media(max-width: 767px) {
	.news .row {
		gap: 30px;
	}
}



.news-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.news-item__img:before {
	content: '';
	background: linear-gradient(
		59.13deg,
		#000000 -6.36%,
		rgba(0, 0, 0, 0) 30.73%
	);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.news-label__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;

    margin-top: 15px;
}

.news-item__label {
	text-transform: uppercase;
	font-family: Geologica;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	
	color: #F9F8F8;
	background: var(--gold);
	padding: 7px 15px;

    width: fit-content;
}

.news-item__date {
	font-family: Geologica;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	text-transform: lowercase;
	color: #191919;

	display: flex;
	align-items: center;
	gap: 12px;
}

.news-item__title {
	font-family: Geologica;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	color: var(--black);
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 1640px) {
	.news-item__title {
		margin-top: 15px;
	}
}

@media (min-width: 1200px) {
	.news-item:hover .news-item__title {
		color: var(--gold);
	}
	.news-item:hover .news-item__img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.sales-departments-item {
	max-width: 100%;
	margin: 0 auto;
	display: block;

	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1640px) {
	.sales-departments-item {
		margin: 0 auto;
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.sales-departments-item {
		max-width: 100%;
		margin: 0 auto 30px;
	}
}

.sales-departments-item__img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 76%;
	overflow: hidden;
	margin-bottom: 15px;
}

@media (max-width: 1640px) {
	.sales-departments-item__img {
		padding-bottom: 70%;
	}
}

@media (max-width: 1199px) {
	.sales-departments-item__img {
		padding-bottom: 76%;
	}
}

.sales-departments-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.sales-departments-item__addr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;

	flex-direction: column-reverse;

	gap: 22px;
}


.sales-departments-item__addr__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	color: var(--black);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 19px;

	width: 100%;

	background: var(--gold);
}

.sales-departments-item__addr__link:hover {
	background: var(--gold-hover);
}

.sales-departments-item__addr__link:hover span {
	color: var(--black);
}

.sales-departments-item__addr__link span {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: initial;
}

.sales-departments-top__btns a {
	transition: 200ms all ease-in;
}

.sales-departments-top__btns a:hover {
	background: var(--gold-hover);
	color: var(--black);
}

.sales-departments-form .btn.btn-form {
	transition: 200ms all ease-in;
}

.sales-departments-form .btn.btn-form:hover {
	background: var(--gold-hover);
	color: var(--black);
}

@media (max-width: 767px) {
	.sales-departments-item__addr__link span {
		margin: 0 10px 0 10px;
	}
}

@media (max-width: 767px) {
	.sales-departments-item__addr__link span {
		margin: 0 10px 0 0;
	}
}

@media (max-width: 575px) {
	.sales-departments-item__addr__link svg {
		display: none;
	}
}

@media (min-width: 1200px) {
	.sales-departments-item__addr__link:hover {
		color: var(--black);
	}
	.sales-departments-item__addr__link:hover .arr path {
		stroke: var(--black);
	}
}

.sales-departments-item__addr__street {
	color: var(--black);
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 110%;
	text-align: left;

	width: 100%;

}

.sales-departments-item__addr__street span {
	display: block;
	font-size: 14px;
	line-height: 100%;
}

.sales-departments-item__caption {
	display: flex;
	flex-direction: column-reverse;
}


.sales-departments-item__caption__house {
	width: 50%;
}

@media (max-width: 991px) {
	.sales-departments-item__caption__house {
		width: 40%;
	}
}

@media (max-width: 575px) {
	.sales-departments-item__caption__house {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
}

.sales-departments-item__caption__house a {
	display: block;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	color: var(--black);
}

@media (min-width: 1200px) {
	.sales-departments-item__caption__house a:hover {
		color: var(--gold);
	}
}

@media (max-width: 1640px) {
	.sales-departments-item__caption__house a {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.sales-departments-item__caption__house a {
		font-size: 15px;
		width: 50%;
		padding: 5px;
		margin-bottom: 0;
	}
}

.sales-departments-item__caption__info {
	width: 100%;

	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sales-departments-item__caption__info__item {
	position: relative;

	display: flex;
	gap: 15px;
}

.sales-departments-item__caption__info__item .item-icon {
	display: flex;
	flex-basis: 10%;
}

.sales-departments-item__caption__info__item .item-icon svg {
	width: 44px;
}

.sales-departments-item__caption__info__item .item-inner-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;

	flex-basis: 90%;
}

.sales-departments-item__caption__info__item .item-inner-content.house-list {
	justify-content: flex-start;
}

.sales-departments-item__caption__info__item a {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	text-transform: uppercase;
	color: var(--black);
}

.sales-departments-item__caption__info__item .item-inner-content a.house-link {
	font-weight: 300;
	font-size: 18px;
	text-transform: initial;
}

.sales-departments-item__caption__info__item__work-time {
	display: flex;
	gap: 10px;
	width: 100%;
}


.sales-departments-item__caption__info__item__work-time span {
	line-height: 120%;
}

.sales-departments-item__caption__info__item__work-time span:nth-child(1) {
	font-weight: 600;
	color: var(--black);
	text-transform: lowercase;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	word-break: break-word;

	flex-basis: 50px;
}

.sales-departments-item__caption__info__item__work-time span:nth-child(2) {
	font-weight: 400;

}

/*banner-news-block*/
.banner-news-block {
	position: absolute;
	z-index: 12;
	bottom: 120px;
	display: inline-block;
	width: 500px;
	padding: 10px;
	background: #fff;
}

@media (max-width: 1640px) {
	.banner-news-block {
		width: 400px;
	}
}

@media (max-width: 1199px) {
	.banner-news-block {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.banner-news-block {
		left: 15px;
		bottom: 90px;
		width: calc(100% - 30px);
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	}
}

.banner-news-block .banner-news-block-close {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: var(--gold);
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width: 1200px) {
	.banner-news-block .banner-news-block-close:hover span {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.banner-news-block .banner-news-block-close span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.banner-news-block .banner-news-block-close span::before,
.banner-news-block-close span::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	margin-bottom: -1px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.banner-news-block .banner-news-block-close span::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner-news-block .banner-news-block-close span::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.banner-news-block .banner-news-block-close:active {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.banner-news-block .banner-news-block-imgs {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.banner-news-block .banner-news-block-imgs:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.banner-news-block .banner-news-block-imgs img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

.banner-news-block .banner-news-block-cont {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 20px 10px;
	background-color: #fff;
}

@media (max-width: 1640px) {
	.banner-news-block .banner-news-block-cont {
		padding: 10px 0px 5px;
	}
}

.banner-news-block .banner-news-block-cont .media {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.18;
	color: var(--black);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: block;
}

@media (min-width: 1200px) {
	.banner-news-block .banner-news-block-cont .media:hover {
		color: var(--gold);
	}
}

.banner-news-block .banner-news-block-cont p {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	margin: 10px 0 15px;
}

@media (max-width: 1640px) {
	.banner-news-block .banner-news-block-cont p {
		font-size: 16px;
		margin: 5px 0 10px;
	}
}

.banner-news-block .banner-news-block-cont .btn-more {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--gold);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (min-width: 1200px) {
	.banner-news-block .banner-news-block-cont .btn-more:hover {
		color: var(--black);
	}
	.banner-news-block .banner-news-block-cont .btn-more:hover svg path {
		stroke: var(--black);
	}
}

.banner-news-block .banner-news-block-cont .btn-more svg {
	margin-left: 13px;
}

.banner-news-block .banner-news-block-cont .btn-more svg path {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

/*banner-news-block*/
.banner-news-block {
	right: -100px;
	opacity: 0;
	visibility: hidden;
}

.site-ready .banner-news-block.animation.animation-is-animated {
	right: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	z-index: 12;
}

.site-ready .banner-news-block.animation.animation-is-animated.hide {
	right: -100px;
	opacity: 0;
	visibility: hidden;
}

.section-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #dbdbdb;
	padding: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.section-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
	}
}

.section-nav__item {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--grey-text);
	cursor: pointer;
	padding: 12px 30px;
	position: relative;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (min-width: 1200px) {
	.section-nav__item:hover {
		color: var(--gold);
	}
}

@media (max-width: 1199px) {
	.section-nav__item:after {
		display: none;
	}
}

@media (max-width: 575px) {
	.section-nav__item {
		margin: 5px;
		padding: 10px 30px;
	}
}
/*
.section-nav__item:after {
	content: '';
	background: #dbdbdb;
	height: 40px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
*/
.section-nav__item:last-child:after {
	display: none;
}

.section-nav__item.active {
	pointer-events: none;
	background: var(--gold);
	color: #fff;
}

.section-nav__item.active:after {
	display: none;
}

@media (min-width: 1200px) {
	.section-nav__item.active:hover {
		color: #fff;
	}
}

.apartments-item {
	display: block;
	background: #f7f7f7;
	padding: 15px 18px;
	margin: 0 auto 30px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #f7f7f7;
	position: relative;
}

@media (max-width: 1199px) {
	.apartments-item {
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.apartments-item {
		margin-bottom: 20px;
	}
	.apartments-item:not(.apartments-item-list) {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		display: flex;
		flex-direction: column;
		height: calc(100% - 20px);
	}
	.apartments-item.discount:not(.apartments-item-list) {
		padding-top: 35px;
	}
	.apartments-item:not(.apartments-item-list) .apartments-item__header {
		padding-bottom: 12px;
		border-bottom: none;
		order: 1;
	}
	.apartments-item:not(.apartments-item-list) .apartments-item__img {
		margin-bottom: 12px;
		order: 2;
	}
	.apartments-item:not(.apartments-item-list) .apartments-item__caption {
		padding-top: 0;
		order: 3;
	}
	.apartments-item:not(.apartments-item-list) .apartments-item__bottom {
		order: 4;
	}
}

.apartments-item__header {
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}

.apartments-item__header__name {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 5px;
	display: block;
}

@media (max-width: 767px) {
	.apartments-item__header__name {
		font-size: 16px;
	}
}

.apartments-item__header__price {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: var(--grey-text);
	display: block;
}

@media (max-width: 767px) {
	.apartments-item__header__price {
		font-size: 14px;
	}
}

.apartments-item__header__price span {
	display: none;
}

.apartments-item__header__price strong {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	color: var(--grey-text);
}

@media (max-width: 767px) {
	.apartments-item__header__price strong {
		font-size: 16px;
		display: block;
	}
}

.apartments-item__caption {
	padding-top: 10px;
}

.apartments-item__caption__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: var(--grey-text);
}

@media (max-width: 767px) {
	.apartments-item__caption__item {
		flex-direction: column;
		margin-bottom: 0;
		font-size: 12px;
	}
	.apartments-item__caption__item span {
		display: flex;
		justify-content: space-between;
	}
}

.apartments-item__caption__item span strong {
	font-weight: 600;
}

@media (max-width: 767px) {
	.apartments-item__caption__item span strong {
		display: block;
	}
}

.apartments-item__img {
	height: 195px;
	max-width: 100%;
	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;
	margin-bottom: 20px;
}

.apartments-item__img img {
	max-height: 195px;
	max-width: 300px;
}

@media (max-width: 767px) {
	.apartments-item__img {
		height: auto;
		position: relative;
		padding-top: 55%;
	}
	.apartments-item__img img {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
}

.apartments-item__bottom {	
	margin-top: 25px;
}

@media (max-width: 767px) {
	.apartments-item__bottom {
		margin-top: 0;
	}
}

.apartments-item__bottom__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: var(--black);
}

@media (max-width: 767px) {
	.apartments-item__bottom__item {
		display: block;
		font-size: 12px;
	}
}

.apartments-item__bottom__item span {
	text-align: center;
}

.apartments-item__bottom__item span strong {
	font-weight: 600;
	display: block;
}

@media (min-width: 1200px) {
	.apartments-item:hover {
		border: 2px solid #ffde00;
	}
}

@media (max-width: 767px) {
	.apartments-item__bottom__item span {
		display: flex;
		justify-content: space-between;
		text-align: end;
	}
	.apartments-item__bottom__item span strong {
		order: 2;
		margin-left: auto;
	}
}

.apartments-item.discount {
	border: 2px solid #ffde00;
}

.apartments-item.discount .discount-label {
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	background: var(--gold);
	padding: 0 13px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

@media (max-width: 767px) {
	.apartments-item.discount .discount-label {
		padding: 0 10px;
	}
}

.apartments-item.discount .apartments-item__header__price .sale {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: var(--grey-text);
}

.apartments-item.discount .apartments-item__header__price strong {
	font-weight: 600;
	color: var(--gold);
}

.apartments-item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 25px;
	margin-bottom: 1px;
}

.apartments-item-list:last-child {
	margin-bottom: 0;
}

@media (max-width: 1470px) {
	.apartments-item-list {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.apartments-item-list {
		align-items: baseline;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 12px 15px 15px;
	}
	.apartments-item-list.discount {
		padding-top: 30px;
	}
}

.apartments-item-list__name {
	width: 15%;
	color: var(--gold);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 5px;
}

@media (max-width: 991px) {
	.apartments-item-list__name {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.apartments-item-list__name {
		width: 100%;
		font-size: 16px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
}

.apartments-item-list__item {
	width: 14%;
	color: var(--grey-text);
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	padding: 0 5px;
}

@media (max-width: 991px) {
	.apartments-item-list__item {
		width: 33.3333%;
		padding: 5px;
	}
}

@media (max-width: 767px) {
	.apartments-item-list__item {
		font-size: 14px;
		line-height: 1.2;
	}
}

@media (max-width: 575px) {
	.apartments-item-list__item {
		width: 40%;
	}
}

.apartments-item-list__item span strong {
	font-weight: 600;
}

.apartments-item-list__item.floor {
	width: 10%;
}

@media (max-width: 991px) {
	.apartments-item-list__item.floor {
		width: 33.3333%;
	}
}

@media (max-width: 575px) {
	.apartments-item-list__item.floor {
		width: 60%;
	}
}

.apartments-item-list__item.rooms {
	width: 12%;
}

@media (max-width: 991px) {
	.apartments-item-list__item.rooms {
		width: 33.3333%;
	}
}

@media (max-width: 575px) {
	.apartments-item-list__item.rooms {
		width: 40%;
	}
}

.apartments-item-list__price {
	width: 21%;
	padding: 0 5px;
}

@media (max-width: 991px) {
	.apartments-item-list__price {
		width: 33.33%;
	}
}

@media (max-width: 575px) {
	.apartments-item-list__price {
		width: 60%;
		font-size: 14px;
	}
}

.apartments-item-list.discount .apartments-item-list__price .sale {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: var(--grey-text);
}

@media (max-width: 575px) {
	.apartments-item-list.discount .apartments-item-list__price .sale {
		font-size: inherit;
	}
}

.apartments-item-list.discount .apartments-item-list__price strong {
	font-weight: 600;
	color: var(--gold);
}

.gallery-wrapper .gallery-item {
	position: relative;
	height: 100%;
	margin-bottom: 30px;
}

.gallery-wrapper .gallery-item .gallery-img {
	position: relative;
	font-size: 0;
	width: 100%;
	max-width: 100%;
	height: 320px;
	overflow: hidden;
	background-color: #f5f5f5;
	cursor: pointer;
	margin: 0 auto;
}

.gallery-wrapper .gallery-item .gallery-img .img-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.gallery-wrapper .gallery-item .gallery-img .img-link img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 1200px) {
	.gallery-wrapper .gallery-item .gallery-img:hover .img-link img {
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
	}
}

.lg-start-zoom .lg .lg-actions .swiper-button-next,
.lg-start-zoom .lg .lg-actions .swiper-button-prev {
	background-image: none;
}

.project-advice {
	position: relative;
}

.project-advice .project-advice-nav {
	position: absolute;
}

@media (max-width: 991px) {
	.project-advice .project-advice-nav {
		position: relative;
	}
}

.project-advice .project-advice-nav__title {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.project-advice .project-advice-nav__title {
		margin-bottom: 30px;
	}
}

.project-advice .project-advice-nav .project-advice-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4a4a4a;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs:first-child {
	margin-right: 90px;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs:first-child:before {
	position: absolute;
	content: '';
	right: -75px;
	top: -6px;
	bottom: 0;
	width: 60px;
	height: 28px;
	background: transparent;
	border: 2px solid #dbdbdb;
	border-radius: 33px;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs:first-child.active {
	color: #000;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs:first-child.active:after {
	position: absolute;
	content: '';
	right: -40px;
	top: -1px;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: var(--gold);
	border-radius: 50%;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs:last-child {
	padding-left: 50px;
	margin-left: -50px;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs:last-child.active {
	color: #000;
}

.project-advice
	.project-advice-nav
	.project-advice-switch
	.project-advice-switch-tombs:last-child.active:after {
	position: absolute;
	content: '';
	left: 10px;
	top: -1px;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: var(--gold);
	border-radius: 50%;
}

.project-advice .project-advice-content .project-advice-item {
	display: none;
}

.project-advice .project-advice-content .project-advice-item.active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.project-advice .project-advice-content .project-advice-item.active {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 991px) {
	.project-advice .project-advice-content .project-advice-item.active {
		display: block !important;
	}
}

.project-advice .project-advice-content .project-advice-item .flat-list {
	max-width: 465px;
	width: 100%;
	margin-right: 75px;
	margin-top: 160px;
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
}

@media (max-width: 1470px) {
	.project-advice .project-advice-content .project-advice-item .flat-list {
		margin-right: 50px;
	}
}

@media (max-width: 1199px) {
	.project-advice .project-advice-content .project-advice-item .flat-list {
		margin-right: 30px;
	}
}

@media (max-width: 991px) {
	.project-advice .project-advice-content .project-advice-item .flat-list {
		margin-right: 0;
		max-width: 100%;
		margin-top: 30px;
	}
}

.project-advice .project-advice-content .project-advice-item .flat-list .panel {
	border-bottom: 1px solid #dbdbdb;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.flat-list
	.panel__top {
	position: relative;
	padding-left: 60px;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.project-advice
		.project-advice-content
		.project-advice-item
		.flat-list
		.panel__top {
		padding-left: 30px;
		font-size: 18px;
		line-height: 1.2;
	}
}

.project-advice
	.project-advice-content
	.project-advice-item
	.flat-list
	.panel__top
	img {
	max-height: 32px;
	width: 32px;
	position: absolute;
	left: 0;
	top: -4px;
}

@media (max-width: 767px) {
	.project-advice
		.project-advice-content
		.project-advice-item
		.flat-list
		.panel__top
		img {
		left: -10px;
		max-height: 30px;
		width: 30px;
	}
}

.project-advice
	.project-advice-content
	.project-advice-item
	.flat-list
	.panel__top.active {
	color: var(--gold);
}

.project-advice
	.project-advice-content
	.project-advice-item
	.flat-list
	.panel__bottom {
	padding-left: 60px;
	padding-bottom: 20px;
	margin-top: -10px;
}

@media (max-width: 575px) {
	.project-advice
		.project-advice-content
		.project-advice-item
		.flat-list
		.panel__bottom {
		padding-left: 0;
	}
}

.project-advice .project-advice-content .project-advice-item .advice-photo {
	width: 100%;
	max-width: 850px;
	padding-top: 37%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 991px) {
	.project-advice .project-advice-content .project-advice-item .advice-photo {
		width: 100%;
		max-width: 100%;
		padding-top: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.project-advice .project-advice-content .project-advice-item .advice-photo {
		display: none;
	}
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo__img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon {
	position: absolute;
	height: 60px;
	width: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-1 {
	left: 50%;
	top: 45%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-2 {
	right: 40px;
	top: 110px;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-3 {
	left: 20px;
	top: 50%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-4 {
	left: 60%;
	bottom: 19%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-5 {
	right: 30px;
	top: 50%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-21 {
	right: 30px;
	top: 50%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-22 {
	right: 20%;
	top: 50%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-23 {
	left: 30px;
	bottom: 35%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-24 {
	right: 180px;
	top: 10%;
}

.project-advice
	.project-advice-content
	.project-advice-item
	.advice-photo
	.informer-icon.icon-25 {
	left: 30px;
	bottom: 15%;
}

.about-page .about-top-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.about-page .about-top-banner:before {
	content: '';
	background: rgba(0, 0, 0, 0.0);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.about-page .about-top-banner:after {
	background: transparent;
}

@media (max-width: 575px) {
	.about-page .about-top-banner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.about-project {
	margin: 0 auto;
}

@media (max-width: 1640px) {
	.about-project {
		margin: 0 auto;
	}
}

.about-project__title {
	margin-bottom: 30px;
	max-width: 100%;
}

.about-project .news-item__caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.about-project .news-item__caption {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.about-project .news-item__time {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: var(--grey-text);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 5px;
	text-align: right;
}

@media (max-width: 767px) {
	.about-project .news-item__time {
		margin-left: 0;
	}
}

.about-benefits__list {
	margin-top: 60px;
	margin-bottom: -50px;
}

@media (max-width: 1199px) {
	.about-benefits__list {
		margin: 50px 0 -30px;
	}
}

.about-benefits__item {
	width: 300px;
	margin: 0 auto 50px;
}

@media (max-width: 1199px) {
	.about-benefits__item {
		margin: 0 auto 30px;
	}
}

.about-benefits__item__icon {
	width: 135px;
	height: 135px;
	border: 1px solid #ffde00;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	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;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.about-benefits__item__icon {
		width: 105px;
		height: 105px;
	}
}

.about-benefits__item__icon svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.about-benefits__item__title {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: var(--black);
	margin: 55px 0 15px;
}

@media (max-width: 1199px) {
	.about-benefits__item__title {
		margin: 30px 0 10px;
	}
}

@media (max-width: 575px) {
	.about-benefits__item__title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.about-benefits__item__text {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: var(--grey-text);
}

.construction-progress-banner__container {
	max-width: 1140px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.construction-progress-banner__title {
		font-size: 28px;
	}
}

.construction-progress-slider {
	margin: 0 auto 25px;
	max-width: 330px;
}

.construction-progress-slider .swiper-button-next,
.construction-progress-slider .swiper-button-prev {
	margin-top: 0;
}

.construction-progress-slider .swiper-button-next svg,
.construction-progress-slider .swiper-button-prev svg {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.construction-progress-slider .swiper-button-next svg path,
.construction-progress-slider .swiper-button-prev svg path {
	stroke: #4a4a4a;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (min-width: 1200px) {
	.construction-progress-slider .swiper-button-next:hover svg path,
	.construction-progress-slider .swiper-button-prev:hover svg path {
		stroke: var(--gold);
	}
}

.construction-progress-slider .swiper-button-next {
	right: -30px;
	left: auto;
	top: 6px;
}

.construction-progress-slider .swiper-button-prev {
	left: -10px;
	right: auto;
	top: 6px;
}

@media (max-width: 767px) {
	.construction-progress-slider .swiper-container-initialized {
		width: auto;
		overflow: hidden;
	}
}

.construction-progress-slider .construction-progress-slider-data {
	padding: 7px 15px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: var(--grey-text);
	display: block;
	text-align: center;
}

@media (min-width: 1200px) {
	.construction-progress-slider .construction-progress-slider-data:hover {
		color: var(--gold);
	}
}

.construction-progress-slider .construction-progress-slider-data.active {
	pointer-events: none;
	color: #ffffff;
	background: var(--gold);
}

@media (min-width: 1200px) {
	.construction-progress-slider
		.construction-progress-slider-data.active:hover {
		color: #fff;
	}
}

.construction-progress__caption {
	max-height: 640px;
	overflow-y: auto;
	padding-right: 30px;
}

@media (max-width: 1470px) {
	.construction-progress__caption {
		padding-right: 15px;
		max-height: 625px;
	}
}

@media (max-width: 1199px) {
	.construction-progress__caption {
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.construction-progress__caption {
		margin-bottom: 40px;
		max-height: 100%;
	}
}

.construction-progress__media {
	padding-left: 30px;
}

@media (max-width: 1199px) {
	.construction-progress__media {
		padding-left: 0;
	}
}

.construction-progress__media .d-block {
	position: relative;
	display: block;
	height: 240px;
	width: 100%;
	cursor: pointer;
}

.construction-progress__media .d-block svg {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.construction-progress__media .d-block img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.construction-progress__media .panorama-3d {
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	min-width: 100%;
	width: 100%;
}

.construction-progress__media .video-iframe {
	width: 100%;
	height: 400px;
	margin-top: 45px;
}

@media (max-width: 767px) {
	.construction-progress__media .video-iframe {
		margin-top: 40px;
		height: 210px;
	}
}

.construction-progress-gallery {
	padding: 125px 0 150px;
}

@media (max-width: 1470px) {
	.construction-progress-gallery {
		padding: 100px 0 100px;
	}
}

@media (max-width: 1199px) {
	.construction-progress-gallery {
		padding: 50px 0 30px;
	}
}

@media (max-width: 767px) {
	.construction-progress-gallery {
		padding: 40px 0 20px;
	}
}

.construction-progress-gallery .gallery-wrapper .gallery-item {
	margin-bottom: 0;
}

.construction-progress-gallery .gallery-wrapper .row {
	margin: 0 -20px -40px;
}
.construction-progress-gallery .gallery-wrapper .row > [class*='col'] {
	margin-bottom: 40px;
	padding: 0 20px;
}

.construction-progress-gallery .gallery-wrapper .gallery-item .gallery-img {
	max-width: 100%;
	height: auto;
	padding-top: 100%;
}

.projects-page .projects-map {
	margin-bottom: 70px;
	padding-top: 0;
}

@media (max-width: 1470px) {
	.projects-page .projects-map {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.projects-page .projects-map {
		margin-bottom: 30px;
	}
}

.projects-page .projects-map .map-main {
	height: 870px;
	padding-bottom: 44%;
}

@media (max-width: 767px) {
	.projects-page .projects-map .map-main {
		height: 40vh;
	}
}

.projects-map {
	width: 100%;
}

.projects-map .infoBox {
/*	padding: 20px 20px 40px;*/
/*	background: rgba(36, 36, 36, 0.9);*/
	width: 100%;
	max-width: 265px;
	border: 2px solid #191919;
}

@media (max-width: 767px) {
	.projects-map .infoBox {
		max-width: 295px;
	}
}

.projects-map .infoBox img {
	z-index: 2;
}

.projects-map .infoBox .si-close-button {
	background-color: var(--gold);
	color: #fff;
	height: 45px;
	width: 45px;
	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;
	right: 0;
	top: 0;
	z-index: 2;
	position: absolute;
	opacity: 1;
	font-size: 40px;
	font-weight: 100;
	font-family: serif;
}

.projects-map .info-box {
	width: 100% !important;
	height: 100%;
}

.projects-map .info-box .info-map-box .info-map-box-img {
	height: 220px;
	width: 100%;
	margin: 0;
	position: relative;
}

/*@media (max-width: 767px) {
	.projects-map .info-box .info-map-box .info-map-box-img {
		height: 120px;
		margin: 0;
	}
}*/

.projects-map
	.info-box
	.info-map-box
	.info-map-box-img
	#info-map-box-img-photo {
	position: relative !important;
	height: 100%;
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	z-index: 1;
}


.projects-map
	.info-box
	.info-map-box
	.info-map-box-img
	#info-map-box-img-photo:hover {
	opacity: 1;
}

.info-map-box-data {
	padding: 24px;
	display: flex;
	flex-direction: column;

	gap: 25px;
}

@media(max-width: 767px) {
	.info-map-box-data {
		gap: 20px;
	}
}

.projects-map .info-box .info-map-box .info-map-box-img__label {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	padding: 9px 24px;
	text-transform: capitalize;
	background: #CBCBCB;
	color: var(--black);
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/

	max-width: 140px;
}

.projects-map .info-box .info-map-box-title-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.projects-map .info-box .info-map-box .info-map-box-title {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 26px;
	text-transform: initial;
	color: #fff;
}

@media (max-width: 767px) {
	.projects-map .info-box .info-map-box .info-map-box-title {
		font-size: 28px;
	}
}

.projects-map .info-box .info-map-box .info-map-box-address {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #F9F8F8;
}

@media (max-width: 767px) {
	.projects-map .info-box .info-map-box .info-map-box-address {
		
	}
}

.projects-map .info-box .info-map-box .info-map-box-text {
	display: flex;
	gap: 16px;
}

.projects-map .info-box .info-map-box .info-map-box-text .date-icon {
	display: flex;
	align-items: flex-start;
}
.projects-map .info-box .info-map-box .info-map-box-text .date-value {
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
}


.projects-map .info-box .info-map-box .info-map-box-text span {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #F9F8F8;
}

@media (max-width: 767px) {
	.projects-map .info-box .info-map-box .info-map-box-text {
		font-size: 14px;
	}
}

.projects-map .info-box .info-map-box .info-map-box-text span {
	display: block;
}

.projects-map .info-box .info-map-box .info-map-box-price {
	font-style: normal;
	font-size: 28px;
	line-height: 120%;
	text-transform: lowercase;
	color: #F9F8F8;
	font-weight: 400;
}

.projects-map .info-box .info-map-box .info-map-box-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.projects-map .info-box .info-map-box .info-map-box-links a {
	display: flex;
    justify-content: center;
    padding: 20px 44px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: var(--black);
    text-transform: initial;
    background: #FFDE00;
    max-width: 200px;

    text-transform: capitalize;
}

.projects-map .info-box .info-map-box .info-map-box-links a:hover {
	background: var(--gold-hover);
	color: var(--black);
}


.projects {
	padding-top: 45px;
}

@media (max-width: 1470px) {
	.projects {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.projects {
		padding-top: 40px;
	}
}

.projects .projects-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.projects .projects-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;

		padding: 0 24px;
	}
}

.projects .projects-top__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.projects .projects-top__list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.projects .projects-top__link {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 120%;
	text-transform: capitalize;
	color: #6c6c6c;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;

	color: #9A9A9A;

	padding-bottom: 5px;
	border-bottom: 2px solid #9A9A9A;

	min-width: 150px;
}

.projects .projects-top__link:last-child {
	margin-right: 0;
}

.projects .projects-top__link.is-checked {
	color: #191919;

	border-bottom: 2px solid #191919;
}

.projects .projects-top__link:hover {
	color: #191919;

	border-bottom: 2px solid #191919;
}


.projects-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 24px;
	row-gap: 48px;
}

@media(max-width: 767px) {
	.projects-list {
		grid-template-columns: 1fr;

		row-gap: 24px;
	}

	.projects .projects-top__link {
		min-width: unset;
		margin-right: 0;
	}
}

.project-item {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;

	opacity: 1;
	visibility: visible;
/*	transform: scale(1) translateY(0);
	max-height: 700px;
	overflow: hidden;
	transition: 
	opacity 0.4s ease,
	transform 0.4s ease,
	max-height 0.4s ease,
	visibility 0.4s ease;*/
}

.project-item.hidden {
	opacity: 0;
	visibility: hidden;
/*	transform: scale(0.95) translateY(20px);
	max-height: 0;*/
}

.project-item__img {
	display: flex;
	width: 100%;
}

.project-item__img img {
	width: 100%;
	height: 100%;
	max-height: 380px;
	object-fit: cover;
}

.project-item__label {
	text-transform: capitalize;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #191919;
	background: #CBCBCB;
	padding: 9px 24px;

	width: min-content;
    max-width: 140px;
    display: flex;
    justify-content: center;
}

.project-item__data {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media(max-width: 767px) {
	
	.project-item__img img {
		height: 360px;
	}

	.project-item__label {
		margin: 0 24px;
	}

	.project-item__data {
		flex-direction: column;
		gap: 32px;

		padding: 0 24px;
	}
}

.project-item__caption {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

.project-item__caption .project-item__btn {
	text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
    text-align: right;
    padding: 8px 15px;
    color: #000 !important;
    background: var(--gold);
    transition: 0.3s all ease;
}

.project-item__caption .project-item__btn:hover {
    background: #242424;
    color: #fff !important;
}


@media (max-width: 991px) {
	.project-item__caption {

	}
}

.project-item_top {
	width: 100%;

	display: flex;
	justify-content: space-between;
}

.project-item_top .project-item_top__name_addr {
	display: flex;
	flex-direction: column;
	gap: 6px;

	justify-content: space-between;
	align-items: flex-start;
}


.project-item_top__title {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	color: var(--black);
	text-transform: initial;
}

.project-item_top__location {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--black);
	text-transform: initial;
}

.project-item_top__btn a {
	display: flex;
	justify-content: center;
	padding: 20px 44px;

	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: var(--black);
	text-transform: initial;

	background: #FFDE00;
	max-width: 200px;

	border: 2px solid var(--gold);
    transition: 0.3s all ease;
}


.project-item_top__btn a:hover {
	border-color: var(--gold-hover);
	background: var(--gold-hover);

    color: var(--black);
}

.project-item_top__date {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.project-item_top__date .date-value {
	display: flex;
	align-items: center;
	height: 100%;
}

.project-item_top__date .date-value span {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: var(--black);
	text-transform: initial;
}

.project-item_top__date .project-item_top__date_section {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.project-item__price {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	color: var(--black);
	text-transform: initial;
}


.projects-seo .seo-block {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	padding: 0;
}

.projects-seo .seo-block .text {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: var(--black);
	text-transform: initial;
}

.projects-seo .seo-block .text span {
	color: #191919 !important;
}

@media (max-width: 767px) {

	.projects .container {
		padding: 12px 0;
	}

	.projects-seo {
		display: none;
	}

	.projects-seo .seo-block {
		padding-top: 20px;
	}
	.project-item__caption {
		flex-wrap: wrap;
		row-gap: 1em;
	}
	.project-item__caption .project-item__btn {
	    font-size: 14px;
	}
	.project-item__time {

	}
}

.projects-seo .seo-block__content {
	max-width: 100%;
}

.projects-seo .seo-block__title {
	margin-bottom: 15px;

	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 120%;
	color: var(--black);
	text-transform: initial;
}

.home-search {
	margin-top: 40px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.home-search {
		margin-top: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1470px) {
	.home-search .home-search-form .spacer-xs {
		height: 20px;
	}
}

.home-search .home-search-form .range .ui-slider-handle:nth-child(3) span {
	background: #fff;
}

.home-search .home-search-form .btn-form {
	margin-top: 15px;
	max-width: 100%;
}

@media (max-width: 767px) {
	.home-search .home-search-form .btn-form {
		margin-top: 30px;
	}
}

.home-search .home-search-form .form-title {
	text-align: left;
	margin-bottom: 40px;
}

@media (max-width: 1366px) {
	.home-search .home-search-form .form-title {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1470px) {
	.home-search .home-search-form .SumoSelect .options {
		max-height: 200px !important;
	}
}

.home-search .home-search-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
	padding-left: 55px;
}

@media (max-width: 1199px) {
	.home-search .home-search-result {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.home-search .home-search-result {
		padding-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.section.home-search {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.home-search .home-search-result {
		margin: 0 -7.5px -7.5px;
	}
}

.home-search .home-search-result__item {
	padding: 60px 45px;
	width: calc(33.3333% - 30px);
	margin: 15px;
	background: #f7f7f7;
}

@media (max-width: 1366px) {
	.home-search .home-search-result__item {
		padding: 30px;
	}
}

@media (max-width: 1199px) {
	.home-search .home-search-result__item {
		padding: 30px;
		width: calc(50% - 30px);
	}
}

@media (max-width: 575px) {
	.home-search .home-search-result__item {
		padding: 15px 10px;
		width: calc(50% - 15px);
		margin: 7.5px;
	}
}

.home-search .home-search-result__item__name {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: var(--black);
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #dbdbdb;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 575px) {
	.home-search .home-search-result__item__name {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

.home-search .home-search-result__item__list li {
	font-size: 16px;
	line-height: 22px;
	color: #4a4a4a;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.home-search .text .home-search-result__item__list li:before {
	top: 9px;
}

@media (max-width: 575px) {
	.home-search .home-search-result__item__list li {
		font-size: 15px;
	}
}

.home-search .home-search-result__item__list li strong {
	font-weight: 600;
}

@media (min-width: 1200px) {
	.home-search .home-search-result__item:hover {
		background: #242424;
	}
	.home-search .home-search-result__item:hover .home-search-result__item__name {
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.home-search
		.home-search-result__item:hover
		.home-search-result__item__list
		li {
		color: #fff;
	}
}

.home-news {
	background: #f7f7f7;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.home-news {
		padding: 60px 0 30px;
	}
}

@media (max-width: 767px) {
	.home-news {
		padding: 30px 0 0;
	}
}

.home-news .home-news-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0;
}

@media (max-width: 1640px) {
	.home-news .home-news-top {
		margin: 40px 0 30px;
		padding: 0 10px;
	}
}

@media (max-width: 1470px) {
	.home-news .home-news-top {
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.home-news .home-news-top {
		margin: 0 0 30px;
		padding: 0;
	}
}

@media (max-width: 991px) {
	.home-news .home-news-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.home-news .home-news-top__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;

	visibility: hidden;
}

@media (max-width: 991px) {
	.home-news .home-news-top__list {
		margin-top: 30px;
		margin-left: 0;
	}
	.home-news .home-news-top__list > *:not(:last-child) {
		margin-right: 40px;
	}
}

@media (max-width: 767px) {
	.home-news .home-news-top__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.home-news .home-news-top__link {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #6c6c6c;
	margin-right: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
}

@media (max-width: 991px) {
	.home-news .home-news-top__link {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.home-news .home-news-top__link {
		margin: 10px;
	}
}

@media (min-width: 1200px) {
	.home-news .home-news-top__link:hover {
		color: var(--gold);
	}
}

.home-news .home-news-top__link.active {
	color: var(--gold);
}

.home-news .home-news-top__btn {
	background: transparent;
	max-width: 175px;

	color: #000;
}

@media (max-width: 991px) {
	.home-news .home-news-top__btn {
		margin-right: 0;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.home-news .home-news-top__btn {
		margin: 30px auto 0;
	}
}

@media (min-width: 1200px) {
	.home-news .home-news-top__btn:hover {
		background: var(--gold);
		color: #fff;
		border: 2px solid var(--gold);
	}
}

.home-news .home-news-list {
	display: none;
}

.home-news .home-news-list.active {
	display: block;
}

.home-sales-departments {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 45px 60px;
}

.home-sales-departments-list {
	row-gap: 52px;
}

@media (max-width: 1470px) {
	.home-sales-departments {
		padding: 100px 40px 60px;
	}
}

@media (max-width: 1199px) {
	.home-sales-departments {
		padding: 60px 0 30px;
	}
}

@media (max-width: 767px) {
	.home-sales-departments {
		padding: 30px 0 0;
	}
}

.home-sales-departments .home-news-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

@media (max-width: 1640px) {
	.home-sales-departments .home-news-top {
		margin: 30px 0 30px;
		padding: 0 10px;
	}
}

@media (max-width: 1470px) {
	.home-sales-departments .home-news-top {
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.home-sales-departments .home-news-top {
		margin: 0 0 30px;
		padding: 0;
	}
}

@media (max-width: 991px) {
	.home-sales-departments .home-news-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.home-sales-departments .home-news-top__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

@media (max-width: 991px) {
	.home-sales-departments .home-news-top__list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.home-sales-departments .home-news-top__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.home-sales-departments .home-news-top__list > *:not(:last-child) {
		margin-right: 20px;
	}
}

.home-sales-departments .home-news-top__btn {
	max-width: 200px;
	margin-left: 15px;

	color: #000;
}

@media (max-width: 767px) {
	.home-sales-departments .home-news-top__btn,
	.sales-departments .sales-departments-top__btn {
		margin: 0;
		padding: 0;
		border: none;
		max-width: initial;
		height: auto;
		width: auto;
		display: inline-block;
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.home-sales-departments .home-news-top__btn:hover {
		background: var(--gold);
		color: #000;
		border: 2px solid var(--gold);
	}
}

.home-seo {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 66px 0 0;
}
.home-seo.home_no_img .left-block {
	display: none;
}
.home-seo.home_no_img .seo-block {
	width: 100%;
}
.home-seo.home_no_img .seo-block .seo-block__content {
	max-width: 1450px;
}

@media (max-width: 1199px) {
	.home-seo {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.home-seo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.home-seo .seo-block {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(100vh - 66px);
}

@media (max-width: 1199px) {
	.home-seo .seo-block {
		height: 75vh;
	}
}

@media (max-width: 991px) {
	.home-seo .seo-block {
		width: 100%;
		min-height: 50vh;
		height: 100%;
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.home-seo .seo-block {
		padding: 30px 0;
		min-height: auto;
	}
}

.home-seo .seo-block.grey {
	background: #f7f7f7;
}

.home-seo .seo-block__content {
	max-width: 620px;
	margin: 0 auto;
}

@media (max-width: 1470px) {
	.home-seo .seo-block__content {
		padding: 0 15px;
	}
}

.home-seo .seo-block__title {
	margin-bottom: 30px;
}

.home-seo .seo-block .more-text .text {
	display: none;
}

.home-seo .seo-block .more-text.open .btn-read-more svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.home-seo .seo-block__read-more {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gold);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (min-width: 1200px) {
	.home-seo .seo-block__read-more:hover {
		color: var(--black);
	}
	.home-seo .seo-block__read-more:hover:after {
		border-top: 1px solid var(--black);
		border-right: 1px solid var(--black);
	}
}

.home-seo .seo-block__read-more:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--gold);
	border-right: 1px solid var(--gold);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 12px;
	margin-bottom: 5px;
}

.home-seo .seo-block__read-more.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -4px;
}

@media (max-width: 991px) {
	.home-seo .left-block {
		padding: 0;
		height: 50vh;
	}
}

.home-seo__img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-seo__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.footer-home {
	padding: 0;
}

.footer-home .footer {
	width: 100%;
}

.policy {
	padding: 140px 0 0;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.policy {
		padding: 80px 0 0;
		padding-top: 30px;
	}
}

.policy .simple-page {
	counter-reset: h5-number;
}
.policy .simple-page > h5::before {
	display: inline-block;
	vertical-align: top;
	counter-increment: h5-number;
	content: counter(h5-number);
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	background: var(--gold);
	color: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	margin-right: 15px;
}
@media (max-width: 767px) {
	.policy .simple-page > h5::before {
		font-size: 16px;
		width: 28px;
		height: 28px;
		line-height: 28px;
		margin-right: 10px;
	}
}

.error-main {
	height: 100vh;
	width: 100%;
	background-color: #F9F8F8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.error-main {
		background: #F9F8F8;
	}
}

.error-main__content {
	max-width: 675px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	padding-left: 40px;
}

.error-main__content h1 {
	font-family: Geologica;
	font-size: 44px;
	font-weight: 700;

	color: #191919;

	text-align: left;
}

@media (max-width: 991px) {
	.error-main__content {
		margin: 0 auto;
		text-align: center;

		padding-left: 0;
		padding-top: 40px;
	}

	.error-main__content h1 {
		font-size: 36px;
	}
}

.error-main__content .text {
	margin: 25px 0 25px;
}

.error-main__content .text p {
	font-family: Geologica;
	font-size: 18px;
	font-weight: 400;

	color: #191919;
	text-align: left;
}

.error-main__content .err-btn span {
	font-family: Geologica;
}

.error-main__content .err-btn {
	font-family: Geologica;
	font-size: 18px;
	font-weight: 400;

	color: #191919;

	display: flex;
	align-items: center;
	gap: 16px;
}
.news-detail-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-detail-banner:before {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(69.6%, rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 69.6%);
	opacity: 0.65;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

@media (max-width: 575px) {
	.news-detail-banner:before {
		opacity: 0.85;
	}
}

.news-detail-banner:after {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.65;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

@media (max-width: 575px) {
	.news-detail-banner:after {
		opacity: 0.85;
	}
}

.news-detail-banner .top-banner-bg:after {
	content: '';
	background: rgba(36, 36, 36, 0.25);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.news-detail-banner__container {
	position: relative;
	z-index: 2;
	max-width: 1175px !important;
}

.news-detail-banner__title {
	color: #ffff;
}

@media (max-width: 767px) {
	.news-detail-banner__title {
		font-size: 28px;
	}
}

.news-detail-banner.no-bg {
	padding: 80px 0 0;
	height: auto;
}

.news-detail-banner.no-bg:before {
	display: none;
}

.news-detail-banner.no-bg:after {
	display: none;
}

.news-detail-banner.no-bg .news-detail-banner__container {
	border-bottom: 2px solid #dbdbdb;
	padding-bottom: 30px;
}

.news-detail-banner.no-bg .news-detail-banner__container .h2 {
	color: var(--black);
}

.news-detail-banner.no-bg .news-detail-top__data {
	color: var(--grey-text);
}

.news-detail-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.news-detail-top__data {
	padding: 0 20px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	border-right: 1px solid #dbdbdb;
}

.news-detail-top__label {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	margin-left: 20px;
	text-transform: uppercase;
	padding: 7px 15px;
	color: #000;
	background: var(--gold);
}

.news-detail-page .slider-all {
	margin: 30px 0;
}

@media (max-width: 575px) {
	.news-detail-page .slider-all .swiper-pagination {
		display: none;
	}
}

@media (max-width: 1199px) {
	.news-detail-page .slider-all .swiper-button {
		display: none;
	}
}

@media (max-width: 575px) {
	.news-detail-page .slider-all .swiper-button {
		display: block;
	}
}

.news-detail-page .slider-all .swiper-button .swiper-button-prev {
	margin-top: -45px;
}

@media (max-width: 575px) {
	.news-detail-page .slider-all .swiper-button .swiper-button-prev {
		left: 15px;
	}
}

.news-detail-page .slider-all .swiper-button .swiper-button-prev svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.news-detail-page .slider-all .swiper-button .swiper-button-next {
	margin-top: -45px;
}

@media (max-width: 575px) {
	.news-detail-page .slider-all .swiper-button .swiper-button-next {
		right: 15px;
	}
}

.news-detail-page .slider-all .swiper-button .swiper-button-next svg {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.news-detail-page .slider-all .apartments-item {
	max-width: 435px;
	max-height: 435px;
	padding: 20px 13px 10px;
}

.news-detail-page .slider-all .apartments-item__header {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-detail-page .slider-all .apartments-item__caption {
	margin-bottom: 0;
}

.news-detail-page .slider-all .apartments-item__caption__item {
	margin-bottom: 0;
}

.news-detail-page .slider-all .apartments-item__caption__item span {
	margin-bottom: 0;
	font-weight: inherit;
}

.news-detail-page .slider-all .apartments-item__img {
	margin: 5px 0;
	height: 150px;
}

.news-detail-page .slider-all .apartments-item__img img {
	max-height: 150px;
}

.news-detail-page .slider-all .apartments-item__bottom {
	margin-top: 0;
}

.news-detail-page .slider-all .apartments-item__bottom__item {
	margin-bottom: 0;
}

.news-detail-page .slider-all .apartments-item__bottom__item span {
	margin-bottom: 0;
	font-weight: inherit;
}

.news-detail-page .slider-all .swiper-pagination {
	bottom: -10px;
	display: none;
}

.news-detail .simple-page-btn-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

@media (max-width: 575px) {
	.news-detail .simple-page-btn-center {
		display: block;
	}
}

.news-detail .simple-page-btn-center .btn {
	margin: 0 5px;
	max-width: 255px;
}

@media (max-width: 575px) {
	.news-detail .simple-page-btn-center .btn {
		margin: 10px auto;
	}
}

.search-result {
	padding: 145px 0 140px;
	padding-bottom: 10px;
}

@media (max-width: 1199px) {
	.search-result {
		padding: 120px 0 80px;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.search-result {
		padding: 80px 0 50px;
		padding-bottom: 10px;
	}
}

.search-result__title {
	font-weight: 400;
}

.search-result__title span {
	font-weight: 600;
	font-size: inherit;
	color: var(--black);
}

.search-result .search-filters {
	background: #f7f7f7;
	padding: 30px 0;
	margin: 0;
}

@media (max-width: 767px) {
	.search-result .search-filters {
		padding: 15px 0;
	}
}

.search-result .search-filters__item {
	max-width: 375px;
	margin: 0 auto 30px;
}

@media (max-width: 1470px) {
	.search-result .search-filters__item {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.search-result .search-filters__item {
		margin: 0 auto 15px;
	}
}

.search-result .search-filters .other-filters {
	margin-left: 35px;
}

@media (max-width: 1470px) {
	.search-result .search-filters .other-filters {
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	.search-result .search-filters .other-filters {
		max-width: 375px;
		margin: 0 auto;
	}
}

.search-result .search-filters .other-filters .flex-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

@media (max-width: 1199px) {
	.search-result .search-filters .other-filters .flex-group {
		margin-bottom: -20px;
	}
}

.search-result .search-filters .other-filters .flex-group .checkbox-container {
	margin-right: 30px;
}

@media (max-width: 1199px) {
	.search-result
		.search-filters
		.other-filters
		.flex-group
		.checkbox-container {
		margin: 0 20px 20px 0;
	}
}

.search-result .search-container .reset-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	float: right;
	margin-top: 20px;
	margin-right: 35px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: var(--grey-text);
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 1470px) {
	.search-result .search-container .reset-btn {
		margin-right: 0;
	}
}

@media (max-width: 1199px) {
	.search-result .search-container .reset-btn {
		max-width: 375px;
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 30px auto 0;
		float: none;
	}
}

@media (max-width: 767px) {
	.search-result .search-container .reset-btn {
		font-size: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 1200px) {
	.search-result .search-container .reset-btn:hover {
		opacity: 0.75;
	}
}

.search-result .search-container .reset-btn svg {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.search-result .search-container .reset-btn svg {
		margin-right: 10px;
	}
}

.apartments-sort {
	margin-top: 10px;
	padding: 20px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f7f7f7;
}

@media (max-width: 1470px) {
	.apartments-sort {
		padding: 20px 15px;
	}
}

@media (max-width: 1199px) {
	.apartments-sort {
		padding: 15px;
	}
}

.apartments-sort__by {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.apartments-sort__by__name {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: var(--black);
	margin-right: 50px;
}

@media (max-width: 1199px) {
	.apartments-sort__by__name {
		margin-right: 30px;
		font-size: 15px;
	}
}

.apartments-sort__by__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: var(--grey-text);
}

.apartments-sort__by__item:first-of-type {
	margin-left: 0;
}

.apartments-sort__by__item svg path {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 1199px) {
	.apartments-sort__by__item {
		margin-left: 10px;
		font-size: 15px;
	}
}

.apartments-sort__by__item:first-child {
	margin-left: 0;
}

.apartments-sort__by__item svg {
	margin-left: 5px;
}

@media (min-width: 1200px) {
	.apartments-sort__by__item:hover {
		color: var(--gold);
	}
	.apartments-sort__by__item:hover svg path {
		fill: var(--gold);
	}
}

.apartments-sort__by__item.active {
	color: var(--gold);
}

.apartments-sort__by__item.active svg path {
	fill: var(--gold);
}

.apartments-sort__appearance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.apartments-sort__appearance__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: var(--grey-text);
	cursor: pointer;
	margin-left: 50px;
}

@media (max-width: 1199px) {
	.apartments-sort__appearance__item {
		margin-left: 30px;
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.apartments-sort__appearance__item {
		margin-left: 15px;
		font-size: 0;
	}
}

.apartments-sort__appearance__item:first-child {
	margin-left: 0;
}

.apartments-sort__appearance__item svg {
	margin-left: 10px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.apartments-sort__appearance__item svg path {
	fill: var(--black);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (min-width: 1200px) {
	.apartments-sort__appearance__item:hover {
		color: var(--gold);
	}
	.apartments-sort__appearance__item:hover svg path {
		fill: var(--gold);
	}
}

.apartments-sort__appearance__item.active {
	color: var(--gold);
}

.apartments-sort__appearance__item.active svg path {
	fill: var(--gold);
}

@media (min-width: 1200px) {
	.apartments-sort__appearance__item.active:hover {
		opacity: 1;
	}
}

.apartments-list {
	margin: 50px -15px -30px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: none;
}

@media (max-width: 1199px) {
	.apartments-list {
		margin: 30px -15px -30px;
	}
}
@media (max-width: 767px) {
	.apartments-list {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.apartments-list {
		margin-top: 20px;
	}
	.apartments-list.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.apartments-list [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.apartments-list.active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

/* .apartments-list.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} */

.apartments-list.apartments-list-type-1.active {
	display: block !important;
}

.apartments-list.apartments-list-type-1 {
	padding: 0 15px;
}

.ap-filter-btn {
	display: none;
}

.apartments-sort__by__item-wrapper {
	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;
}

@media (max-width: 767px) {
	.ap-filter-btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(50% - 5px);
		height: 50px;
		margin-right: 5px;
		color: var(--gold);
		background: #fff;
		border: 2px solid var(--gold);
	}
	.ap-filter-btn svg {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.ap-filter-btn span {
		font-size: 15px;
		color: var(--gold);
		text-transform: uppercase;
	}

	.search-filters {
		position: fixed;
		z-index: 101;
		top: 54px;
		left: 0;
		width: 75%;
		height: calc(100vh - 54px);
		overflow: auto;
		-webkit-transition: 0.3s all ease;
		transition: 0.3s all ease;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.search-filters.home-search-form {
		position: static;
		width: 100%;
		height: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.search-container.active .search-filters {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.search-container.active .search-overlay {
		opacity: 1;
		visibility: visible;
	}

	.search-overlay {
		position: fixed;
		z-index: 100;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}

	.apartments-sort {
		margin-top: 0;
		padding: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.apartments-sort__appearance {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}

	.apartments-sort__by {
		position: relative;
		width: calc(50% - 5px);
		height: 50px;
		margin-left: 5px;
		background: #fff;
		border: 2px solid var(--gold);
	}
	.apartments-sort__by__name {
		text-align: center;
		margin: 0;
		width: 100%;
		color: var(--gold);
	}
	.apartments-sort__by__name input {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	.apartments-sort__by__name svg {
		margin-left: 5px;
		margin-bottom: 2px;
		vertical-align: middle;
		fill: var(--gold);
	}
	.apartments-sort__by__name svg path {
		fill: var(--gold);
	}

	.apartments-sort__by__item-wrapper {
		display: block;
		padding: 10px;
		background: #fff;
		border: 2px solid var(--gold);
		position: absolute;
		left: 0;
		margin: 0 -2px;
		top: 100%;
		width: calc(100% + 4px);
		z-index: 50;
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
	}
	.apartments-sort__by.active .apartments-sort__by__item-wrapper {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}
	.apartments-sort__by__item {
		margin: 0;
		margin-bottom: 10px;
	}
	.apartments-sort__by__item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.apartments-list .apartments-list-type-1 > *:not(:last-child) {
		margin-bottom: 5px;
	}
}

.room-search-result-page .search-result {
	padding: 0 0 120px;
}

@media (max-width: 1199px) {
	.room-search-result-page .search-result {
		padding: 0 0 50px;
	}
}

@media (max-width: 767px) {
	.room-search-result-page .search-result {
		padding: 0 0 20px;
	}
}

.room-search-result-page .search-result .search-filters .other-filters {
	margin-top: -10px;
}

@media (max-width: 1199px) {
	.room-search-result-page .search-result .search-filters .other-filters {
		padding: 0;
		max-width: 870px;
	}
}

.room-tabs {
	padding-top: 90px;
}

.room-tabs .room-tabs-content .room-tabs-item {
	display: none;
}

.room-tabs .room-tabs-content .room-tabs-item.active {
	display: block;
}

.room-open {
	padding-top: 110px;
}

@media (max-width: 1470px) {
	.room-open {
		padding-top: 90px;
	}
}

.room-open__main {
	margin-top: 70px;
}

@media (max-width: 1470px) {
	.room-open__main {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.room-open__main {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.room-open__main .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (max-width: 991px) {
	.room-open__main .room-open-tab {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.room-open__main .room-open-tab .room-open-tab-nav .section-nav__item {
		padding: 10px 15px;
	}
}

.room-open__main .room-open-tab .room-open-tab-content .room-open-tab-item {
	display: none;
	max-width: 820px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-tab .room-open-tab-content .room-open-tab-item {
		max-width: 600px;
	}
}

.room-open__main
	.room-open-tab
	.room-open-tab-content
	.room-open-tab-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.room-open__main
	.room-open-tab
	.room-open-tab-content
	.room-open-tab-item
	.room-open-tab-img {
	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;
	max-width: 820px;
	width: 100%;
	height: 100%;
}

@media (max-width: 1470px) {
	.room-open__main
		.room-open-tab
		.room-open-tab-content
		.room-open-tab-item
		.room-open-tab-img {
		height: 490px;
	}
}

@media (max-width: 1199px) {
	.room-open__main
		.room-open-tab
		.room-open-tab-content
		.room-open-tab-item
		.room-open-tab-img {
		height: 420px;
	}
}

@media (max-width: 767px) {
	.room-open__main
		.room-open-tab
		.room-open-tab-content
		.room-open-tab-item
		.room-open-tab-img {
		height: 240px;
	}
}

.room-open__main
	.room-open-tab
	.room-open-tab-content
	.room-open-tab-item
	.room-open-tab-img
	img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.room-level-wrapp .room-level-img.active img,
.room-level-wrapp .room-level-img.active .flat-3d {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.flat-3d iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.room-open__main .room-open-form {
	width: 100%;
	background: #f7f7f7;
	padding: 20px 40px 40px;
	margin-top: 40px;
}

.room-open-form.only-mobile {
	display: none;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-form {
		margin-top: 30px;
		padding: 20px 30px 40px;
	}
}

@media (max-width: 767px) {
	.room-open__main .room-open-form {
		padding: 20px;
	}

	.room-open-form.only-desktop {
		display: none;
	}
	.room-open-form.only-mobile {
		display: block;
	}
}

.room-open__main .room-open-form .form-title {
	font-size: 32px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.room-open__main .room-open-form .form-title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.room-open__main .room-open-form .form-title {
		font-size: 24px;
	}
}

.room-open__main .room-open-form .room-open-form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 -25px;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-form .room-open-form-group {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.room-open__main .room-open-form .room-open-form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
}

.room-open__main .room-open-form .room-open-form-group .input {
	width: 100%;
	max-width: 270px;
	margin: 0 25px;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-form .room-open-form-group .input {
		margin: 0 10px;
	}
}

@media (max-width: 767px) {
	.room-open__main .room-open-form .room-open-form-group .input {
		max-width: 320px;
		margin: 10px 0;
	}
}

.room-open__main .room-open-form .room-open-form-group .btn {
	width: 100%;
	max-width: 270px;
	margin: 0 27px;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-form .room-open-form-group .btn {
		margin: 0 10px;
	}
}

@media (max-width: 1199px) {
	.room-open__main .room-open-form .room-open-form-group .btn {
		max-width: 160px;
	}
}

@media (max-width: 767px) {
	.room-open__main .room-open-form .room-open-form-group .btn {
		max-width: 320px;
		margin: 10px 0;
	}
}

.room-open__main .room-open-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 991px) {
	.room-open__main .room-open-caption {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.room-open__main .room-open-caption .room-open-caption-table {
	background: #f7f7f7;
	padding: 25px 35px;
	max-width: 370px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-caption .room-open-caption-table {
		padding: 15px 15px;
	}
}

@media (max-width: 991px) {
	.room-open__main .room-open-caption .room-open-caption-table {
		max-width: 100%;
		padding: 10px 15px;
	}
}

.room-open__main .room-open-caption .room-open-caption-table.discount {
	position: relative;
	margin-top: 25px;
}

.room-open__main
	.room-open-caption
	.room-open-caption-table.discount
	.discount-info {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #ffffff;
	background: var(--gold);
	padding: 15px 0;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	max-width: 370px;
	top: -25px;
}

@media (max-width: 991px) {
	.room-open__main
		.room-open-caption
		.room-open-caption-table.discount
		.discount-info {
		max-width: 100%;
	}
}

.room-open__main
	.room-open-caption
	.room-open-caption-table.discount
	.price-item
	.price-item-new {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: var(--gold);
	margin: 2px 0;
}

.room-open__main
	.room-open-caption
	.room-open-caption-table.discount
	.price-item
	.price-item-discount {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: var(--black);
}

.room-open__main .room-open-caption .room-open-caption-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
}

.room-open__main
	.room-open-caption
	.room-open-caption-table__row:first-child
	.room-open-caption-table__item {
	padding-top: 0;
}

.room-open__main .room-open-caption .room-open-caption-table__row:last-child {
	border-bottom: none;
}

.room-open__main
	.room-open-caption
	.room-open-caption-table__row:last-child
	.room-open-caption-table__item {
	padding-bottom: 0;
}

.room-open__main .room-open-caption .room-open-caption-table__item {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #1e1e1e;
	padding: 25px 5px;
	width: 66%;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-caption .room-open-caption-table__item {
		font-size: 16px;
		padding: 15px 5px;
	}
}

@media (max-width: 1199px) {
	.room-open__main .room-open-caption .room-open-caption-table__item {
		padding: 20px 5px;
	}
}

.room-open__main
	.room-open-caption
	.room-open-caption-table__item:nth-child(2) {
	width: 34%;
	border-left: 1px solid #dbdbdb;
}

.room-open__main .room-open-caption .room-open-caption-table__item span {
	display: block;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #4e4e4e;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-caption .room-open-caption-table__item span {
		font-size: 14px;
	}
}

.room-open__main .room-open-caption .room-open-caption-btns {
	max-width: 370px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin-top: 30px;
}

@media (max-width: 1470px) {
	.room-open__main .room-open-caption .room-open-caption-btns {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.room-open__main .room-open-caption .room-open-caption-btns {
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.room-open__main .room-open-caption .room-open-caption-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 991px) {
	.room-open__main .room-open-caption .room-open-caption-btns .btn {
		max-width: 300px;
	}
}

.room-open__main .room-open-caption .room-open-caption-btns .down-btn {
	margin-top: 10px;
}

@media (max-width: 991px) {
	.room-open__main .room-open-caption .room-open-caption-btns .down-btn {
		margin-left: 15px;
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.room-open__main .room-open-caption .room-open-caption-btns .down-btn {
		margin-top: 10px;
		margin-left: 0;
	}
}

.room-open__main .room-open-caption .room-open-caption-btns .down-btn svg {
	margin-left: 25px;
}

.room-open__main .room-open-caption .room-open-caption-btns .down-btn svg path {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (min-width: 1200px) {
	.room-open__main
		.room-open-caption
		.room-open-caption-btns
		.down-btn:hover
		svg
		path {
		stroke: #fff;
	}
}

.room-open__main .room-open-caption .room-open-caption-progress {
	max-width: 370px;
	height: 240px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin-top: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	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;
}

@media (max-width: 991px) {
	.room-open__main .room-open-caption .room-open-caption-progress {
		max-width: 100%;
	}
}

.room-open__main .room-open-caption .room-open-caption-progress:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(36, 36, 36, 0.7);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.room-open__main .room-open-caption .room-open-caption-progress span {
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	position: relative;
	z-index: 2;
	color: #ffffff;
}

@media (min-width: 1200px) {
	.room-open__main .room-open-caption .room-open-caption-progress:hover:before {
		content: '';
		background: rgba(36, 36, 36, 0.5);
	}
}

.infrastructure-map {
	padding-top: 70px;
}

@media (max-width: 1470px) {
	.infrastructure-map {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	.infrastructure-map {
		padding-top: 30px;
	}
}

.infrastructure-map .infrastructure-map-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 45px 0 40px;
}

@media (max-width: 1470px) {
	.infrastructure-map .infrastructure-map-top {
		margin: 30px 0 30px;
	}
}

@media (max-width: 1199px) {
	.infrastructure-map .infrastructure-map-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.infrastructure-map .infrastructure-map-top__item {
	margin: 0 65px;
}

@media (max-width: 1199px) {
	.infrastructure-map .infrastructure-map-top__item {
		margin: 0 30px;
	}
}

@media (max-width: 991px) {
	.infrastructure-map .infrastructure-map-top__item {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	.infrastructure-map .infrastructure-map-top__item {
		width: 50%;
		margin: 0;
		padding: 10px;
	}
}

.infrastructure-map .infrastructure-map-top__item__title {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 7px;
}

.infrastructure-map .infrastructure-map-top__item__time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.infrastructure-map .infrastructure-map-top__item__time__item {
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.infrastructure-map .infrastructure-map-top__item__time__item:last-child {
	margin-right: 0;
}

.infrastructure-map .infrastructure-map-top__item__time__item svg {
	margin-right: 10px;
}

.infrastructure-map .infrastructure-map-top__item__time__item svg path {
	fill: #ffde00;
	stroke: #ffde00;
}

.infrastructure-map .infrastructure-map-top__item__time__item span {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-transform: lowercase;
	color: var(--grey-text);
}

.infrastructure-map .map-main {
	height: 780px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 1470px) {
	.infrastructure-map .map-main {
		height: 650px;
	}
}

@media (max-width: 1199px) {
	.infrastructure-map .map-main {
		height: 570px;
	}
}

.infrastructure-map .map-main .map-filter {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
}

@media (max-width: 575px) {
	.infrastructure-map .map-main .map-filter {
		max-height: 45px;
	}
}

.infrastructure-map .map-main .map-filter .filter-title {
	display: none;
}

@media (max-width: 575px) {
	.infrastructure-map .map-main .map-filter .filter-title {
		display: none;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 45px;
		padding: 15px;
		font-size: 14px;
		text-transform: uppercase;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 2;
		background-color: var(--gold);
		color: #fff;
	}
/*	.infrastructure-map .map-main .map-filter .filter-title:before {
		content: '';
		position: absolute;
		top: 18px;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.infrastructure-map .map-main .map-filter .filter-title.active:before {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}*/
}

/*@media (max-width: 575px) {
	.infrastructure-map .map-main .map-filter ul {
		-webkit-transition: 0.3s all ease;
		transition: 0.3s all ease;
		position: relative;
		top: 0px;

		width: 100%;
	}
	.infrastructure-map .map-main .map-filter ul.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
*/
.infrastructure-map .map-main .map-filter ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px;
	margin-bottom: 8px;
	background: #fff;
	width: 100%;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 1199px) {
	.infrastructure-map .map-main .map-filter ul li {
		padding: 10px;
		margin-bottom: 5px;
	}
}

/*.infrastructure-map .map-main .map-filter ul li .map-filter-imgs svg {
	fill: var(--gold);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.infrastructure-map .map-main .map-filter ul li .map-filter-imgs svg path {
	fill: var(--gold);
	stroke: var(--gold);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.infrastructure-map .map-main .map-filter ul li .map-filter-imgs svg rect {
	fill: var(--gold);
	stroke: var(--gold);
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.infrastructure-map .map-main .map-filter ul li p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4a4a4a;
	margin-left: 20px;
}*/

/*.infrastructure-map .map-main .map-filter ul li.active {
	background: var(--gold);
}

.infrastructure-map .map-main .map-filter ul li.active .map-filter-imgs svg {
	fill: #fff;
}*/

/*.infrastructure-map
	.map-main
	.map-filter
	ul
	li.active
	.map-filter-imgs
	svg
	path {
	fill: #fff;
	stroke: #fff;
}

.infrastructure-map
	.map-main
	.map-filter
	ul
	li.active
	.map-filter-imgs
	svg
	rect {
	fill: #fff;
	stroke: #fff;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}*/

.infrastructure-map .map-main .map-filter ul li.active p {
	color: #fff;
}

.infrastructure-map .map-main .map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	clip: rect(auto, auto, auto, auto);
	width: 100%;
	height: 100%;
	margin: 0 0 0 auto;
	z-index: 1;
}

.infrastructure-map .map-main .map .map-img {
	position: absolute !important;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.infrastructure-map
	.map-main
	.map
	.map-img
	.gm-style
	> div
	> div
	> div
	> div
	> div[style*='background-image'] {
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height: 24px !important;
	text-transform: uppercase !important;
	color: #ffde00 !important;
	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;
	background-size: contain;
}

.infrastructure-map .map-main .map .infoBox img {
	display: none !important;
	position: absolute !important;
	cursor: pointer;
	z-index: 2;
	right: 0;
	top: 0;
	margin: 0 !important;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.infrastructure-map .map-main .map .infoBox img:hover {
	opacity: 0.8;
}

.infrastructure-map .map-main .map .info-box {
	width: 380px;
	overflow: hidden;
	position: relative;
}

.info-map-dep p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #191919;
}
.info-map-dep .link_to_road {
	margin-top: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffde00;
}
.info-map-dep .link_to_road span {
	font-size: 16px;
}

@media (max-width: 767px) {
	.infrastructure-map .map-main .map .info-box {
		max-width: 300px;
		width: 100%;
	}
}

.infrastructure-map .map-main .map .info-box .info-box-bg {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.infrastructure-map .map-main .map .info-box .info-cont {
	background: #fff;
	padding: 12px 16px;
}

.infrastructure-map .map-main .map .info-box .info-cont .info-cont-title {
	font-style: normal;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 120%;
	color: #191919 !important;
}

.infrastructure-map .map-main .map .info-box .info-cont .info-cont-adr {
	font-style: normal;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 120%;
	color: #191919 !important;
}

 
.sales-departments .sales-departments-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.sales-departments-top-socials {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	row-gap: 10px;
	column-gap: 10px;

    flex-basis: 40%;
    align-items: flex-end;
}

.sales-department__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;

	column-gap: 10px;
}

.sales-department__soc a {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    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;
}

.sales-department__soc a svg {
	width: 100%;
	height: 100%;
}

/*.sales-department__soc a[href*=wa] svg path {
	stroke: #000;
    fill: #000;
}

.sales-department__soc a[href*=viber] svg path {
	stroke: #000;
    fill: #000;
}*/
/*
.sales-department__soc svg path {
	stroke: #000;
    fill: transparent;
}

.sales-department__soc a svg{
	height: 15px;
    width: 15px;
}

.sales-department__soc.socials_row_1 a svg path, .footer-main-info__soc.footer_socials_row_1 a svg path {
	stroke-width: 1px;
}*/


@media (max-width: 1640px) {
	.sales-departments .sales-departments-top {
		margin: 30px 0 30px;
		padding: 0 10px;
	}
}

@media (max-width: 1470px) {
	.sales-departments .sales-departments-top {
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.sales-departments .sales-departments-top {
		margin: 0 0 30px;
		padding: 0;
	}
}

@media (max-width: 991px) {
	.sales-departments .sales-departments-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	.sales-departments-top-socials {
		flex-direction: column;
		justify-content: center;
		flex-basis: 100%;
		margin: 1em 0;
		align-items: center;
	}
}

.sales-departments .sales-departments-top__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

@media (max-width: 991px) {
	.sales-departments .sales-departments-top__list {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.sales-departments .sales-departments-top__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.sales-departments .sales-departments-top__btn {
	max-width: 200px;
}

.sales-departments .sales-departments-top__btn {
	color: #000;
}

.sales-departments .sales-departments-top__btn:hover {
	color: #000 !important;
}

.sales-departments .sales-departments-top__btn:first-child {
	margin-right: 30px;
}

@media (max-width: 767px) {
	.sales-departments .sales-departments-top__btn:first-child {
		margin-right: 20px;
	}
}

.sales-departments .sales-departments-top__btn:hover {
	background: var(--gold);
	color: #fff;
	border: 2px solid var(--gold);
}

.sales-departments-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f7f7f7;
}

@media (max-width: 991px) {
	.sales-departments-contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.sales-departments-contacts .sales-departments-map {
	padding-top: 0;
	width: 100%;
	height: 920px;
}

@media (max-width: 991px) {
	.sales-departments-contacts .sales-departments-map {
		width: 100%;
		height: 570px;
	}
}

@media (max-width: 767px) {
	.sales-departments-contacts .sales-departments-map {
		height: 340px;
	}
}

.sales-departments-contacts .sales-departments-map .map-main {
	height: 100%;
}

.sales-departments-contacts .sales-departments-map .map-main .map .infoBox {
	display: none !important;
}

.sales-departments-contacts
	.sales-departments-map
	.map-main
	.map
	.map-projects
	div
	.gm-style
	div
	div
	div {
	pointer-events: none;
}

.sales-departments-contacts .sales-departments-form {
	width: 50%;
	height: 720px;
	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;
}

@media (max-width: 1199px) {
	.sales-departments-contacts .sales-departments-form {
		padding: 20px 30px;
	}
}

@media (max-width: 991px) {
	.sales-departments-contacts .sales-departments-form {
		width: 100%;
		padding: 30px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.sales-departments-contacts .sales-departments-form {
		padding: 30px 15px;
	}
}

.sales-departments-contacts .sales-departments-form .form {
	max-width: 590px;
	width: 100%;
}

@media (max-width: 991px) {
	.sales-departments-contacts .sales-departments-form .form {
		width: 100%;
	}
}

.sales-departments-contacts .sales-departments-form .form .form-title {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
}

.sales-departments-contacts .sales-departments-form .form .btn-form {
	background: #f7f7f7;
	max-width: 215px;

	color: #000;
}

@media (max-width: 767px) {
	.sales-departments-contacts .sales-departments-form .form .btn-form {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.sales-departments-contacts .sales-departments-form .form .btn-form:hover {
		background: var(--gold);
	}
}

@media (max-width: 767px) {
	.sales-departments-contacts .sales-departments-form .form .form-title br {
		display: none;
	}
}

.news {
	padding: 45px 0 40px;
}

@media (max-width: 1199px) {
	.news {
		padding: 30px 0 40px;
	}
}

@media (max-width: 767px) {
	.news {
		padding: 20px 0 30px;
	}
}

/*.news .news-list .news-item {
	max-width: 675px;
}*/

.news .custom-pagination {
	margin-top: 20px;
}

.thanks {
	height: 85vh;
	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;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 1470px) {
	.thanks {
		height: 98vh;
	}
}

@media (max-width: 767px) {
	.thanks {
		min-height: 85vh;
		height: auto;
		padding: 120px 0 80px;
	}
}

.thanks:before {
	content: '';
	background: url('../img/thank/thank-decor.png') center no-repeat;
	background-size: contain;
	height: 880px;
	width: 610px;
	position: absolute;
	right: 0;
	top: -150px;
}

@media (max-width: 1470px) {
	.thanks:before {
		height: 800px;
		width: 600px;
	}
}

@media (max-width: 1199px) {
	.thanks:before {
		height: 690px;
		width: 430px;
	}
}

@media (max-width: 991px) {
	.thanks:before {
		height: 640px;
		width: 390px;
	}
}

@media (max-width: 575px) {
	.thanks:before {
		height: 430px;
		width: 260px;
		right: -150px;
		top: -80px;
	}
}

.thanks:after {
	content: '';
	height: 1820px;
	width: 1820px;
	border: 2px dashed #579659;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	left: -140px;
	bottom: -140px;
}

@media (max-width: 575px) {
	.thanks:after {
		display: none;
	}
}

.thanks__main {
	margin: 0 auto;
}

.thanks__caption {
	max-width: 535px;
}

@media (max-width: 575px) {
	.thanks__caption {
		max-width: 65%;
	}
}

.thanks__caption .h2 {
	margin-bottom: 30px;
}

.thanks__caption .h5 {
	margin-bottom: 35px;
}

@media (max-width: 575px) {
	.thanks__caption .h5 {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.thanks__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.thanks__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.thanks__links .btn {
	max-width: 250px;
	background: #091219;
	border: 2px solid #091219;
	color: #fff;
}

.thanks__links .btn:nth-child(1) {
	margin-right: 50px;
}

@media (min-width: 1200px) {
	.thanks__links .btn:hover {
		background: #fff;
		color: #091219;
	}
}

@media (max-width: 767px) {
	.thanks .thanks__links * {
		margin: 0 auto 30px;
	}
	.thanks .thanks__links *:last-child {
		margin: 0 auto 0;
	}
}

.thanks__soc .h4 {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.thanks__soc .h4 {
		margin-top: 40px;
	}
}

.thanks__soc__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.thanks__soc__links a {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 2px solid #c5874e;
	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;
	margin-right: 25px;
}

.thanks__soc__links a:last-child {
	margin-right: 0;
}

.thanks__soc__links a svg {
	height: 24px;
	width: 24px;
	fill: #000;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (min-width: 1200px) {
	.thanks__soc__links a:hover {
		background: #c5874e;
	}
	.thanks__soc__links a:hover svg {
		fill: #fff;
	}
}

.thanks .thanks-img {
	height: 600px;
	width: 600px;
	position: absolute;
	right: -70px;
	top: 140px;
}

@media (max-width: 1470px) {
	.thanks .thanks-img {
		right: -100px;
	}
}

@media (max-width: 1199px) {
	.thanks .thanks-img {
		height: 460px;
		width: 460px;
		right: 0;
		top: 100px;
	}
}

@media (max-width: 991px) {
	.thanks .thanks-img {
		height: 400px;
		width: 400px;
		top: 70px;
	}
}

@media (max-width: 575px) {
	.thanks .thanks-img {
		height: 300px;
		width: 300px;
		top: 110px;
		right: -120px;
	}
}

.thanks .thanks-img img {
	max-width: 100%;
	max-height: 100%;
}

.thanks.thanks2 .thanks-img {
	height: 560px;
	width: 560px;
	position: absolute;
	right: 130px;
	top: 110px;
}

@media (max-width: 1199px) {
	.thanks.thanks2 .thanks-img {
		height: 460px;
		width: 460px;
		right: 0;
		top: 100px;
	}
}

@media (max-width: 991px) {
	.thanks.thanks2 .thanks-img {
		height: 400px;
		width: 400px;
		top: 70px;
	}
}

@media (max-width: 575px) {
	.thanks.thanks2 .thanks-img {
		height: 300px;
		width: 300px;
		top: 110px;
		right: -120px;
	}
}

.thanks.thanks2 .thanks-img img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.privacy-policy {
	padding: 160px 0 80px;
}

@media (max-width: 1199px) {
	.privacy-policy {
		padding: 120px 0 50px;
		margin-bottom: 0;
	}
}

.faq {
	padding: 140px 0 0;
}

@media (max-width: 1470px) {
	.faq {
		padding: 140px 0 0;
	}
}

@media (max-width: 1199px) {
	.faq {
		padding: 80px 0 0;
	}
}

.panel {
	margin-bottom: 25px;
	border-bottom: 2px solid #dbdbdb;
}

@media (max-width: 1199px) {
	.panel {
		margin-bottom: 20px;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.panel {
		margin-bottom: 15px;
		padding: 0;
	}
}

.panel:last-child {
	margin-bottom: 0;
}

.panel__top {
	padding-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: var(--black);
}

@media (max-width: 1199px) {
	.panel__top {
		font-size: 22px;
		line-height: 1.2;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.panel__top {
		font-size: 20px;
		padding-bottom: 15px;
	}
}

.panel__top svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	fill: #242424;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

@media (max-width: 767px) {
	.panel__top svg {
		margin-left: 15px;
	}
}

.panel__top.active svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.panel__bottom {
	padding-bottom: 30px;
}

@media (max-width: 1199px) {
	.panel__bottom {
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.panel__bottom {
		padding-bottom: 15px;
	}
}

.faq-form {
	background: #f7f7f7;
}

.faq-form .h4 {
	font-weight: 400;
}

.faq-form .form {
	max-width: 835px;
	margin: 65px auto 0;
}

@media (max-width: 1470px) {
	.faq-form .form {
		margin: 50px auto 0;
	}
}

@media (max-width: 1199px) {
	.faq-form .form {
		margin: 40px auto 0;
	}
}

@media (max-width: 767px) {
	.faq-form .form {
		margin: 30px auto 0;
	}
}

.faq-form .form .btn {
	margin: 50px auto 0;
	background: transparent;
}

@media (min-width: 1200px) {
	.faq-form .form .btn:hover {
		background: var(--gold);
	}
}

@media (max-width: 1199px) {
	.faq-form .form .btn {
		margin: 40px auto 0;
	}
}

@media (max-width: 767px) {
	.faq-form .form .btn {
		margin: 30px auto 0;
	}
}

.project-detail-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.top-banner .content.project-detail-banner__container {
		position: relative;
		top: 0;
		bottom: 0;
	}
	.project-detail-banner {
		height: auto;
		padding: 55px 0 0;
		display: block;

		margin-top: -60px;
	}
}

.project-detail-banner:before {
	background: rgba(36, 36, 36, 0.5);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	z-index: 1;
}

@media (max-width: 767px) {
	.project-detail-banner:before {
		display: none;
	}
}

.project-detail-banner:after {
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(97.62%, rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 97.62%);
	opacity: 0.5;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	z-index: 1;
}

@media (max-width: 767px) {
	.project-detail-banner:after {
		display: none;
	}
}

.project-detail-banner .top-banner-bg {
	top: -5%;
	height: 105%;
}

@media (max-width: 1199px) {
	.project-detail-banner .top-banner-bg {
		top: 0;
		height: 100%;
	}
}

@media (max-width: 767px) {
	.project-detail-banner .top-banner-bg {
		position: relative;
		height: 240px;
	}
}

@media (max-width: 767px) {
	.project-detail-banner .top-banner-bg:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(97.62%, rgba(0, 0, 0, 0)));
		background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 97.62%);
		opacity: 0.5;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		z-index: 1;
	}
}

.project-detail-banner__container {
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.project-detail-banner__container {
		margin-top: 30px;
	}
}

.project-detail-banner__container .project-detail-banner-3d {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	color: #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 15px;
	top: 50px;
	cursor: pointer;
	z-index: 3;
}

@media (max-width: 991px) {
	.project-detail-banner__container .project-detail-banner-3d {
		position: absolute;
		right: 15px;
		top: 20px;
	}
}

@media (max-width: 767px) {
	.project-detail-banner__container .project-detail-banner-3d {
		top: auto;
		bottom: 25px;
		right: 40px;
		color: var(--black);
	}
}

.project-detail-banner__container .project-detail-banner-3d svg {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.project-detail-banner__container .project-detail-banner-3d svg {
		fill: var(--black);
	}
}

@media (max-width: 767px) {
	.project-detail-banner__container .project-detail-banner-3d svg path {
		fill: var(--black);
	}
}

@media (min-width: 1200px) {
	.project-detail-banner__container .project-detail-banner-3d:hover {
		color: #fff;
	}
}

.project-detail-banner__title {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.project-detail-banner__title {
		text-align: center;
		color: var(--black);
	}
}

.project-detail-banner__info {
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media (max-width: 991px) {
	.project-detail-banner__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;

		border-top: unset;
	}

}

@media (max-width: 767px) {
	.project-detail-banner__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
}

.project-detail-banner__info__item {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 85px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1470px) {
	.project-detail-banner__info__item {
		padding: 0 40px;
	}
}

@media (max-width: 1199px) {
	.project-detail-banner__info__item {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.project-detail-banner__info__item {
		padding: 0 15px;
		border-right: none;
	}
}

@media (max-width: 767px) {
	.project-detail-banner__info__item {
		width: 100%;
		color: var(--black);
		padding: 0 0 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
}

.project-detail-banner__info__item:first-child {
	padding-left: 0;
	width: 18%;
	display: block;
}

@media (max-width: 991px) {
	.project-detail-banner__info__item:first-child {
		width: 30%;
	}
}

@media (max-width: 767px) {
	.project-detail-banner__info__item:first-child {
		width: 100%;
	}
}

.project-detail-banner__info__item:nth-child(2) {
	width: 27%;
}

@media (max-width: 991px) {
	.project-detail-banner__info__item:nth-child(2) {
		width: 35%;
	}
}

@media (max-width: 767px) {
	.project-detail-banner__info__item:nth-child(2) {
		width: 100%;
	}
}

.project-detail-banner__info__item:nth-child(3) {
	width: 34%;
}

@media (max-width: 991px) {
	.project-detail-banner__info__item:nth-child(3) {
		width: 35%;
	}
}

@media (max-width: 767px) {
	.project-detail-banner__info__item:nth-child(3) {
		width: 100%;
	}
}

.project-detail-banner__info__item:last-child {
	padding-right: 0;
	border-right: none;
	width: 21%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 991px) {
	.project-detail-banner__info__item:last-child {
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 30px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.project-detail-banner__info__item:last-child {
		border-bottom: none;
		margin-top: 15px;
	}
}

.project-detail-banner__info__item span {
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	color: #dbdbdb;
	font-weight: 300;
}

@media (max-width: 767px) {
	.project-detail-banner__info__item span {
		color: rgba(24, 24, 24, 0.8);
	}
}

.project-detail-banner__info__item span svg {
	margin-right: 15px;
}

.project-detail-banner__info__item span svg path {
	stroke: #dbdbdb;
}

@media (max-width: 767px) {
	.project-detail-banner__info__item span svg path {
		stroke: var(--black);
	}
}

.project-detail-banner__info__item .btn {
    width: max-content !important;
    float: right;
    max-width: max-content !important;
}

@media (max-width: 1440px) {
.project-detail-banner__info__item .btn { 
		font-size: 13px;
    	padding: 0 15px;
	}
}
.project-detail {
	padding-top: 20px;
	position: relative;
}

@media (max-width: 767px) {
	.project-detail {
		padding-top: 15px;
	}
}

.project-detail .project-detail-tab-nav {
	z-index: 99;
	background: #fff;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	left: 50%;
	top: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.project-detail .project-detail-tab-nav.hide {
	opacity: 0;
	visibility: hidden;
}

.project-detail .project-detail-tab-nav .project-detail-item-nav {
	color: #000 !important;
}

@media (max-width: 1199px) {
	.project-detail .project-detail-tab-nav {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 41px;
		padding: 0;
		transform: none;
	}
	.tab-nav {
		position: relative;
	}
	.project-detail .tab-nav.active .project-detail-tab-nav {
		display: block;
	}
}

.tab-title {
	display: none;
	padding: 12px 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.04em;
	background-color: #f7f7f7;
}

.tab-title::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.tab-nav.active .tab-title::before {
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #333 transparent;
}

@media (max-width: 1199px) {
	.tab-title {
		display: block;
	}
}

.project-detail .project-detail-tab-nav.fixed {
	position: fixed;
	left: 50%;
	top: 75px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1470px) {
	.project-detail .project-detail-tab-nav .project-detail-item-nav {
		padding: 12px 15px;
	}
}

@media (max-width: 1199px) {
	.project-detail .project-detail-tab-nav .project-detail-item-nav {
		width: 25%;
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.project-detail .project-detail-tab-nav .project-detail-item-nav {
		width: 100%;
		margin: 0;
		text-align: left;
	}
}

.project-detail .project-detail-content {
	margin-top: 90px;
}

@media (max-width: 1199px) {
	.project-detail .project-detail-content {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.project-detail .project-detail-content {
		margin-top: 15px;
	}
}

.project-detail .project-detail-content .project-detail-tab-item {
	display: none;
}

.project-detail .project-detail-content .project-detail-tab-item.active {
	display: block;
}

.project-detail .project-detail-content .infrastructure-map {
	padding-top: 0;
}

.project-detail-about .info-section__content {
	max-width: 665px;
	padding-right: 30px;
}

@media (max-width: 991px) {
	.project-detail-about .info-section__content {
		max-width: 100%;
		padding-right: 0;
	}
}

.project-detail-about .info-section__content .h2 {
	margin-bottom: 15px;
}

.project-detail-about .info-section__content .h5 {
	margin-top: 30px;
}

.project-detail-about .project-detail-about-table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dbdbdb;
}

.project-detail-about .project-detail-about-table__item:last-child {
	border-bottom: none;
}

.project-detail-about .project-detail-about-table__item__name {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 60px;
	color: var(--grey-text);
	padding-left: 25px;
	position: relative;
}

.project-detail-about .project-detail-about-table__item__name:before {
	content: '';
	position: absolute;
	left: 0;
	top: 27px;
	height: 6px;
	width: 6px;
	background: var(--gold);
	border-radius: 50%;
}

.project-detail-about .project-detail-about-table__item__caption {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 60px;
	color: var(--black);
}

.project-detail-about .project-detail-about-table__item__caption span {
	font-weight: normal;
}

.project-detail-about .right-block {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.project-detail-about .right-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.project-detail-progress {
	margin: 40px -25px -40px;
}

@media (max-width: 1470px) {
	.project-detail-progress {
		margin: 40px -15px -40px;
	}
}

@media (max-width: 1199px) {
	.project-detail-progress {
		margin: 50px -15px -30px;
	}
}

@media (max-width: 767px) {
	.project-detail-progress {
		margin: 30px 0 -30px;
	}
}

.project-detail-progress__item {
	max-width: 430px;
	width: 100%;
	margin: 0 auto 40px;
	display: block;
}

@media (max-width: 1199px) {
	.project-detail-progress__item {
		margin: 0 auto 30px;
	}
}

@media (max-width: 575px) {
	.project-detail-progress__item {
		max-width: 390px;
	}
}

.project-detail-progress__item__img {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.project-detail-progress__item__img img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.project-detail-progress__item__title {
	margin-top: 20px;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 29px;
	color: var(--black);
	display: block;
}

@media (max-width: 767px) {
	.project-detail-progress__item__title {
		margin-top: 10px;
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.project-detail-progress__item:hover .project-detail-progress__item__img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.project-detail-gallery {
	margin: 40px 0 -30px;
}

@media (max-width: 767px) {
	.project-detail-gallery {
		margin: 30px 0 -30px;
	}
}

.project-detail-gallery .row {
	margin-bottom: -60px;
}

.project-detail-gallery .row > [class*='col'] {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 60px;
}

.project-detail-gallery .gallery-item {
	margin-bottom: 0;
}

.project-detail-gallery .gallery-item .gallery-img {
	height: 100%;
	display: block;
	margin: 0 auto;
	padding-bottom: 88%;
}

@media (max-width: 1199px) {
	/* .project-detail-gallery .gallery-item .gallery-img {
		max-width: 340px;
		height: 320px;
	} */

	.project-detail-gallery .row > [class*='col'] {
		margin-bottom: -30px;
	}
	
	.project-detail-gallery .row > [class*='col'] {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.project-detail-gallery .row {
		margin-bottom: -15px;
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	
	.project-detail-gallery .row > [class*='col'] {
		padding-left: 7.5px;
		padding-right: 7.5px;
		margin-bottom: 15px;
	}
}

.project-detail-documents {
	border-top: 2px solid #dbdbdb;
	padding-top: 25px;
	margin: 40px auto 0;
	max-width: 1125px;
}

@media (max-width: 1199px) {
	.project-detail-documents {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.project-detail-documents {
		padding-top: 15px;
		margin-top: 30px;
	}
}

.project-detail-documents .panel__top {
	font-size: 22px;
}

@media (max-width: 767px) {
	.project-detail-documents .panel__top {
		font-size: 20px;
	}
}

.project-detail-documents .panel__bottom {
	max-width: 940px;
}

.project-detail-documents .panel__bottom.text {
	line-height: 2;
}

.project-detail-walk {
	margin: 40px 0 -50px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.project-detail-walk {
		margin: 30px 0 -30px;
	}
}

.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
	width: 100%;
	height: 680px;
	margin: 0 auto;
}

.project-detail-walk div#tourDIV, .project-detail-walk div#tourDIV_show_first {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.project-detail-walk div#panoDIV, .project-detail-walk div#panoDIV_show_first {
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.project-detail-walk div#panoDIV.cursorMoveMode, .project-detail-walk div#panoDIV_show_first.cursorMoveMode {
	cursor: move;
	cursor: url(graphics/cursors_move_html5.cur), move;
}

.project-detail-walk div#panoDIV.cursorDragMode, .project-detail-walk div#panoDIV_show_first.cursorDragMode {
	cursor: grab;
	cursor: -webkit-grab;
	cursor: url(graphics/cursors_drag_html5.cur), default;
}

.project-detail-installments .project-detail-installments-form .form .btn-form {
	color: #000;
}

@media (min-width: 320px) and (max-width: 399px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 220px;
	}
}

@media (min-width: 400px) and (max-width: 499px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 250px;
	}
}

@media (min-width: 500px) and (max-width: 599px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 280px;
	}
}

@media (min-width: 600px) and (max-width: 729px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 320px;
	}
}

@media (min-width: 730px) and (max-width: 859px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 350px;
	}
}

@media (min-width: 860px) and (max-width: 999px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 460px;
	}
}

@media (min-width: 1000px) and (max-width: 1199px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 500px;
	}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.project-detail-walk .tour_container, .project-detail-walk .tour_container_show_first {
		width: 100%;
		height: 540px;
	}
}

.project-detail-installments {
	margin: 40px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.project-detail-installments {
		margin: 30px 0 0;
	}
}

@media (max-width: 991px) {
	.project-detail-installments {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.project-detail-installments .project-detail-installments-title {
	color: var(--black);
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
}

.deferral_form div h2 span, .deferral_form div h2 {
	font-size: 28px;
	font-weight: 400;
	margin-top: 5px;
}
.deferral_form_title {
	margin-top: 0 !important;
}

.offer_sale_block {
	display: flex;
}

.offer_sale_title span {
	display: block;
	font-size: 14px;
	line-height: 100%;
}

.offer_sale_block .offer_sale_value span {
	font-weight: 700 !important;
}

.project-detail-installments-form .project-detail-installments-title {
	margin-top: 15px;
}

.project-detail-installments-form .project-detail-installments-title:first-child {
	margin-top: 0;
}

@media (max-width: 1470px) {
	.project-detail-installments .project-detail-installments-title {
		font-size: 24px;
		line-height: 1.2;
	}
}

.project-detail-installments .project-detail-installments-conditions {
	max-width: 365px;
	width: 100%;
	margin-right: 100px;
	padding: 35px 0;
}

@media (max-width: 1470px) {
	.project-detail-installments .project-detail-installments-conditions {
		margin-right: 50px;
		padding: 30px 0;
	}
}

@media (max-width: 1199px) {
	.project-detail-installments .project-detail-installments-conditions {
		padding: 30px 0 0;
	}
}

@media (max-width: 991px) {
	.project-detail-installments .project-detail-installments-conditions {
		max-width: 100%;
		margin-bottom: 30px;
		padding-top: 0;
		margin-right: 0;
	}
}

.project-detail-installments
	.project-detail-installments-conditions
	.modal-installments-info
	.h5 {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.project-detail-installments
		.project-detail-installments-conditions
		.modal-installments-info
		.h5 {
		margin-bottom: 15px;
	}
}

.project-detail-installments
	.project-detail-installments-conditions
	.modal-installments-info
	.modal-installments-info-text {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	color: var(--grey-text);
}

.project-detail-installments
	.project-detail-installments-conditions
	.modal-installments-info
	.modal-installments-info-percent {
	font-size: 32px;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.project-detail-installments
		.project-detail-installments-conditions
		.modal-installments-info
		.modal-installments-info-percent {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.project-detail-installments
		.project-detail-installments-conditions
		.modal-installments-info
		.modal-installments-info-percent {
		font-size: 24px;
	}
}

.project-detail-installments
	.project-detail-installments-conditions
	.modal-installments-info
	hr {
	background: #dbdbdb;
	width: 100%;
	height: 2px;
	margin: 30px 0;
}

@media (max-width: 991px) {
	.project-detail-installments
		.project-detail-installments-conditions
		.modal-installments-info
		hr {
		margin: 10px 0;
	}
}

.project-detail-installments
	.project-detail-installments-conditions
	.modal-installments-info
	.modal-installments-sub-title {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: var(--black);
	margin: 30px 0;
}

@media (max-width: 991px) {
	.project-detail-installments
		.project-detail-installments-conditions
		.modal-installments-info
		.modal-installments-sub-title {
		margin: 10px 0;
	}
}

@media (max-width: 767px) {
	.project-detail-installments
		.project-detail-installments-conditions
		.modal-installments-info
		.modal-installments-sub-title {
		font-size: 20px;
	}
}

.project-detail-installments .project-detail-installments-calculator {
	background: #f7f7f7;
	padding: 35px 55px 60px;
	max-width: 480px;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	position: relative;
}

@media (max-width: 1470px) {
	.project-detail-installments .project-detail-installments-calculator {
		padding: 30px 50px 60px;
	}
}

@media (max-width: 1199px) {
	.project-detail-installments .project-detail-installments-calculator {
		padding: 30px 30px 50px;
	}
}

@media (max-width: 991px) {
	.project-detail-installments .project-detail-installments-calculator {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.project-detail-installments .project-detail-installments-calculator {
		max-width: 570px;
		margin: 0 auto;
	}
}

.project-detail-installments .project-detail-installments-calculator:before {
	content: '';
	width: 50px;
	height: 100%;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 10;
}

.project-detail-installments
	.project-detail-installments-calculator
	.project-detail-installments-title {
	margin-bottom: 25px;
}

.project-detail-installments
	.project-detail-installments-calculator
	.range-block {
	margin-bottom: 60px;
}

@media (max-width: 1199px) {
	.project-detail-installments
	.project-detail-installments-calculator
	.range-block {
	margin-bottom: 25px;
}
}

.project-detail-installments
	.project-detail-installments-calculator
	.range-block:last-child {
	margin-bottom: 0;
}

.project-detail-installments
	.project-detail-installments-calculator
	.range-block
	.slider-range
	.range
	.ui-slider-handle:nth-child(2) {
	pointer-events: none;
}

.project-detail-installments
	.project-detail-installments-calculator
	.range-block
	.slider-range
	.range
	.ui-slider-handle:nth-child(2)
	span {
	display: none;
}

.project-detail-installments
	.project-detail-installments-calculator
	.range-block
	.slider-range
	.range
	.ui-slider-handle:nth-child(3)
	span {
	background: transparent;
}

.project-detail-installments .project-detail-installments-form {
	margin-left: 60px;
	max-width: 400px;
	width: 100%;
	padding: 35px 0;
}

@media (max-width: 1470px) {
	.project-detail-installments .project-detail-installments-form {
		padding: 30px 0 30px 30px;
		margin-left: 30px;
	}
}

@media (max-width: 1199px) {
	.project-detail-installments .project-detail-installments-form {
		padding: 30px 0 0;
	}
}

@media (max-width: 991px) {
	.project-detail-installments .project-detail-installments-form {
		max-width: 570px;
		margin: 0 auto;
	}

	.range-block {
        gap: 16px;
    }

    .range-block .current-value {
        font-size: 36px;
    }
}

.project-detail-installments
	.project-detail-installments-form
	.project-detail-installments-final-price {
	font-style: normal;
	font-weight: 300;
	font-size: 45px;
	line-height: 66px;
	color: var(--black);
	margin-top: 10px;
}

@media (max-width: 767px) {
	.project-detail-installments
		.project-detail-installments-form
		.project-detail-installments-final-price {
		font-size: 32px;
		line-height: 1.2;
	}
}

.project-detail-installments .project-detail-installments-form .form {
	margin-top: 10px;
}


@media (max-width: 991px) {
	.project-detail-installments .project-detail-installments-form .form {
		margin-top: 20px;
	}
}

.project-detail-installments .project-detail-installments-form .form .btn-form {
	max-width: 100%;
}

@media (max-width: 991px) {
	.project-detail-installments
		.project-detail-installments-form
		.form
		.btn-form {
		margin-top: 30px;
	}
}

.project-detail-installments-img {
	width: 100%;
	height: 390px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.project-detail-installments-img {
		margin-top: 50px;
		height: 320px;
	}
}

@media (max-width: 991px) {
	.project-detail-installments-img {
		height: 260px;
	}
}

@media (max-width: 767px) {
	.project-detail-installments-img {
		margin-top: 30px;
		height: 140px;
	}
}

.project-detail-search {
	padding: 80px 0;
}

@media (max-width: 767px) {
	.project-detail-search {
		padding: 50px 0 50px;
	}
}

.project-detail-search .search-filters .other-filters {
	padding-left: 0;
}

@media (max-width: 1199px) {
	.project-detail-search .search-filters .other-filters {
		padding: 0;
		max-width: 870px;
	}
}

.project-details-page
	.project-advice
	.project-advice-content
	.project-advice-item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: start;
}

@media (max-width: 767px) {
	.project-details-page .modal-3d .popup-container {
		min-height: auto;
	}
}

.project-details-page .modal-3d .popup-container .popup-align {
	height: 500px;
	width: 100%;
	position: relative;
	display: block;
}

@media (max-width: 1199px) {
	.project-details-page .modal-3d .popup-container .popup-align {
		height: 420px;
		padding: 50px;
	}
}

@media (max-width: 767px) {
	.project-details-page .modal-3d .popup-container .popup-align {
		height: 240px;
		padding: 0;
		min-height: auto;
	}
}

/*style 02.08*/

.view-room {
	position: relative;
	cursor: pointer;
}

.view-room .show_panorama {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.modal-3d #panorama {
	height: 420px;
}

.modal-3d svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}

@media (max-width: 767px) {
	.view-room .show_panorama {
		font-size: 20px;
	}
}

.popup-align .modal-form.small .form-group {
	margin-bottom: 20px;
}

.popup-align .modal-form.small .btn.btn-form {
	margin-top: 30px;
}

.sales-departments-contacts
	.sales-departments-map
	.map-main
	.map
	#map-projects
	.infoBox {
	display: block !important;
	padding: 10px 15px;
	background: #fff;
	width: 100%;
	max-width: 265px;
	font-size: 16px;
	color: #191919;

	border: 2px solid #191919;
}

.sales-departments-contacts
	.sales-departments-map
	.map-main
	.map
	#map-projects
	.info-box {
	width: 100%;
}

.sales-departments-contacts
	.sales-departments-map
	.map-main
	.map
	#map-projects
	.infoBox img {
		display: none;
	}

.popup-content.modal-installments
	.popup-container
	.popup-align
	.modal-installments-container
	.modal-installments-info-text {
	line-height: 1.4;
}

/*style for scroll in popup*/

@media (max-width: 1470px) {
	.popup-content.search-modal {
		display: block;
	}
	.popup-content.search-modal .popup-container {
		max-height: -webkit-max-content;
		max-height: -moz-max-content;
		max-height: max-content;
		max-width: 1300px;
		overflow-y: unset;
	}
	.popup-content.search-modal .popup-container .popup-align {
		padding: 15px 30px;
	}
}

/*3d model*/
.room-open__main
	.room-open-tab
	.room-open-tab-content
	.room-open-tab-item
	.room-open-tab-3d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 800px;
}

.flat-3d {
	display: block;
	width: 100%;
	height: 100%;
}

/*input change color*/
.input,
.select,
.textarea {
	color: #242424;
}

.news-nav.section-nav a {
	color: #000;
}

/*header change size*/
@media (max-width: 1470px) {
	.header__main {
		height: 56px;
	}
	.header .header-right .header-contact .header-tell {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.header .header-right__buttons .header-btn {
		height: 55px;
	}
}

/*style home banner for mobile */
.home-main .home-bg.mobile {
	display: none;
}
@media (max-width: 767px) {
	.home-main {
		height: 50vh;
	}
	.home-main .home-bg {
		display: none;
	}
	.home-main .home-bg.mobile {
		display: block;
	}
	.home-main__info {
		padding-top: 120px;
	}
	.home-main__title {
		margin-bottom: 15px;
	}
}

/*style home banner slider for mobile */
.home-main__slider .swiper-pagination {
	display: none;
	bottom: 0;
	position: relative;
	margin-top: 15px;
}

@media (max-width: 767px) {
	.home-main__slider .swiper-container {
		max-width: 100%;
	}

	.home-main__slider .swiper-button-next,
	.home-main__slider .swiper-button-prev {
		display: none;
	}
	.home-main__slider .swiper-pagination {
		display: block;
	}
}

/*style header for mobile */
@media (max-width: 575px) {
	.header__main {
		padding: 5px 10px;
	}
	.header .header-logo img {
		max-width: 145px;
	}
	.header .header-right__buttons .header-btn {
		width: 55px;
	}
	.header .header-right {
		margin-right: 10px;
	}
}

/*style hamburger add new line */
.hamburger-menu span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 24px;
	height: 2px;
	margin-top: 0;
	background: #ffde00;
}

.hamburger-menu.active span {
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}

/*add 40px between all sections*/
@media (max-width: 767px) {
	.section {
		padding: 40px 0 0 0;
	}
	.home-seo .right-block {
		padding: 15px 0 40px 0;
	}
	.home-seo .seo-block__title {
		margin-bottom: 15px;
	}
	.footer-home {
		padding: 0;
	}
}

/*add swiper news for mobile*/
.swiper-news {
	display: none;
}

.home-news .btn.mobile {
	display: none;
}

@media (max-width: 767px) {
	.news-item {
		margin: 0 auto 15px;
	}
	.row-news {
		display: none;
	}
	.home-news .btn {
		display: none;
	}
	.home-news .btn.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 30px auto 40px;
	}
	.swiper-news {
		display: block;
	}
	.swiper-news .swiper-pagination {
		position: relative;
		bottom: 0;
	}
	.home-news .home-news-top__list {
		margin-top: 10px;

		display: none;
	}
}

/*style slider sales department for mobile */

.swiper-sales-departments {
	display: none;
}

@media (max-width: 767px) {
	.home-sales-departments-list {
		display: none;
	}
	.sales-departments-page .home-sales-departments-list {
		display: block;
	}
	.home-sales-departments .home-news-top {
		margin-bottom: 15px;
	}
	.home-sales-departments .home-news-top__list {
		margin-top: 15px;
		margin-right: 0;
	}
	.sales-departments-item__addr__link {
		-ms-flex-negative: unset;
		flex-shrink: unset;
	}
	.swiper-sales-departments {
		display: block;
	}
	.swiper-sales-departments .swiper-pagination {
		position: relative;
		bottom: 0;
	}
	.sales-departments-item__caption__house a {
		line-height: 1.5em;
	}
}

/*change style for popup search for mobile*/

@media (max-width: 767px) {
	.popup-content.search-modal .popup-container .form .other-filters {
		margin-top: 0;
	}
	.popup-content.search-modal
		.popup-container
		.popup-align
		.modal-form
		.sub-group
		.form-group.type-2 {
		margin: 0 0 15px;
	}
	.popup-content.search-modal
		.popup-container
		.popup-align
		.modal-form
		.sub-group
		.form-group.type-2
		.range-block {
		margin: 0;
	}
}

/*style for header contact on mobile*/

.header .nav .header-contact.mobile {
	display: none;
}

@media (max-width: 767px) {
	.header-contact.none {
		display: none;
	}
	.header .nav .header-contact.mobile {
		display: block;
		text-align: right;
	}
	.header .nav .header-contact.mobile .header-tell {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		margin-bottom: 5px;
		font-weight: 600;
	}
	.header .nav .header-contact .header-work-time svg {
		fill: #fff;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.header .nav .header-contact .header-work-time {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 18px;
		font-weight: 300;
		color: #fff;
	}
}

/*change style for news.php*/

@media (max-width: 767px) {
	.news .custom-pagination {
		margin-top: 0;

		padding: 0 24px;
	}

	.custom-pagination ul {
		justify-content: center;
	}
}

/*change style for about page*/

.top-banner .top-banner-bg.mobile {
	display: none;
}

@media (max-width: 767px) {
	.about-top-banner .top-banner-bg {
		top: 0;
		display: none;
	}
	.about-top-banner .top-banner-bg.mobile {
		display: block;
	}
	.about-page .about-top-banner {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 575px) {
	.slider-pagination .swiper-wrapper {
		max-width: 345px;
	}
	.info-section__img {
		width: 100%;
	}
}

/*add swiper-projects on about for mobile*/

.swiper-about-project {
	display: none;
}

@media (max-width: 767px) {
	.about-project__main {
		display: none;
	}
	.swiper-about-project {
		display: block;
		margin-bottom: 30px;
	}
	.swiper-about-project .swiper-pagination {
		position: relative;
		bottom: 0;
	}
}

/*add swiper-benefits on about for mobile*/

.swiper-about-benefits {
	display: none;
}

@media (max-width: 767px) {
	.about-benefits__list {
		display: none;
	}
	.swiper-about-benefits {
		display: block;
	}
	.swiper-about-benefits .swiper-pagination {
		position: relative;
		bottom: 0;
		max-width: 100%;
	}
	.about-benefits__item {
		margin: 20px auto 30px;
	}
}

/*style for last swiper on about page*/

@media (max-width: 575px) {
	.swiper-button-decor {
		display: none;
	}
	.slider-all .swiper-pagination {
		position: relative;
		bottom: 0;
		margin-top: 15px;
	}
}

/*style for title block*/

@media (max-width: 575px) {
	.section-title {
		margin-bottom: 20px;
	}
	.page-title {
		margin-bottom: 20px;
	}
	.info-section .info-block.right-block {
		margin-top: 15px;
	}
	.project-detail .info-section .info-block.right-block {
		margin-top: 0;
	}
	
	.info-block iframe{max-width:100%;height:auto;min-height:250px;}
}

/*style for blocks left-right*/

@media (max-width: 767px) {
	.info-section .info-block__title {
		text-align: left;
	}
	.info-section .info-block .text {
		text-align: left;
	}
	.info-section .info-block.left-block.type-2 {
		margin-top: 15px;
	}
}

/*change style for projects page*/

@media (max-width: 767px) {
	.projects .page-title {
		margin-bottom: 15px;
	}
	.seo-block__content {
		padding: 0;
	}
}

/*change style for project-details page*/

@media (max-width: 767px) {
	.sumoselect-wrapp .SumoSelect .CaptionCont {
		border-bottom: 1px solid #dbdbdb;
	}
}

@media (max-width: 767px) {
	.project-detail .project-detail-tab-nav {
		overflow-x: auto;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		padding: 0;
		padding-bottom: 10px;
	}
	.project-detail .project-detail-tab-nav .project-detail-item-nav {
		display: inline-block;
		white-space: nowrap;
	}
	/* .project-detail-gallery .gallery-item .gallery-img {
		height: 200px;
	} */
	.project-detail-progress {
		margin: 30px -15px -30px;
	}
	.project-detail-installments .project-detail-installments-conditions {
		margin-right: 0;
	}
	.search-filters__item .slider-range {
		margin-top: 30px;
	}
	.search-result .search-filters__item {
		margin: 0 auto 40px;
	}
}

/*change style for news-details page*/

@media (max-width: 767px) {
	.breadcrumbs {
		display: none;
	}
	.news-detail-page .top-banner-bg {
		top: 0;
		display: none;
	}
	.news-detail-page .top-banner-bg.mobile {
		display: block;
	}
	.news-detail-page .news-detail-banner.no-bg {
		height: auto;
	}
	.news-detail-page .slider-all .swiper-button-prev,
	.news-detail-page .slider-all .swiper-button-next {
		display: none;
	}
	.news-detail-page .slider-all .swiper-pagination {
		display: block;
		bottom: 0;
	}
	.news-detail-page .gallery-wrapper .gallery-item .gallery-img {
		height: 200px;
	}
	.news-detail-page .gallery-wrapper .gallery-item {
		margin-bottom: 30px;
	}
}

/*change style for room-search-result*/

@media (max-width: 767px) {
	.room-tabs-nav {
		padding: 0;
	}
	.room-tabs-nav .section-nav__item {
		margin: 0;
	}
}

/*change style for construction-progress page*/

@media (max-width: 1470px) {
	.construction-progress-gallery .gallery-wrapper .row {
		margin: 0 -15px -30px;
	}
	.construction-progress-gallery .gallery-wrapper .row > [class*='col'] {
		margin-bottom: 30px;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.construction-progress-gallery .gallery-wrapper .row {
		margin: 0 -7.5px -15px;
	}
	.construction-progress-gallery .gallery-wrapper .row > [class*='col'] {
		margin-bottom: 15px;
		padding: 0 7.5px;
	}
}

/*change style for room-discont-result-open page*/

@media (max-width: 767px) {
	.room-open__main .room-open-tab {
		margin-top: 0;
	}

	.room-open__main .room-open-form .form-title {
		margin-bottom: 15px;
		text-align: center;
	}
	.room-open-tab .room-open-tab-nav {
		overflow-x: auto;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		padding-bottom: 10px;
	}
	.room-open-tab .room-open-tab-nav .section-nav__item {
		display: inline-block;
		white-space: nowrap;
	}
}

.search-modal .slider-range .ui-slider .ui-slider-handle span {
	background: #fff;
}

/*change style for room-discont-result-open page*/

@media (max-width: 767px) {
	.home-news .home-news-top__list {
		overflow-x: auto;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		padding-bottom: 10px;
	}
	.home-news .home-news-top__link {
		display: inline-block;
		white-space: nowrap;
	}
}


.news-archive {
    padding: 72px 0;
}

@media(max-width: 767px) {
    .news-archive {
        padding-top: 70px;
    }
}

.news-top-row {
	display: flex;
	justify-content: space-between;
}

.news-top-row h1 {
	font-family: Geologica;
	font-size: 44px;
	font-weight: 700;

	color: #191919;

	text-transform: initial;
	text-align: left;
}

.news-top-row .news-nav.section-nav {
	margin: unset;
	border: unset;

	gap: 24px;
}


.news-nav.section-nav .section-nav__item.active {
	border-bottom: 2px solid #191919;
    background: unset;
    color: #191919;
}

.news-nav.section-nav a {
	display: flex;
    padding: 0;
    align-items: flex-end;
    padding-bottom: 5px;
    padding-right: 30px;

    color: #9A9A9A;
    font-family: 'Geologica';
    font-size: 18px;
    text-transform: capitalize;

    background: unset;
    border-bottom: 2px solid #9A9A9A;
}

.news-container .load-more-btn {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
    background: #FFDE00;
    padding: 20px 44px;
    font-family: Geologica;
    font-weight: 600;
    font-size: 18px;
    color: #191919;
    text-decoration: none;

    transition: 0.3s all ease;
}


.news-container .load-more-btn:hover {
	background: var(--gold-hover);
}

@media (max-width: 767px) {
	.news .news-nav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-flex-wrap: unset;
		flex-wrap: unset;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		padding-bottom: 10px;
	}
	.news .news-nav::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	.news .news-nav::-webkit-scrollbar:horizontal {
		height: 6px;
	}
	.news .news-nav::-webkit-scrollbar-thumb {
		background: var(--gold);
	}
	.news .news-nav::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.1);
	}
	.news .section-nav__item {
		display: inline-block;
		white-space: nowrap;
	}

	.news-top-row h1 {
		font-size: 36px;
	}

	.container.news-container {
		padding: 0;
	}

	.container.news-container .news-label__wrapper,
	.container.news-container .news-item__title {
		padding: 0 24px;
	}

	.news-top-row {
		gap: 32px;
	    justify-content: space-between;
	    flex-direction: column;
	    align-items: flex-start;
	}

	.news-label__wrapper {
		margin-top: 24px;

		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

/*	.news-item__img img {
		min-height: 245px;
	}*/

	.news-nav.section-nav a {
		padding-bottom: 5px;
	}

	.news-container .load-more-btn  {

	}
}

/*tabs for room*/
.room-level-wrapper {
	position: relative;
}

.room-level {
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: -48px;
}

.room-level-wrapper .title {
	font-size: 18px;
	font-weight: 600;
	color: #4a4a4a;
	margin-bottom: 5px;
	text-align: center;
}

.switch {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.switch input[type='checkbox'] {
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch input[type='checkbox']:checked + label::after {
	left: calc(100% - 4px);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.switch label {
	cursor: pointer;
	width: 60px;
	height: 28px;
	background: #fff;
	display: block;
	border-radius: 24px;
	position: relative;
	margin: 0 10px;
	border: 2px solid #dbdbdb;
}

.switch label::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: var(--gold);
	border-radius: 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.room-level-wrapper {
	width: 100%;
}

.room-level-wrapp {
	position: relative;
	padding-bottom: 65%;
}

.room-level-wrapp .room-level-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	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;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.room-level-wrapp .room-level-img.active {
	opacity: 1;
}

@media (max-width: 1470px) {
	.room-level-wrapp {
		padding-bottom: 57%;
	}
}

@media (max-width: 1199px) {
	.room-level {
		left: -15px;
	}
}

@media (max-width: 767px) {
	.room-level {
		position: relative;
		left: 0;
		margin-bottom: 5px;
	}

	.room-level-wrapp {
		padding-bottom: 65%;
	}
	.room-level-wrapp {
		margin: 0 0 30px;
	}
	.room-level-wrapper .title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.switch {
		margin: 0 5px;
	}
	.switch label {
		width: 48px;
		height: 24px;
		margin: 0 10px;
	}
	.switch label::after {
		width: 16px;
		height: 16px;
	}
}

.banner-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.banner-bottom-static {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 10;

    background: linear-gradient(180deg, #f9f8f800, #191919);
}

.banner-static-titles {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 50px;
}

.banner-title {
    color: #9A9A9A;
    font-family: Geologica;
    font-weight: 300;
    font-size: 42px;
    cursor: pointer;
    transition: 0.3s;
}

@media(max-width: 1600px) {
	.banner-title {
		font-size: 36px;
	}

	.banner-static-titles {
		gap: 40px;
	}
}

.banner-title.active {
    color: #F9F8F8;
}

.banner-static-btn a {
    background: #FFDE00;
    padding: 20px 44px;

    font-family: Geologica;
    font-weight: 600;
    font-size: 18px;
    color: #191919;
    text-decoration: none;

    transition: 0.3s all ease;
}

.banner-static-btn a:hover {
	background: var(--gold-hover);
}

.static-banner-image.image-overlay {
    width: 140px;
    top: 6em;
    right: 2em;
    background: #74747470;
    border-radius: 15px;

    position: absolute;
    z-index: 1;
}

/* Mobile styles */
@media (max-width: 768px) {
    .banner-item, .banner-carousel {
        height: 100vh;
    }

    .banner-bottom-static {
        flex-direction: column;
        padding: 60px 24px;
        align-items: flex-start;
    }

    .banner-static-titles {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .banner-title {
        font-size: 36px;
    }

    .banner-title:not(.active) {
        display: none;
    }

    .banner-static-btn {
        margin-top: 20px;
        width: 100%;
    }

    .banner-static-btn a {
        text-align: center;
        display: block;
    }

     .static-banner-image.image-overlay {
        width: 86px;
        top: 4em;
        padding: 4px;
        right: 1em;
        background: #74747470;
        border-radius: 15px;
    }
}



.map-filters-block {
    position: absolute;
    top:50px;
    left:80px;
    width: 380px;
    height: 60px; 
    z-index: 9;


    display: grid;
    grid-template-columns: 50% 50%;

    background: #FFDE00;
    border: 2px solid #191919;
}

.map-filters-block .filters-current {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    padding: 15px;
}

.filters-current svg {
    display: none;
}

.map-filters-block .filters-current span {
    font-size: 18px;
    font-weight: 500;

    color: #191919;
}

.map-filters-block .filters-select-container {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    padding: 12px;
}

.filters-select-btn {
    display: flex;
    align-items: center;
    gap: 10px;

    cursor: pointer;
}

.filters-select-btn svg {
    width: 32px;
}

.filters-select-btn span {
    font-size: 16px;
    font-weight: 400;

    color: #191919;
}

.filters-select-list-block {
    display: none;
    position: absolute;
    top: 0;
    right: 0;

    padding:12px 20px;
    padding-top: 70px;
    padding-bottom: 30px;

    border: 2px solid #191919;
    background: #F9F8F8;

    flex-direction: column;
}

.filters-select-list-block.active {
    display: flex;
}

.filters-select-list-block svg {
    position: absolute;
    right: 15px;
    top: 15px;

    width: 40px;
    height: 40px;

    cursor: pointer;
}

.filters-list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.filters-list-item {
    font-size: 18px;
    font-weight: 400;

    color: #9A9A9A;

    border-bottom: 2px solid #9A9A9A;
    padding-bottom: 5px;

    padding: 12px 8px;

    transition: all 200 ease-in;
}

.filters-list-item:hover{
    color: #191919;
    border-bottom: 2px solid #191919;
}

.filters-list-item.active {
    color: #191919;
    border-bottom: 2px solid #191919;
}

@media(max-width: 767px) {
    .map-filters-block {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
    }
    .map-filters-block .filters-select-container {
        padding-right: 24px;
    }

    .map-filters-block .filters-current {
        padding: 10px;
        padding-left: 24px;
    }

    .map-filters-block .filters-current span {
        font-size: 16px;
    }

    .filters-current svg {
        display: flex;

        width: 32px;

        transition: transform 200ms ease-in;
        transform: rotate(180deg);

        cursor: pointer;
    }

    .filters-current.active svg {
        transform: rotate(0deg);
    }
}

/* Анімація обертання */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.auroom-bg-logo img {
    animation: rotate 20s linear infinite;

    width: 100%;
    height: 100%;
}


#bingc-phone-button svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
	fill: #FFDE00 !important;
}
#bingc-phone-button:hover svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
	fill: #FFDE00 !important;
}
#bingc-phone-button div.bingc-phone-button-tooltip {
	background: #FFDE00 !important;
}
#bingc-phone-button div.bingc-phone-button-tooltip
svg.bingc-phone-button-arrow polyline {
	fill: #FFDE00 !important;
}


#bingc-phone-button div.bingc-phone-button-icon-text span {
	color: #191919 !important;
}

#bingc-passive > div.bingc-passive-overlay {
 background: #191919 !important;
}

#bingc-passive div.bingc-passive-overlay a.bingc-passive-close-button svg polygon {
	fill: #fff !important;
}

/*#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-we-will-call-you,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-we-will-call-you span.small-text,
#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day span.bingc-passive-date-selection-selected-day
{
	color: #191919 !important;
}*/

/*#bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-phone-sample span {
	color: #191919 !important;
	opacity: 0.9;
}*/