@font-face {
	font-family: CalvinoTrial;
	src: url(../fonts/Calvino-Light-trial.woff);
	font-weight: 300;
}
@font-face {
	font-family: CalvinoTrial;
	src: url(../fonts/Calvino-Regular-trial.woff);
	font-weight: 400;
}
@font-face {
	font-family: CalvinoTrial;
	src: url(../fonts/Calvino-Semibold-trial.woff);
	font-weight: 600;
}
@font-face {
	font-family: CalvinoTrial;
	src: url(../fonts/Calvino-Bold-trial.woff);
	font-weight: 700;
}
@font-face {
	font-family: CalvinoTrial;
	src: url(../fonts/Calvino-Extrabold-trial.woff);
	font-weight: 800;
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Light.woff);
	font-weight: 300;
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Regular.woff);
	font-weight: 400;
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Bold.woff);
	font-weight: 700;
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-SemiBold.woff);
	font-weight: 600;
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-ExtraBold.woff);
	font-weight: 800;
}

@font-face {
	font-family: Manrope;
	src: url(../fonts/Manrope-Regular.woff);
	font-weight: 400;
  }

@font-face {
	font-family: Manrope;
	src: url(../fonts/Manrope-Medium.woff);
	font-weight: 500;
}

@font-face {
	font-family: Manrope;
	src: url(../fonts/Manrope-SemiBold.woff);
	font-weight: 600;
}

@font-face {
	font-family: Manrope;
	src: url(../fonts/Manrope-Bold.woff);
	font-weight: 700;
}

@font-face {
	font-family: Manrope;
	src: url(../fonts/Manrope-ExtraBold.woff);
	font-weight: 900;
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Medium.woff);
	font-weight: 500;
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-SemiBold.woff);
	font-weight: 600;
}

@font-face {
	font-family: Host;
	src: url(../fonts/HostGrotesk-Regular.woff);
	font-weight: 400;
}

@font-face {
	font-family: Host;
	src: url(../fonts/HostGrotesk-Medium.woff);
	font-weight: 500;
}

@font-face {
	font-family: Host;
	src: url(../fonts/HostGrotesk-Bold.woff);
	font-weight: 700;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--secondary-font: 'CalvinoTrial', Arial, sans-serif;
	--primary-font: 'Montserrat', Arial, sans-serif;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
aside,
footer,
header,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
.container {
	max-width: 1540px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
body.locked {
	overflow: hidden;
}
/* body.primary-font {
	font-family: var(--primary-font);
}
body.primary-font * {
	font-family: var(--primary-font);
} */
/* body.secondary-font {
	font-family: var(--secondary-font);
} */
/* body.secondary-font * {
	font-family: var(--secondary-font);
} */

body {
	font-family: var(--primary-font);
}

body,
html {
	min-height: 100vh;
}
.main__body {
	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;
	overflow-x: hidden;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
h4 {
	color: #000;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 700;
	line-height: 125.9%;
}
.page-title {
	color: #0e0e0e;
	font-family: var(--primary-font);
	font-size: 35px;
	font-style: normal;
	font-weight: 800;
	line-height: 125.9%;
}
.section {
	margin: 70px 0;
}
.btn {
	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;
	width: 254px;
	height: 60px;
	padding: 20px;
	border-radius: 40px;
	background-color: #373737;
	border: 1px solid transparent;
	outline: 0;
	color: #fff;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 125.9%;
	-webkit-transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear;
	-o-transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear;
	transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear;
}
.btn:hover {
	background-color: transparent;
	border-color: #373737;
	color: #373737;
}
.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #dc3232;
	color: #dc3232;
	text-align: center;
}
.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 13px;
}
.contacts__form-main .wpcf7-not-valid-tip {
	bottom: -32px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em auto 1em !important;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	/* padding-top: 28px; */
}
.menu__item--btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.menu__item-language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	cursor: pointer;
}
.menu__item-language p {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.2px;
}
.menu__item-language img:last-child {
	-webkit-filter: contrast(0) grayscale(1);
	filter: contrast(0) grayscale(1);
}
.menu__item-language li a {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu__item-language-icon {
	width: 28px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.logo {
	z-index: 23;
}
@media (max-width: 992px) {
	.header .logo a {
		width: 108px;
		height: 102px;
		display: block;
	}
}
.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	width: 100%;
}
.menu__item {
	border-bottom: 1px solid transparent;
}
.menu__item.active {
	border-color: #000;
}

footer .menu__item.active {
	border-color: #fff;
}
.menu__item.active .menu__item-link {
	font-weight: 700;
	color: #000;
}
.menu__item-link {
	border-bottom: 1px solid transparent;
	color: #707070;
	font-family: var(--primary-font);
	font-size: 17px;
	font-weight: 300;
	line-height: 133.4%;
	white-space: nowrap;
	-webkit-transition: border-color 0.2s linear, color 0.2s linear;
	-o-transition: border-color 0.2s linear, color 0.2s linear;
	transition: border-color 0.2s linear, color 0.2s linear;
}
.menu__item-link:hover {
	border-color: #000;
	color: #000;
}
.menu__item-link--btn {
	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;
	white-space: nowrap;
	padding: 14px 38px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.46);
	color: rgba(0, 0, 0, 0.56);
	text-align: center;
	font-family: var(--primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 125.9%;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow 0.2s linear;
	transition: -webkit-box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.menu__item-link--btn:hover {
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
}
.burger {
	display: none;
	cursor: pointer;
}
.menu__item-language * {
	padding: 0 !important;
}
.menu__item-language a {
	padding: 0;
}
.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}
.accordion__item {
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.accordion__item.active .accordion__header::after {
	opacity: 0;
}
.accordion__item.active .accordion__header img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion__header {
	position: relative;
	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;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	background-color: var(--bg);
	padding: 18px 15px 18px 25px;
	color: #0e0e0e;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 125.9%;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.accordion__header img {
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.accordion__content {
	max-height: 0;
	padding: 0 15px 0 25px;
	border-radius: 0 0 5px 5px;
	border-left: 2px solid #dadada;
	border-right: 2px solid #dadada;
	border-bottom: 2px solid transparent;
	background: #efefef;
	overflow: hidden;
	font-weight: 500;
	font-size: 24px;
	line-height: 180%;
	color: var(--primary);
	-webkit-transition: max-height 0.2s ease, padding 0.2s ease;
	-o-transition: max-height 0.2s ease, padding 0.2s ease;
	transition: max-height 0.2s ease, padding 0.2s ease;
}
.accordion__content p {
	color: #000;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.accordion__content p + p {
	margin-top: 16px;
}
.accordion__content a {
	color: #000;
	text-decoration: underline;
}
.accordion__content a:hover {
	text-decoration: none;
}
.accordion__item.active .accordion__content {
	max-height: 1000px;
	padding: 32px 15px 32px 25px;
	border-bottom: 2px solid #dadada;
}
.faq__title {
	margin-bottom: 25px;
	text-align: center;
}
.contacts__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 22px;
	-moz-column-gap: 22px;
	column-gap: 22px;
}
.contacts__form {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 700px;
	flex: 0 1 700px;
}
.contacts__form-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
	margin-bottom: 15px;
}
.contacts__form-header p {
	color: #000;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__form-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}
.contacts__form-main span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 5px;
	width: 100%;
	margin-bottom: 20px;
}
.contacts__inputs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}
.contacts__inputs .form__input {
	padding: 17px 60px;
	border: 0.5px solid rgba(0, 0, 0, 0.32);
}
.contacts__inputs .iti--separate-dial-code .iti__selected-flag {
	border-right: 1px solid rgba(0, 0, 0, 0.32);
}
.contacts__input {
	width: 100%;
	padding: 16px;
	border-radius: 5px;
	border: 0.5px solid rgba(0, 0, 0, 0.32);
	color: #000;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__input::placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__input:hover {
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
}
.contacts__textarea {
	width: 100%;
	height: 206px;
	padding: 16px;
	border-radius: 5px;
	border: 0.5px solid rgba(0, 0, 0, 0.32);
	resize: none;
	color: #000;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__textarea::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__textarea::placeholder {
	color: rgba(0, 0, 0, 0.32);
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.contacts__textarea:hover {
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
}
.contacts__btn {
	margin-top: 5px;
}
.contacts__map {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 778px;
	flex: 0 1 778px;
	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;
	row-gap: 50px;
}
.contacts__map-map {
	height: 432px;
	width: 100%;
	max-width: 100%;
}
.contacts__map-map img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.contacts__map-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 34px;
	-moz-column-gap: 34px;
	column-gap: 34px;
}
.contacts__map-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}
.contacts__map-link a {
	white-space: nowrap;
	color: rgba(71, 71, 71, 0.8);
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 125.9%;
}
.news__title {
	margin-bottom: 25px;
}
.news__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	row-gap: 24px;
}
.news__item {
	display: grid;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: -webkit-box-shadow 0.2s linear;
	transition: -webkit-box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.news__item:hover {
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
}
.news__pic {
	max-width: 100%;
	width: 100%;
	height: 220px;
	border-radius: 10px 10px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.news__info {
	display: grid;
	padding: 20px 38px 25px;
	text-align: center;
}
.news__label {
	margin-bottom: 15px;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 138.4%;
}
.news__descr {
	margin-bottom: 25px;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.news__link {
	margin: 0 auto;
}
.news-detal__pic {
	max-width: 100%;
	width: 100%;
	height: 440px;
	margin-bottom: 30px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}
.news-detal__title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 138.4%;
}
.news-detal__texts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
	text-align: center;
}
.news-detal__texts p {
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 161.9%;
}
.news-detal__texts ul li {
	list-style: disc;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 161.9%;
}
.news-detal__texts-dot p {
	position: relative;
}
.news-detal__texts-dot p::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #000;
}
.object-card__pic {
	max-width: 100%;
	width: 100%;
	height: 530px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 30px;
	border-radius: 10px;
}
.object-card__title {
	margin-bottom: 15px;
	color: #000;
	font-family: var(--primary-font);
	font-size: 60px;
	font-weight: 700;
	line-height: 125.9%;
}
.object-card__prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
	margin-bottom: 30px;
}
.object-card__prices p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: rgba(0, 0, 0, 0.76);
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 125.9%;
}
.object-card__descr {
	margin-bottom: 30px;
	color: #393939;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 400;
	line-height: 160.5%;
}
.actual-objects__title {
	margin-bottom: 25px;
	text-align: center;
}
.actual-objects__list-container {
	margin-bottom: 90px;
}
.actual-objects__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 55px;
	-moz-column-gap: 55px;
	column-gap: 55px;
	row-gap: 50px;
	margin-bottom: 50px;
}
.actual-objects__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.actual-objects__item-pic {
	width: 100%;
	max-width: 100%;
	height: 258px;
	margin-bottom: 10px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}
.actual-objects__item-label {
	margin-bottom: 15px;
	color: #000;
	font-family: var(--primary-font);
	font-size: 40px;
	font-weight: 700;
	line-height: 125.9%;
}
.actual-objects__item-prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
	margin-bottom: 15px;
}
.actual-objects__item-prices p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: rgba(0, 0, 0, 0.76);
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 125.9%;
}
.actual-objects__item-disconts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 20px;
	max-width: 340px;
	margin-bottom: 15px;
}
.actual-objects__item-disconts p {
	color: rgba(0, 0, 0, 0.51);
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 125.9%;
}
.actual-objects__more {
	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;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 26px 114px;
	border-radius: 84px;
	background: #19b600;
	color: #fff;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 125.9%;
	-webkit-transition: -webkit-box-shadow 0.2s linear;
	transition: -webkit-box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.actual-objects__more:hover {
	-webkit-box-shadow: 0 4px 20px 0 rgba(25, 182, 0, 0.45);
	box-shadow: 0 4px 20px 0 rgba(25, 182, 0, 0.45);
}
.actual-objects__info {
	margin-bottom: 65px;
}
.actual-objects__info.news-detal__texts {
	row-gap: 0;
}
.actual-objects__info h3 {
	margin-bottom: 20px;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 130.4%;
}
.actual-objects__info p {
	margin-bottom: 25px;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%;
}
.actual-objects__info img {
	max-width: 70%;
	width: 100%;
	/* height: 500px; */
	margin-bottom: 25px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 15px;
}
@media (max-width: 768px) {
	.actual-objects__info img {
		max-width: 100%;
	}
}
.actual-objects__info a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto -20px;
	color: #003eb6;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 700;
	line-height: 125.9%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.actual-objects__info a:hover {
	text-decoration: none;
}
.actual-objects__info .news-detal__texts-dot p {
	margin-bottom: 10px;
}
.actual-objects__stages {
	margin-bottom: 95px;
}
.actual-objects__stages-title {
	margin-bottom: 25px;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 125.9%;
}
.actual-objects__stages-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	row-gap: 60px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	padding: 0 60px;
}
.actual-objects__stages-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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 12px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}
.actual-objects__stages-count {
	color: rgba(0, 0, 0, 0.17);
	text-align: center;
	font-family: var(--primary-font);
	font-size: 80px;
	font-weight: 800;
	line-height: 125.9%;
}
.actual-objects__stages-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
	padding-left: 48px;
	margin-top: -10px;
}
.actual-objects__stages-info p {
	color: #000;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 125.9%;
}
.actual-objects__stages-label {
	color: #000;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 125.9%;
}
.actual-objects__cities {
	margin-bottom: 120px;
}
.actual-objects__cities-title {
	margin-bottom: 30px;
	color: #000;
	font-family: var(--primary-font);
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 125.9%;
}
.actual-objects__cities-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}
.actual-objects__cities-tabs {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 924px;
	flex: 0 1 924px;
}
.actual-objects__cities-picture {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 545px;
	flex: 0 1 545px;
	border-radius: 10px;
	height: 100%;
}
.actual-objects__cities-picture img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.tabs__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}
.tabs__header-item {
	position: relative;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 125.9%;
	cursor: pointer;
}
.tabs__header-item.active {
	color: #19b600;
}
.tabs__header-item:not(:first-child) {
	padding-left: 14px;
}
.tabs__header-item:not(:last-child) {
	padding-right: 14px;
}
.tabs__header-item:not(:last-child)::before {
	content: '';
	position: absolute;
	top: -3px;
	right: 0;
	width: 1px;
	height: 34px;
	background: rgba(0, 0, 0, 0.17);
}
.tabs__content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tabs__content-item p {
	color: #000;
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 165.9%;
}
.tabs__content-pictures {
	display: grid;
	grid-auto-flow: column;
	margin-bottom: 16px;
	border-radius: 10px;
	overflow: hidden;
}
.tabs__content-pictures img {
	max-width: 100%;
	width: 100%;
	height: 688px;
	-o-object-fit: cover;
	object-fit: cover;
}
.actual-objects__statistic-block {
	margin-bottom: 120px;
}
.actual-objects__statistic-header {
	max-width: 500px;
	margin: 0 auto 40px;
	text-align: center;
}
.actual-objects__statistic-header h3 {
	color: #000;
	font-family: var(--primary-font);
	font-size: 35px;
	font-weight: 700;
	line-height: 125.9%;
}
.actual-objects__statistic-header p {
	color: #000;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 125.9%;
}
.actual-objects__statistic-main {
	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;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.actual-objects__statistic-picture img {
	max-width: 500px;
	max-height: 700px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
}
.actual-objects__statistic-texts {
	max-width: 620px;
}
.actual-objects__statistic-texts p {
	color: #000;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 400;
	line-height: 165.9%;
}
.actual-objects__graphik-pic {
	margin-bottom: 120px;
	text-align: center;
}
.actual-objects__graphik-pic img {
	max-width: 100%;
	max-height: 960px;
	-o-object-fit: cover;
	object-fit: cover;
}
.actual-objects__points-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-bottom: 70px;
}
.actual-objects__points-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 500px;
	flex: 0 1 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.actual-objects__points-info h4 {
	color: #000;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 700;
	line-height: 125.9%;
}
.actual-objects__points-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 0;
}
.actual-objects__points-item {
	position: relative;
	padding-left: 20px;
	color: #393939;
	font-family: var(--primary-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 210.4%;
}
.actual-objects__points-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 5px;
	height: 1px;
	background-color: #393939;
}

.actual-objects__points-picture {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 890px;
	flex: 0 1 890px;
}
.actual-objects__points-picture img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.actual-objects__num-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
	margin-bottom: 80px;
}
.actual-objects__num-picture {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 900px;
	flex: 0 1 900px;
}
.actual-objects__num-picture img {
	border-radius: 10px;
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.actual-objects__num-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 500px;
	flex: 0 0 500px;
}
.actual-objects__num-info h4 {
	margin-bottom: 20px;
	color: #000;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 700;
	line-height: 143.4%;
}
.actual-objects__num-info ol {
	color: #393939;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 210%;
}
.actual-objects__num-info li {
	color: #393939;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 210%;
}
.actual-objects__column-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 28px;
	margin-bottom: 70px;
}
.actual-objects__column-block img {
	max-width: 100%;
	width: 100%;
	height: 678px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}
.actual-objects__column-block p {
	color: #393939;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 400;
	line-height: 160.5%;
}
.secondary-font .actual-objects__num-info li {
	font-size: 18px;
}
.hero {
	height: 700px;
	padding: 180px 0 36px;
	background-image: url(../img/hero.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.hero .container {
	position: relative;
}
.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.hero > .container {
	height: 100%;
}
.hero__inner {
	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;
	height: 100%;
}
.hero__title {
	margin-bottom: 5px;
	color: #fff;
	text-align: right;
	font-family: var(--primary-font);
	font-size: 50px;
	font-style: normal;
	font-weight: 900;
	line-height: 125.9%;
}
.hero__subtitle {
	margin-bottom: 15px;
	color: #fff;
	text-align: right;
	font-family: var(--primary-font);
	font-size: 22px;
	font-weight: 400;
	line-height: 133.4%;
}
.hero__link {
	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;
	width: 295px;
	height: 65px;
	margin-left: auto;
	padding: 20px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px solid transparent;
	outline: 0;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 125.9%;
	-webkit-transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear, -webkit-box-shadow 0.2s linear;
	transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear, -webkit-box-shadow 0.2s linear;
	-o-transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear, box-shadow 0.2s linear;
	transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear, box-shadow 0.2s linear;
	transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.hero__link:hover {
	background-color: #373737;
	border-color: #373737;
	color: #f5f5f5;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.65);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.65);
}
.hero__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.hero__footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 125.9%;
}
.hero__footer-link:last-child {
	margin-left: 40px;
}
.hero__footer-border {
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.29);
}
.about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 814px;
	flex: 0 1 814px;
	padding: 40px 60px;
	border-radius: 10px 0 0 10px;
	background: #fbfbfb;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.about__info b {
	color: #202020;
	font-family: var(--primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 160.9%;
}
.about__info p {
	margin-bottom: 20px;
	color: #202020;
	font-family: var(--primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 160.9%;
}
.about__title {
	margin-bottom: 15px;
}
.about__info-partners {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	margin-bottom: 15px;
}
.about__info-partners ul {
	padding-left: 16px;
}
.about__info-partners ul li {
	list-style: disc;
	color: #393939;
	font-family: var(--primary-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 160.9%;
}
.about__info-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.about__info-link--gren {
	background-color: #19b600;
}
.about__picture {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 685px;
	flex: 0 1 685px;
	border-radius: 0 10px 10px 0;
}
.about__picture img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right;
	object-position: right;
	border-radius: 0 10px 10px 0;
}
.info-block__title {
	margin-bottom: 25px;
}
.info-block__block {
	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;
	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}
.info-block__block + .info-block__block {
	margin-top: 60px;
}
.info-block__picture {
	width: 100%;
}
.info-block__picture img {
	/* max-width: 1060px; */
	max-height: 545px;
	width: 100%;
	height: 545px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}
.info-block__paying {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
	max-width: 370px;
	min-width: 370px;
}
.info-block__paying-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}
.info-block__paying-picture {
	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;
	width: 125px;
	min-width: 125px;
	height: 125px;
	background-color: #373737;
	border-radius: 100%;
}
.info-block__paying-picture img {
	width: 72px;
	height: 72px;
	-o-object-fit: cover;
	object-fit: cover;
}
.info-block__paying-descr {
	color: #000;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 160.9%;
}
.info-block__benifits ul {
	margin-bottom: 20px;
}
.info-block__benifits ul li {
	position: relative;
	padding-left: 16px;
	color: #024e00;
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 183.4%;
}
.info-block__benifits ul li::before {
	content: '-';
	position: absolute;
	left: 0;
	top: -3px;
}
.info-block__benifits ul li span {
	display: block;
	color: #000;
	font-family: var(--primary-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 163.9%;
}
.info-block__benifits-label {
	margin-bottom: 20px;
	color: #000;
	font-family: var(--primary-font);
	font-size: 25px;
	font-weight: 700;
	line-height: 125.9%;
}
.step-form__inner {
	text-align: center;
}
.step-form__inner img {
	max-width: 100%;
}
.steps {
	overflow: hidden;
}
.steps__title {
	margin-bottom: 30px;
	text-align: center;
}
.steps__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.steps__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.steps__row:nth-child(3) .steps__item {
	margin-top: 0;
	margin-bottom: auto;
}
.steps__row:nth-child(3) .steps__item p {
	margin-bottom: 0;
	margin-top: 16px;
}
.steps__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;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	row-gap: 8px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 280px;
	flex: 0 0 280px;
	margin-top: auto;
}
.steps__item p {
	margin-bottom: 16px;
	text-align: center;
	color: #373737;
	font-size: 14px;
	font-weight: 300;
	line-height: 160.9%;
}
.steps__item-label {
	color: #373737;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	line-height: 163.9%;
}
.steps__nums {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}
.steps__nums::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 12px;
	background-image: url(../img/steps-line.svg);
	background-repeat: no-repeat;
	z-index: -1;
}
.steps__num {
	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;
	width: 81px;
	height: 81px;
	border-radius: 100%;
	background-color: #373737;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 125.9%;
}
.residence {
	overflow: hidden;
}
.residence__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 600px;
	text-align: center;
	padding: 60px;
	border-radius: 20px;
	background-image: url(../img/residence-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.residence__inner p {
	color: #909090;
	font-size: 20px;
	font-weight: 400;
	line-height: 152.4%;
}
.residence__inner ul li {
	color: #909090;
	font-size: 20px;
	font-weight: 400;
	line-height: 152.4%;
}
.residence__title {
	text-align: center;
	color: #fff;
}
.residence__link {
	margin: 15px auto 0;
}
.form__title {
	max-width: 880px;
	padding: 0 20px;
	margin: 0 auto 25px;
	text-align: center;
}
.form__inner {
	max-width: 530px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
}
.form__gorup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}
.form__label {
	color: rgba(0, 0, 0, 0.52);
	font-size: 18px;
	font-weight: 400;
	line-height: 122.4%;
}
.form__input-container {
	position: relative;
	width: 100%;
}
.form__input {
	width: 100%;
	padding: 24px 60px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	outline: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 122.4%;
}
.form__input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 400;
	line-height: 122.4%;
}
.form__input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 400;
	line-height: 122.4%;
}
.form__input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 400;
	line-height: 122.4%;
}
.form__input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 400;
	line-height: 122.4%;
}
.form__input::placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 400;
	line-height: 122.4%;
}
.form__input:active,
.form__input:focus,
.form__input:hover {
	border-color: #000;
}
.form__input-icon {
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form__input-phone {
	display: grid;
	grid-template-columns: 1fr;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.form__input-phone .form__input {
	border-color: transparent;
	padding-left: 28px;
}
.form__input-select {
	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;
	border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.form__input-selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	cursor: pointer;
}
.form__input-selected-arrow {
	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;
}
.form__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
}
.form__footer a {
	color: rgba(0, 0, 0, 0.56);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 143.4%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.form__checkbox-input {
	width: 0;
	height: 0;
	position: absolute;
	z-index: -100;
	opacity: 0;
}
.form__checkbox-input:checked
	~ .form__checkbox-label
	.form__checkbox-check::before {
	opacity: 1;
}
.form__checkbox-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.form__checkbox-check {
	position: relative;
	margin-top: 3px;
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #000;
	cursor: pointer;
}
.form__checkbox-check::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-image: url(../img/form-check.svg);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}
.form__checkbox-text {
	color: rgba(0, 0, 0, 0.56);
	font-size: 15px;
	font-weight: 400;
	line-height: 143.4%;
}
.form__checkbox-text a {
	color: rgba(0, 0, 0, 0.56);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 143.4%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.form__btn {
	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;
	width: 254px;
	height: 60px;
	padding: 20px;
	border-radius: 40px;
	background-color: #373737;
	border: 1px solid transparent;
	outline: 0;
	width: 100%;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	pointer-events: visible;
	color: #fff;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 125.9%;
	-webkit-transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear;
	-o-transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear;
	transition: background-color 0.2s linear, border-color 0.2s linear,
		color 0.2s linear;
}
.form__btn:hover {
	background-color: transparent;
	border-color: #373737;
	color: #373737;
}
.step-form {
	overflow: hidden;
}
.step-form__header {
	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;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.step-form__header::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -500%;
	width: 1000%;
	height: 2px;
	background: rgba(0, 0, 0, 0.15);
}
.form__checkbox-input:checked
	~ .wpcf7-list-item-label
	.form__checkbox-label
	.form__checkbox-check::before {
	opacity: 1;
}
.form__footer .wpcf7-list-item {
	margin: 0;
}
.form .wpcf7-response-output {
	max-width: 490px;
	margin: 0 auto;
	padding: 1em 1em;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.69);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.modal.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 1;
}
.modal-content {
	background-color: #fff;
	margin: auto;
	width: 96%;
	max-width: 900px;
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: opacity 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.modal.show .modal-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.close-modal-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.modal-content .wpcf7-response-output {
	max-width: 490px;
	margin: 0 auto;
	padding: 1em 1em;
}
.primary-font .accordion__header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.primary-font .accordion__content p {
	text-align: right;
}
.primary-font .contacts__form-header {
	text-align: right;
}
.primary-font .contacts__input {
	text-align: right;
}
.primary-font .contacts__input::-webkit-input-placeholder {
	text-align: right;
}
.primary-font .contacts__input::-moz-placeholder {
	text-align: right;
}
.primary-font .contacts__input:-ms-input-placeholder {
	text-align: right;
}
.primary-font .contacts__input::-ms-input-placeholder {
	text-align: right;
}
.primary-font .contacts__input::placeholder {
	text-align: right;
}
.primary-font .contacts__textarea {
	text-align: right;
}
.primary-font .contacts__textarea::-webkit-input-placeholder {
	text-align: right;
}
.primary-font .contacts__textarea::-moz-placeholder {
	text-align: right;
}
.primary-font .contacts__textarea:-ms-input-placeholder {
	text-align: right;
}
.primary-font .contacts__textarea::-ms-input-placeholder {
	text-align: right;
}
.primary-font .contacts__textarea::placeholder {
	text-align: right;
}
.primary-font .contacts__btn {
	margin-left: auto;
}
.primary-font .contacts__map-footer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.primary-font .actual-objects__item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}
.primary-font .actual-objects__item-prices {
	text-align: right;
}
.primary-font .actual-objects__item-prices p {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.primary-font .actual-objects__stages-item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.primary-font .actual-objects__stages-item:nth-child(1) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.primary-font .actual-objects__stages-item:nth-child(2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.primary-font .actual-objects__stages-item:nth-child(3) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.primary-font .actual-objects__stages-info {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}
.primary-font .actual-objects__cities-title {
	text-align: right;
}
.primary-font .tabs__header {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.primary-font .tabs__content-item {
	text-align: right;
}
.primary-font .actual-objects__statistic-texts {
	text-align: right;
}
.primary-font .actual-objects__points-list {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}
.primary-font .actual-objects__num-info {
	text-align: right;
}
.primary-font .actual-objects__item-disconts {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.primary-font .object-card__info {
	text-align: right;
}
.primary-font .object-card__prices {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.primary-font .object-card__link {
	margin-left: auto;
}
.primary-font .about__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.primary-font .about__info {
	text-align: right;
}
.primary-font .about__info-partners {
	margin-left: auto;
}
.primary-font .about__info-links {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.primary-font .info-block__paying-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
.primary-font .info-block__benifits {
	text-align: right;
}
.primary-font .info-block__benifits ul li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}
.primary-font .info-block__benifits-link {
	margin-left: auto;
}
.primary-font .steps__row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.primary-font .steps__nums {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.primary-font .form__gorup {
	text-align: right;
}
.primary-font .form__input {
	text-align: right;
}
.primary-font .form__input::-webkit-input-placeholder {
	text-align: right;
}
.primary-font .form__input::-moz-placeholder {
	text-align: right;
}
.primary-font .form__input:-ms-input-placeholder {
	text-align: right;
}
.primary-font .form__input::-ms-input-placeholder {
	text-align: right;
}
.primary-font .form__input::placeholder {
	text-align: right;
}
.primary-font .form__input-icon {
	left: auto;
	right: 25px;
}
.primary-font .form__input-selected {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.primary-font .form__checkbox-label {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
.footer {
	padding: 50px 0;
	background-color: #232323;
}
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 36px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__top {
	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;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	width: 100%;
}
.footer__logo img {
	max-width: 100%;
	width: 266px;
}
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 36px;
	-moz-column-gap: 36px;
	column-gap: 36px;
}
.footer__nav-link {
	border-bottom: 1px solid transparent;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	font-family: var(--primary-font);
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 133.4%;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
.footer__nav-link:hover {
	border-color: #fff;
}
.footer__nav-link.active {
	border-color: #fff;
}
.header-main .header-logo {
	display: none;
}
.header-not-main .header-logo {
	display: block;
}
.header-not-main .footer-logo {
	display: none;
}
/* .header-main .header-logo {
	display: none;
}

body:has(.header-main) .footer-logo {
	display: none;
} */

body:has(.menu.active) .header-logo {
	display: block;
}
body:has(.menu.active) .footer-logo {
	display: none;
}
.footer__consult {
	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;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 14px 38px;
	border-radius: 40px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
	white-space: nowrap;
	color: #000;
	text-align: center;
	font-family: var(--primary-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 125.9%;
	-webkit-transition: -webkit-box-shadow 0.2s linear;
	transition: -webkit-box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.footer__consult:hover {
	-webkit-box-shadow: 0 4px 25px 0 rgba(252, 251, 251, 0.25);
	box-shadow: 0 4px 25px 0 rgba(252, 251, 251, 0.25);
}
.header .logo img {
	width: 175px;
	height: 77px;
	object-fit: cover;
}
.news__inner {
	display: flex;
	flex-direction: column;
}
.page-numbers {
	font-size: 20px;
	color: #919191;
}
.page-numbers.current {
	color: black;
}
.pagination.pagination_primary {
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 46px;
	-moz-column-gap: 46px;
	column-gap: 46px;
}
.footer__bottom-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: rgba(255, 255, 255, 0.53);
	text-align: center;
	font-family: var(--primary-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 125.9%;
}
@media (max-width: 1449.98px) {
	.container {
		max-width: 1200px;
	}
	.navbar {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.menu__item--btn {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.menu__item-language {
		-webkit-column-gap: 4px;
		-moz-column-gap: 4px;
		column-gap: 4px;
	}
	.menu__item-language p {
		font-size: 15px;
	}
	.logo img {
		width: 100px;
	}
	.menu {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.menu__item-link {
		font-size: 13px;
	}
	.menu__item-link--btn {
		padding: 10px;
		font-size: 13px;
	}
	.contacts__inner {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.contacts__map-map {
		height: 460px;
	}
	.actual-objects__num-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
		row-gap: 40px;
	}
	.actual-objects__num-picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.actual-objects__num-picture img {
		max-height: 600px;
	}
	.actual-objects__num-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.actual-objects__num-info ol {
		font-size: 18px;
		padding-left: 20px;
	}
	.actual-objects__num-info li {
		font-size: 18px;
	}
	.steps__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
	}
	.footer__logo img {
		width: 140px;
	}
	.footer__nav {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.footer__nav-link {
		font-size: 14px;
	}
	.footer__consult {
		padding: 14px;
	}
}
@media (max-width: 1200px) {
	.news__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.steps__item p {
		font-size: 13px;
		line-height: 140%;
	}
	.steps__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
	}
	.steps__item-label {
		font-size: 16px;
	}
}
@media (max-width: 991.98px) {
	.container {
		max-width: 970px;
	}
	h4 {
		font-size: 22px;
	}
	.navbar {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 20px;
	}
	.menu__item-language img:last-child {
		width: 8px;
	}
	.menu__item--btn {
		margin-left: auto;
		z-index: 23;
	}
	.menu__item-link--btn {
		padding: 10px 10px;
		font-size: 12px;
	}
	.header-main .menu__item-link {
		color: #000;
	}
	.header-main .menu__item-language img:last-child {
		width: 8px;
	}
	.header-main .menu__item.active {
		border-color: #000;
	}
	.header-main .menu__item.active .menu__item-link {
		color: #000;
	}
	.header-main .menu.active ~ .menu__item--btn .menu__item-link--btn {
		color: #000;
		border-color: #000;
	}
	.header-main .menu.active ~ .menu__item--btn .menu__item-language p {
		color: #000;
	}
	.header-main
		.menu.active
		~ .menu__item--btn
		.menu__item-language
		img:last-child {
		-webkit-filter: contrast(0) grayscale(1);
		filter: contrast(0) grayscale(1);
	}
	.accordion {
		gap: 20px;
	}
	.contacts__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 40px;
	}
	.contacts__form {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.contacts__map {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.news-detal__texts ul {
		padding-left: 20px;
	}
	.news-detal__texts ul li {
		width: 100%;
		text-align: left;
		font-size: 14px;
	}
	.object-card__pic {
		height: 420px;
	}
	.object-card__title {
		font-size: 50px;
	}
	.object-card__descr {
		font-size: 20px;
	}
	.actual-objects__list-container {
		margin-bottom: 60px;
	}
	.actual-objects__list {
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 24px;
		-moz-column-gap: 24px;
		column-gap: 24px;
		row-gap: 24px;
	}
	.actual-objects__item-label {
		font-size: 32px;
	}
	.actual-objects__info img {
		height: auto;
	}
	.actual-objects__stages {
		margin-bottom: 60px;
	}
	.actual-objects__stages-list {
		grid-template-columns: repeat(1, 1fr);
		justify-items: baseline;
		row-gap: 40px;
		padding: 0;
	}
	.actual-objects__cities {
		margin-bottom: 60px;
	}
	.actual-objects__cities-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 40px;
	}
	.actual-objects__cities-tabs {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.actual-objects__cities-picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.tabs__content-pictures img {
		height: 500px;
	}
	.actual-objects__statistic-block {
		margin-bottom: 60px;
	}
	.actual-objects__statistic-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 40px;
	}
	.actual-objects__graphik-pic {
		margin-bottom: 60px;
	}
	.actual-objects__points-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		row-gap: 20px;
		margin-bottom: 60px;
	}
	.actual-objects__points-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.actual-objects__points-picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.actual-objects__num-block {
		margin-bottom: 60px;
	}
	.actual-objects__column-block {
		margin-bottom: 60px;
	}
	.actual-objects__column-block img {
		height: 500px;
	}
	.hero__title {
		font-size: 40px;
	}
	.about__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.about__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.about__picture img {
		border-radius: 10px;
	}
	.about__picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.info-block__block {
		-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;
		row-gap: 40px;
	}
	.info-block__picture img {
		height: 400px;
	}
	.steps__inner {
		max-width: 970px;
	}
	.steps__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
	}
	.residence__inner p {
		font-size: 18px;
	}
	.residence__inner ul li {
		font-size: 18px;
	}
	.residence__title {
		font-size: 30px;
	}
	.primary-font .about__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.primary-font .info-block__block {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}
	.footer__logo img {
		width: 300px;
	}
}
@media screen and (max-width: 991.98px) {
	.menu {
		position: fixed;
		background: #fff;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
		display: none;
	}
	.menu.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		pointer-events: all;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 22;
		-webkit-animation: fade 0.1s linear;
		animation: fade 0.1s linear;
	}
	.burger {
		display: block;
		position: relative;
		height: 20px;
		width: 30px;
		z-index: 102;
		cursor: pointer;
	}
	.header-not-main .burger.active-burger:before,
	.header-main .burger.active-burger:before {
		background: #000;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		-o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		top: 8px;
	}
	.header-not-main .burger.active-burger:after,
	.header-main .burger.active-burger:after {
		background: #000;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 10px;
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		-o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}
	.header-not-main .burger.active-burger span,
	.header-main .burger.active-burger span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	.header-not-main .burger:after,
	.header-not-main .burger:before {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		background: #000;
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		-o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}
	.header-main .burger:after,
	.header-main .burger:before {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		-o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}
	.burger:before {
		top: 0;
	}
	.burger::after {
		bottom: 0;
	}
	.header-not-main .burger span {
		position: absolute;
		top: 9px;
		right: 0;
		width: 100%;
		background: #000;
		height: 2px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		-o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}
	.header-main .burger span {
		position: absolute;
		top: 9px;
		right: 0;
		width: 100%;
		background: #fff;
		height: 2px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		-o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
		transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
	}
	.menu__item {
		margin-top: 25px;
	}
	.menu__item-link {
		font-size: 17px;
	}
}
@media (max-width: 767.98px) {
	.container {
		max-width: 740px;
	}
	h4 {
		font-size: 20px;
	}
	.page-title {
		font-size: 24px;
	}
	.section {
		margin: 40px 0;
	}
	.contacts__inputs {
		grid-template-columns: repeat(1, 1fr);
	}
	.contacts__map-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}
	.news__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.news__info {
		padding: 20px;
	}
	.news-detal__pic {
		height: 300px;
	}
	.news-detal__title {
		font-size: 24px;
	}
	.object-card__pic {
		height: 300px;
		margin-bottom: 20px;
	}
	.object-card__title {
		font-size: 30px;
	}
	.object-card__prices {
		margin-bottom: 20px;
	}
	.object-card__descr {
		font-size: 18px;
	}
	.actual-objects__list-container {
		margin-bottom: 40px;
	}
	.actual-objects__list {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 30px;
	}
	.actual-objects__item-label {
		font-size: 24px;
	}
	.actual-objects__info {
		margin-bottom: 40px;
	}
	.actual-objects__info h3 {
		font-size: 20px;
	}
	.actual-objects__info img {
		height: auto;
	}
	.actual-objects__info a {
		margin: 10px auto -15px;
		font-size: 15px;
	}
	.actual-objects__stages {
		margin-bottom: 40px;
	}
	.actual-objects__stages-title {
		font-size: 24px;
	}
	.actual-objects__stages-count {
		font-size: 60px;
	}
	.actual-objects__cities {
		margin-bottom: 40px;
	}
	.actual-objects__cities-title {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.tabs__header {
		-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;
	}
	.tabs__header-item:not(:first-child) {
		padding-left: 0;
		padding-top: 12px;
	}
	.tabs__header-item:not(:last-child) {
		padding-right: 0;
		padding-bottom: 12px;
	}
	.tabs__header-item:not(:last-child)::before {
		top: auto;
		bottom: -3px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 3px;
		width: 200px;
	}
	.tabs__content-pictures img {
		height: 400px;
	}
	.actual-objects__statistic-block {
		margin-bottom: 40px;
	}
	.actual-objects__statistic-header h3 {
		font-size: 24px;
	}
	.actual-objects__statistic-header p {
		font-size: 18px;
	}
	.actual-objects__statistic-texts {
		max-width: 100%;
	}
	.actual-objects__statistic-texts p {
		font-size: 18px;
	}
	.actual-objects__graphik-pic {
		margin-bottom: 40px;
	}
	.actual-objects__points-block {
		margin-bottom: 40px;
	}
	.actual-objects__points-info h4 {
		font-size: 22px;
	}
	.actual-objects__points-item {
		font-size: 18px;
	}
	.actual-objects__points-item::before {
		top: 18px;
	}
	.actual-objects__num-block {
		margin-bottom: 40px;
	}
	.actual-objects__num-picture img {
		max-height: 400px;
	}
	.actual-objects__num-info h4 {
		font-size: 22px;
	}
	.actual-objects__num-info li {
		margin-bottom: 16px;
		line-height: 120%;
	}
	.actual-objects__column-block {
		margin-bottom: 40px;
	}
	.actual-objects__column-block img {
		height: 400px;
	}
	.actual-objects__column-block p {
		font-size: 20px;
	}
	.hero__title {
		margin-bottom: 10px;
		font-size: 26px;
		text-align: center;
	}
	.hero__subtitle {
		font-size: 20px;
		text-align: center;
	}
	.hero__link {
		height: 60px;
		width: 100%;
	}
	.hero__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 15px;
	}
	.hero__footer-link:last-child {
		margin-left: 0;
	}
	.hero__footer-border {
		width: 200px;
		height: 2px;
	}
	.about__info {
		padding: 40px;
	}
	.about__info-partners {
		grid-template-columns: repeat(1, 1fr);
	}
	.about__info-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 10px;
	}
	.info-block__block {
		row-gap: 20px;
	}
	.info-block__block + .info-block__block {
		margin-top: 30px;
	}
	.info-block__picture img {
		height: 300px;
	}
	.info-block__paying {
		min-width: 0;
	}
	.info-block__paying-picture {
		width: 80px;
		min-width: 80px;
		height: 80px;
	}
	.info-block__paying-picture img {
		width: 40px;
		height: 40px;
	}
	.info-block__paying-descr {
		font-size: 18px;
	}
	.info-block__benifits ul li {
		font-size: 18px;
		line-height: 140%;
	}
	.steps__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.steps__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.steps__item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.steps__item-point {
		display: none;
	}
	.steps__nums {
		display: none;
	}
	.residence__inner {
		padding: 60px 20px;
		min-height: 400px;
	}
	.step-form__header {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		padding-bottom: 20px;
	}
	.step-form__header h4 {
		font-size: 14px;
	}
	.primary-font .steps__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.primary-font .steps__inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
	.primary-font .form__input-phone .form__input {
		padding-right: 20px;
	}
	.footer {
		padding: 30px 0;
	}
	.footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 16px;
	}
	.footer__nav-link {
		font-size: 17px;
	}
	.footer__consult {
		width: 100%;
	}
	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}
}
@media (max-width: 479.98px) {
	.container {
		max-width: none;
	}
	.nav .container {
		padding: 0 10px;
	}
	.navbar {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.menu__item-language p {
		display: none;
	}
	.menu__item-language img:last-child {
		display: none;
	}
	.logo img {
		width: 70px;
	}
	.menu__item-link--btn {
		padding: 6px 4px;
		font-size: 10px;
	}
	.header .menu__item-language span {
		font-size: 12px;
	}
	.header-main .menu__item-language span {
		font-size: 12px;
	}
	.contacts__map-link:nth-child(1) {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.contacts__map-link:nth-child(1) a:nth-child(3) {
		margin-left: 40px;
	}
	.news__link {
		width: 100%;
	}
	.object-card__link {
		width: 100%;
	}
	.actual-objects__item-link {
		width: 100%;
	}
	.actual-objects__more {
		width: 100%;
		padding: 20px;
	}
	.form__input {
		padding: 20px 20px 20px 40px;
		font-size: 16px;
	}
	.form__input::-webkit-input-placeholder {
		font-size: 16px;
	}
	.form__input::-moz-placeholder {
		font-size: 16px;
	}
	.form__input:-ms-input-placeholder {
		font-size: 16px;
	}
	.form__input::-ms-input-placeholder {
		font-size: 16px;
	}
	.form__input::placeholder {
		font-size: 16px;
	}
	.form__input-icon {
		left: 10px;
	}
	.form__input-phone .form__input {
		padding: 20px 20px 20px 20px;
	}
	.primary-font .form__input-icon {
		right: 10px;
	}
	.primary-font .form__input-phone {
		grid-template-columns: 100px 1fr;
	}
	.primary-font .form__input-phone .form__input-selected-num {
		font-size: 10px;
	}
	.primary-font .form__input {
		padding: 20px 40px 20px 20px;
	}
}
@media (max-width: 359px) {
	.navbar {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
	.menu__item--btn {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
}

.object-card__inner-slider {
	/* height: 530px; */
	width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
	aspect-ratio: 16/6;
	height: auto;
}
@media (max-width: 580px) {
	.object-card__inner-slider {
		aspect-ratio: 3/2;
	}
}
.object-card__inner-slider-slide {
	height: 100%;
}
.object-card__inner-slider-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	cursor: zoom-in;
}

.actual-objects__item .actual-objects__item-link.btn {
	margin-top: auto;
}
.page-title {
	margin-bottom: 80px;
}

.object-card__inner-slider-button {
	color: #dbdbdb !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 50% !important;
	background-color: rgba(0, 0, 0, 1);
	opacity: 0.3;
	transition: all 0.3s;
}
.object-card__inner-slider-button::after {
	font-size: 24px !important;
}

@media (hover: hover) {
	.object-card__inner-slider-button:hover {
		opacity: 0.8;
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;

	background-color: #fff;
	z-index: 99999999;

	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: all 0.3s;
}
.popup.show {
	opacity: 1;
	user-select: all;
	pointer-events: all;
}

.popup__close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 50 50"><path d="M 7.71875 6.28125 L 6.28125 7.71875 L 23.5625 25 L 6.28125 42.28125 L 7.71875 43.71875 L 25 26.4375 L 42.28125 43.71875 L 43.71875 42.28125 L 26.4375 25 L 43.71875 7.71875 L 42.28125 6.28125 L 25 23.5625 Z"></path></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.popup .swiper {
	height: auto;
	width: 90%;
	aspect-ratio: 16 / 8;
}
.popup .swiper .swiper-wrapper {
	height: 100%;
}
.popup .swiper .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
