@charset "UTF-8";

* {
	box-sizing: border-box;
}

*::placeholder {
	color: #666;
	opacity: 1;
}

*::before,
*::after {
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	position: relative;
	min-width: 360px;
	color: #283f5b;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	margin: 0;
}

.body-overflow {
	overflow: hidden;
}

p {
	margin: 0;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

img {
	transform: translateZ(0);
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	padding-left: 0;
	margin: 0;
}

button {
	border: 0;
	background: none;
	font-family: inherit;
	line-height: 1.6;
	cursor: pointer;
	outline: none;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin: 0;
}

input {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	font-family: inherit;
	line-height: inherit;
	outline: none;
	resize: none;
}

.hidden {
	display: none;
}

/* .site-wrap {
	 overflow: hidden;
	padding-top: 56px;
} */

.site-wrap--apcard {
	padding-bottom: 73px;
}

.container {
	position: relative;
	max-width: 1300px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.title1 {
	color: #1c1f2b;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 25px;
}

.title1--white {
	color: #fff;
}

.title1--defaultcolor {
	color: #283f5b;
}

.title1--slider1 {
	padding-right: 150px;
}

.title1-ls0 {
	letter-spacing: 0;
}

.soc__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.soc-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #f0f1f7;
	margin-right: 5px;
	transition: background-color 0.3s;
}

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

.soc-item svg {
	width: 20px;
	height: 20px;
	fill: #557cea;
	transition: fill 0.3s;
}

.no-touch .soc-item:hover {
	background-color: #557cea;
}

.no-touch .soc-item:hover svg {
	fill: #fff;
}

.subscribe {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 20px 20px 17px;
}

.subscribe br {
	display: none;
}

.subscribe__bg {
	position: absolute;
	z-index: -1;
	right: 20px;
	bottom: -28px;
	width: 120px;
}

.subscribe__title {
	max-width: 255px;
	width: 100%;
	color: #0a1b33;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.subscribe__form-text {
	color: #717ba3;
	font-size: 8px;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 25px;
}

[data-tab] {
	display: none;
}

[data-tab]:nth-child(1) {
	display: block;
}

.share {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.no-touch .share:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: none;
}

.share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background: url("/local/templates/vertical/img/share.svg") center/20px no-repeat;
}

.share .ya-share2__container,
.share .ya-share2__container .ya-share2__item {
	font-family: Montserrat, sans-serif;
}

.share .ya-share2__popup .ya-share2__list .ya-share2__item {
	margin-bottom: 5px;
}

.share .ya-share2__popup .ya-share2__list .ya-share2__item:last-child {
	margin-bottom: 0;
}

.tab-list1-wrap {
	display: inline-block;
	border: 1px solid #f0f1f7;
	border-radius: 25px;
	background-color: #fff;
	padding: 7px;
}

.tab-list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.tab-list1 li:last-child a::after {
	display: none;
}

.tab-list1 a {
	position: relative;
	display: inline-block;
	border-radius: 300px;
	font-size: 13px;
	padding: 6.5px 25px;
	transition: all 0.3s;
}

.tab-list1 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #f0f1f7;
	opacity: 1;
	transition: opacity 0.3s;
}

.tab-list1 a.active {
	background-color: #f6f7fb;
	color: #557cea;
}

.tab-list1 a.active::after {
	opacity: 0;
}

.tab-list1 a.active-prev::after {
	opacity: 0;
}

.no-touch .tab-list1 a:hover {
	color: #557cea;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border: 3px solid #557cea;
}

.compensate-for-scrollbar {
	padding-right: 16px !important;
}

.compensate-for-scrollbar .header {
	right: 16px;
}

.compensate-for-scrollbar .apfixedmenu {
	right: 16px;
}

.fancybox__content>.carousel__button.is-close,
.fancybox__content>.f-button.is-close-btn {
	top: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	background: #6a88ed url("/local/templates/vertical/img/close1.svg") center/26px no-repeat;
}

.fancybox__content>.carousel__button.is-close svg,
.fancybox__content>.f-button.is-close-btn svg {
	display: none;
}

.fancybox__content>.f-button.is-close-btn {
	position: absolute;
	top: -40px;
	right: 0;
	border-radius: var(--carousel-button-border-radius, 50%);
	color: var(--fancybox-color, #fff);
}

.metro-wrap {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 18px;
}

.metro {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #63738f;
	margin-right: 8px;
}

.metro__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f6f7fb;
	margin-right: 7px;
}

.time {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #63738f;
}

.time__icon {
	display: flex;
	margin-right: 4px;
}

.time__icon svg {
	width: 16px;
	height: 16px;
	fill: #63738f;
}

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

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

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text .text__title {
	color: #1c1f2b;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-top: 25px;
	margin-bottom: 10px;
}

.text p {
	margin: 10px 0;
}

.text a {
	text-decoration: underline;
	transition: text-decoration 0.3s;
}

.no-touch .text a:hover {
	text-decoration-color: transparent;
}

.text>ul {
	margin: 10px 0;
}

.text>ul li {
	position: relative;
	padding-left: 15px;
}

.text>ul li::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3a7fd9;
}

.text ol {
	counter-reset: li;
	margin: 10px 0;
}

.text ol li {
	position: relative;
}

.text ol li::before {
	content: counter(li) ". ";
	counter-increment: li;
	color: #3a7fd9;
}

.tab-list2 {
	overflow: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px;
	padding-bottom: 5px;
	margin: 0 -10px;
}

.tab-list2 li {
	flex-shrink: 0;
	margin-right: 10px;
}

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

.tab-list2 a,
.tab-list2 button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f6f7fb;
	border-radius: 300px;
	background-color: #f6f7fb;
	color: #272727;
	font-size: 13px;
	font-weight: 600;
	padding: 8.5px 24px;
	transition: all 0.3s;
}

.tab-list2 a.active,
.tab-list2 button.active {
	border: 1px solid #557cea;
	background-color: transparent;
	color: #557cea;
}

.no-touch .tab-list2 a:hover,
.no-touch .tab-list2 button:hover {
	color: #557cea;
}

.tab-list2 a svg,
.tab-list2 button svg {
	width: 24px;
	height: 24px;
	fill: #6f737a;
	margin-right: 10px;
	transition: fill 0.3s;
}

.tab-list2 a.active svg,
.tab-list2 button.active svg {
	fill: #557cea;
}

.link1 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #557cea;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.no-touch .link1:hover .link1__icon {
	transform: translateX(5px);
}

.link1__icon {
	display: flex;
	margin-left: 8px;
	transition: transform 0.3s;
}

.link1__icon svg {
	width: 17px;
	height: 17px;
	fill: #557cea;
}

.totop-wrap {
	position: fixed;
	z-index: 15;
	right: 40px;
	bottom: 87px;
	width: 60px;
	height: 60px;
}

.totop-wrap .totop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #557cea;
	cursor: pointer;
	transition: background-color 0.3s;
}

.no-touch .totop-wrap .totop:hover {
	background-color: #266bc4;
}

.totop-wrap .totop svg {
	transform: rotate(-90deg);
	width: 25px;
	height: 25px;
	fill: #fff;
}

.btn1 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: #f6f7fb;
	color: #6f737a;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	padding: 8px 23px 8px 16px;
	transition: all 0.3s;
}

.no-touch .btn1:hover {
	background-color: #edf2ff;
}

.btn1.active {
	color: #3a7fd9 !important;
	pointer-events: none;
}

.btn1.active .btn1__icon svg {
	fill: #3a7fd9;
}

.btn1__icon {
	display: flex;
	margin-right: 5px;
}

.btn1__icon svg {
	width: 24px;
	height: 24px;
	fill: #6f737a;
	transition: fill 0.3s;
}

.btn2 {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 55px;
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.02em;
	cursor: pointer;
	padding: 10px 28px 10px 32px;
	transition: background-color 0.3s;
}

.no-touch .btn2:hover {
	background-color: #266bc4;
}

.btn2__icon {
	display: flex;
	margin-left: 17px;
}

.btn2__icon svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.btn2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: invert(1);
	width: 60px;
	height: 60px;
	background: url("/local/templates/vertical/img/loading2.gif") center / contain no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}

.btn2.ajax-preloader--animated {
	color: rgba(85, 124, 234, 0.1);
	font-size: 0;
}

.btn2.ajax-preloader--animated::after {
	opacity: 0.4;
}

.btn3 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 300px;
	background-color: #fff;
	color: #3a7fd9;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
	padding: 16.5px 28px 16.5px 32px;
	transition: all 0.3s;
}

.no-touch .btn3:hover {
	color: #283f5b;
}

.no-touch .btn3:hover .btn3__icon svg {
	fill: #283f5b;
}

.btn3__icon {
	display: flex;
	margin-left: 17px;
}

.btn3__icon svg {
	width: 18px;
	height: 18px;
	fill: #3a7fd9;
	transition: fill 0.3s;
}

.btn4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 33px;
	border-radius: 300px;
	background-color: #557cea;
	transition: background-color 0.3s;
}

.no-touch .btn4:hover {
	background-color: #266bc4;
}

.btn4 svg {
	width: 21px;
	height: 21px;
	fill: #fff;
}

.btn5 {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 55px;
	border-radius: 300px;
	background: none;
	background-color: #f6f7fb;
	color: #557cea;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.02em;
	cursor: pointer;
	padding: 10px 28px 10px 32px;
	transition: all 0.3s;
}

.btn5::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: url("/local/templates/vertical/img/loading2.gif") center / contain no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}

.btn5.ajax-preloader--animated {
	color: rgba(85, 124, 234, 0.1);
	font-size: 0;
}

.btn5.ajax-preloader--animated::after {
	opacity: 0.1;
}

.no-touch .btn5:hover {
	background-color: #266bc4;
	color: #fff;
}

.no-touch .btn5:hover .btn5__icon svg {
	fill: #fff;
}

.btn5__icon {
	display: flex;
	margin-left: 17px;
}

.btn5__icon svg {
	width: 18px;
	height: 18px;
	fill: #557cea;
	transition: fill 0.3s;
}

.label1 {
	display: block;
	width: 100%;
	border: 1px solid #f0f1f7;
	border-radius: 10px;
	background-color: #f6f7fb;
	padding: 4px 15px 0;
	transition: all 0.3s;
}

.label1--error {
	border: 1px solid #ff271a;
}

.label1--focus {
	border: 1px solid #557cea;
}

label.label1 {
	cursor: text;
}

label.label1--icon1 {
	cursor: pointer;
}

label.label1--icon1 .input4 {
	cursor: pointer;
}

.label1__icon {
	position: absolute;
	bottom: 11px;
	left: 15px;
	width: 22px;
}

.label1__icon1 {
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	display: flex;
}

.label1__icon1 svg {
	display: flex;
	width: 24px;
	height: 24px;
	fill: #557cea;
}

.label1--pointer {
	cursor: pointer;
}

.label1--select {
	position: relative;
	min-height: 60px;
}

.label1--icon .input4 {
	padding-left: 30px;
}

.label1__title {
	color: #939393;
	font-size: 12px;
}

.slider .noUi-target {
	height: 1px;
	border: none;
	box-shadow: none;
	cursor: pointer;
	margin: 0 10px;
	margin-bottom: -1px;
}

.slider .noUi-connect {
	background-color: #557cea;
}

.slider .noUi-handle::after,
.slider .noUi-handle::before {
	display: none;
}

.slider .noUi-horizontal .noUi-handle {
	top: -7px;
	right: -7px;
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 50%;
	background-color: #557cea;
	box-shadow: none;
	cursor: pointer;
	transition: transform 0.3s;
}

.slider .noUi-horizontal .noUi-handle:hover {
	transform: scale(1.1);
}

.slider__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.slider__input {
	width: 48%;
	border: none;
	background: none;
	color: #272727;
}

.slider__input:nth-child(2) {
	text-align: right;
}

.select-wrap1 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	color: #272727;
	cursor: pointer;
}

.select-wrap1 .jq-selectbox {
	display: block;
}

.select-wrap1 .jq-selectbox__select {
	padding: 29px 30px 7px 15px;
}

.select-wrap1 .jq-selectbox__trigger {
	position: absolute;
	top: 27px;
	right: 24px;
	width: 10px;
	height: 6px;
	background: url("/local/templates/vertical/img/arrow1.svg") center/contain no-repeat;
	transition: transform 0.3s;
}

.select-wrap1 .opened .jq-selectbox__trigger {
	transform: rotate(180deg);
}

.select-wrap1 .jq-selectbox__dropdown {
	z-index: 11;
	top: 100% !important;
	bottom: auto !important;
	left: 0;
	width: 100% !important;
	min-width: 270px;
	border: 1px solid #f0f1f7;
	border-radius: 10px;
	background-color: #f6f7fb;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	padding: 5px 0;
	margin-top: 5px;
}

.select-wrap1 .jq-selectbox__dropdown ul li {
	padding: 5px 5px 5px 15px;
	transition: color 0.3s;
}

.no-touch .select-wrap1 .jq-selectbox__dropdown ul li:hover {
	color: #3a7fd9;
}

.select-wrap1 .jq-selectbox__dropdown ul li.sel {
	color: #3a7fd9;
}

.select-wrap1 .jq-selectbox__dropdown ul li.disabled {
	display: none;
}

.select-wrap1--smallstatic {
	position: static;
	color: #939393;
	font-size: 13px;
}

.select-wrap1--smallstatic .jq-selectbox__select {
	padding: 0;
	padding-right: 27px;
}

.select-wrap1--smallstatic .jq-selectbox__trigger {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.select-wrap1--smallstatic .opened .jq-selectbox__trigger {
	transform: translateY(-50%) rotate(180deg);
}

.label-checkbox1 {
	display: inline-block;
	cursor: pointer;
}

.no-touch .label-checkbox1:hover .label-checkbox1__text {
	background-color: #f6f7fb;
	color: #3a7fd9;
}

.label-checkbox1 input {
	display: none;
}

.label-checkbox1 input:checked~.label-checkbox1__text {
	background-color: #266bc4 !important;
	color: #fff !important;
}

.label-checkbox1__text {
	display: block;
	border: 1px solid #557cea;
	border-radius: 300px;
	color: #557cea;
	font-size: 12px;
	font-weight: 600;
	padding: 9.5px 22.5px;
	transition: all 0.3s;
}

.label-checkbox2-wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.label-checkbox2-wrap1 .label-checkbox2 {
	margin-right: 38px;
}

.label-checkbox2-wrap1 .label-checkbox2:last-child {
	margin-right: 0;
}

.label-checkbox2-wrap1 .label-checkbox2:last-child::after {
	display: none;
}

.label-checkbox2-wrap1 .label-checkbox2::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -21px;
	width: 1px;
	height: 20px;
	background-color: #f0f1f7;
}

.label-checkbox2 {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-bottom: 7px;
}

.no-touch .label-checkbox2:hover .label-checkbox2__text {
	color: #6f6f6f;
}

.label-checkbox2 input {
	display: none;
}

.label-checkbox2 input:checked~.label-checkbox2__text {
	color: #3a7fd9 !important;
}

.label-checkbox2__text {
	color: #272727;
	transition: color 0.3s;
}

.label-checkbox3 {
	overflow: hidden;
	position: relative;
	display: flex;
	width: 100%;
	cursor: pointer;
}

.no-touch .label-checkbox3:hover .label-checkbox3__text {
	color: #3a7fd9;
}

.label-checkbox3 input {
	display: none;
}

.label-checkbox3 input:checked~.label-checkbox3__text {
	border: 1px solid #3a7fd9 !important;
	background-color: #3a7fd9 !important;
	color: #fff !important;
}

.label-checkbox3__img {
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
}

.label-checkbox3__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.label-checkbox3__text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	min-height: 60px;
	border: 1px solid #f0f1f7;
	border-radius: 8px;
	background-color: #f6f7fb;
	padding: 10px 15px 10px 63px;
	transition: all 0.3s;
}

.input1 {
	border: none;
	border-radius: 16px;
	background-color: #547bea;
	color: #fff;
	font-weight: 400;
	padding: 16.5px 10px;
	padding-left: 20px;
}

.input1::placeholder {
	color: #f6f7fb;
}

.label2 {
	display: block;
	cursor: pointer;
}

.label2 .input1 {
	padding-left: 50px;
}

.input1-wrap {
	position: relative;
	display: block;
}

.label2-icon {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	display: flex;
	width: 22px;
}

.input2-wrap {
	position: relative;
}

.input2-wrap .input2 {
	padding-right: 85px;
}

.input2-wrap .btn4 {
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
}

.input2 {
	border: none;
	border-radius: 16px;
	background-color: #fff;
	color: #0a1b33;
	padding: 16px 20px;
}

.input2::placeholder {
	color: #717ba3;
}

.pseudoselect {
	position: relative;
	width: 176px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.02em;
	cursor: pointer;
}

.pseudoselect__selected {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 300px;
	background-color: #f6f7fb;
	padding: 10px 20px 10px 24px;
}

.pseudoselect__selected.active .pseudoselect__selected-icon {
	transform: rotate(180deg);
}

.pseudoselect__selected-icon {
	display: flex;
	transition: transform 0.3s;
}

.pseudoselect__selected-icon svg {
	width: 13px;
	height: 8px;
	fill: #0a1b33;
}

.pseudoselect__selects {
	position: absolute;
	z-index: 10;
	top: calc(100% + 5px);
	left: 0;
	display: none;
	width: 100%;
	border-radius: 10px;
	background-color: #f6f7fb;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	padding: 5px 0;
}

.pseudoselect__selects-list li a {
	display: block;
	padding: 5px 5px 5px 24px;
	transition: color 0.3s;
}

.no-touch .pseudoselect__selects-list li a:hover {
	color: #3a7fd9;
}

.label-checkbox4-container {
	border-radius: 10px;
	background-color: #f6f7fb;
	padding: 20px;
}

.label-checkbox4-wrap {
	margin-bottom: 11px;
}

.label-checkbox4-wrap:last-child {
	margin-bottom: 0;
}

.label-checkbox4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

label.label-checkbox4 {
	cursor: pointer;
}

.label-checkbox4--locked {
	pointer-events: none;
}

.label-checkbox4--locked .label-checkbox4__locked {
	opacity: 1;
}

.label-checkbox4 input {
	display: none;
}

.label-checkbox4 input:checked~.label-checkbox4__indicator::after {
	transform: translateY(-50%) translateX(13px) !important;
}

.label-checkbox4__text {
	width: calc(100% - 60px);
	color: #0a1b33;
	line-height: 1.4;
}

.label-checkbox4__locked {
	display: flex;
	opacity: 0;
}

.label-checkbox4__locked svg {
	width: 10px;
	height: 10px;
	fill: #000;
}

.label-checkbox4__indicator1 {
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 11px;
	padding: 2px 10px;
}

.label-checkbox4__indicator2 {
	display: none;
	min-width: 45px;
	text-align: center;
	color: #b2b2b2;
	font-size: 11px;
}

.label-checkbox4--off .label-checkbox4__text {
	color: #b2b2b2;
}

.label-checkbox4--off .label-checkbox4__indicator1 {
	display: none;
}

.label-checkbox4--off .label-checkbox4__indicator2 {
	display: block;
}

.label-checkbox4__indicator {
	position: relative;
	width: 33px;
	height: 19px;
	border: 1px solid #557cea;
	border-radius: 300px;
}

.label-checkbox4__indicator::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #557cea;
	transition: transform 0.3s;
}

.label-radio1-container {
	border: 1px solid #f0f1f7;
	border-radius: 10px;
}

.label-radio1-wrap:last-child .label-radio1 {
	border: none;
}

.label-radio1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f0f1f7;
	cursor: pointer;
	padding: 10.5px 20px;
	padding-left: 47px;
}

.label-radio1 input {
	display: none;
}

.label-radio1 input:checked~.label-radio1__indicator::after {
	opacity: 1 !important;
}

.label-radio1__indicator {
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px solid #557cea;
	border-radius: 50%;
}

.label-radio1__indicator::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #557cea;
	opacity: 0;
	transition: opacity 0.3s;
}

.label-radio1__sale {
	border: 1px solid #557cea;
	border-radius: 300px;
	background-color: #f6f7fb;
	color: #557cea;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 11.5px;
}

.label-checkbox5 {
	display: inline-block;
	cursor: pointer;
}

.no-touch .label-checkbox5:hover .label-checkbox5__text {
	background-color: #3a7fd9;
	color: #fff;
}

.label-checkbox5 input {
	display: none;
}

.label-checkbox5 input:checked~.label-checkbox5__text {
	background-color: #266bc4 !important;
	color: #fff !important;
}

.label-checkbox5.disbled {
	opacity: 0.5;
	pointer-events: none;
}

.label-checkbox5__text {
	display: block;
	border-radius: 300px;
	background-color: #f6f7fb;
	color: #272727;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 12px;
	transition: all 0.3s;
}

.swiper-pagination.swiper-pagination-style1 {
	right: 20px;
	bottom: 20px;
	left: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
}

.swiper-pagination.swiper-pagination-style1 .swiper-pagination-bullet {
	position: relative;
	flex-grow: 1;
	height: 2px;
	border-radius: 300px;
	background-color: #e7e8e9;
	margin: 0;
	margin-right: 4px;
	opacity: 1;
	transition: background-color 0.3s;
}

.swiper-pagination.swiper-pagination-style1 .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	inset: -10px 0;
}

.swiper-pagination.swiper-pagination-style1 .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.no-touch .swiper-pagination.swiper-pagination-style1 .swiper-pagination-bullet:hover {
	background-color: #3a7fd9;
}

.swiper-pagination.swiper-pagination-style1 .swiper-pagination-bullet-active {
	background-color: #3a7fd9;
}

.slider1 {
	position: relative;
}

.slider1-nav1 {
	position: absolute;
	top: -52px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 139px;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 40px;
	border: 1px solid #9ba2be;
	border-radius: 300px;
	margin-top: 0;
	transition: border 0.3s;
}

.swiper-button-next-style1.swiper-button-lock,
.swiper-button-prev-style1.swiper-button-lock {
	opacity: 0 !important;
	pointer-events: none !important;
}

.no-touch .swiper-button-next-style1:hover,
.no-touch .swiper-button-prev-style1:hover {
	border: 1px solid #3a7fd9;
}

.no-touch .swiper-button-next-style1:hover svg,
.no-touch .swiper-button-prev-style1:hover svg {
	fill: #3a7fd9;
}

.swiper-button-next-style1::after,
.swiper-button-prev-style1::after {
	display: none;
}

.swiper-button-next-style1 svg,
.swiper-button-prev-style1 svg {
	width: 18px;
	height: 18px;
	fill: #9ba2be;
	transition: fill 0.3s;
}

.swiper-button-prev-style1 {
	transform: rotate(180deg);
}

.mainsection {
	background-color: #f6f7fb;
	padding-top: 60px;
	padding-bottom: 40px;
}

.mainsection .breadcrumbs {
	margin-bottom: 8px;
}

.breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.breadcrumbs__list li {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9ba2be;
	font-size: 12px;
	letter-spacing: -0.02em;
	margin-right: 10px;
}

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

.breadcrumbs__list li:last-child::after {
	display: none;
}

.breadcrumbs__list li::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c8cddd;
	margin-left: 10px;
}

.breadcrumbs__list a {
	display: inline-block;
	transition: color 0.3s;
}

.no-touch .breadcrumbs__list a[href]:hover {
	color: #3a7fd9;
}

.title {
	color: #0a1b33;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.filter {
	padding-top: 30px;
	padding-bottom: 15px;
}

.filter+.products {
	background-color: #f6f7fb;
	padding-top: 24px;
}

.filter+.objects {
	padding-top: 0;
}

.filter+.about .about__container {
	border-top: 1px solid #e5e8f3;
	padding-top: 80px;
}

.filter__form [data-filter-hidden1],
.filter__form [data-filter-hidden2] {
	display: none;
}

.filter__form .label-checkbox2[for="arrFilter_54_803517766"],
.filter__form .label-checkbox2[for="arrFilter_54_1253305909"],
.filter__form .label-checkbox2[for="arrFilter_54_2556495166"],
.filter__form .label-checkbox2[for="arrFilter_54_3192142673"],
.filter__form .label-checkbox2[for="arrFilter_54_2270629955"] {
	display: none;
}

.filter__form.active .filter__form-col--btn1 {
	order: -1;
	width: 100%;
	margin-bottom: 40px;
}

.filter__form.active .filter__form-wrap1--mb28 {
	margin-bottom: 60px;
}

.bx-filter-home .btn5 {
	display: flex;
	width: 100%;
	padding: 10px;
}

.filter__form-wrap1 {
	margin-bottom: 60px;
}

.filter__form-wrap1:last-child {
	margin-bottom: 0;
}

.filter__form-wrap1--mb28 {
	margin-bottom: 28px;
}

.filter__form-btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid #f0f1f7;
	border-radius: 300px;
	background-color: #f6f7fb;
	cursor: pointer;
	padding: 18px 10px;
	transition: background-color 0.3s;
}

.no-touch .filter__form-btn1:hover {
	background-color: #3a7fd9;
}

.no-touch .filter__form-btn1:hover .filter__form-btn1-svg {
	fill: #fff;
}

.no-touch .filter__form-btn1:hover .filter__form-btn1-text {
	color: #fff;
}

.filter__form-btn1.active .filter__form-btn1-svg1 {
	opacity: 0;
}

.filter__form-btn1.active .filter__form-btn1-svg2 {
	opacity: 1;
}

.filter__form-btn1.active .filter__form-btn1-text span {
	display: none;
}

.filter__form-btn1.active .filter__form-btn1-text i {
	display: inline;
}

.filter__form-btn1-icon {
	position: relative;
	display: flex;
	width: 19px;
	height: 19px;
	margin-right: 10px;
}

.filter__form-btn1-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	fill: #3a7fd9;
	transition: all 0.3s;
}

.filter__form-btn1-svg1 {
	opacity: 1;
}

.filter__form-btn1-svg2 {
	opacity: 0;
}

.filter__form-btn1-text {
	color: #3a7fd9;
	font-weight: 600;
	letter-spacing: -0.02em;
	transition: color 0.3s;
}

.filter__form-btn1-text span {
	display: inline;
}

.filter__form-btn1-text i {
	display: none;
	font-style: normal;
}

.filter__form-title {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.filter__form-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.filter__form-col {
	display: flex;
	width: 25%;
	padding: 0 10px;
	margin-top: 20px;
}

.filter__form-col-wrap1 .filter__form-text1 {
	margin-right: 16px;
}

.filter__form-col-wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.filter__form-col--w50 {
	width: 50%;
}

.filter__form-col--w65 {
	width: 65%;
}

.filter__form-col--w35 {
	width: 35%;
}

.filter__form-col--tar {
	justify-content: flex-end;
}

.filter__form-col--title {
	width: 100%;
}

.filter__form-col--title .filter__form-title {
	margin-bottom: 0;
}

.filter__form-col .filter__form-list1 {
	margin-bottom: 0;
}

.filter__form-list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -5px;
	margin-top: -10px;
	margin-bottom: 41px;
}

.filter__form-list1 .label-checkbox1 {
	margin: 0 5px;
	margin-top: 10px;
}

.filter__form-list1 .label-checkbox5 {
	margin: 0 5px;
	margin-top: 10px;
}

.filter__form-wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.filter__form-text1 {
	width: auto;
	color: #6f737a;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.filter__form-col--btn-submit .filter__form-text1 {
	width: 100%;
}

.filter__form-reset {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #6f737a;
	font-size: 13px;
	font-weight: 600;
	transition: color 0.3s;
}

.no-touch .filter__form-reset:hover {
	color: #3a7fd9;
}

.no-touch .filter__form-reset:hover .filter__form-reset-icon svg {
	fill: #3a7fd9;
}

.filter__form-reset-icon {
	display: flex;
	margin-right: 9px;
}

.filter__form-reset-icon svg {
	width: 19px;
	height: 19px;
	fill: #6f737a;
	transition: fill 0.3s;
}

.filter__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	justify-content: space-between;
	margin-left: 20px;
}

.filter__btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: #f6f7fb;
	color: #717ba3;
	cursor: pointer;
	padding: 8px 14px 8px 22px;
	transition: all 0.3s;
}

.filter__btn2--open {
	display: none;
}

.no-touch .filter__btn2:hover {
	background-color: #3a7fd9;
	color: #fff;
}

.no-touch .filter__btn2:hover .filter__btn2-icon svg {
	fill: #fff;
}

.filter__btn2.active {
	background-color: #266bc4;
	color: #fff;
}

.filter__btn2.active .filter__btn2-icon svg {
	fill: #fff;
}

.filter__btn2.active span {
	display: none;
}

.filter__btn2.active i {
	display: inline;
}

.filter__btn2 span {
	display: inline;
}

.filter__btn2 i {
	display: none;
	font-style: normal;
}

.filter__btn2-icon {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

.filter__btn2-icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	fill: #717ba3;
	transition: all 0.3s;
}

.filter__btn2-icon .filter__btn2-svg1 {
	opacity: 1;
}

.filter__btn2-icon .filter__btn2-svg2 {
	width: 19px;
	height: 19px;
	opacity: 0;
}

.filter__form-map {
	overflow: hidden;
	display: none;
	height: 560px;
	border: none;
	border-radius: 20px;
	outline: none;
}

.bx-filter-home .filter__form-wrap1 {
	margin-bottom: 0;
}

.products {
	padding-top: 40px;
	padding-bottom: 40px;
}

.products__title {
	margin-bottom: 25px;
}

.products__wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.products__wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px 16px;
}

.sort-list-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.sort-list-wrap__title {
	color: #939393;
	font-size: 13px;
	font-weight: 600;
	margin-right: 20px;
}

.sort-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -3px;
}

.sort-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	color: #717ba3;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	margin: 0 3px;
	transition: color 0.3s;
}

.no-touch .sort-item:hover {
	color: #272727;
}

.sort-item__icon {
	display: flex;
	margin-left: 4px;
	opacity: 0;
	transition: all 0.3s;
}

.sort-item__icon svg {
	width: 18px;
	height: 18px;
	fill: #3a7fd9;
}

.sort-item--top,
.sort-item--bottom {
	color: #3a7fd9 !important;
}

.sort-item--top .sort-item__icon {
	opacity: 1;
}

.sort-item--bottom .sort-item__icon {
	transform: rotate(180deg);
	opacity: 1;
}

.products__wrap2 .select-wrap1 {
	margin-right: 37px;
}

.products__wrap2 .select-wrap1:last-child {
	margin-right: 0;
}

.products__wrap3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.products__wrap3 .btn1 {
	background-color: #fff;
	margin-right: 10px;
}

.products__wrap3 .btn1:last-child {
	margin-right: 0;
}

.products__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.products .btn2 {
	margin-top: 40px !important;
}

.list .products__col {
	width: 100%;
}

.products__col {
	position: relative;
	display: flex;
	width: 25%;
	padding: 0 10px;
	margin-top: 20px;
}

.products__col .callback1 {
	padding: 0;
}

.products__col--callback1 {
	width: 100%;
}

.products__btn2-wrap {
	text-align: center;
}

.products-item {
	display: block;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 10px 2px rgba(6, 56, 132, 0.05);
	padding: 15px 15px 18px;
}

.products-item--reserv {
	position: relative;
	display: flex;
	flex-direction: column;
}

.products-item--reserv .products-item__slider-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.products-item--reserv .products-item__slider {
	margin-top: auto;
	margin-bottom: auto;
}

.products-item--reserv .products-item__slider .swiper,
.products-item--reserv .products-item__slider .swiper-pagination {
	opacity: 0.5;
	pointer-events: none;
}

.products--style1 .products-item {
	padding: 26px 15px;
}

.products-item__reserv {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	vertical-align: middle;
	border-radius: 300px;
	background-color: #fff;
	color: #0a1b33;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
	padding: 10px 27px;
}

.products-item__reserv-icon {
	width: 12px;
	line-height: 0;
}

.products--style1 .swiper-pagination.swiper-pagination-style1 {
	bottom: -10px;
}

.list .products-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 56px 15px 15px;
}

.no-touch .products-item:hover .products-item__title {
	background-color: #557cea;
	color: #fff;
}

.no-touch .list .products-item:hover .products-item__title {
	background-color: transparent;
	color: #557cea;
}

.no-touch .products-item:hover .products-item__info {
	background-color: #557cea;
	color: #fff;
}

.products-item__slider-wrap {
	position: relative;
	margin-bottom: 12px;
}

.products--style1 .products-item__slider-wrap {
	margin-bottom: 20px;
}

.list .products-item__slider-wrap {
	position: static;
	max-width: 182px;
	width: 100%;
}

.products__col .favorite {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 22px;
	background-color: #f6f7fb;
}

.list .products__col .favorite {
	position: absolute;
	top: 63px;
	right: 55px;
}

.products-item__infos {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 12px;
	left: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.products-item__info {
	border-radius: 300px;
	background-color: #f6f7fb;
	color: #272727;
	font-size: 12px;
	line-height: 1.4;
	padding: 5.5px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all 0.3s;
}

.products-item__info:last-child {
	margin-right: 0;
}

.products-item__title {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border-radius: 300px;
	background-color: #f6f7fb;
	color: #272727;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 20px;
	pointer-events: none;
	transition: all 0.3s;
}

.products--style1 .products-item__title {
	position: static;
	border-radius: 0;
	background: none;
	color: #283f5b;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	padding-right: 45px;
}

.no-touch .products--style1 .products-item:hover .products-item__title {
	background: none;
	color: #557cea;
}

.products-item__number {
	color: #9ba2be;
	font-size: 12px;
	padding-right: 45px;
}

.list .products-item__number {
	display: none;
}

.list .products-item__title {
	position: static;
	width: 100%;
	border-radius: 0;
	background: none;
	font-size: 16px;
	padding: 0 44px;
	margin-bottom: 10px;
	pointer-events: initial;
}

.products-item__price-wrap1 {
	margin-top: 6px;
	margin-bottom: 3px;
}

.list .products-item__price-wrap1 {
	display: none;
}

.products-item__price1 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.products-item__price1 b,
.products-item__price b {
	display: inline-block;
	vertical-align: top;
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 1px 10px 0;
	margin-top: 6px;
}

.products-item__price b {
	padding: 1px 10px 0.5px;
	margin-top: 2px;
}

.products-item__price1-old {
	color: #9ba2be;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-decoration: line-through;
}

.products-item__slider {
	position: relative;
}

.products-item__img {
	position: relative;
	background-color: #f8f8f8;
	padding-top: 100%;
}

.products--style1 .products-item__img {
	padding-top: 65%;
}

.products-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
	background-color: #fff;
	pointer-events: none;
}

.products-item__title2 {
	font-size: 13px;
}

.list .products-item__title2 {
	display: none;
}

.products-item__status {
	color: #9ba2be;
	font-size: 12px;
	margin-bottom: 3px;
}

.list .products-item__status {
	display: none;
}

.products-item__img-line {
	position: relative;
	z-index: 100;
	display: none;
	height: 2px;
	border-radius: 300px;
	background-color: #e7e8e9;
	margin: 0 2px;
	margin-top: auto;
	margin-bottom: 20px;
	transition: background-color 0.3s;
}

.products--style1 .products-item__img-line {
	margin-bottom: -8px;
}

.products--style1 .products-item__img-line::after {
	content: "";
	position: absolute;
	inset: -6px 0;
}

.list .products-item__text-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: calc(100% - 182px);
}

.list .products-item__text-wrap::after {
	content: "";
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 33.333%;
	width: 1px;
	background-color: #f2f2f2;
}

.list .products-item__text-wrap::before {
	content: "";
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 66.666%;
	width: 1px;
	background-color: #f2f2f2;
}

.products-item__price-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.products--style1 .products-item__price-wrap {
	display: none;
}

.products--style1 .products-item__list1 {
	display: none;
}

.list .products-item__price-wrap {
	display: block;
	width: 33.333%;
	padding: 0 44px;
	margin-bottom: 0;
}

.list .products-item__price-wrap::before {
	content: "Стоимость";
	width: 100%;
	color: #63738f;
	font-size: 12px;
	margin-bottom: 8px;
}

.products-item__title1 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.01em;
	padding-right: 5px;
}

.products-item__price {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.list .products-item__price {
	font-size: 16px;
}

.products-item__price--small {
	font-size: 16px;
}

.products-item__price-old {
	color: #9ba2be;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-decoration: line-through;
}

.products-item__price-text {
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 15px;
}

.list .products-item__price-text {
	padding: 6.5px 13px;
}

.list .products-item__list1 {
	display: block;
	width: 33.3333%;
	padding: 0 44px;
}

.products-item__list1 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f2f2f2;
	padding: 7px 0;
}

.list .products-item__list1 li:last-child {
	padding-bottom: 0;
}

.list .products-item__list1 li:nth-child(1) {
	border: none;
}

.products-item__list1 li span {
	color: #63738f;
	font-size: 12px;
}

.products-item__list1 li b {
	font-size: 12px;
	font-weight: 500;
}

.list .products-item__list2 {
	width: calc(33.3333% + 7px);
	padding: 0 44px;
}

.products-item__list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -3.5px;
}

.products-item__list2 li {
	border: 1px solid #3a7fd9;
	border-radius: 300px;
	color: #3a7fd9;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 14.5px;
	margin: 0 3.5px;
	margin-top: 7px;
}

.products-item1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 20px;
	background-color: #eceef3;
	color: #0a1b33;
	padding: 24px 24px 200px;
}

.products-item1--ny .products-item1__img {
	width: 95%;
}

.products-item1__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 175px;
	text-align: right;
}

.products-item1__date {
	display: inline-block;
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 15px;
	margin-bottom: 16px;
}

.products-item1__title {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 7px;
}

.products-item1__text {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.products__col--w50-1 {
	width: 50%;
}

.products__col--w75-1 {
	width: 65%;
}

.products__col--w75-1+.products__col {
	width: 35%;
}

.products-item2 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	border-radius: 20px;
	background-color: #eceef3;
	color: #0a1b33;
	padding: 30px 30px 55px;
}

.products-item2--blue {
	background-color: #3a7fd9;
}

.products-item2--blue .products-item2__img {
	width: 670px;
	background-color: #3a7fd9;
}

.products-item2--blue .products-item2__img--fullwidth {
	width: auto;
}

.products-item2--blue .products-item2__date {
	background-color: #fff;
	color: #557cea;
	margin-top: 0;
	margin-bottom: 25px;
}

.products-item2--blue .products-item2__subtitle {
	color: #fff;
}

.products-item2--blue .products-item2__title {
	font-size: 26px;
}

/* products-item2--blue1 */
.products-item2--blue1 {
	min-height: 567px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
	padding: 32px 32px 80px;
}

.products-item2--blue1 .products-item2__date {
	align-self: flex-end;
	background-color: #fff;
	color: #557cea;
	margin-top: 0;
	margin-bottom: 45px;
}

.products-item2--blue1 .products-item2__title-wrap {
	display: block;
	font-size: 34px;
	margin: 0;
}

.products-item2--blue1 .products-item2__title {
	font-size: 34px;
	margin: 0;
	margin-bottom: 28px;
}

.products-item2--blue1 .products-item2__title span::after {
	display: none;
}

.products-item2--blue1 .products-item2__img {
	width: 556px;
	text-align: right;
}

body .products-item2--blue1 .products-item2__title span {
	padding: 0;
}

.products-item2--blue1 .products-item2__title b {
	font-weight: 600;
}

.products-item2--blue1 .products-item2__subtitle {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.products-item2__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 380px;
}

.products-item2__img--fullwidth {
	top: 0;
	left: 0;
	width: auto;
}

.products-item2__img--fullwidth img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-item2__title-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: -15px;
	margin-bottom: 13px;
}

.products-item2__title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 36px;
	line-height: 1.2;
	margin-right: 5px;
	margin-top: 15px;
}

.products-item2__title span {
	position: relative;
	z-index: 1;
	padding: 0 13px;
}

.products-item2__title span::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background-color: #fff;
}

.products-item2__title span:nth-child(1) {
	z-index: 3;
	padding-top: 7px;
}

.products-item2__title span:nth-child(2) {
	z-index: 2;
}

.products-item2__title span:last-child {
	border-radius: 0 0 0 10px;
	padding-bottom: 7px;
}

.products-item2__title span:last-child::after {
	top: -15px;
	border-radius: 0 0 0 10px;
}

.products-item2__title span:nth-child(1)::after {
	top: 0;
	border-radius: 10px 0 0;
}

.products-item2__date {
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 15px;
	margin-top: 15px;
}

.products-item2__subtitle {
	max-width: 290px;
	width: 100%;
	color: #3a7fd9;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 220px;
}

.products-item2 .btn3 {
	margin-top: auto;
}

.callback1 {
	overflow: hidden;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.callback1--gray {
	background-color: #f6f7fb;
}

.callback1__container {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 16px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
	padding: 40px 40px 33px;
}

.callback1__container::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -7px;
	right: -313px;
	width: 623px;
	height: 310px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.callback1__wrap1 {
	width: 40%;
}

.callback1__wrap1 .title1 {
	letter-spacing: 0;
	margin-bottom: 12px;
}

.callback1__subtitle {
	max-width: 315px;
	width: 100%;
	color: #e9ebf8;
	font-weight: 400;
}

.callback1__wrap2 {
	width: 58.3%;
}

.callback1__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.callback1__form .input1 {
	width: 49.2%;
	margin-bottom: 11px;
}

.callback1__form .label2 {
	width: 49.2%;
	margin-bottom: 11px;
}

.callback1__form .label2 .input1 {
	width: 100%;
	margin-bottom: 0;
}

.callback1__form .btn3 {
	display: flex;
	width: 100%;
	padding: 16.5px 10px;
	margin-bottom: 5px;
}

.callback1__form-text {
	color: rgba(246, 246, 246, 0.5);
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
}

.apmainsection {
	background-color: #f6f7fb;
	padding-top: 7px;
	padding-bottom: 60px;
}

.apmainsection+.incomeprograms {
	padding-top: 80px;
}

.apmainsection__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.apmainsection__container--reserv .apmainsection__wrap2 .label-checkbox4-container {
	opacity: 0.5;
}

.apmainsection__wrap1 {
	position: sticky;
	z-index: 1;
	top: 65px;
	align-self: flex-start;
	width: calc(100% - 433px);
	border-radius: 20px;
	background-color: #fff;
	padding: 81px 20px 45px;
}

.apmainsection__wrap1 .pseudoselect {
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 20px;
}

.apmainsection__wrap1 .share {
	position: absolute;
	top: 20px;
	right: 20px;
}

.apmainsection__img {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding-top: 72.5%;
}

.no-touch .apmainsection__img:hover img {
	transform: scale(1.05);
}

.apmainsection__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
	transition: transform 0.6s;
}

.apmainsection__download-btn {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	white-space: nowrap;
	padding: 3px 13px;
	transition: background-color 0.3s;
}

.no-touch .apmainsection__download-btn:hover {
	background-color: #266bc4;
}

.apmainsection__download-btn-icon {
	display: flex;
	margin-right: 5px;
	margin-top: -2px;
}

.apmainsection__download-btn-icon svg {
	width: 14px;
	height: 14px;
	fill: #fff;
}

.apmainsection__iframe {
	position: relative;
	padding-top: 72.5%;
}

.apmainsection__iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 10px;
}

.apmainsection__tab-list1 {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(50%);
	width: 100%;
	text-align: center;
}

.apmainsection__wrap2 {
	max-width: 413px;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	padding: 30px;
}

.apmainsection__wrap2 .label-checkbox4-container {
	/* pointer-events: none; */
	margin: 0 -10px;
	margin-bottom: 20px;
}

.apmainsection__wrap2 .label-radio1-container {
	margin: 0 -10px;
	margin-bottom: 22px;
}

.apmainsection__wrap2 .btn2 {
	display: flex;
	width: 100%;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

.apmainsection__wrap2 .btn5 {
	display: flex;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.apmainsection__wrap2 .title1 {
	margin-bottom: 20px;
}

.apmainsection__list1-wrap {
	margin: 0 10px;
	margin-bottom: 19px;
}

.apmainsection__list1 {
	margin-bottom: 20px;
}

.apmainsection__list1-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1b1b1b;
	font-size: 12px;
	cursor: pointer;
	margin-top: -12px;
	text-decoration: underline;
}

.apmainsection__list1-btn span {
	display: inline;
}

.apmainsection__list1-btn i {
	display: none;
	font-style: normal;
}

.apmainsection__list1-btn.active span {
	display: none;
}

.apmainsection__list1-btn.active i {
	display: inline;
}

.apmainsection__list1-btn.active .apmainsection__list1-btn-icon {
	transform: rotate(180deg);
}

.apmainsection__list1-btn-icon {
	display: flex;
}

.apmainsection__list1-btn-icon svg {
	width: 12px;
	height: 7px;
}

.apmainsection__price-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
	margin: 0 -10px;
	margin-bottom: 34px;
}

.apmainsection__price {
	color: #0a1b33;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.apmainsection__price-old {
	color: #9ba2be;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-decoration: line-through;
}

.apmainsection-item1 {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.apmainsection-item1:nth-child(1),
.apmainsection-item1:nth-child(2),
.apmainsection-item1:nth-child(3),
.apmainsection-item1:nth-child(4) {
	display: block !important;
	height: auto !important;
	margin-bottom: 11px !important;
}

.apmainsection-item1__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.apmainsection-item1__title {
	color: #7b7b7b;
}

.apmainsection-item1__val {
	color: #010101;
	font-size: 14px;
}

.apmainsection-item1__val--big1 {
	/* font-size: 18px; */
	/* font-size: 14px; */
}

.incomeprograms {
	padding-top: 40px;
	padding-bottom: 40px;
}

.incomeprograms__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.incomeprograms__col1 {
	display: flex;
	width: 33.333%;
	padding: 0 10px;
	margin-top: 20px;
}

.incomeprograms__list2 {
	width: 100%;
	margin-bottom: 19px;
}

.incomeprograms__list3 {
	width: 100%;
}

.incomeprograms__list3 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
}

.incomeprograms__list3 li:last-child {
	border: none;
}

.incomeprograms__list3 li b {
	font-weight: 500;
}

.incomeprograms-item1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 460px;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 30px;
}

.incomeprograms-item1 .input2 {
	margin-bottom: 15px;
}

.incomeprograms-item1--white {
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
}

.incomeprograms-item1--white::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: -352px;
	width: 580px;
	height: 420px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.incomeprograms-item1 .btn3 {
	margin-top: auto;
}

.incomeprograms-item1__title {
	max-width: 340px;
	width: 100%;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 22px;
}

.incomeprograms-item1__title+.incomeprograms-item1__subtitle {
	margin-top: -15px;
}

.incomeprograms-item1__subtitle {
	margin-bottom: 30px;
}

.incomeprograms-item1__bg1 {
	position: absolute;
	z-index: -1;
	right: 14px;
	bottom: -18px;
	width: 142px;
}

.incomeprograms-item2 {
	position: relative;
	padding-left: 54px;
	margin-bottom: 21px;
}

.incomeprograms-item2:last-child {
	margin-bottom: 0;
}

.incomeprograms-item2__icon {
	position: absolute;
	top: -2px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #fff;
	padding-left: 1px;
	padding-top: 1px;
}

.incomeprograms-item2__icon svg {
	width: 6px;
	height: 10px;
	fill: #0a1b33;
}

.incomeprograms-item2__text1 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5px;
}

.incomeprograms-item2--1 .incomeprograms-item2__icon {
	top: -6px;
}

.incomeprograms-item2__text1 b {
	font-weight: 600;
}

.incomeprograms-item2__text1:last-child {
	margin-bottom: 0;
}

.incomeprograms-item2__text2 {
	color: #63738f;
}

.incomeprograms-item2__text2+.incomeprograms-item2__text3 {
	margin-top: 10px;
}

.incomeprograms-item2__text3 {
	color: #9da8ba;
	font-size: 12px;
	margin-top: -5px;
}

.apabout {
	padding-top: 40px;
	padding-bottom: 40px;
}

.apabout__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.apabout__wrap1 {
	max-width: 412px;
	width: 100%;
}

.apabout__wrap2 {
	display: flex;
	width: calc(100% - 432px);
}

.apabout__map {
	width: 100%;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	outline: none;
}

.apabout-item {
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 20px 2px rgba(6, 56, 132, 0.05);
	padding: 15px 15px 20px;
}

.apabout-item__wrap1 {
	margin-bottom: 12px;
}

.apabout-item__img-wrap {
	position: relative;
}

.apabout-item__text1 {
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 12px;
	border-radius: 300px;
	background-color: #fff;
	color: #272727;
	font-size: 12px;
	padding: 4px 15px;
}

.apabout-item__img {
	position: relative;
	padding-top: 100%;
}

.apabout-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.apabout-item__wrap2 .btn5 {
	display: flex;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.apabout-item__title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}

.apabout-item__list {
	margin-bottom: 9px;
}

.apabout-item__list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f2f2f2;
	line-height: 1.4;
	padding: 9px 0;
}

.no-touch .apabout-item__list li a:hover span {
	color: #3a7fd9;
}

.no-touch .apabout-item__list li a:hover b {
	color: #3a7fd9;
}

.apabout-item__list li span {
	color: #525b7f;
	font-size: 13px;
	transition: color 0.3s;
}

.apabout-item__list li b {
	color: #363c53;
	font-size: 13px;
	font-weight: 600;
	transition: color 0.3s;
}

.apsimilar {
	padding-top: 40px;
	padding-bottom: 40px;
}

.apsimilar--gray {
	background-color: #f6f7fb;
}

.apsimilar__slider1 {
	margin-bottom: 40px;
}

.apsimilar__slider1>.swiper {
	padding: 10px;
	margin: -10px;
}

.apsimilar__slider1>.swiper>.swiper-wrapper>.swiper-slide {
	display: flex;
	height: auto;
}

.apsimilar__slider1>.swiper>.swiper-wrapper>.swiper-slide .products__col {
	width: 100%;
	padding: 0;
	margin: 0;
}

.apfixedmenu {
	position: fixed;
	z-index: 15;
	top: 55px;
	right: 0;
	left: 0;
	border-top: 1px solid #f6f7fb;
	background-color: #f6f7fb;
	box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.1);
	color: #0a1b33;
	padding: 13px 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.apfixedmenu.visible {
	opacity: 1;
	pointer-events: initial;
}

/* .apfixedmenu .ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.apfixedmenu .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
top: auto;
bottom: calc(100% + 10px);
} */

.apfixedmenu__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.apfixedmenu__wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.apfixedmenu__title-wrap {
	position: relative;
	max-width: 300px;
	padding-right: 30px;
	margin-right: 30px;
}

.apfixedmenu__title-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #ebecf2;
}

.apfixedmenu__title {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 2px;
}

.apfixedmenu__text1 {
	color: #63738f;
	font-size: 12px;
}

.apfixedmenu__price {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 2px;
}

.apfixedmenu__price-old {
	color: #63738f;
	font-size: 12px;
	text-decoration: line-through;
}

.apfixedmenu__wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.apfixedmenu__price-wrap:nth-child(2) {
	margin-right: 15px;
}

.apfixedmenu__wrap2 .share {
	margin-right: 15px;
}

.apfixedmenu__wrap2 .btn2 {
	display: flex;
	width: 292px;
	min-height: 46px;
	padding: 10px;
}

.objmainsection+.filter {
	padding-top: 107px;
	padding-bottom: 80px;
}

.objmainsection__slider-wrap {
	position: relative;
}

.objmainsection__slider {
	position: relative;
}

.objmainsection__slider .swiper-pagination.swiper-pagination-style1 {
	right: auto;
	bottom: 63px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1300px;
	width: 100%;
	padding: 0 10px;
}

.objmainsection__slider .swiper-pagination.swiper-pagination-style1 .swiper-pagination-bullet {
	background-color: #c0c3c7;
}

.objmainsection__slider .swiper-pagination.swiper-pagination-style1 .swiper-pagination-bullet-active {
	background-color: #fff;
}

.objmainsection__slide {
	position: relative;
	min-height: 732px;
}

.objmainsection__img {
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 20px 20px;
}

.objmainsection__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.objmainsection__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.objmainsection__wrap3 {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1300px;
	width: 100%;
	padding: 0 10px;
}

.objmainsection__list1-wrap {
	width: calc(100% - 325px);
}

.objmainsection__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -12px;
	margin-top: -12px;
}

.objmainsection__list1 li {
	border-radius: 300px;
	background-color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 8.5px 15px;
	margin: 0 12px;
	margin-top: 12px;
}

.objmainsection__list2 {
	max-width: 311px;
	width: 100%;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.26);
	backdrop-filter: blur(20px);
	color: #fff;
	padding: 10px 20px;
}

.objmainsection__wrap4 {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 86px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1300px;
	width: 100%;
	color: #fff;
	padding: 0 10px;
	margin-top: auto;
}

.objmainsection__wrap4 .btn2 {
	padding: 10px 48px;
}

.objmainsection__title-wrap {
	width: calc(100% - 325px);
}

.objmainsection__adress {
	position: relative;
	font-weight: 600;
	padding-left: 24px;
	margin-bottom: 7px;
}

.objmainsection__adress::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #557cea;
}

.objmainsection__title {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.objmainsection__tab-list1 {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 50%;
	transform: translateY(50%) translateX(-50%);
	width: 95%;
	text-align: center;
}

.objmainsection__tab-list1 .tab-list1-wrap {
	max-width: 100%;
	border-radius: 35px;
	padding: 0;
}

.objmainsection__tab-list1 .tab-list1 a {
	font-size: 14px;
	padding: 16px 43.5px;
}

.objmainsection__container2 {
	display: none;
}

.objmainsection-item2 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	padding: 15px 0;
}

.objmainsection-item2::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 53%, rgba(255, 255, 255, 0) 100%);
}

.objmainsection-item2:last-child::after {
	display: none;
}

.objmainsection-item2__icon {
	display: flex;
}

.objmainsection-item2__icon svg {
	width: 10px;
	height: 10px;
	fill: #fff;
}

.objmainsection__list3-wrap {
	display: inline-flex;
	border-radius: 300px;
	background-color: #fff;
	padding: 12px 16px;
	margin-top: 12px;
}

.objmainsection__list3 {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: -10px;
}

.objmainsection-item3 {
	margin-right: 15px;
	margin-top: 10px;
}

.objmainsection-item3:nth-child(1) .objmainsection-item3__img {
	width: 84px;
}

.objmainsection-item3:nth-child(2) .objmainsection-item3__img {
	width: 130px;
}

.objmainsection-item3:last-child {
	margin-right: 0;
}

.objmainsection-item3__img {
	position: relative;
}

.objmainsection-item3__img .tooltip {
	right: auto;
	left: 0;
}

.objmainsection-item3__img .tooltip__wrap::after {
	right: auto;
	left: 45px;
	display: none;
}

.no-touch .objmainsection-item3__img:hover .tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.about--gray {
	background-color: #f6f7fb;
}

.about__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}

.about--line .about__container {
	border-top: 1px solid #e5e8f3;
}

.about__wrap1 {
	width: 37.4%;
}

.about__text-wrap {
	margin-bottom: 46px;
}

.about__text-wrap p {
	color: #717ba3;
	margin-bottom: 10px;
}

.about__text-wrap p:last-child {
	margin-bottom: 0;
}

.about__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
}

.about__wrap2 {
	width: 57.6%;
}

.about__list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.about__col2 {
	display: flex;
	flex-direction: column;
	width: 57%;
	padding: 0 10px;
	margin-top: 20px;
}

.about__col2:nth-child(2n) {
	width: 43%;
}

.about-item1 {
	position: relative;
	padding-right: 25px;
}

.about-item1--1 .about-item1__img {
	width: 63px;
}

.about-item1--2 .about-item1__img {
	width: 40px;
}

.about-item1--3 .about-item1__img {
	width: 60px;
}

.about-item1--4 .about-item1__img {
	width: 120px;
}

.about-item1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 50px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #dbdbdb 46.5%, #fff 99%);
}

.about-item1:last-child {
	padding-right: 0;
}

.about-item1:last-child::after {
	display: none;
}

.about-item2 {
	position: relative;
	display: block;
	flex-grow: 1;
	width: 100%;
	margin-bottom: 20px;
}

.no-touch .about-item2:hover .about-item2__img img {
	transform: scale(1.1);
}

.about-item2:last-child {
	margin-bottom: 0;
}

.about-item2__text {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	border-radius: 300px;
	background-color: #fff;
	color: #272727;
	font-size: 12px;
	padding: 4px 15.5px;
}

.about-item2__img {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	padding-top: 109%;
}

.about-item2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.about-item2--small .about-item2__img {
	padding-top: 70%;
}

.popup1 {
	max-width: 960px;
	width: 100%;
	min-width: initial !important;
	border-radius: 19px;
	padding: 0;
}

.popup1--thanks {
	max-width: 480px;
}

.popup1__wrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 16px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
	padding: 30px 40px;
}

.popup1__wrap::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -7px;
	right: -313px;
	width: 623px;
	height: 310px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.popup1__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.popup1__form .label2 {
	width: 32%;
	margin-bottom: 10px;
}

.popup1__form .label2 .input1 {
	width: 100%;
	margin-bottom: 0;
}

.popup1__form .input1 {
	width: 32%;
	background-color: #698fe7;
	margin-bottom: 10px;
}

.popup1__form .btn3 {
	width: 32%;
	padding: 16.5px 10px;
	margin-bottom: 10px;
}

.popup1__subtitle {
	max-width: 320px;
	width: 100%;
	font-weight: 400;
	margin-top: -5px;
	margin-bottom: 30px;
}

.popup2 {
	display: none;
	max-width: 1200px;
	width: 100%;
	min-width: initial !important;
	border-radius: 16px;
	padding: 0;
}

.popup2__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.popup2__wrap1 {
	display: flex;
	max-width: 400px;
	width: 100%;
}

.popup2__img {
	position: relative;
	width: 100%;
}

.popup2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.popup2__wrap2 {
	overflow: auto;
	width: calc(100% - 400px);
	max-height: 80vh;
	padding: 40px;
}

.popup2__wrap2 .text {
	margin-bottom: 30px;
}

.popup2__wrap2::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 300px;
	background-color: #ebedf7;
}

.popup2__wrap2::-webkit-scrollbar-thumb {
	border-radius: 300px;
	background-color: #557cea;
}

.popup2__wrap2 .popup1__wrap {
	margin: 0 -20px;
}

.popup2__wrap2 .popup1__form .input1 {
	width: 48%;
}

.popup2__wrap2 .popup1__form .label2 {
	width: 48%;
}

.popup2__wrap2 .popup1__form .label2 .input1 {
	width: 100%;
}

.popup2__wrap2 .popup1__form .btn3 {
	width: 100%;
}

.advantages {
	padding-top: 40px;
	padding-bottom: 40px;
}

.advantages .tab-list2 {
	margin-bottom: 15px;
}

.advantages__slider1 .swiper {
	padding: 10px;
	margin: -10px;
}

.advantages__slider1 .swiper-slide {
	display: flex;
	height: auto;
}

.advantages__popups {
	display: none;
}

.advantages-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 5px 2px rgba(6, 56, 132, 0.05);
}

.no-touch .advantages-item[data-src]:hover .advantages-item__img img,
.no-touch a.advantages-item:hover .advantages-item__img img {
	transform: scale(1.1);
}

.advantages-item[data-src],
a.advantages-item {
	cursor: pointer;
}

.advantages-item__img-hidden {
	display: none;
}

.advantages-item__img {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	padding-top: 131%;
}

.advantages-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.advantages-item__final {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	padding: 25px 20px;
}

.advantages-item__final::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: -459px;
	width: 580px;
	height: 420px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.advantages-item__final__text {
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
}

.advantages-item__final-icon {
	position: absolute;
	right: 8px;
	bottom: -23px;
	display: flex;
}

.advantages-item__final-icon svg {
	width: 120px;
	height: 120px;
	fill: #557cea;
}

.advantages-item__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
	padding: 13px 15px;
	margin: auto 0;
}

.advantages-item__title-icon {
	transform: rotate(-90deg);
	display: flex;
	flex-shrink: 0;
	margin-left: 5px;
}

.advantages-item__title-icon svg {
	width: 12px;
	height: 7px;
	fill: #939393;
}

.masterplan {
	padding-top: 40px;
	padding-bottom: 40px;
}

.masterplan__title-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.masterplan__title-wrap .title1 {
	margin-bottom: 0;
}

.masterplan__title-wrap .tab-list2 {
	padding-bottom: 0;
}

.masterplan__map-wrap {
	position: relative;
	padding-top: 50%;
}

.masterplan__map {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 20px;
	outline: none;
}

.masterplan__map iframe {
	width: 100%;
	height: 100%;
}

.masterplan-item {
	position: relative;
}

.masterplan-item__img {
	position: relative;
	padding-top: 50%;
}

.masterplan-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.masterplan-item__label {
	position: absolute;
	z-index: 1;
	top: 45%;
	left: 63%;
	width: 250px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 19px 20px 26px;
}

.masterplan-2 .masterplan-item__label {
	top: 34%;
	right: 62%;
	left: auto;
}

.masterplan-2 .masterplan-item__label::after {
	right: auto;
	left: 100%;
	border-left: 8px solid #fff;
	border-right: none;
}

.masterplan-502 .masterplan-item__label {
	top: 23%;
	right: 22%;
	left: auto;
}

.masterplan-item__label::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 100%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
}

.masterplan-item__label .metro-wrap {
	font-size: 12px;
	margin-bottom: 22px;
}

.masterplan-item__label .metro__icon {
	width: 20px;
	height: 20px;
	background-color: #557cea;
}

.masterplan-537 .masterplan-item__label {
	top: 49%;
	left: 68%;
}

.masterplan-item__title {
	color: #0a1b33;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-bottom: 2px;
}

.masterplan-item__text1 {
	color: #63738f;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 7px;
}

.masterplan-item__list {
	display: flex;
	flex-direction: column;
}

.masterplan-item__list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f2f2f2;
	line-height: 1.4;
	padding: 6px 0;
}

.no-touch .masterplan-item__list li a:hover span {
	color: #3a7fd9;
}

.no-touch .masterplan-item__list li a:hover b {
	color: #3a7fd9;
}

.masterplan-item__list li span {
	color: #63738f;
	font-size: 12px;
	transition: color 0.3s;
}

.masterplan-item__list li b {
	color: #0a1b33;
	font-weight: 600;
	letter-spacing: -0.02em;
	transition: color 0.3s;
}

.layouts {
	background-color: #f6f7fb;
	padding-top: 40px;
	padding-bottom: 40px;
}

.layouts__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.layouts__wrap1 {
	max-width: 413px;
	width: 100%;
}

.layouts .btn2 {
	display: flex;
	padding: 10px;
}

.layouts__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #f0f1f7;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 10px;
}

.layouts__list2 {
	overflow: auto;
	flex-grow: 1;
	height: 430px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.layouts__list2::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 300px;
	background-color: #ebedf7;
}

.layouts__list2::-webkit-scrollbar-thumb {
	border-radius: 300px;
	background-color: #557cea;
}

.layouts__wrap2 {
	width: calc(100% - 433px);
}

.layouts__tabs {
	width: 100%;
}

.layouts__tab {
	width: 100%;
}

.layouts-item1 {
	position: relative;
	width: 50%;
	text-align: center;
	font-weight: 600;
	letter-spacing: -0.02em;
	cursor: pointer;
	padding: 18px 10px;
	transition: color 0.3s;
}

.layouts-item1:last-child::after {
	display: none;
}

.layouts-item1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 34px;
	background-color: #f2f2f2;
}

.layouts-item1.active {
	color: #557cea;
}

.no-touch .layouts-item1:hover {
	color: #557cea;
}

.layouts-item2 {
	margin-bottom: 10px;
}

.layouts-item2:last-child {
	margin-bottom: 0;
}

.layouts-item2[data-filter-type="tworoom"] {
	display: none;
}

.layouts-item2__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #f0f1f7;
	border-radius: 10px;
	background-color: #f9fbff;
	padding: 9px 20px 9px 10px;
	transition: background-color 0.3s;
}

.layouts-item2__link.active {
	background-color: #fff;
}

.no-touch .layouts-item2__link:hover {
	background-color: #fff;
}

.layouts-item2__img {
	position: relative;
	width: 80px;
	height: 80px;
}

.layouts-item2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 5px;
}

.layouts-item2__text-wrap {
	width: calc(100% - 187px);
}

.layouts-item2__text1 {
	color: #63738f;
	margin-bottom: 4px;
}

.layouts-item2__text1 b {
	color: #283f5b;
	font-weight: 500;
}

.layouts-item2__text2 {
	font-size: 15px;
	line-height: 1.4;
}

.layouts-item2__text-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 33px;
	border-radius: 300px;
	background-color: #f6f7fb;
}

.layouts-item2__text-btn svg {
	width: 20px;
	height: 20px;
	fill: #557cea;
}

.layouts-item3 {
	position: relative;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #fff;
	padding: 26px 26px 20px;
}

.layouts-item3__text1 {
	position: absolute;
	z-index: 1;
	top: 26px;
	right: 20px;
	color: #c5c7d0;
	font-size: 15px;
	line-height: 1.4;
}

.layouts-item3__img-wrap {
	max-width: 530px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.layouts-item3__img {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding-top: 85%;
}

.no-touch .layouts-item3__img:hover img {
	transform: scale(1.05);
}

.layouts-item3__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.6s;
}

.layouts-item3__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	background-color: #f9fafc;
	padding: 16px 10px;
}

.layouts-item3__list li {
	position: relative;
	flex-grow: 1;
	padding: 0 5px;
	padding-left: 30px;
}

.layouts-item3__list li:last-child::after {
	display: none;
}

.layouts-item3__list li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #e7e8e9;
}

.layouts-item3__list li span {
	display: block;
	color: #63738f;
	margin-bottom: 5px;
}

.layouts-item3__list li b {
	display: block;
	color: #283f5b;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.actions {
	background-color: #f6f7fb;
	padding-top: 40px;
	padding-bottom: 40px;
}

.actions__slider1 .swiper {
	padding: 10px;
	margin: -10px;
}

.actions__slider1 .swiper-slide {
	display: flex;
	height: auto;
}

.actions__popups {
	display: none;
}

.actions-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 304px;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #fff;
	cursor: pointer;
	padding: 30px;
}

.no-touch .actions-item:hover .actions-item__text1-icon {
	background-color: #557cea;
}

.no-touch .actions-item:hover .actions-item__text1-icon svg {
	fill: #fff;
}

.actions-item__date {
	border: 1px solid #557cea;
	border-radius: 300px;
	background-color: #f4f8ff;
	color: #557cea;
	font-size: 12px;
	font-weight: 600;
	padding: 3.5px 14.5px;
	margin-bottom: 12px;
}

.actions-item__title {
	width: 100%;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.actions-item__text1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #63738f;
	margin-top: auto;
}

.actions-item__text1-oh {
	overflow: hidden;
	display: -webkit-box;
	box-orient: vertical;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.actions-item__text1-icon {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 42px;
	border-radius: 300px;
	background-color: #f6f7fb;
	margin-left: 5px;
	transition: background-color 0.3s;
}

.actions-item__text1-icon svg {
	width: 24px;
	height: 24px;
	fill: #557cea;
	transition: fill 0.3s;
}

.constructionprogress {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

.constructionprogress__slider1 .swiper {
	padding: 10px;
	margin: -10px;
}

.constructionprogress__popups {
	display: none;
}

.documents {
	padding-top: 40px;
	padding-bottom: 40px;
}

.documents-item:last-child .documents-item__link {
	border-bottom: 1px solid #e7e8e9;
}

.documents-item__link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #e7e8e9;
	font-size: 18px;
	line-height: 1.4;
	padding: 20px 0;
	transition: color 0.3s;
}

.no-touch .documents-item__link:hover {
	color: #557cea;
}

.documents-item__link-icon {
	display: flex;
	flex-shrink: 0;
	margin-left: 5px;
}

.documents-item__link-icon svg {
	width: 24px;
	height: 24px;
	fill: #9ba2be;
}

.mainscreen {
	background-color: #f6f7fb;
	padding-bottom: 30px;
}

.mainscreen+.filter {
	padding-top: 50px;
	padding-bottom: 20px;
}

.mainscreen__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mainscreen__wrap1 {
	display: flex;
	width: 57.7%;
}

.mainscreen__slider {
	position: relative;
	display: flex;
	width: 100%;
}

.mainscreen__slider .swiper-pagination.swiper-pagination-style1 {
	z-index: 1;
	right: 28px;
	left: 28px;
}

.mainscreen__slider .swiper {
	display: flex;
	width: 100%;
}

.mainscreen__slider .swiper-slide {
	display: flex;
	height: auto;
}

.mainscreen__wrap2 {
	display: flex;
	flex-direction: column;
	width: 40.7%;
}

.mainscreen__wrap3 {
	margin-bottom: 20px;
}

.mainscreen__list3 {
	max-width: 420px;
	width: 100%;
	margin-bottom: 18px;
}

.mainscreen__wrap4 {
	margin-top: auto;
}

.mainscreen__list4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -5px;
	margin-top: -10px;
}

.mainscreen__col4 {
	display: flex;
	width: 50%;
	padding: 0 5px;
	margin-top: 10px;
}

.mainscreen-item1--288 {
	background-color: #eceef3;
}

.mainscreen-item1--288 .mainscreen-item1__img {
	position: absolute;
	right: -60px;
	bottom: -50px;
	width: 530px;
	min-height: initial;
}

.mainscreen-item1--288 .mainscreen-item1__img img {
	position: static;
	width: auto;
	height: auto;
}

.mainscreen-item1 {
	position: relative;
	display: flex;
	width: 100%;
}

.mainscreen-item1--803 .mainscreen-item1__title {
	max-width: 260px;
	border-radius: 10px;
	background-color: #fff;
	padding: 14px 20px;
}

.mainscreen-item1--803 .mainscreen-item1__title .slider__desc {
	border-radius: 0;
	background: none;
	padding: 0;
}

.mainscreen-item1--823 .mainscreen-item1__title .slider__notice {
	max-width: 200px;
}

.mainscreen-item1__img {
	position: relative;
	width: 100%;
	min-height: 590px;
}

.mainscreen-item1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
	border-radius: 20px;
	background-color: #eceef3;
}

.mainscreen-item1__text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 34px 28px 50px;
}

.mainscreen-item1__text-wrap .btn3 {
	margin-top: auto;
}

.mainscreen-item1__title {
	max-width: 400px;
	width: 100%;
	color: #0a1b33;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.mainscreen-item1__title span {
	display: inline-block;
	border-radius: 10px 0 0;
	background-color: #f6f7fb;
	padding: 8px 12px;
	margin-top: -8px;
}

.mainscreen-item1__title span:first-child {
	margin-top: 0;
}

.mainscreen-item1__title span:nth-child(2) {
	border-radius: 0 0 0 10px;
}

.mainscreen-item1__title .slider__marker {
	border-radius: 25px;
	background: #3a7fd9;
	color: #fff;
	font-size: 12px;
	padding: 6px 16px;
	margin-bottom: 25px;
}

.mainscreen-item2 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	padding: 28px 30px 30px;
}

.mainscreen-item2::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: -368px;
	width: 580px;
	height: 420px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.mainscreen-item2__title {
	color: #f6f7fb;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 11px;
}

.mainscreen-item2__text {
	max-width: 430px;
	width: 100%;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 14px;
}

.mainscreen-item3 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #fff;
	line-height: 1.4;
	padding: 14px 0;
}

.mainscreen-item3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 53%, rgba(255, 255, 255, 0.1) 100%);
}

.mainscreen-item3:last-child::after {
	display: none;
}

.mainscreen-item3__icon {
	display: flex;
	flex-shrink: 0;
	margin-right: 10px;
}

.mainscreen-item3__icon svg {
	width: 10px;
	height: 17px;
	fill: #fff;
}

.mainscreen-item4 {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 150px;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #fff;
	padding: 20px;
}

.no-touch .mainscreen-item4:hover .mainscreen-item4__btn {
	background-color: #557cea;
}

.no-touch .mainscreen-item4:hover .mainscreen-item4__btn svg {
	fill: #fff;
}

.mainscreen-item4__icon {
	position: absolute;
	right: 20px;
	bottom: 8px;
	width: 80px;
}

.mainscreen-item4__title {
	max-width: 150px;
	width: 100%;
	color: #0a1b33;
	font-size: 15px;
	line-height: 1.4;
}

.mainscreen-item4__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 33px;
	border-radius: 300px;
	background-color: #f6f7fb;
	margin-top: auto;
	transition: background-color 0.3s;
}

.mainscreen-item4__btn svg {
	width: 20px;
	height: 20px;
	fill: #557cea;
	transition: fill 0.3s;
}

.objects {
	padding-top: 40px;
	padding-bottom: 40px;
}

.objects__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.objects__list--4col .objects__col {
	width: 25%;
}

.objects__list--4col .objects__col--50 {
	width: 50%;
}

.objects__list--4col .objects-item__img {
	padding-top: 111%;
}

.objects__list .stock-item1 {
	min-height: 410px;
	padding: 58px 305px 72px 30px;
}

.objects__list .stock-item1__img {
	width: 360px;
}

.objects__list .stock-item1__title {
	font-size: 26px;
}

.objects__col {
	display: flex;
	width: 33.3333%;
	padding: 0 10px;
	margin-top: 20px;
}

.objects-item {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 20px 2px rgba(6, 56, 132, 0.05);
	padding: 15px 15px 91px;
}

.objects-item--502 .objects-item__img img {
	object-position: left center;
}

.objects-item.active .objects-item__text-wrap {
	transform: translateY(0);
}

.objects-item.active .objects-item__btn-icon {
	transform: rotate(180deg);
}

.no-touch .objects-item:hover .objects-item__text-wrap {
	transform: translateY(0);
}

.no-touch .objects-item:hover .objects-item__btn-icon {
	transform: rotate(180deg);
}

.objects-item__img-wrap {
	position: relative;
}

.no-touch .objects-item__img-wrap:hover .objects-item__img img {
	transform: scale(1.1);
}

.objects-item__text1-container {
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 12px;
	left: 12px;
}

.objects-item__text1-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -3px;
	margin-top: -6px;
}

.objects-item__text1 {
	border-radius: 300px;
	background-color: #fff;
	font-size: 12px;
	white-space: nowrap;
	padding: 4.3px 15px;
	margin: 0 3px;
	margin-top: 6px;
}

.objects-item__text1--blue {
	background-color: #266bc4;
	color: #fff;
}

.objects-item__img {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	padding-top: 100%;
}

.objects-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 19px);
	object-fit: cover;
	transition: transform 0.6s;
}

.objects-item__text-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(calc(100% - 110px));
	background-color: #fff;
	padding: 15px;
	transition: transform 0.3s;
}

.objects-item__title-wrap {
	display: block;
	color: #0a1b33;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 12px;
	transition: color 0.3s;
}

.no-touch .objects-item__title-wrap:hover {
	color: #557cea;
}

.objects-item__title {
	overflow: hidden;
	display: -webkit-box;
	letter-spacing: -0.01em;
	box-orient: vertical;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
}

.objects-item__price {
	flex-shrink: 0;
	letter-spacing: -0.02em;
}

.objects-item__btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.no-touch .objects-item__btn:hover .objects-item__btn-icon svg {
	fill: #557cea;
}

.objects-item__btn .metro-wrap {
	margin-bottom: 0;
}

.objects-item__btn-icon {
	display: flex;
	transition: transform 0.3s;
}

.objects-item__btn-icon svg {
	width: 12px;
	height: 7px;
	fill: #9ba2be;
	transition: fill 0.3s;
}

.objects-item__list a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #f2f2f2;
	font-size: 12px;
	line-height: 1.4;
	padding: 8px 0;
}

.no-touch .objects-item__list a:hover span {
	color: #557cea;
}

.no-touch .objects-item__list a:hover b {
	color: #557cea;
}

.objects-item__list a span {
	color: #63738f;
	transition: color 0.3s;
}

.objects-item__list a b {
	flex-shrink: 0;
	font-weight: 500;
	transition: color 0.3s;
}

.objects-item1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 20px;
	background-color: #eceef3;
	color: #0a1b33;
	padding: 27px;
}

.objects-item1__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 258px;
}

.objects-item1__date {
	display: inline-block;
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 15px;
	margin-bottom: 16px;
}

.objects-item1__title {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.objects-item1__text {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 151px;
}

.payments {
	padding-top: 40px;
	padding-bottom: 40px;
}

.payments__title-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
}

.payments__title-wrap .title1 {
	margin-bottom: 0;
}

.payments__text {
	max-width: 738px;
	width: 100%;
	margin-bottom: 25px;
}

.payments__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.payments__col {
	display: flex;
	width: 33.3333%;
	padding: 0 10px;
	margin-top: 20px;
}

.payments__col--w25 {
	width: 25%;
}

/* добавлены стили first-child */
.no-touch a.payments-item:hover::after,
.payments__list:not(.payments__list--type1, .payments__list--type2) .payments__col:first-child .payments-item::after,
.payments__list--type1 .payments__col:nth-child(2n) .payments-item::after,
.payments__list--type2 .payments__col:nth-child(odd) .payments-item::after {
	opacity: 1;
}

.no-touch a.payments-item:hover::before,
.payments__list:not(.payments__list--type1, .payments__list--type2) .payments__col:first-child .payments-item::before,
.payments__list--type1 .payments__col:nth-child(2n) .payments-item::before,
.payments__list--type2 .payments__col:nth-child(odd) .payments-item::before {
	opacity: 1;
}

.no-touch a.payments-item:hover .payments-item__title,
.payments__list:not(.payments__list--type1, .payments__list--type2) .payments__col:first-child .payments-item .payments-item__title,
.payments__list--type1 .payments__col:nth-child(2n) .payments-item .payments-item__title,
.payments__list--type2 .payments__col:nth-child(odd) .payments-item .payments-item__title {
	color: #fff;
}

.no-touch a.payments-item:hover .payments-item__text,
.payments__list:not(.payments__list--type1, .payments__list--type2) .payments__col:first-child .payments-item .payments-item__text,
.payments__list--type1 .payments__col:nth-child(2n) .payments-item .payments-item__text,
.payments__list--type2 .payments__col:nth-child(odd) .payments-item .payments-item__text {
	color: #e9ebf8;
}

.no-touch a.payments-item:hover .payments-item__icon svg,
.payments__list:not(.payments__list--type1, .payments__list--type2) .payments__col:first-child .payments-item .payments-item__icon svg,
.payments__list--type1 .payments__col:nth-child(2n) .payments-item .payments-item__icon svg,
.payments__list--type2 .payments__col:nth-child(odd) .payments-item .payments-item__icon svg {
	fill: #557cea;
}

.payments-item {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 240px;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 25px 20px 25px 25px;
}

.payments-item::after {
	content: "";
	position: absolute;
	z-index: -3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	opacity: 0;
	transition: opacity 0.3s;
}

.payments-item::before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	right: -172px;
	width: 383px;
	height: 270px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
	opacity: 0;
	transition: opacity 0.3s;
}

.payments-item__icon {
	position: absolute;
	z-index: -1;
	right: 20px;
	bottom: -24px;
	display: flex;
}

.payments-item__icon svg {
	width: 120px;
	height: 120px;
	fill: #eceef3;
	transition: fill 0.3s;
}

.payments-item__title {
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 6px;
	transition: color 0.3s;
}

.payments-item__text {
	color: #717ba3;
	margin-bottom: 20px;
	transition: color 0.3s;
}

.payments-item__text:not(.payments-item__text--full) {
	overflow: hidden;
	display: -webkit-box;
	box-orient: vertical;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.payments-item__text span {
	position: absolute;
	top: 25px;
	right: 20px;
	border-radius: 300px;
	background-color: #557cea;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	transition: all 0.3s;
}

.no-touch .payments-item:hover .payments-item__text span {
	background-color: #fff;
	color: #557cea;
}

.no-touch .payments-item__text span:hover .tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.payments-item__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 42px;
	border-radius: 300px;
	background-color: #fff;
	margin-top: auto;
}

.payments-item__btn svg {
	width: 24px;
	height: 24px;
	fill: #557cea;
}

.payments-item1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
	padding: 40px 500px 44px 46px;
	margin-bottom: 20px;
}

.payments-item1:last-child {
	margin-bottom: 0;
}

.payments-item1__date {
	display: inline-block;
	border-radius: 300px;
	background-color: #fff;
	color: #557cea;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 15px;
	margin-bottom: 36px;
}

.payments-item1__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 690px;
	height: 420px;
	text-align: right;
}

.payments-item1__img img {
	max-width: initial;
	width: auto;
	height: 100%;
}

.payments-item1__text-wrap {
	max-width: 740px;
	width: 100%;
}

.payments-item1__title {
	max-width: 450px;
	width: 100%;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 19px;
}

.payments-item1__subtitle {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 39px;
}

.payments-item1__text1 {
	max-width: 440px;
	width: 100%;
	color: #d7e2f9;
	line-height: 1.4;
	margin-bottom: 17px;
}

.video {
	padding-top: 40px;
	padding-bottom: 40px;
}

.video__video-wrap {
	position: relative;
}

.video__video-wrap .btn2 {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 280px;
	padding: 10px;
}

.video__video {
	position: relative;
	padding-top: 50%;
}

.video__video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.achievements {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.achievements::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	height: 86px;
	background-color: #f6f7fb;
}

.achievements--noafter::after {
	display: none;
}

.achievements__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.achievements__col {
	display: flex;
	width: 25%;
	padding: 0 10px;
	margin-top: 20px;
}

.achievements-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #fff;
	padding: 12px 25px 25px;
}

.achievements-item__val {
	color: #557cea;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -0.07em;
	margin-bottom: 17px;
}

.achievements-item__title {
	max-width: 220px;
	width: 100%;
	color: #0a1b33;
	font-size: 15px;
	line-height: 1.4;
}

.header {
	position: relative;
	z-index: 20;
	background-color: #f6f7fb;
	padding: 8px 0;
	transition: all 0.3s;
}

.header--white {
	background-color: #fff;
}

.header--fixed {
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-105%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.header--fixed.visible {
	transform: translateY(0);
}

.header__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.header__logo-wrap {
	max-width: 110px;
	width: 100%;
}

.header__logo {
	display: block;
	max-width: 110px;
	width: 100%;
}

.header__nav-btn3 {
	display: none;
	width: 100%;
	padding: 16.5px 10px;
}

.header__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -15px;
}

.header__menu>li {
	margin: 0 15px;
}

.header__menu>li.desc-hidden {
	display: none;
}

.header__menu>li>a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #0a1b33;
	font-weight: 600;
	transition: color 0.3s;
}

.no-touch .header__menu>li>a:hover {
	color: #3a7fd9;
}

.header__menu>li>a svg {
	display: none;
	width: 7px;
	height: 11px;
	fill: #283f5b;
}

.favorite {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.3s;
}

.no-touch .favorite:hover {
	background-color: #edf2ff;
}

.favorite svg {
	width: 22px;
	height: 22px;
	fill: none;
	transition: all 0.3s;
	stroke: #9ba2be;
	stroke-width: 1.5px;
}

.favorite.active svg {
	fill: #557cea;
	stroke: #557cea;
}

.header__tel-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.header__tel-wrap .favorite {
	margin-right: 5px;
}

.header__user {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.header__user-btn {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.header__user-btn:hover svg {
	color: #557cea;
}

.header__user-btn svg {
	width: 22px;
	height: 22px;
	fill: none;
	color: #9ba2be;
	transition: color 0.3s;
	stroke-width: 1.5px;
}

.header__user-popup {
	position: absolute;
	z-index: 1;
	top: 100%;
	right: 0;
	width: 260px;
	padding-top: 5px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s;

	/* visibility: visible;
opacity: 1;
pointer-events: initial; */
}

.header__user.active .header__user-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

@media (hover) {
	.header__user:hover .header__user-popup {
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}

	body .header__user-close {
		display: none;
	}
}

.header__user-popup-wrap {
	position: relative;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 20px 2px rgba(6, 56, 132, 0.05);
	padding: 20px;
}

.header__user-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	cursor: pointer;
}

.header__user-close:hover svg {
	fill: #557cea;
}

.header__user-close svg {
	width: 18px;
	height: 18px;
	fill: #0a1b33;
	transition: fill 0.3s;
}

.header__user-title {
	font-size: 18px;
	margin-bottom: 10px;
}

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

.header__user-popup .btn2 {
	display: flex;
	width: 100%;
	min-height: 46px;
}

.header__tel {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 300px;
	background-color: #fff;
	padding: 9px 20px;
	transition: color 0.3s;
}

.no-touch .header__tel:hover {
	color: #3a7fd9;
}

.header__tel-icon {
	display: flex;
	font-weight: 600;
	margin-right: 12px;
}

.header__tel-icon svg {
	width: 16px;
	height: 16px;
	fill: #557cea;
}

.toggle {
	position: relative;
	z-index: 50;
	display: none;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.toggle.active .toggle__line {
	background-color: transparent;
}

.toggle.active .toggle__line::after {
	top: 0;
	transform: rotate(45deg);
}

.toggle.active .toggle__line::before {
	bottom: 0;
	transform: rotate(-45deg);
}

.toggle__line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 2px;
	border-radius: 300px;
	background-color: #0a1b33;
	transition: all 0.3s;
}

.toggle__line::after {
	content: "";
	position: absolute;
	top: -6px;
	right: -3px;
	left: -3px;
	height: 2px;
	border-radius: 300px;
	background-color: #0a1b33;
	transition: all 0.3s;
}

.toggle__line::before {
	content: "";
	position: absolute;
	right: -3px;
	bottom: -6px;
	left: -3px;
	height: 2px;
	border-radius: 300px;
	background-color: #0a1b33;
	transition: all 0.3s;
}

.footer__wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 25px;
}

.footer__logo-wrap {
	max-width: 110px;
	width: 100%;
}

.footer__logo {
	display: block;
	max-width: 110px;
	width: 100%;
}

.footer__menu1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -10px;
}

.footer__menu1 li {
	margin: 0 10px;
	margin-top: 10px;
}

.footer__menu1 a {
	display: inline-block;
	border-radius: 8px;
	background-color: #f6f7fb;
	color: #0a1b33;
	padding: 8.5px 25px;
	transition: background-color 0.3s;
}

@media (hover) {
	.footer__menu1 a:hover {
		background-color: #dadeee;
	}
}

.footer__wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #e8eaee;
	padding-top: 23px;
	padding-bottom: 53px;
}

.footer__content-wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 850px;
	width: 100%;
}

.footer__nav2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.footer__nav2-wrap--hidden-desc {
	display: none;
}

.footer__nav2-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 532px;
	width: 100%;
}

.footer__menu2 {
	margin-bottom: 31px;
}

.footer__menu2:last-child {
	margin-bottom: 0;
}

.footer__menu2 li {
	color: #717ba3;
	margin-bottom: 9px;
}

.footer__menu2 li:last-child {
	margin-bottom: 0;
}

.footer__menu2 li:nth-child(1) {
	color: #0a1b33;
	font-weight: 600;
}

.footer__menu2 a {
	transition: color 0.3s;
}

.footer__menu2 li>span {
	white-space: nowrap;
	margin: 0;
}

.no-touch .footer__menu2 a:hover {
	color: #3a7fd9;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 200px;
	width: 100%;
}

.footer__title1 {
	color: #0a1b33;
	font-weight: 600;
	margin-bottom: 11px;
}

.footer__list1 {
	margin-bottom: 12px;
}

.footer__list1 li {
	color: #717ba3;
	line-height: 1.4;
	margin-bottom: 11px;
}

.footer__list1 li:last-child {
	margin-bottom: 0;
}

.footer__list1 li a {
	display: inline-block;
}

.footer__link1 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #0a1b33;
	font-size: 14px;
	letter-spacing: -0.02em;
	margin-top: auto;
	margin-bottom: 20px;
	transition: color 0.3s;
}

.no-touch .footer__link1:hover {
	color: #3a7fd9;
}

.no-touch .footer__link1:hover .footer__link1-icon svg {
	fill: #3a7fd9;
}

.footer__link1-icon {
	display: flex;
	margin-left: 8px;
}

.footer__link1-icon svg {
	width: 18px;
	height: 18px;
	fill: #0a1b33;
	transition: fill 0.3s;
}

.footer__content-wrap2 {
	display: flex;
	flex-direction: column;
	max-width: 325px;
	width: 100%;
}

.footer__content-wrap2 .subscribe {
	margin-bottom: 15px;
}

.footer__content-wrap2 .footer__list1 {
	text-align: right;
	margin-top: auto;
	margin-bottom: 0;
}

.footer__wrap3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 9px;
	padding-bottom: 20px;
}

.footer__copy {
	color: #717ba3;
	font-weight: 400;
}

.footer__text1 {
	max-width: 532px;
	width: 100%;
	color: #717ba3;
	font-size: 8px;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 4px;
}

.footer__text1 a {
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration 0.3s;
}

.no-touch .footer__text1 a:hover {
	text-decoration-color: #717ba3;
}

.footer__text2 {
	max-width: 150px;
	width: 100%;
	color: #0a1b33;
	font-weight: 600;
	margin-top: auto;
	margin-bottom: 10px;
}

.footer__dev-wrap {
	text-align: right;
}

.footer__dev {
	color: #717ba3;
	font-weight: 400;
}

.no-touch .footer__dev:hover i {
	text-decoration-color: #0a1b33;
}

.footer__dev i {
	color: #0a1b33;
	font-style: normal;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration 0.3s;
}

.swiper-wrapper {
	height: auto;
}

.bx-filter {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

.news {
	padding-top: 30px;
	padding-bottom: 40px;
}

.news__filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.news__filter-wrap1 {
	width: calc(100% - 325px);
}

.news__filter-wrap3 {
	margin-bottom: 15px;
}

.news__filter-list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -5px;
	margin-top: -10px;
}

.news__filter-list1 .label-checkbox6 {
	margin: 0 5px;
	margin-top: 10px;
}

.label-checkbox6 {
	display: inline-block;
	cursor: pointer;
}

.label-checkbox6 input {
	display: none;
}

.label-checkbox6 input:checked~.label-checkbox6__text {
	border: 1px solid #557cea !important;
	color: #557cea !important;
}

.no-touch .label-checkbox6:hover .label-checkbox6__text {
	background-color: #f6f7fb;
	color: #3a7fd9;
}

.label-checkbox6__text {
	display: block;
	border: 1px solid #f6f7fb;
	border-radius: 300px;
	background-color: #f6f7fb;
	color: #0a1b33;
	padding: 8px 24.5px;
	transition: all 0.3s;
}

.news__filter-list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -3px;
	margin-top: -6px;
}

.news__filter-list2 .label-checkbox7 {
	margin: 0 3px;
	margin-top: 6px;
}

.label-checkbox7 {
	display: inline-block;
	cursor: pointer;
}

.label-checkbox7 input {
	display: none;
}

.label-checkbox7 input:checked~.label-checkbox7__text {
	border: 1px solid #557cea !important;
	color: #557cea !important;
}

.no-touch .label-checkbox7:hover .label-checkbox7__text {
	border: 1px solid #557cea;
}

.label-checkbox7__text {
	display: block;
	border: 1px solid #9ba2be;
	border-radius: 300px;
	color: #9ba2be;
	font-size: 12px;
	font-weight: 600;
	padding: 3.5px 14.5px;
	transition: all 0.3s;
}

.news__filter-wrap2 {
	max-width: 305px;
	width: 100%;
}

.news__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.news__col {
	display: flex;
	width: 100%;
	padding: 0 10px;
	margin-top: 20px;
}

.news__col--callback1 {
	width: 100%;
}

.news-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 20px 2px rgba(6, 56, 132, 0.05);
	padding: 20px;
}

.news-item__img-wrap {
	display: flex;
	max-width: 502px;
	width: 100%;
}

.news-item__img {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 10px;
	padding-top: 57.7%;
}

.news-item__img--playicon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: url("/local/templates/vertical/img/play.svg") center / contain no-repeat;
}

.news-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.no-touch .news-item__img-wrap:hover img {
	transform: scale(1.05);
}

.news-item__text-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% - 522px);
}

.news-item__author {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding-right: 185px;
	margin-bottom: 10px;
}

.news-item__author-ava {
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.news-item__author-ava img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.news-item__author-name {
	font-size: 14px;
	margin-right: 20px;
}

.news-item__author-name::before {
	/* content: "Эксперт Vertical";
	font-size: 14px; */
}

.news-item__author-date {
	color: #717ba3;
	font-weight: 400;
}

.news-item__title {
	display: inline-block;
	align-self: flex-start;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 10px;
	transition: color 0.3s;
}

.no-touch .news-item__title:hover {
	color: #557cea;
}

.news-item__text {
	overflow: hidden;
	display: -webkit-box;
	color: #63738f;
	box-orient: vertical;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-bottom: 40px;
}

.news-item__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: auto;
}

.news-item__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -3px;
	margin-top: -6px;
}

.news-item__tag {
	border: 1px solid #9ba2be;
	border-radius: 300px;
	color: #9ba2be;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	padding: 4.5px 14.5px;
	margin: 0 3px;
	margin-top: 6px;
}

.news-item__btns {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.news-item__btns .share1 {
	margin-right: 5px;
}

.news-item__btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-right: 5px;
}

.news-item__btn.active .news-item__btn-icon svg {
	fill: #f60c0c;
}

.news-item__btn:last-child {
	margin-left: 5px;
	margin-right: 0;
}

.news-item__btn-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f0f1f7;
}

.news-item__btn-icon svg {
	width: 16px;
	height: 16px;
	fill: #557cea;
	transition: fill 0.3s;
}

.news-item__btn-text {
	font-size: 16px;
	margin-left: 8px;
}

.share1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f0f1f7;
	cursor: pointer;
	transition: box-shadow 0.3s;
}

.no-touch .share1:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.share1 .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: none;
}

.share1 .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background: url("/local/templates/vertical/img/share-blue.svg") center/16px no-repeat;
}

.share1 .ya-share2__container,
.share1 .ya-share2__container .ya-share2__item {
	font-family: Montserrat, sans-serif;
}

.share1 .ya-share2__popup .ya-share2__list .ya-share2__item {
	margin-bottom: 5px;
}

.share1 .ya-share2__popup .ya-share2__list .ya-share2__item:last-child {
	margin-bottom: 0;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1),
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) {
	width: 50%;
	margin-bottom: 40px;
}

.news__col--w50 {
	width: 50%;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__img-wrap,
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__img-wrap,
.news__col--w50 .news-item__img-wrap {
	max-width: none;
	margin-bottom: 15px;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__text-wrap,
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__text-wrap,
.news__col--w50 .news-item__text-wrap {
	flex-grow: 1;
	width: 100%;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__author,
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__author,
.news__col--w50 .news-item__author {
	padding-right: 0;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__text,
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__text,
.news__col--w50 .news-item__text {
	line-clamp: 2;
	-webkit-line-clamp: 2;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__btns,
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__btns,
.news__col--w50 .news-item__btns {
	position: static;
	margin-top: 3px;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item,
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item,
.news__col--w50 .news-item {
	padding: 15px;
}

.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__img,
.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__img,
.news__col--w50 .news-item__img {
	padding-top: 64%;
}

.news__btn5-wrap .btn5 {
	width: auto;
	min-height: 60px;
	background-color: #f0f1f7;
}

.news__btn5-wrap {
	text-align: center;
}

.newscard {
	/* padding-top: 60px; */
	padding-top: 10px;
	padding-bottom: 40px;
}

.newscard__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newscard__wrap1 {
	width: calc(100% - 480px);
}

.newscard__wrap3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.newscard__date-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.newscard__date {
	color: #9ba2be;
	letter-spacing: -0.02em;
	margin-right: 15px;
}

.newscard__time {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #9ba2be;
	letter-spacing: -0.02em;
}

.newscard__time-icon {
	display: flex;
	margin-right: 5px;
}

.newscard__time-icon svg {
	width: 12px;
	height: 12px;
	fill: #c8daf5;
}

.newscard__title {
	display: none;
	width: 100%;
	color: #0a1b33;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-top: 9px;
}

.newscard__wrap4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.newscard__wrap4 .news-item__btns {
	position: static;
}

.newscard__author {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.newscard__author-img {
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.newscard__author-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.newscard__author-name {
	line-height: 1.4;
}

.newscard__author-text1 {
	color: #717ba3;
	line-height: 1.4;
	font-weight: 400;
}

.newscard__wrap5 {
	margin-bottom: 60px;
}

.text--maw800 {
	max-width: 800px;
	width: 100%;
}

.text--style1 {
	color: #63738f;
}

.text--style1 h1,
.text--style1 h2,
.text--style1 h3,
.text--style1 h4,
.text--style1 h5 {
	color: #283f5b;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	margin-top: 60px;
	margin-bottom: 12px;
}

.text--style1 p {
	margin: 16px 0;
}

.text--style1 a {
	border-bottom: 1px dashed #63738f;
	text-decoration: none;
	transition: border-bottom 0.3s;
}

.no-touch .text--style1 a:hover {
	border-bottom: 1px dashed transparent;
}

.text--style1 img {
	border-radius: 10px;
	margin-top: 30px;
}

.text--style1 table {
	border-collapse: collapse;
	margin: 16px 0;
}

.text--style1 table td {
	border: 1px solid #63738f;
	padding: 5px 10px;
}

.newscard__links+img {
	margin-top: 0;
}

.text--style1 ol li::before {
	color: #63738f;
}

.text--style1 blockquote {
	position: relative;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 20px 2px rgba(6, 56, 132, 0.05);
	color: #283f5b;
	font-size: 20px;
	line-height: 1.3;
	padding: 30px;
	padding-left: 80px;
	margin: 0;
	margin-top: 56px;
	margin-bottom: 56px;
}

.text--style1 blockquote::after {
	content: "";
	position: absolute;
	top: 35px;
	left: 32px;
	width: 20px;
	height: 16px;
	background: url("/local/templates/vertical/img/blockquote-icon2.svg") center / contain no-repeat;
}

.text--style1 ul {
	margin: 16px 0;
}

.text--style1 ul li::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	border: 5px solid #eef2fd;
	border-radius: 50%;
	background-color: #557cea;
}

.text--style1 ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 6px;
}

.text--style1 ul li.ya-share2__item::after {
	display: none;
}

.text--style1 ol {
	margin: 16px 0;
}

.text--style1 ol li {
	margin-bottom: 6px;
}

.text--style1 ol li:last-child {
	margin-bottom: 0;
}

.text__blockquote1 {
	position: relative;
	color: #283f5b;
	font-size: 16px;
	padding-left: 32px;
}

.text__blockquote1::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: #557cea;
}

.text__imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.text__img-col {
	width: 50%;
	padding: 0 10px;
	margin-top: 20px;
}

.text__img {
	position: relative;
	padding-top: 119%;
}

.text__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.text__blockquote {
	margin: 60px 0;
}

.text__blockquote-author {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.text__blockquote-author-img {
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.text__blockquote-author-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.text__blockquote-author-name {
	color: #283f5b;
}

.text__blockquote-author-pos {
	color: #717ba3;
	font-weight: 400;
}

.text__blockquote-text-wrap {
	position: relative;
	border-radius: 10px;
	background-color: #f6f7fb;
	padding: 40px;
}

.text__blockquote-text-wrap::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 71px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #f6f7fb;
	border-right: 20px solid transparent;
}

.text__blockquote-title {
	color: #283f5b;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 12px;
}



ul.newscard__links {
	margin-top: 20px;
	margin-bottom: 60px;
}

.text--style1 ul.newscard__links li::after {
	display: none;
}

.text--style1 ul.newscard__links li {
	padding-left: 0;
}

.newscard__links-wrap {
	margin: 8px 0;
}

.newscard__text-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 40px;
}

.newscard__text-btns .share2 {
	margin-right: 7px;
}

.share2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f0f1f7;
	cursor: pointer;
	transition: box-shadow 0.3s;
}

.share2 .ya-share2__list.ya-share2__list_direction_horizontal {
	margin: 0;
	margin-top: -2px;
}

.no-touch .share2:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.share2 .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: none;
}

.share2 .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background: url("/local/templates/vertical/img/share-blue.svg") center/20px no-repeat;
}

.text--style1 .share2 a.ya-share2__link {
	border: none;
}

.share2 .ya-share2__container,
.share2 .ya-share2__container .ya-share2__item {
	font-family: Montserrat, sans-serif;
}

.share2 .ya-share2__popup .ya-share2__list .ya-share2__item {
	margin-bottom: 5px;
}

.share2 .ya-share2__popup .ya-share2__list .ya-share2__item:last-child {
	margin-bottom: 0;
}

.ya-share2__item:not(.ya-share2__item_more):hover,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:hover,
.ya-share2__item:not(.ya-share2__item_more):focus,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:focus {
	opacity: 1;
}

.text--style1 a.newscard__text-btn {
	border: none !important;
}

body .newscard__text-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f0f1f7;
	margin-right: 7px;
	transition: background-color 0.3s;
}

.newscard__text-btn:last-child {
	margin-right: 0;
}

.newscard__text-btn svg {
	width: 20px;
	height: 20px;
	fill: #3a7fd9;
	transition: fill 0.3s;
}

.no-touch .newscard__text-btn:hover {
	background-color: #3a7fd9;
}

.no-touch .newscard__text-btn:hover svg {
	fill: #fff;
}

.newscard__wrap2 {
	max-width: 413px;
	width: 100%;
}

.newscard__wrap2 .subscribe__title {
	max-width: 292px;
	color: #283f5b;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.newscard__wrap2 .subscribe__form-text {
	font-size: 10px;
}

.newscard__wrap2 .subscribe {
	padding: 30px 20px;
	margin-bottom: 20px;
}

.news1 {
	display: none;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 30px 20px 40px;
	margin-bottom: 40px;
}

.news1__title {
	margin-bottom: 20px;
}

.news1-item1 {
	display: block;
	border-bottom: 1px solid #f0f1f7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news1-item1:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.news1-item1__title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}

.news1-item1__text {
	color: #63738f;
}

.news2__title {
	margin-bottom: 20px;
}

.news2__col {
	margin-bottom: 20px;
}

.news2__col:last-child {
	margin-bottom: 0;
}

.news-item--small .news-item__img-wrap {
	max-width: none;
	margin-bottom: 17px;
}

.news-item--small .news-item__text-wrap {
	width: 100%;
}

.news-item--small .news-item__img {
	padding-top: 48%;
}

.news-item--small .news-item__btns {
	position: static;
}

.news-item--small .news-item__title {
	font-size: 20px;
	margin-bottom: 5px;
}

.news-item--small .news-item__text {
	margin-bottom: 25px;
}

.stagespurchase {
	padding-top: 30px;
	padding-bottom: 40px;
}

.stagespurchase__title1 {
	max-width: 520px;
	width: 100%;
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.stagespurchase__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.stagespurchase__col {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	padding: 0 10px;
	margin-top: 20px;
}

.stagespurchase__col:nth-child(4) .stagespurchase-item2 {
	min-height: 240px;
}

.stagespurchase__col:nth-child(5) {
	width: 66.6666%;
}

.stagespurchase__col:nth-child(6) {
	width: 100%;
}

.stagespurchase-item1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 550px;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 31px 28px 29px;
}

.stagespurchase-item1__title {
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}

.stagespurchase-item1__text1 {
	color: #63738f;
	margin-bottom: 20px;
}

.stagespurchase-item1__text2 {
	min-height: 51px;
	color: #0a1b33;
	font-size: 12px;
	line-height: 1.4;
	margin-top: auto;
}

.stagespurchase-item1 .btn3 {
	margin-bottom: 20px;
}

.stagespurchase-item1__contacts {
	max-width: 285px;
	width: 100%;
	border-radius: 16px;
	background-color: #fff;
	padding: 8px 16px 16px;
	margin-top: auto;
}

.stagespurchase-item1__tel {
	display: inline-block;
	color: #557cea;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 3px;
}

.stagespurchase-item1__workschedule {
	position: relative;
	color: #63738f;
	padding-left: 14px;
}

.stagespurchase-item1__workschedule::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #0a1b33;
}

.stagespurchase-item1__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 210px;
}

.stagespurchase-item2 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 260px;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 31px 28px 26px;
	margin-bottom: 20px;
}

.stagespurchase-item2:nth-child(1) {
	min-height: 270px;
}

.stagespurchase-item2:last-child {
	margin-bottom: 0;
}

.stagespurchase-item2__icon {
	position: absolute;
	z-index: -1;
	right: 26px;
	bottom: -17px;
	display: flex;
}

.stagespurchase-item2__icon svg {
	width: 120px;
	height: 120px;
	fill: #eceef3;
}

.stagespurchase-item3 {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 20px;
}

.no-touch .stagespurchase-item3:hover .stagespurchase-item3__img img {
	transform: scale(1.1);
}

.stagespurchase-item3__img {
	min-height: 260px;
}

.stagespurchase-item3__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s;
}

.stagespurchase-item3__title {
	position: absolute;
	top: 18px;
	right: 20px;
	border-radius: 300px;
	background-color: #fff;
	color: #272727;
	font-size: 12px;
	padding: 4px 15px;
}

.stagespurchase-item4 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	min-height: 240px;
	border-radius: 20px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
	padding: 31px 28px 28px;
}

.stagespurchase-item4::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -7px;
	right: -119px;
	width: 383px;
	height: 270px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.stagespurchase-item4__title {
	font-size: 22px;
	margin-bottom: 4px;
}

.stagespurchase-item4__text1 {
	color: #e9ebf8;
	margin-bottom: 15px;
}

.stagespurchase-item4__icon {
	position: absolute;
	z-index: -1;
	right: 26px;
	bottom: -23px;
	display: flex;
}

.stagespurchase-item4__icon svg {
	width: 120px;
	height: 120px;
	fill: #557cea;
}

.stagespurchase-item5 {
	overflow: hidden;
	position: relative;
	min-height: 260px;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 31px 530px 30px 28px;
}

.stagespurchase-item5__img {
	position: absolute;
	right: 24px;
	bottom: 0;
	width: 540px;
}

.infrastructure {
	padding-top: 30px;
	padding-bottom: 40px;
}

.infrastructure__title1,
.mainsection+.infrastructure .title1,
.mainsection+.about .title1 {
	font-size: 22px;
}

.infrastructure__text {
	max-width: 620px;
	width: 100%;
	margin-bottom: 25px;
}

.infrastructure .tab-list2 {
	margin-bottom: 25px;
}

.infrastructure-item1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.infrastructure-item1__wrap1 {
	width: 38%;
}

.infrastructure-item1__wrap1 .btn5 {
	width: auto;
}

.infrastructure-item1__title {
	font-size: 22px;
	margin-bottom: 20px;
}

.infrastructure-item1__text {
	color: #717ba3;
	margin-bottom: 44px;
}

.infrastructure__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: -10px;
}

.infrastructure__btn-wrap .btn2 {
	display: flex;
	max-width: 228px;
	width: 100%;
	padding: 10px;
	margin-right: 20px;
	margin-top: 10px;
}

.infrastructure__btn-wrap .link1 {
	margin-top: 10px;
}

.infrastructure-item1__wrap2 {
	width: 57.5%;
}

.infrastructure__list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.infrastructure__col2 {
	display: flex;
	width: 57%;
	padding: 0 10px;
	margin-top: 20px;
}

.infrastructure__col2--order1 {
	order: 1;
}

.infrastructure__col2:nth-child(2) {
	width: 43%;
}

.infrastructure-item2 {
	position: relative;
	display: flex;
	width: 100%;
}

.infrastructure-item2__img {
	width: 100%;
	padding-top: 109%;
}

.infrastructure__col2:nth-child(2) .infrastructure-item2__img {
	padding-top: 147%;
}

.infrastructure-item2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.has-image[data-image-fit="contain"] {
	overflow: hidden;
}

.empty_filter_result {
	display: block !important;
	width: 100%;
	border-radius: 20px;
	background-color: #f6f7fb;
	text-align: center;
	padding: 40px;
	margin-top: 30px !important;
}

.empty_filter_result p {
	margin-bottom: 20px;
}

.empty_filter_result .filter__form-reset {
	background-color: #fff;
	padding: 18px 20px;
	transition: all 0.3s;
}

.no-touch .empty_filter_result .filter__form-reset:hover {
	color: #fff;
}

.no-touch .empty_filter_result .filter__form-reset:hover svg {
	fill: #fff;
}

.contacts {
	padding-top: 50px;
	padding-bottom: 55px;
}

.contacts__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contacts__wrap1 {
	display: flex;
	width: 57.7%;
}

.contacts__map {
	display: flex;
	width: 100%;
}

.contacts__map #mapSection {
	overflow: hidden;
	width: 100%;
	border: 1px solid #f0f1f7;
	border-radius: 16px;
}

.contacts__wrap2 {
	width: 40.8%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 20px 2px rgba(6, 56, 132, 0.05);
	padding: 20px 20px 29px;
}

.contacts__img-wrap {
	position: relative;
	margin-bottom: 40px;
}

.contacts__btns {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.contacts__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	border-radius: 300px;
	background-color: #fff;
	color: #272727;
	font-size: 13px;
	font-weight: 600;
	padding: 10.5px 10px;
	transition: color 0.3s;
}

.no-touch .contacts__btn:hover {
	color: #3a7fd9;
}

.contacts__btn-icon {
	margin-right: 8px;
}

.contacts__img {
	position: relative;
	padding-top: 79.3%;
}

.contacts__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.contacts__title {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.contacts__adress {
	max-width: 340px;
	width: 100%;
	color: #525b7f;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 12px;
}

.contacts__text-wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 12px 0;
	margin-bottom: 6px;
}

.contacts__text-wrap2 .metro {
	margin-right: 8px;
}

.contacts__text-wrap2 .time {
	margin-left: 16px;
}

.contacts__text-wrap2 .metro:last-child {
	margin-right: 0;
}

.contacts__schedule {
	color: #63738f;
}

.empty {
	text-align: center;
	padding-top: 110px;
	padding-bottom: 70px;
}

.empty .btn5 {
	width: auto;
}

.empty__text {
	max-width: 350px;
	width: 100%;
	color: #0a1b33;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}

.news.emptysection {
	padding: 0;
}

.products.emptysection {
	padding: 0;
}

.select {
	padding-top: 25px;
}

.select__wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.select .news__filter-list1 {
	margin-bottom: 56px;
}

.total_aparts {
	color: #6f737a;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.clear_aparts {
	color: #557cea;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.02em;
	cursor: pointer;
	transition: color 0.3s;
}

.no-touch .clear_aparts:hover {
	color: #3160e6;
}

.tooltip {
	position: absolute;
	top: 100%;
	right: 0;
	width: 160px;
	padding-top: 8px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s;
}

.tooltip.active {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.tooltip__wrap {
	position: relative;
	display: block;
	border-radius: 3px;
	background-color: #fff;
	color: #0a1b33;
	font-size: 10px;
	padding: 8px;
}

.tooltip__wrap a {
	color: #557cea;
	transition: color 0.3s;
}

.no-touch .tooltip__wrap a:hover {
	color: #3160e6;
}

.aboutinfo {
	padding-top: 30px;
	padding-bottom: 30px;
}

.aboutinfo__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.aboutinfo__wrap1 {
	max-width: 738px;
	width: calc(100% - 430px);
}

.aboutinfo__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -3px;
	margin-top: -6px;
	margin-bottom: 15px;
}

.aboutinfo__tag {
	border: 1px solid #557cea;
	border-radius: 300px;
	background-color: #f4f8ff;
	color: #557cea;
	font-size: 12px;
	font-weight: 600;
	padding: 3.5px 14.4px;
	margin: 0 3px;
	margin-top: 6px;
}

.aboutinfo__wrap1 .text--style1 h1,
.aboutinfo__wrap1 .text--style1 h2,
.aboutinfo__wrap1 .text--style1 h3,
.aboutinfo__wrap1 .text--style1 h4,
.aboutinfo__wrap1 .text--style1 h5 {
	font-size: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 21px;
}

.aboutinfo__wrap1 .text--style1 {
	color: #717ba3;
}

.aboutinfo__wrap1 .text--style1 p {
	margin: 8px 0;
}

.aboutinfo__wrap1 .text--style1 blockquote {
	color: #0a1b33;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.01em;
	padding: 39px 30px 39px 80px;
	margin-top: 57px;
}

.aboutinfo__wrap1 .text--style1 blockquote::after {
	left: 30px;
	background-image: url("/local/templates/vertical/img/blockquote-icon2.svg");
}

.aboutinfo__wrap2 {
	overflow: hidden;
	position: sticky;
	z-index: 1;
	top: 65px;
	max-width: 413px;
	width: 100%;
	border-radius: 20px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
	padding: 30px;
}

.aboutinfo__wrap2::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: -352px;
	width: 580px;
	height: 420px;
	border-radius: 3000px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.aboutinfo__title1 {
	max-width: 310px;
	width: 100%;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 5px;
}

.aboutinfo__subtitle1 {
	max-width: 260px;
	width: 100%;
	margin-bottom: 64px;
}

.aboutgallery {
	padding-top: 30px;
	padding-bottom: 30px;
}

.aboutgallery .about__col2 {
	width: 66.5%;
}

.aboutgallery .about__col2:nth-child(2n) {
	width: 33.5%;
}

.aboutgallery .about-item2__img {
	padding-top: 53.5%;
}

.aboutgallery .about-item2--small .about-item2__img {
	padding-top: 52%;
}

.aboutgallery .about-item2__text {
	top: 30px;
	right: 30px;
}

.apmainsection1 {
	background-color: #f6f7fb;
	padding-top: 12px;
	padding-bottom: 60px;
}

.apmainsection1__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.apmainsection1__wrap1 {
	width: calc(100% - 433px);
}

.apmainsection1__img-container {
	border-radius: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.apmainsection1__img {
	position: relative;
	padding-top: 70.8%;
}

.apmainsection1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.apmainsection1__map-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 444px;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
}

.apmainsection1__map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.apmainsection1__wrap2 {
	max-width: 413px;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	padding: 30px;
}

.apmainsection1__title {
	margin-bottom: 15px;
}

.apmainsection1__wrap2 .label-checkbox3 {
	margin-bottom: 15px;
}

.apmainsection1__price-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.apmainsection1__price {
	margin-right: 5px;
}

.apmainsection1__price:last-child {
	margin-right: 0;
}

.apmainsection1__price-title {
	color: #7b7b7b;
	font-size: 12px;
	margin-bottom: 5px;
}

.apmainsection1__price-val {
	color: #0a1b33;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.apmainsection1__myprice {
	border-bottom: 1px solid #f0f1f7;
	padding-bottom: 22px;
	margin-bottom: 10px;
}

.apmainsection1__myprice-btn1 {
	display: flex;
	min-height: 40px;
	border-radius: 8px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 5px 10px;
}

.input3 {
	border: none;
	border-radius: 8px;
	background-color: #f6f7fb;
	text-align: center;
	color: #0a1b33;
	padding: 10px;
}

.input3::placeholder {
	color: #63738f;
}

.apmainsection1__myprice-wrap1 {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f0f1f7;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}

.apmainsection1__myprice-wrap1 .input3 {
	width: 48%;
}

.apmainsection1__myprice-title {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
}

.apmainsection1__myprice-btn2 {
	display: flex;
	width: 48%;
	min-height: 40px;
	border-radius: 8px;
	font-weight: 500;
	padding: 5px 10px;
}

.apmainsection1__list1-container {
	margin-bottom: 10px;
}

.apmainsection1__list1-wrap {
	border-bottom: 1px solid #f0f1f7;
	padding-bottom: 27px;
	margin-bottom: 10px;
}

.apmainsection1__list1-wrap:last-child {
	margin-bottom: 0;
}

.apmainsection1__list1-title {
	color: #000;
	line-height: 1.4;
	margin-bottom: 12px;
}

.apmainsection1-item1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #010101;
	font-size: 12px;
	margin-bottom: 7px;
}

.apmainsection1-item1:last-child {
	margin-bottom: 0;
}

.apmainsection1-item1 span {
	color: #7b7b7b;
}

.apmainsection1-item1 b {
	flex-shrink: 0;
	font-weight: 500;
}

.apmainsection1__descr-wrap {
	margin-bottom: 30px;
}

.apmainsection1__descr-title {
	color: #000;
	margin-bottom: 10px;
}

.apmainsection1__descr-text {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.4;
}

.apmainsection1__btn2 {
	display: flex;
	padding: 5px 10px;
}

.otherapartments {
	padding-top: 80px;
	padding-bottom: 30px;
}

.otherapartments__title1 {
	margin-bottom: 10px;
}

.otherapartments__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f0f1f7;
}

.no-touch .otherapartments__row:hover .otherapartments__cell:nth-child(2) {
	color: #266bc4;
}

.otherapartments__row:last-child {
	border: none;
}

.otherapartments__row:nth-child(1) .otherapartments__cell {
	min-height: 52px;
	color: #63738f;
	font-size: 14px;
}

.otherapartments__cell {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 16.6666%;
	min-height: 19px;
	color: #0a1b33;
	font-size: 15px;
	line-height: 1.4;
	padding: 5px 0;
	transition: color 0.3s;
}

.otherapartments__cell-img {
	position: relative;
	width: 90px;
	height: 90px;
}

.otherapartments__cell-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.otherapartments__cell-price-old {
	color: #9ba2be;
	margin-bottom: 2px;
	text-decoration: line-through;
}

.popup3 {
	display: none;
	max-width: 800px;
	width: 100%;
	min-width: initial;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 20px 20px 30px;
}

.popup3__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.popup3__wrap1 {
	max-width: 320px;
	width: 100%;
}

.popup3__img {
	position: relative;
	padding-top: 100%;
}

.popup3__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.popup3__wrap2 {
	width: calc(100% - 350px);
}

.popup3__title {
	color: #0a1b33;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding-right: 30px;
}

.popup3__price {
	color: #365275;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 7px;
}

.popup3__subtitle {
	font-weight: 400;
	margin-bottom: 15px;
}

.popup3__form .input1 {
	background-color: #fff;
	color: #0a1b33;
	margin-bottom: 10px;
}

.popup3__form .input1::placeholder {
	color: #63738f;
}

.popup3__form .label2 {
	margin-bottom: 10px;
}

.popup3__form .label2 .input1 {
	margin-bottom: 0;
}

.popup3__form .btn2 {
	display: flex;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.popup3__form-text {
	color: #63738f;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
}

.popup3__form-text a {
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration 0.3s;
}

.no-touch .popup3__form-text a:hover {
	text-decoration-color: #63738f;
}

.textsec1 {
	overflow: hidden;
	padding: 40px 0;
}

.textsec1__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding-left: 115px;
}

.textsec1__wrap1 {
	max-width: 570px;
	width: 100%;
	padding: 60px 0;
}

.textsec1__title1 {
	margin-bottom: 12px;
}

.textsec1__title1--small {
	font-size: 26px;
}

.textsec1__title1--big {
	font-size: 36px;
}

.textsec1__subtitle {
	color: #63738f;
	margin-bottom: 40px;
}

.textsec1__btn2 {
	display: flex;
	max-width: 303px;
	width: 100%;
	padding: 10px;
}

.textsec1__btn3 {
	display: flex;
	max-width: 276px;
	width: 100%;
	padding: 16px 10px;
}

.textsec1__wrap2 {
	max-width: 622px;
	width: 100%;
	margin-left: -60px;
}

.textsec2 {
	padding: 40px 0;
}

.textsec2__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.textsec2__col {
	display: flex;
	width: 33.333%;
	padding: 0 10px;
	margin-top: 20px;
}

.textsec2__col:nth-child(4),
.textsec2__col:nth-child(5) {
	width: 50%;
}

.textsec2-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 32px;
}

.textsec2-item__title {
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
}

.textsec2-item__text {
	color: #63738f;
	margin-bottom: 55px;
}

.textsec2-item__link1 {
	align-self: flex-start;
	margin-top: auto;
}

.textsec2-item__img-hidden {
	display: none;
}

.textsec3 {
	padding: 40px 0;
}

.textsec3__text {
	max-width: 740px;
	width: 100%;
	margin-bottom: 25px;
}

.textsec3__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.textsec3__wrap1 {
	width: 49%;
}

.textsec3-item {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 13px 160px 25px 33px;
	margin-bottom: 15px;
}

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

.textsec3-item__title {
	color: #557cea;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.textsec3-item__text {
	max-width: 355px;
	width: 100%;
	color: #717ba3;
	line-height: 1.4;
}

.textsec3-item__icon {
	position: absolute;
	z-index: -1;
	right: 20px;
	bottom: -23px;
	display: flex;
}

.textsec3-item__icon svg {
	width: 120px;
	height: 120px;
	fill: #eceef3;
}

.textsec3__wrap2 {
	display: flex;
	width: 49%;
}

.textsec3__img-wrap {
	position: relative;
	display: flex;
	width: 100%;
}

.textsec3__img {
	position: relative;
	width: 100%;
	padding-top: 102%;
}

.textsec3__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.textsec3__img-title {
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 300px;
	background-color: #fff;
	color: #272727;
	font-size: 12px;
	line-height: 1.4;
	padding: 5.5px 15px;
}

.cases {
	padding: 40px 0;
}

.cases__title1 {
	max-width: 610px;
	width: 100%;
}

.cases__text {
	max-width: 710px;
	width: 100%;
	margin-bottom: 24px;
}

.cases__slider1 .swiper {
	padding: 10px;
	margin: -10px;
}

.cases__slider1 .swiper-slide {
	display: flex;
	height: auto;
}

.cases-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 5px 5px rgba(6, 56, 132, 0.02);
	padding: 15px;
}

#cases-item-483 .metro__icon img,
#cases-item-487 .metro__icon img,
#cases-item-484 .metro__icon img {
	display: none;
}

#cases-item-483 .metro__icon,
#cases-item-487 .metro__icon,
#cases-item-484 .metro__icon {
	position: relative;
}

#cases-item-483 .metro__icon::after,
#cases-item-487 .metro__icon::after,
#cases-item-484 .metro__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: url("/local/templates/vertical/img/aeroplane.svg") center / contain no-repeat;
}

#cases-item-483 .time__icon,
#cases-item-487 .time__icon,
#cases-item-484 .time__icon {
	position: relative;
	width: 16px;
	height: 16px;
}

#cases-item-483 .time__icon::after,
#cases-item-487 .time__icon::after,
#cases-item-484 .time__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url("../img/car.svg") center / contain no-repeat;
}

#cases-item-483 .time__icon svg,
#cases-item-487 .time__icon svg,
#cases-item-484 .time__icon svg {
	display: none;
}

#cases-item-486 .metro__icon {
	display: none;
}

.cases-item__img-wrap {
	position: relative;
	margin-bottom: 12px;
}

.cases-item__img {
	position: relative;
	padding-top: 67%;
}

.cases-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.cases-item__tags {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.cases-item__tag {
	border-radius: 300px;
	background-color: #fff;
	color: #272727;
	font-size: 12px;
	line-height: 1.4;
	padding: 6px 15px;
	margin-right: 5px;
}

.cases-item__tag:last-child {
	margin-right: 0;
}

.cases-item__stars {
	position: absolute;
	bottom: 12px;
	left: 12px;
	border-radius: 300px;
	background-color: #fff;
	padding: 8px 12px;
}

.stars__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.stars-item {
	display: flex;
	margin-right: 2px;
}

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

.stars-item svg {
	width: 13px;
	height: 13px;
	fill: #edc558;
}

.stars-item--off svg {
	fill: #cbcfde;
}

.cases-item__text-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cases-item__title {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}

.cases-item__wrap1 {
	margin-bottom: 20px;
}

.cases-item__wrap1 .metro-wrap {
	margin-bottom: 0;
}

.cases-item__subtitle {
	overflow: hidden;
	display: -webkit-box;
	min-height: 98px;
	color: #717ba3;
	line-height: 1.4;
	letter-spacing: -0.01em;
	box-orient: vertical;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.cases-item__list {
	margin-bottom: 13px;
}

.cases-item__list li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #f2f2f2;
	padding: 8px 0;
}

.cases-item__list li span {
	color: #525b7f;
	font-size: 13px;
	margin-right: 5px;
}

.cases-item__list li b {
	color: #363c53;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.cases-item__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

.cases-item__btn-wrap .btn5 {
	display: flex;
	max-width: 211px;
	padding: 10px;
	margin-right: 6px;
	margin-top: 10px;
}

.cases-item__btn-wrap .link1 {
	margin-top: 10px;
}

.stock {
	padding-top: 40px;
	padding-bottom: 80px;
}

.stock__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.stock__col {
	display: flex;
	width: 50%;
	padding: 0 10px;
	margin-top: 20px;
}

.stock__col:nth-child(1) {
	width: 67%;
}

.stock__col:nth-child(2) {
	flex-direction: column;
	width: 33%;
}

.stock__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
}

.stock__col1 {
	display: flex;
	width: 50%;
	padding: 0 10px;
	margin-top: 20px;
}

.stock-item1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 520px;
	border-radius: 20px;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	color: #fff;
	padding: 58px 360px 72px 48px;
}

/* .objects .stock-item1 {
	 min-height: 411px!important;
} */

.stock-item1__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 516px;
	text-align: right;
}

.stock-item1__title {
	max-width: 460px;
	width: 100%;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 9px;
}

.stock-item1__text {
	max-width: 290px;
	width: 100%;
	color: #e9ebf8;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.stock-item1 .btn3 {
	margin-top: auto;
}

.stock-item2 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 20px;
	background-color: #f6f7fb;
	color: #0a1b33;
	padding: 25px 106px 25px 25px;
	padding-right: 180px;
	margin-bottom: 20px;
}

.stock-item2:last-child {
	margin-bottom: 0;
}

.stock-item2__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 246px;
}

.stock-item2__date {
	display: inline-block;
	border-radius: 300px;
	background-color: #3a7fd9;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 15px;
	margin-bottom: 14px;
}

.stock-item2__title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.stock-item2__text {
	max-width: 190px;
	width: 100%;
	color: #63738f;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 17px;
}

.stock-item3 .stock-item2__text {
	max-width: none;
}

.stock-item2__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 42px;
	border-radius: 300px;
	background-color: #fff;
	transition: background-color 0.3s;
}

.stock-item2__btn svg {
	width: 24px;
	height: 24px;
	fill: #557cea;
	transition: fill 0.3s;
}

.no-touch .stock-item2__btn:hover {
	background-color: #557cea;
}

.no-touch .stock-item2__btn:hover svg {
	fill: #fff;
}

.stock-item3 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	min-height: 270px;
	border-radius: 20px;
	background-color: #f6f7fb;
	color: #0a1b33;
	padding: 25px 290px 25px 25px;
}

.stock-item3__img {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 280px;
}

.stock-item3__img--1 {
	top: 50%;
	right: -210px;
	bottom: auto;
	transform: translate(0, -50%);
	width: 509px;
}

.stock-item3__title {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 9px;
}

.stock-item3__text {
	color: #63738f;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.stock-item3 .btn3 {
	margin-top: auto;
}

.installmentplan {
	padding: 40px 0;
}

.installmentplan__container {
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 25px;
}

.installmentplan__container .tab-list2 {
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	margin-bottom: 20px;
}

.installmentplan__container .tab-list2 li {
	margin-top: 5px;
}

.installmentplan__container .tab-list2 a,
.installmentplan__container .tab-list2 button {
	background-color: #fff;
	color: #0a1b33;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 25px;
}

.installmentplan__container .tab-list2 a.active,
.installmentplan__container .tab-list2 button.active {
	color: #557cea;
}

.installmentplan__tabs {
	margin-bottom: 30px;
}

.installmentplan__text1 {
	max-width: 1005px;
	width: 100%;
	color: #717ba3;
	margin-bottom: 15px;
}

.installmentplan__text1:last-child {
	margin-bottom: 0;
}

.installmentplan__list {
	color: #272727;
}

.installmentplan-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	min-height: 84px;
	border: 1px solid #f0f1f7;
	border-radius: 20px;
	background-color: #fff;
	padding: 5px 16px;
	margin-bottom: 10px;
}

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

.installmentplan-item--descrcol {
	position: sticky;
	z-index: 1;
	top: 149px;
	min-height: 50px;
}

.installmentplan-item__decr-col-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.installmentplan-item__decr-col {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
}

.installmentplan-item__col {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.installmentplan-item__col:nth-child(4) {
	flex-wrap: nowrap;
	max-width: 400px;
}

.installmentplan-item__col:nth-child(1) {
	max-width: 170px;
	margin-left: 30px;
}

.installmentplan-item__col:nth-child(2) {
	max-width: 160px;
}

.installmentplan-item__col:nth-child(3) {
	max-width: 165px;
}

.installmentplan-item__col:nth-child(5) {
	max-width: 200px;
}

.installmentplan-item__text1 {
	color: #0a1b33;
	font-size: 15px;
	line-height: 1.4;
	text-transform: lowercase;
	margin-right: 10px;
}

.installmentplan-item__text2 {
	flex-shrink: 0;
	max-width: 140px;
	border: 1px solid #557cea;
	border-radius: 10px;
	background-color: #f6f7fb;
	color: #557cea;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	padding: 5px 10px;
	margin-left: auto;
}

.installmentplan-item__text3 {

	color: #0a1b33;
	font-size: 15px;
	line-height: 1.4;
	margin-right: 10px;
	text-transform: lowercase;
}

.installmentplan-item__text3 b {
	display: block;
	color: #272727;
	font-size: 14px;
	font-weight: 500;
	text-transform: lowercase;
}

.installmentplan-item__text3 b i {
	display: inline-block;
	border-radius: 300px;
	background-color: #557cea;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	padding: 1.5px 10px;
	text-transform: lowercase;
}

.installmentplan-item__col .btn2 {
	display: flex;
	width: 100%;
	padding: 5px 10px;
}

.installmentplan-item:nth-child(1) {
	min-height: 34px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
}

.installmentplan-item__title1 {
	position: relative;
	color: #63738f;
	margin-left: auto;
	margin-right: -17px;
}

.receivingkeys {
	/* display: none; */
	max-width: 1200px;
	width: 100%;
	min-width: initial;
	border-radius: 20px;
	background-color: #fff;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
}

.fancybox__content.receivingkeys>.carousel__button.is-close,
.fancybox__content.receivingkeys>.f-button.is-close-btn {
	top: 40px;
	right: 40px;
	width: 39px;
	height: 39px;
	background: #f6f7fb url("/local/templates/vertical/img/close2.svg") center no-repeat;
}

.receivingkeys__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.receivingkeys__wrap1 {
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 324px;
	width: 100%;
	border-radius: 20px;
	background-color: #f6f7fb;
	padding: 40px 40px 150px;
}

.receivingkeys__bg1 {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 208px;
}

.receivingkeys__logo {
	max-width: 147px;
	width: 100%;
	margin-bottom: 24px;
}

.receivingkeys__text1 {
	color: #0a1b33;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 42px;
}

.receivingkeys__list1 {
	display: flex;
	flex-direction: column-reverse;
}

.receivingkeys-item1 {
	position: relative;
	padding-left: 57px;
	margin-bottom: 58px;
}

.receivingkeys-item1:nth-child(2),
.receivingkeys-item1:nth-child(1) {
	margin-bottom: 0;
}

.receivingkeys-item1:nth-child(2)::after,
.receivingkeys-item1:nth-child(1)::after {
	display: none;
}

.receivingkeys-item1::after {
	content: "";
	position: absolute;
	top: 46px;
	bottom: -53px;
	left: 18px;
	width: 3px;
	border-radius: 300px 300px 0 0;
	background-color: #cfd0d3;
	transition: background-color 0.3s;
}

.receivingkeys-item1__number {
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #d8d9dd;
	color: #a4a4a4;
	font-size: 18px;
	transition: color 0.3s;
}

.receivingkeys-item1__number::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 1px;
	border: 2px solid #f6f7fb;
	border-radius: 50%;
	transition: opacity 0.3s;
}

.receivingkeys-item1__number::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: 0;
	border-radius: 50%;
	background: linear-gradient(320deg, #395dee 0%, #508adc 100%);
	opacity: 0;
	transition: opacity 0.3s;
}

.receivingkeys-item1__text {
	color: #a4a4a4;
	line-height: 1.4;
}

.receivingkeys-item1__title {
	font-size: 16px;
	line-height: 1.4;
}

.receivingkeys-item1.active .receivingkeys-item1__number::before {
	opacity: 1;
}

.receivingkeys-item1.active .receivingkeys-item1__number {
	color: #fff;
}

.receivingkeys-item1.active::after {
	background-color: #395dee;
}

.receivingkeys-item1.active~.receivingkeys-item1 .receivingkeys-item1__number::before {
	background: #26c278;
	opacity: 1;
}

.receivingkeys-item1.active~.receivingkeys-item1 .receivingkeys-item1__number::after {
	opacity: 0;
}

.receivingkeys-item1.active~.receivingkeys-item1 .receivingkeys-item1__number {
	color: #fff;
}

.receivingkeys-item1.active~.receivingkeys-item1::after {
	background-color: #26c278;
}

.receivingkeys__wrap2 {
	display: flex;
	width: calc(100% - 380px);
	padding-top: 84px;
}

.receivingkeys__form {
	display: flex;
	max-width: 630px;
	width: 100%;
}

.receivingkeys__form-steps {
	display: flex;
	width: 100%;
}

.receivingkeys__form-step {
	display: none;
	flex-direction: column;
	width: 100%;
}

.receivingkeys__form-step:nth-child(1) {
	display: flex;
}

.receivingkeys__form-title1 {
	margin-bottom: 43px;
}

.receivingkeys__form-title1--mb8 {
	margin-bottom: 8px;
}

.receivingkeys__form-subtitle {
	max-width: 315px;
	width: 100%;
	color: #63738f;
	margin-bottom: 40px;
}

.receivingkeys-item2 {
	margin-bottom: 40px;
}

.receivingkeys-item2:last-child {
	margin-bottom: 0;
}

.receivingkeys-item2__title {
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.receivingkeys__list3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -5px;
	margin-top: -10px;
}

.receivingkeys__col3 {
	width: 50%;
	padding: 0 5px;
	margin-top: 10px;
}

.input4 {
	border: none;
	background: none;
	color: #0a1b33;
	padding: 1px 0 5px;
}

.receivingkeys__btns1 {
	text-align: center;
	margin-top: auto;
}

.receivingkeys-item2 .label1 {
	position: relative;
	margin-bottom: 30px;
}

.receivingkeys-item2 .label1:last-child {
	margin-bottom: 0;
}

.receivingkeys__btns2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: auto;
}

.receivingkeys__btns2 .btn5 {
	width: auto;
	margin-right: 8px;
}

.receivingkeys__btns2 .btn5 .btn5__icon {
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: 17px;
}

.receivingkeys__btns2 .btn2 {
	margin-left: 8px;
}

.air-datepicker {
	width: 354px;
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
	color: #272727;
	font-family: Montserrat, sans-serif;
	padding: 16px;
}

.air-datepicker-nav {
	align-items: center;
	max-width: 224px;
	width: 100%;
	border-bottom: 1px solid #ecf3fd;
	padding: 0;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.air-datepicker-nav--action {
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #f6f7fb;
	transition: background-color 0.3s;
}

.air-datepicker-nav--action:first-child {
	transform: rotate(180deg);
}

.no-touch .air-datepicker-nav--action:hover {
	background-color: #e9f0fd;
}

.no-touch .air-datepicker-nav--action:hover::after {
	opacity: 0;
}

.no-touch .air-datepicker-nav--action:hover::before {
	opacity: 1;
}

.air-datepicker-nav--action::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 8px;
	background: url("/local/templates/vertical/img/arrow2.svg") center / contain no-repeat;
	opacity: 1;
	transition: opacity 0.3s;
}

.air-datepicker-nav--action::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 8px;
	background: url("/local/templates/vertical/img/arrow2-hover.svg") center / contain no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}

.air-datepicker-nav--action svg {
	display: none;
}

.air-datepicker-nav--title i {
	color: #272727;
	margin-left: 0;
}

.air-datepicker-nav--title {
	display: block;
	border-radius: 0;
}

.air-datepicker-nav--title:hover {
	background-color: transparent;
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
	color: #939393;
}

.air-datepicker-body--day-name {
	color: #557cea;
}

.air-datepicker-cell.-current- {
	background-color: #f6f7fb;
	color: #272727;
}

.air-datepicker-body--cells.-days- {
	gap: 8px;
	grid-template-columns: repeat(7, 42px);
	grid-auto-rows: 30px;
}

.air-datepicker-cell {
	border-radius: 300px;
	transition: all 0.3s;
}

.air-datepicker-cell.-focus- {
	background: #f6f7fb;
}

.air-datepicker-cell.-selected- {
	background: #557cea;
}

.air-datepicker-cell.-selected-.-focus- {
	background: #557cea;
}

.air-datepicker-cell.-selected-.-current- {
	background: #557cea;
}

.air-datepicker--content {
	border-bottom: 1px solid #ecf3fd;
	padding: 0;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.air-datepicker--buttons,
.air-datepicker--time {
	border: none;
	padding: 0;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
	font-family: Montserrat, sans-serif;
	transition: all 0.3s;
}

.air-datepicker-time--current-hours::after,
.air-datepicker-time--current-minutes::after {
	background: #f6f7fb;
	transition: opacity 0.3s;
}

.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
	border-color: #557cea;
	background: #fff;
}

.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
	border-color: #557cea;
	background: #fff;
}

.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
	border-color: #557cea;
	background: #fff;
}

.air-datepicker-time {
	padding: 0;
}

.air-datepicker-time--current {
	width: 55px;
}

.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
	border-color: #557cea;
	background: #557cea;
}

.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
	border-color: #557cea;
	background: #557cea;
}

.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
	border-color: #557cea;
	background: #557cea;
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
	transition: all 0.3s;
}

.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
	transition: all 0.3s;
}

.air-datepicker-time--row input[type="range"]::-ms-thumb {
	transition: all 0.3s;
}

.air-datepicker-body--cells.-months- {
	gap: 8px;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 30px;
}

.receivingkeys-item2__text3 {
	position: relative;
	border-radius: 10px;
	background-color: #f6f7fb;
	color: #0a1b33;
	line-height: 1.4;
	padding: 24px 24px 24px 59px;
	margin-bottom: 24px;
}

.receivingkeys-item2__text3-icon {
	position: absolute;
	top: 24px;
	left: 24px;
	display: flex;
}

.receivingkeys-item2__text3-icon svg {
	width: 19px;
	height: 19px;
	fill: #557cea;
}

.receivingkeys-item2__text1 {
	display: inline-flex;
	align-self: center;
	justify-content: center;
	align-items: center;
	border: 1px solid #c4c8d9;
	border-radius: 300px;
	color: #0a1b33;
	font-weight: 600;
	padding: 11px 16px;
	margin-top: auto;
	margin-bottom: 30px;
}

.receivingkeys-item2__text1+.receivingkeys__btns2 {
	margin-top: 0;
}

.receivingkeys-item2__text1-icon {
	display: flex;
	margin-right: 8px;
}

.receivingkeys-item2__text1-icon svg {
	width: 18px;
	height: 18px;
	fill: #557cea;
}

.receivingkeys-item2__text2 {
	position: relative;
	align-self: center;
	color: #717ba3;
	padding-left: 54px;
	margin-top: auto;
	margin-bottom: 30px;
}

.receivingkeys-item2__text2--asfs {
	align-self: flex-start;
	margin-top: 0;
}

.receivingkeys-item2__text2+.receivingkeys__btns2 {
	margin-top: 0;
}

.receivingkeys-item2__text2 b {
	display: block;
	color: #0a1b33;
	font-weight: 600;
}

.receivingkeys-item2__text2-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #f6f7fb;
}

.receivingkeys-item2__text2-icon svg {
	width: 18px;
	height: 18px;
}

.receivingkeys__btns3 {
	align-self: center;
	max-width: 255px;
	width: 100%;
	margin-top: auto;
}

.receivingkeys__btns3 .btn5 {
	padding: 10px;
	margin-bottom: 16px;
}

.receivingkeys__btns3 .btn5 .btn5__icon {
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: 17px;
}

.receivingkeys__btns3 .btn2 {
	display: flex;
	width: 100%;
	padding: 10px;
}

.swiper-button-next-style2,
.swiper-button-prev-style2 {
	top: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #f0f1f7;
	border-radius: 50%;
	background-color: #fff;
	margin-top: 0;
	transition: all 0.3s;
}

.swiper-button-next-style2.swiper-button-disabled,
.swiper-button-prev-style2.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-next-style2.swiper-button-lock,
.swiper-button-prev-style2.swiper-button-lock {
	opacity: 0;
}

.swiper-button-next-style2 svg,
.swiper-button-prev-style2 svg {
	fill: #9ba2be;
	transition: fill 0.3s;
}

.swiper-button-next-style2::after,
.swiper-button-prev-style2::after {
	display: none;
}

.swiper-button-next-style2 {
	right: -11px;
	transform: translateY(-50%);
}

.swiper-button-prev-style2 {
	left: -11px;
	transform: translateY(-50%) rotate(180deg);
}

.no-touch .swiper-button-next-style2:hover,
.no-touch .swiper-button-prev-style2:hover {
	border: 1px solid #266bc4;
	background-color: #266bc4;
}

.no-touch .swiper-button-next-style2:hover svg,
.no-touch .swiper-button-prev-style2:hover svg {
	fill: #fff;
}

.filterpop {
	display: none;
	max-width: 631px;
	width: 100%;
	min-width: initial;
	border-radius: 16px;
	background-color: #fff;
	padding: 0;
	padding-bottom: 95px;
}

.fancybox__content.filterpop>.carousel__button.is-close,
.fancybox__content.filterpop>.f-button.is-close-btn {
	top: 16px;
	right: 32px;
	width: 39px;
	height: 39px;
	background: #f6f7fb url("/local/templates/vertical/img/close3.svg") center no-repeat;
}

.filterpop__title {
	border-radius: 16px 16px 0 0;
	background-color: #fff;
	box-shadow: 0 4px 12px 0 rgba(10, 27, 51, 0.1);
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 20px 32px 60px;
}

.filterpop__content {
	padding: 32px;
}

.filterpop-item1 {
	margin-bottom: 40px;
}

.filterpop-item1:last-child {
	margin-bottom: 0;
}

.filterpop-item1__title {
	color: #0a1b33;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 20px;
}

.filterpop-item2 {
	margin-bottom: 30px;
}

.filterpop-item2:last-child {
	margin-bottom: 0;
}

.filterpop-item2__title {
	color: #63738f;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.filterpop__footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 16px 16px;
	background-color: #f6f7fb;
	box-shadow: 0 -3px 6px 0 rgba(10, 27, 51, 0.1);
	padding: 20px 10px;
}

.filterpop__footer .filter__form-reset {
	border-radius: 300px;
	background-color: #fff;
	padding: 17px 32px;
	margin-right: 5px;
}

.filterpop__footer .btn2 {
	margin-left: 5px;
}

.filterpop__list3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -4px;
	margin-top: -8px;
}

.filterpop__list3 .label-checkbox5 {
	margin: 0 4px;
	margin-top: 8px;
}

.no-touch .filterpop__list3 .label-checkbox5:hover .tooltip1__icon svg {
	fill: #fff;
}

.no-touch .filterpop__list3 .label-checkbox5:hover .tooltip1__icon {
	border: 1px solid #fff;
	background-color: transparent;
}

.filterpop__list3 .label-checkbox1 {
	margin: 0 4px;
	margin-top: 8px;
}

.filterpop__list3 .tooltip1 {
	margin-left: 5px;
}

.tooltip1 {
	position: relative;
	width: 14px;
	height: 14px;
}

.tooltip1__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #63738f;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s;
}

.tooltip1__icon svg {
	width: 6px;
	height: 9px;
	fill: #63738f;
	transition: fill 0.3s;
}

.tooltip1__text-container {
	position: absolute;
	z-index: 41;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 380px;
	padding-left: 18px;
	padding-bottom: 9px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s;
}

.tooltip1__text-wrap {
	overflow: hidden;
	display: block;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(10, 27, 51, 0.1);
}

.tooltip1__img {
	position: relative;
	display: block;
	padding-top: 50%;
}

.tooltip1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tooltip1__text {
	display: block;
	color: #0a1b33;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	padding: 20px;
}

.no-touch .tooltip1:hover .tooltip1__text-container {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

body .filterpop .label-checkbox5__text {
	min-height: 34px;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 20px;
}

body .filterpop .label-checkbox1__text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fancybox__container {
	z-index: 20000000;
}

.substrate {
	position: fixed;
	z-index: 20000000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 63, 91, 0.5);
	backdrop-filter: blur(6px);
	cursor: pointer;
}

.touch .tooltip1__text-container {
	overflow: auto;
	position: fixed;
	z-index: 200000000;
	top: 0;
	left: 0;
	transform: none;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 63, 91, 0.5);
	backdrop-filter: blur(6px);
	padding: 10px 10px 0;
}

.touch .tooltip1__text-wrap {
	position: relative;
	max-width: 500px;
	width: 100%;
	border-radius: 16px 16px 0 0;
}

.touch .tooltip1__text {
	border-radius: 0;
}

.touch .tooltip1__text-container.active {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.tooltip1__close {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	display: none;
	width: 12px;
	height: 12px;
	background: url("/local/templates/vertical/img/close2.svg") center / contain no-repeat;
}

.touch .tooltip1__close {
	display: block;
}

.input-checkbox1 {
	display: none;
}

.label-checkbox8-wrap {
	margin-top: 5px;
}

.label-checkbox8 {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 22px;
}

.label-checkbox8 .tooltip {
	inset: auto auto 100% 22px;
	width: 260px;
}

.tooltip__wrap::after {
	content: "";
	position: absolute;
	inset: 100% auto 100% 40px;
	width: 0;
	height: 0;
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.label-checkbox8__icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	background-color: #fff;
}

.label-checkbox8__icon::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: url("/local/templates/vertical/img/check1.svg") center / contain no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}

.input-checkbox1:checked~.form-checkbox .label-checkbox8__icon::after {
	opacity: 1;
}

.label-checkbox8__text1 {
	display: block;
	font-size: 12px;
	line-height: 1.4;
}

.input-checkbox1:not(:checked)~.form-checkbox .btn3 {
	background-color: #ccc;
	color: #0a1b33;
	pointer-events: none;
}

.input-checkbox1:not(:checked)~.form-checkbox .btn3__icon svg {
	fill: #0a1b33;
}

.input-checkbox1:not(:checked)~.form-checkbox .btn4 {
	background-color: #ccc;
	pointer-events: none;
}

.input-checkbox1:not(:checked)~.form-checkbox .btn4 svg {
	fill: #0a1b33;
}

.no-touch .label-checkbox8:hover .tooltip {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.section {
	padding-top: 50px;
	padding-bottom: 80px;
}

.cookies {
	position: fixed;
	z-index: 99999999000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 570px;
	border: 1px solid #f0f1f7;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
	padding: 20px;
}

.cookies__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cookies__text {
	width: calc(100% - 130px);
	color: #0a1b33;
	font-size: 14px;
}

.cookies__text a {
	color: #717ba3;
	transition: color 0.3s;
}

.no-touch .cookies__text a:hover {
	color: #557cea;
}

.cookies__wrap .btn2 {
	max-width: 120px;
	width: 100%;
	min-height: 48px;
	padding: 5px 10px;
}

.cookies__wrap .btn2::after {
	display: none;
}

.incomeprograms__wrap1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 20px;
	background: linear-gradient(312.72deg, #395dee 35.26%, #508adc 91.04%);
	padding: 30px;
}

.incomeprograms__wrap1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -246px;
	width: 580px;
	height: 420px;
	border-radius: 9000px;
	background: linear-gradient(0, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.incomeprograms__wrap1 .incomeprograms__col1 {
	width: 50%;
}

.incomeprograms__title-wrap {
	max-width: 350px;
	width: 100%;
}

.incomeprograms__title1 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 16px;
}

.incomeprograms__subtitle1 {
	color: #fff;
}

.incomeprograms__list1-wrap {
	width: calc(100% - 380px);
}

.glossary {
	padding-top: 30px;
	padding-bottom: 40px;
}

.glossary__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.glossary__wrap1 {
	width: 63%;
}

.glossary__form {
	position: relative;
	margin-bottom: 60px;
}

.glossary__form .input5 {
	padding-right: 50px;
}

.input5 {
	border: 1px solid #f0f1f7;
	border-radius: 10px;
	background-color: #f6f7fb;
	color: #283f5b;
	font-size: 16px;
	padding: 16px 10px;
	padding-left: 15px;
}

.input5::placeholder {
	color: #9ba2be;
}

.glossary__form-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
}

.glossary__form-btn svg {
	width: 22px;
	height: 22px;
	fill: #979797;
	transition: fill 0.3s;
}

.no-touch .glossary__form-btn:hover svg {
	fill: #3a7fd9;
}

.glossary__list1 {
	margin-bottom: 100px;
}

.glossary__list1:last-child {
	margin-bottom: 0;
}

.glossary-item1 {
	margin-bottom: 80px;
}

.glossary-item1:last-child {
	margin-bottom: 0;
}

.glossary-item1__title {
	color: #1c1f2b;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 40px;
}

.glossary-item2 {
	margin-bottom: 60px;
}

.glossary-item2:last-child {
	margin-bottom: 0;
}

.glossary-item2__title {
	color: #1c1f2b;
	font-size: 18px;
	margin-bottom: 10px;
}

.glossary-item2__text {
	color: #717ba3;
	margin-bottom: 30px;
}

.glossary__list3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: -10px;
}

.glossary-item3 {
	border-radius: 300px;
	background-color: #f6f7fb;
	color: #0a1b33;
	padding: 8.5px 25px;
	margin-right: 10px;
	margin-top: 10px;
	transition: all 0.3s;
}

.glossary-item3:last-child {
	margin-right: 0;
}

.no-touch .glossary-item3:hover {
	background-color: #3a7fd9;
	color: #fff;
}

.glossary__img img {
	border-radius: 8px;
}

.glossary__wrap2 {
	display: flex;
	flex-direction: column;
	width: 29%;
}

.glossary__list4-container {
	flex-grow: 1;
	margin-bottom: 20px;
}

.glossary__list4-wrap {
	max-width: 235px;
	width: 100%;
	margin-left: auto;
}

.glossary__list4-wrap1 {
	position: sticky;
	top: 55px;
}

.glossary__list4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -2px;
	margin-top: -24px;
}

.glossary__list4 li {
	width: 20%;
	padding: 0 2px;
	margin-top: 24px;
}

.glossary__list4 li a {
	display: inline-block;
	border-bottom: 1px dashed #ababab;
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.2;
	transition: color 0.3s;
}

.no-touch .glossary__list4 li a:hover {
	color: #3a7fd9;
}

.glossary__wrap2 .news2 {
	margin-top: auto;
}

.submenu-bg {
	position: fixed;
	z-index: 10;
	inset: 96px 0 0;
	background-color: rgba(40, 63, 91, 0.2);
	backdrop-filter: blur(0);
	visibility: hidden;
	pointer-events: none;
	transition: all 0.4s;
}

.submenu {
	position: absolute;
	z-index: 10;
	top: calc(100% - 9px);
	right: 10px;
	left: 10px;
	padding-top: 33px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.4s;
}

.no-touch .submenu-wrap:hover .submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.no-touch .submenu-wrap:hover .submenu-bg {
	backdrop-filter: blur(6px);
	opacity: 1;
	visibility: visible;
}

.submenu__container {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 20px;
	background-color: #fff;
}

.submenu__close {
	position: absolute;
	top: 32px;
	right: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f6f7fb;
}

.submenu__close svg {
	width: 20px;
	height: 20px;
	fill: #9ba2be;
}

.submenu__wrap1 {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.submenu__list {
	padding: 32px 24px;
}

.submenu__list li {
	margin-bottom: 8px;
}

.submenu__list li:last-child {
	margin-bottom: 0;
}

.submenu__list li a {
	display: inline-block;
	color: #0a1b33;
	font-size: 18px;
	transition: color 0.3s;
}

.no-touch .submenu__list li a:hover {
	color: #3a7fd9;
}

.submenu__btn-wrap1 {
	background-color: #f6f7fb;
	padding: 32px;
	margin-top: auto;
}

.submenu__wrap2 {
	display: flex;
	width: 50%;
}

.submenu__wrap2 .products-item2 {
	min-height: 568px;
	border-radius: 0;
	padding: 32px;
}

.submenu__wrap2 .products-item2--blue .products-item2__title {
	font-size: 16px;
}

.submenu__wrap2 .products-item2--blue .products-item2__title span {
	display: inline-block;
	margin-bottom: 5px;
}

.submenu__wrap2 .products-item2--blue .products-item2__title span:last-child {
	margin-bottom: 0;
}

.submenu__wrap2 .products-item2--blue .products-item2__title b {
	font-size: 32px;
	font-weight: 600;
}

.submenu__wrap2 .products-item2--blue .products-item2__title b i {
	color: #557cea;
	font-style: normal;
}

.submenu__wrap2 .products-item2__title span:nth-child(1) {
	padding-top: 12px;
}

.submenu__wrap2 .products-item2__title span:last-child {
	padding-bottom: 12px;
}

.submenu__wrap2 .products-item2--blue .products-item2__date {
	background-color: #557cea;
	color: #fff;
	margin-bottom: 15px;
}

.header__menu>li>a svg.svg1 {
	display: block;
	width: 24px;
	height: 24px;
	fill: #0a1b33;
	margin-left: 4px;
	transition: all 0.3s;
}

.no-touch .header__menu>li>a:hover svg.svg1 {
	fill: #3a7fd9;
}

.no-touch .submenu-wrap:hover>a svg.svg1 {
	transform: rotate(180deg);
}

.submenu__wrap2 .products-item2--blue .products-item2__img {
	width: 440px;
}

.submenu__wrap2 .products-item2--blue .products-item2__img--fullwidth {
	width: auto;
}

.products-item2__img--fill {
	width: 100%;
	height: 100%;
}

.products-item2__img--fill img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-item2--2609 {
	padding: 30px;
}

.products-item2--2609 .products-item2__subtitle {
	max-width: 361px;
	background: #fff;
	padding: 5px 10px 15px;
	margin-bottom: 0;
}

.products-item2--2609 .products-item2__title {
	width: 100%;
	font-size: 32px;
}

.products-item2--2609 .products-item2__date {
	margin-top: 0;
}

.products-item2--2609 .products-item2__title-wrap {
	margin-top: 0;
}

.products-item2--26091 {
	min-height: 504px;
}

.products-item2--26091 .products-item2__date {
	margin-top: 0;
}

.products-item2--26091 .products-item2__title {
	font-size: 23px;
}

.products-item2--26091 .products-item2__title i {
	color: #3a7fd9;
	font-style: normal;
}

.products-item2--26091 .products-item2__title--small {
	font-size: 12px;
}

.products-item2--26091 .products-item2__title--small:nth-child(2) {
	padding-top: 10px;
}

.glossary__wrap2 .products-item2--26091 {
	margin-top: 40px;
}

.products-item2--26091 .products-item2__title-wrap {
	margin-top: 0;
}

.products-item1--2709 {
	padding-bottom: 250px;
}

.products-item2--26091 .btn3 {
	padding-top: 14px;
	padding-bottom: 14px;
}

.installmentplan .filter__slider {
	position: sticky;
	z-index: 11;
	top: 57px;
}

.submenu__list1-wrap {
	border-top: 1px solid #e7e8e9;
	padding: 32px 24px;
	margin-top: auto;
}

.submenu__list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -8px;
	margin-top: -24px;
}

.submenu__col1 {
	width: 50%;
	padding: 0 8px;
	margin-top: 24px;
}

.submenu-item1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	transition: background-color 0.3s;
}

.no-touch .submenu-item1:hover {
	background-color: #f6f7fb;
}

.submenu-item1__wrap1 {
	width: 64px;
}

.submenu-item1__img {
	position: relative;
	width: 100%;
	height: 64px;
}

.submenu-item1__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.submenu-item1__wrap2 {
	width: calc(100% - 74px);
}

.submenu-item1__title {
	color: #0a1b33;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-bottom: 4px;
}

.submenu-item1__text-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.submenu-item1__text1 {
	color: #717ba3;
	font-size: 12px;
	margin-right: 8px;
}

.submenu-item1__text-wrap .time {
	color: #717ba3;
	font-size: 12px;
}

.submenu-item1__text-wrap .time__icon svg {
	fill: #717ba3;
}

.submenu-item1__price {
	color: #557cea;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-top: 3px;
}

.investorreviews {
	padding-top: 30px;
	padding-bottom: 40px;
}

.investorreviews .tab-list2 {
	justify-content: center;
	margin-bottom: 30px;
}

.investorreviews__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
	margin-bottom: 80px;
}

.investorreviews__col {
	display: flex;
	width: 50%;
	padding: 0 10px;
	margin-top: 20px;
}

.investorreviews-item1 {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 20px;
	background-color: #f6f7fb;
	color: #0a1b33;
	line-height: 1.4;
	padding: 88px 32px 32px;
}

.investorreviews-item1::after {
	content: "";
	position: absolute;
	top: 32px;
	left: 32px;
	width: 24px;
	height: 24px;
	background: url("../img1/quote1.svg") center / contain no-repeat;
}

.investorreviews-item1__title {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.investorreviews-item1__name {
	color: #63738f;
	font-size: 13px;
	margin-bottom: 32px;
}

.investorreviews-item1__text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 32px;
}

.investorreviews-item1__text p {
	margin-bottom: 15px;
}

.investorreviews-item1__text p:last-child {
	margin-bottom: 0;
}

.investorreviews-item1__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -3px;
	margin-top: -6px;
	margin-bottom: 32px;
}

.investorreviews-item1__tag {
	border: 1px solid #9ba2be;
	border-radius: 300px;
	color: #9ba2be;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 15px;
	margin: 0 3px;
	margin-top: 6px;
}

.investorreviews__slider {
	position: relative;
	width: 100%;
	padding-bottom: 16px;
	margin-top: auto;
}

.investorreviews__slider .swiper-slide {
	width: auto;
}

.investorreviews-item2 {
	display: block;
}

.no-touch .investorreviews-item2:hover .investorreviews-item2__img-icon {
	transform: translate(-50%, -50%) scale(1.1);
}

.investorreviews-item2__img {
	position: relative;
}

.investorreviews-item2__img>img {
	width: auto;
	height: 201px;
	border-radius: 6px;
}

.investorreviews-item2__img-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 19px;
	transition: transform 0.6s;
}

.investorreviews-item3 {
	display: block;
}

.no-touch .investorreviews-item3:hover .investorreviews-item3__img>img {
	transform: scale(1.05);
}

.investorreviews-item3__img {
	overflow: hidden;
	border-radius: 6px;
}

.investorreviews-item3__img>img {
	width: auto;
	height: 201px;
	transition: transform 0.6s;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style2 {
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style2 .swiper-pagination-bullet {
	position: relative;
	flex-grow: 1;
	height: 2px;
	border-radius: 300px;
	background-color: #9ba2be;
	margin-right: 2px;
	opacity: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style2 .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	inset: -3px 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style2 .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-style2 .swiper-pagination-bullet-active {
	background-color: #557cea;
}

.investorreviews__btn-wrap {
	text-align: center;
}

.investorreviews__btn-wrap .btn5 {
	width: auto;
	padding: 10px 30px;
}

.nypopup {
	display: none;
	max-width: 827px;
	width: calc(100% - 30px);
	min-width: initial;
	border-radius: 20px;
	background: url("'../img1/nypopup-bg1-desc.webp'") center / cover no-repeat;
	padding: 55px;
}

.nypopup__wrap {
	border-radius: 20px;
	background: url("'../img1/nypopup-bg2-desc.webp'") center / cover no-repeat;
	box-shadow: 0 18px 13px 0 rgba(0, 0, 0, 0.2);
	padding: 20px 40px;
}

.nypopup__logo {
	width: 127px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
}

.nypopup__title {
	text-align: center;
	margin-bottom: 6px;
}

.nypopup__text {
	text-align: center;
	color: #373737;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 26px;
}

.nypopup__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -10px;
	margin-top: -20px;
	margin-bottom: 26px;
}

.nypopup__col {
	width: 50%;
	padding: 0 10px;
	margin-top: 20px;
}

.nypopup-item__img {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	padding-top: 69.5%;
}

.nypopup-item__img::after {
	content: "";
	position: absolute;
	inset: 0;
	backdrop-filter: blur(12px);
}

.nypopup-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nypopup__btn2-wrap {
	text-align: center;
}

.nypopup__btn2-wrap .btn2 {
	display: flex;
	max-width: 223px;
	width: 100%;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
}

.nypopup.fancybox__content>.carousel__button.is-close,
.fancybox__content>.f-button.is-close-btn {
	top: -39px;
	right: -39px;
	width: 39px;
	height: 39px;
	background: #f6f7fb url("'../img1/close1.svg'") center no-repeat;
}

.fancybox__backdrop {
	background: none;
	backdrop-filter: blur(8px);
}

.products__onsale {
	position: relative;
	padding-left: 16px;
}

.products__onsale::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: #717ba3;
}

.label-checkbox9 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;
	padding: 11px 16px;
}

.label-checkbox9 input {
	display: none;
}

.label-checkbox9 input:checked~.label-checkbox9__icon {
	background-color: #557cea;
}

.label-checkbox9 input:checked~.label-checkbox9__icon::after {
	transform: translateX(15px);
}

.label-checkbox9__icon {
	position: relative;
	width: 33px;
	height: 18px;
	border-radius: 300px;
	background-color: #717ba3;
	margin-right: 12px;
	transition: background-color 0.3s;
}

.label-checkbox9__icon::after {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	width: 16px;
	border-radius: 50%;
	background-color: #fff;
	transition: transform 0.3s;
}

.label-checkbox9__text {
	color: #717ba3;
	line-height: 1.4;
}

.section-breadcrumbs {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-breadcrumbs+.section {
	padding-top: 0;
}

.tags1-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
}

.tags1-list li {
	border: 1px solid #9ba2be;
	border-radius: 300px;
	color: #9ba2be;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	padding: 6px 14.5px;
}

.soc1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}

.soc1-item__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 300px;
	background-color: #fff;
	color: #272727;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	padding: 9.5px 14.5px;
	transition: background-color 0.3s;
}

@media (hover) {
	.soc1-item__link:hover {
		background-color: #f0f0f0;
	}
}

.soc1-item__link-icon {
	width: 21px;
	text-align: center;
	margin-right: 5px;
}

.apartments_tags_slider .swiper-slide {
	width: auto;
}

.apartments_tags_slider .swiper-button-prev-style2 {
	opacity: 0;
}

body .apartments_tags_slider .swiper-button-prev-style2.swiper-button-disabled {
	opacity: 0;
}

.apartments_tags_slider .swiper-button-prev-style2.visible {
	opacity: 1;
}

.label-checkbox10 {
	position: relative;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 48px;
	border-radius: 300px;
	background-color: #fff;
	padding: 4px 15px;
}

.label-checkbox10.active .label-checkbox10__text {
	color: #557cea;
}

@media (hover) {
	.label-checkbox10:hover .label-checkbox10__text {
		background-color: #557cea;
		color: #fff;
	}
}

.label-checkbox10__img {
	position: relative;
	transform: translateX(-11px);
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.label-checkbox10__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.label-checkbox10__text {
	color: #0a1b33;
	transition: all 0.3s;
}

.reserv1 {
	border-radius: 10px;
	background-color: #f6f7fb;
	padding: 20px;
}

.reserv1__title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	color: #010101;
	font-size: 18px;
	margin-bottom: 10px;
}

.reserv1__title-icon {
	flex-shrink: 0;
	width: 20px;
	line-height: 0;
}

.reserv1__text {
	color: #63738f;
	font-size: 12px;
	line-height: 1.33;
	margin-bottom: 16px;
}

.reserv1__btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: -6px;
}

.reserv1__btn-wrap .btn2 {
	width: calc(46% - 3px);
	min-height: 48px;
	text-align: center;
	font-size: 13px;
	padding: 5px;
	margin-top: 6px;
	margin-bottom: 0;
}

.reserv1__btn-wrap .btn3 {
	width: calc(54% - 3px);
	min-height: 48px;
	text-align: center;
	font-size: 13px;
	padding: 5px;
	margin-top: 6px;
}

font.errortext {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 15px;
}





























@media (min-width: 600px) {
	.filter [data-filter-hidden3] {
		display: block !important;
		opacity: 1 !important;
	}
}

@media (min-width: 1000px) {
	.products-item__slider .swiper {
		padding-top: 100%;
	}

	.products--style1 .products-item__slider .swiper {
		overflow: initial;
		padding-top: 65%;
	}

	.apmainsection__tab .products-item__slider .swiper {
		padding-top: 67%;
	}

	.products-item__slider .swiper-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 36px);
		height: 100%;
		margin: 0 18px;
		box-sizing: border-box;
	}

	.products-item__slider .swiper-slide {
		position: static;
		transform: none;
		flex-shrink: initial;
	}

	.products-item__slider .swiper-slide:nth-child(1) .products-item__img img {
		opacity: 1;
	}

	.products-item__slider .swiper-slide:nth-child(1) .products-item__img-line {
		background-color: #3a7fd9;
	}

	.products-item__slider .swiper-slide:hover img {
		opacity: 1;
	}

	.products-item__slider .swiper-slide:hover .products-item__img-line {
		background-color: #3a7fd9 !important;
	}

	.products-item__slider .swiper-slide:last-child:first-child .products-item__img-line {
		display: none;
	}

	.products-item__img {
		position: static;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding-top: 0;
	}

	.products-item__img img {
		left: -18px;
		max-width: calc(100% + 36px);
		width: calc(100% + 36px);
		opacity: 0;
		transition: opacity 0.3s;
	}

	.products-item__img-line {
		display: block;
	}
}

@media (min-width: 1100px) {
	.header__nav {
		display: block !important;
		opacity: 1 !important;
	}
}

@media (max-width: 1400px) {
	.swiper-button-next-style2 {
		right: 0;
	}

	.swiper-button-prev-style2 {
		left: 0;
	}
}

@media (max-width: 1350px) {
	.totop-wrap {
		right: 10px;
	}
}

@media (max-width: 1300px) {
	.stock__col:nth-child(n) {
		width: 100%;
	}

	.stock__col1 {
		width: 100%;
	}

	.objects__list--4col .objects__col {
		width: 33.333%;
	}

	.objects__list--4col .objects__col--50 {
		width: 75%;
	}

	.textsec1__container {
		padding-left: 40px;
	}

	.objmainsection__tab-list1 .tab-list1 a {
		padding: 12.5px 20px;
	}

	.list .products-item__price-wrap {
		padding: 0 15px;
	}

	.list .products-item__list1 {
		padding: 0 15px;
	}

	.list .products-item__list2 {
		padding: 0 15px;
	}

	.list .products-item__title {
		padding: 0 15px;
	}

	.list .products__col .favorite {
		right: 25px;
	}
}

@media (max-width: 1250px) {

	.installmentplan-item__col:nth-child(1)::before,
	.installmentplan-item__col:nth-child(2)::before,
	.installmentplan-item__col:nth-child(3)::before,
	.installmentplan-item__col:nth-child(4)::before,
	.installmentplan-item__col:nth-child(4)::after {
		display: block;
		width: 100%;
		color: #283f5b;
		font-size: 12px;
		line-height: 1.4;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.installmentplan-item__col:nth-child(1)::before {
		content: "Первоначальный взнос:";
	}

	.installmentplan-item__col:nth-child(2)::before {
		content: "II этап:";
	}

	.installmentplan-item__col:nth-child(3)::before {
		content: "III этап:";
	}

	.installmentplan-item__col:nth-child(4)::before {
		content: "Наименование:";
		position: absolute;
		top: 8px;
		left: 10px;
		order: -2;
		width: auto;
	}

	.installmentplan-item__col:nth-child(4)::after {
		content: "Удорожание:";
		position: absolute;
		top: 8px;
		right: 4px;
		order: -1;
		width: auto;
	}

	.installmentplan-item--descrcol {
		display: none;
	}

	.incomeprograms__title-wrap {
		max-width: none;
		margin-bottom: 30px;
	}

	.incomeprograms__list1-wrap {
		width: 100%;
	}

	.products__col--w50-1 {
		width: 75%;
	}

	.footer__content-wrap1 {
		max-width: 770px;
	}

	.footer__nav2-container {
		max-width: 500px;
	}

	.footer__text1 {
		max-width: 500px;
	}

	.installmentplan__container {
		padding: 25px 20px;
	}

	.installmentplan__container .tab-list2 {
		margin-bottom: 15px;
	}

	.installmentplan__container .tab-list2 a,
	.installmentplan__container .tab-list2 button {
		padding: 7px 16px;
	}

	.installmentplan-item:nth-child(1) {
		display: none;
	}

	.installmentplan-item {
		padding: 16px 12px;
	}

	.installmentplan-item__col:nth-child(n) {
		max-width: none;
		margin-left: 0;
	}

	.installmentplan-item__col:nth-child(4) {
		position: relative;
		border-radius: 10px;
		background-color: #f6f7fb;
		padding: 30px 4px 8px 10px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

	.installmentplan-item__text2 {
		max-width: 130px;
		font-size: 12px;
	}

	.installmentplan-item__col:nth-child(1),
	.installmentplan-item__col:nth-child(2) {
		border-bottom: 1px solid #eaeaea;
	}

	.installmentplan-item__col:nth-child(1),
	.installmentplan-item__col:nth-child(2),
	.installmentplan-item__col:nth-child(3) {
		padding: 12px 0;
		margin-bottom: 4px;
	}

	.installmentplan-item__col:nth-child(3) {
		margin-bottom: 6px;
	}

	.installmentplan-item__col:nth-child(n):empty {
		border: none;
		padding: 0;
		margin: 0;
	}

	.installmentplan-item__col:nth-child(n):empty::before {
		display: none;
	}

	.installmentplan-item__text1 {
		font-size: 14px;
	}

	.installmentplan-item__text1 br {
		display: none;
	}

	.installmentplan-item__col .btn2 {
		min-height: 48px;
	}
}

@media (max-width: 1200px) {
	.receivingkeys {
		padding: 24px 16px;
	}

	.investorreviews__list {
		margin-bottom: 60px;
	}

	.receivingkeys__wrap2 {
		width: calc(100% - 290px);
		padding-top: 35px;
	}

	.fancybox__content.receivingkeys>.carousel__button.is-close,
	.fancybox__content.receivingkeys>.f-button.is-close-btn {
		top: 15px;
		right: 15px;
	}

	.receivingkeys__wrap1 {
		max-width: 260px;
		padding: 24px 16px 150px;
	}

	.footer__nav2-container {
		max-width: none;
		width: auto;
	}

	.footer__content-wrap2 .footer__list1 {
		text-align: left;
	}

	.textsec1__wrap1 {
		max-width: none;
		padding: 0;
		padding-top: 40px;
		margin-bottom: 30px;
	}

	.textsec1__wrap2 {
		margin: 0;
	}

	.textsec1__container {
		padding: 0 40px;
	}

	.header__menu {
		margin: 0 -8px;
	}

	.header__menu>li {
		margin: 0 8px;
	}

	.subscribe__title {
		max-width: none;
	}

	.popup2__wrap2 .popup1__form .input1 {
		width: 100%;
	}

	.popup2__wrap2 .popup1__form .label2 {
		width: 100%;
	}

	.layouts-item3__list li {
		font-size: 13px;
		padding-left: 10px;
	}

	.footer__wrap1 {
		padding-bottom: 20px;
	}

	.footer__logo-wrap {
		max-width: none;
		margin-bottom: 10px;
	}

	.footer__menu1 {
		margin-left: -5px;
		margin-right: -5px;
	}

	.footer__menu1 li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.footer__wrap2 {
		border: none;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.footer__content-wrap1 {
		max-width: none;
		margin-bottom: 40px;
	}

	.footer__content-wrap2 {
		max-width: none;
	}

	.footer__wrap3 {
		padding-top: 0;
	}

	.footer__wrap3 .footer__content-wrap1 {
		border-bottom: 1px solid #e8eaee;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	.footer__wrap3 .footer__content-wrap2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.footer__text1 {
		max-width: 800px;
		margin-top: 0;
	}

	.contacts__wrap2 {
		order: -1;
		width: 100%;
		margin-bottom: 30px;
	}

	.contacts__wrap1 {
		width: 100%;
		height: 500px;
	}

	.products__col--w75-1+.products__col {
		width: 25%;
	}

	body .products__col--w75-1 {
		width: 100%;
	}
}

@media (max-width: 1100px) {

	.submenu-bg,
	.submenu {
		display: none;
	}

	.layouts-item2__text-wrap {
		width: auto;
	}

	.layouts .btn2 {
		position: absolute;
		top: 240px;
		right: 10px;
		left: 10px;
	}

	.layouts-item2__text-btn {
		display: none;
	}

	.layouts__list2 {
		display: flex;
		justify-content: flex-start;
		height: auto;
		margin-bottom: 0;
	}

	.layouts-item2 {
		flex-shrink: 0;
		margin-right: 20px;
		margin-bottom: 3px;
	}

	.layouts-item2__link {
		padding: 0 10px;
	}

	.layouts__wrap1 {
		max-width: none;
		margin-bottom: 15px;
	}

	.layouts-item2:last-child {
		margin-right: 0;
	}

	.layouts-item2__img {
		margin-right: 5px;
	}

	.payments-item1 {
		padding: 30px 20px;
		margin-bottom: 10px;
	}

	.payments-item1__img {
		width: 396px;
		height: 310px;
	}

	.payments-item1__text1 {
		margin-bottom: 165px;
	}

	.payments-item1__title {
		font-size: 22px;
	}

	.payments-item1__subtitle {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.payments-item1__date {
		margin-bottom: 20px;
	}

	.cases-item__title {
		font-size: 20px;
	}

	.textsec3 {
		padding: 30px 0;
	}

	.textsec3__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.textsec3-item__icon {
		right: -10px;
	}

	.textsec3__wrap2 {
		width: 100%;
	}

	.textsec3-item {
		padding: 13px 95px 25px 16px;
	}

	.textsec3-item__title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.textsec2__col {
		width: 50%;
	}

	.textsec2-item__title {
		font-size: 18px;
	}

	.textsec2-item__text {
		margin-bottom: 30px;
	}

	.textsec2-item {
		padding: 24px 16px;
	}

	.textsec2 {
		padding: 30px 0;
	}

	.textsec1__wrap1 {
		padding-top: 30px;
	}

	.textsec1__container {
		padding: 0 16px;
	}

	.textsec1__subtitle {
		margin-bottom: 30px;
	}

	.popup3__title {
		font-size: 26px;
	}

	.popup3__price {
		font-size: 26px;
	}

	.apmainsection1 {
		padding-bottom: 40px;
	}

	.otherapartments {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	.apmainsection1__wrap2 {
		max-width: none;
		padding: 30px 20px;
		margin: 20px 0;
	}

	.apmainsection1__img-container {
		margin-bottom: 0;
	}

	.apmainsection__wrap1 {
		position: relative;
		top: auto;
		width: 100%;
		border-bottom: none;
		padding-bottom: 70px;
		margin-bottom: 20px;
	}

	.contacts {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.products__wrap3 {
		display: none;
	}

	.advantages-item__final__text {
		font-size: 20px;
	}

	.contacts__title {
		font-size: 18px;
	}

	.advantages-item__final {
		padding: 16px;
	}

	.stagespurchase__col,
	.stagespurchase__col:nth-child(5) {
		width: 100%;
	}

	.stagespurchase-item1__title {
		font-size: 18px;
	}

	.stagespurchase-item5 {
		padding: 24px 16px 200px;
	}

	.stagespurchase-item5__img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 440px;
	}

	.stagespurchase-item1__tel {
		font-size: 26px;
	}

	.stagespurchase-item1 {
		padding: 24px 16px;
	}

	.stagespurchase-item2 {
		padding: 24px 16px;
	}

	.newscard__wrap4 .news-item__btns {
		position: absolute;
		z-index: 1;
		top: 47px;
		width: auto;
		margin-bottom: 0;
	}

	.newscard__date-wrap {
		order: 1;
		width: 100%;
		margin-top: 15px;
	}

	.newscard__wrap1 {
		width: 100%;
	}

	.newscard__wrap5 {
		position: relative;
		margin-bottom: 20px;
	}

	.newscard__wrap3 {
		position: relative;
		z-index: 1;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.newscard__wrap3::after {
		content: "";
		position: absolute;
		z-index: -1;
		inset: 0 -15px;
		background-color: #f6f7fb;
	}

	.newscard {
		padding-top: 0;
		margin-top: -30px;
	}

	.newscard__title {
		order: 2;
		font-size: 26px;
		margin-top: 15px;
	}

	.newscard__time-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #f0f1f7;
	}

	.newscard__time-icon svg {
		fill: #557cea;
	}

	.newscard__author-img {
		width: 50px;
		height: 50px;
	}

	.newscard__author-text1 {
		font-size: 12px;
	}

	.text--style1 h1,
	.text--style1 h2,
	.text--style1 h3,
	.text--style1 h4,
	.text--style1 h5 {
		font-size: 20px;
		font-weight: 600;
		margin-top: 60px;
	}

	.text--style1 blockquote {
		border-radius: 10px;
		font-size: 16px;
		padding: 20px 15px;
		padding-left: 40px;
		margin: 20px 0;
	}

	.text--style1 blockquote::after {
		top: 25px;
		left: 15px;
		width: 14px;
		height: 11px;
	}

	.text__blockquote1 {
		font-size: 14px;
		padding-left: 16px;
	}

	.text__blockquote1::after {
		width: 3px;
	}

	.text__imgs {
		margin: 40px -5px;
		margin-top: 30px;
	}

	.text__img-col {
		padding: 0 5px;
		margin-top: 10px;
	}

	.text--style1 p,
	.text--style1 ul,
	.text--style1 ol,
	.text--style1 table {
		font-size: 12px;
	}

	.text--style1 ul li::after {
		width: 14px;
		height: 14px;
		border: 4px solid #eef2fd;
	}

	.text--style1>ul li::after {
		top: 9px;
	}

	.text__blockquote-author {
		margin-bottom: 24px;
	}

	.text__blockquote-author-img {
		width: 50px;
		height: 50px;
	}

	.text__blockquote-author-pos {
		font-size: 12px;
	}

	.text__blockquote-text-wrap {
		padding: 30px 20px;
	}

	.text__blockquote-title {
		font-size: 16px;
	}

	.text__blockquote-text1 {
		font-size: 12px;
	}

	.text__blockquote-text-wrap::after {
		left: 53px;
		border-bottom: 15px solid #f6f7fb;
		border-right: 15px solid transparent;
	}

	.text__blockquote {
		margin: 40px 0;
	}

	.newscard__wrap2 {
		max-width: none;
		padding: 40px 15px;
	}

	.newscard__wrap2 .subscribe__title {
		font-size: 20px;
		font-weight: 600;
	}

	.newscard__wrap2 .subscribe__form-text {
		font-size: 8px;
	}

	.newscard__wrap2 .subscribe {
		padding: 20px;
	}

	.news1 .news1__title {
		font-size: 20px;
		font-weight: 600;
	}

	.news1-item1__title {
		font-size: 16px;
		font-weight: 600;
	}

	.news1-item1__text {
		font-size: 12px;
	}

	.news1 {
		padding: 20px;
		margin-bottom: 80px;
	}

	.news2 .news2__title {
		font-size: 20px;
		font-weight: 600;
	}

	.news-item--small .news-item__btns {
		flex-shrink: 0;
		order: 0;
		width: auto;
		margin-bottom: 0;
	}

	.news-item--small .news-item__title {
		font-size: 16px;
	}

	.news-item--small .news-item__wrap {
		flex-wrap: nowrap;
	}

	.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1),
	.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2),
	.news__col--w50 {
		width: 100%;
		margin-bottom: 0;
	}

	.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__text,
	.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__text,
	.news__col--w50 .news-item__text {
		line-clamp: 3;
		-webkit-line-clamp: 3;
	}

	.news__list:not(.news__list--allhorizontal) .news__col:nth-child(1) .news-item__img-wrap,
	.news__list:not(.news__list--allhorizontal) .news__col:nth-child(2) .news-item__img-wrap,
	.news__col--w50 .news-item__img-wrap {
		margin-bottom: 10px;
	}

	.news-item__title {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: -0.01em;
	}

	.news-item__text {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.news-item__wrap {
		flex-wrap: wrap;
	}

	.news-item__btns {
		position: static;
		order: -1;
		width: 100%;
		margin-bottom: 20px;
	}

	.news-item {
		border: 1px solid #f0f1f7;
		box-shadow: 0 2px 20px -10px rgba(6, 56, 132, 0.05);
		padding: 15px;
	}

	.news-item__img-wrap {
		max-width: none;
		margin-bottom: 10px;
	}

	.news-item__text-wrap {
		width: 100%;
	}

	.news-item__author {
		padding-right: 0;
	}

	.label-checkbox6__text {
		padding: 5.5px 17.5px;
	}

	.news__filter-list1 {
		margin: 0 -3px;
		margin-top: -6px;
	}

	.news__filter-list1 .label-checkbox6 {
		margin: 0 3px;
		margin-top: 6px;
	}

	.news__filter {
		margin-bottom: 20px;
	}

	.title1 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.textsec1__title1--big {
		font-size: 24px;
	}

	.text h1,
	.text h2,
	.text h3,
	.text h4,
	.text h5,
	.text .text__title {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.slider1-nav1 {
		top: -41px;
	}

	.mainsection {
		padding-top: 40px;
	}

	.title {
		font-size: 26px;
	}

	.filter {
		padding-top: 30px;
	}

	.filter+.about .about__container {
		padding-top: 30px;
	}

	.filter__form.active .filter__form-col--btn1 {
		margin-bottom: 30px;
	}

	.filter__form.active .filter__form-wrap1--mb28 {
		margin-bottom: 40px;
	}

	.filter__form-wrap1 {
		margin-bottom: 40px;
	}

	.filter__form-wrap1--mb28 {
		margin-bottom: 20px;
	}

	.filter__form-list {
		margin: 0 -5px;
		margin-top: -10px;
	}

	.filter__form-col {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}

	.filter__form-col--title {
		width: 100%;
	}

	.products__list {
		margin: 0 -5px;
		margin-top: -10px;
	}

	.products .btn2 {
		margin-top: 20px !important;
	}

	.products__col {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}

	.products__col--w75-1+.products__col {
		width: 50%;
	}

	.products__col--callback1 {
		width: 100%;
	}

	.callback1__container::after {
		top: 0;
		right: -373px;
	}

	.callback1__wrap1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.callback1__subtitle {
		max-width: none;
	}

	.callback1__wrap2 {
		width: 100%;
	}

	.apmainsection {
		padding-bottom: 40px;
	}

	.apmainsection+.incomeprograms {
		padding-top: 60px;
	}

	.apmainsection__tab-list1 {
		transform: none;
	}

	.apmainsection__wrap2 {
		max-width: none;
		padding: 30px 20px;
	}

	.apmainsection__wrap2 .label-checkbox4-container {
		margin: 0;
		margin-bottom: 20px;
	}

	.apmainsection__wrap2 .label-radio1-container {
		margin: 0;
		margin-bottom: 22px;
	}

	.apmainsection__price-wrap {
		padding-left: 10px;
		margin: 0;
		margin-bottom: 34px;
	}

	.apmainsection__price {
		font-size: 26px;
	}

	.apmainsection__price-old {
		font-size: 20px;
	}

	.incomeprograms__list1 {
		margin: 0 -5px;
		margin-top: -10px;
	}

	.incomeprograms__col1 {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}

	.incomeprograms-item1 {
		padding: 30px 20px;
	}

	.apabout__wrap1 {
		max-width: none;
		margin-bottom: 20px;
	}

	.apabout__wrap2 {
		width: 100%;
	}

	.apabout__map {
		height: 600px;
	}

	.apsimilar__slider1 {
		margin-bottom: 20px;
	}

	.objmainsection+.filter {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.objmainsection__slider .swiper-pagination.swiper-pagination-style1 {
		bottom: 96px;
	}

	.objmainsection__slide {
		min-height: 540px;
	}

	.objmainsection__list1-wrap {
		width: 100%;
	}

	.objmainsection__list2 {
		max-width: none;
		background-color: #f6f7fb;
	}

	.objmainsection__wrap4 {
		bottom: 20px;
	}

	.objmainsection__title-wrap {
		width: 100%;
		margin-bottom: 42px;
	}

	.objmainsection__title {
		font-size: 30px;
	}

	.objmainsection__tab-list1 {
		position: static;
		transform: none;
		max-width: 1300px;
		width: 100%;
		padding: 0 10px;
		margin-top: 10px;
	}

	.objmainsection__tab-list1 .tab-list1-wrap {
		overflow: auto;
	}

	.objmainsection__tab-list1 .tab-list1 {
		flex-wrap: nowrap;
	}

	.objmainsection__tab-list1 .tab-list1 li {
		flex-shrink: 0;
	}

	.objmainsection__container2 {
		display: block;
		padding-top: 10px;
	}

	.objmainsection-item2 {
		color: #283f5b;
	}

	.objmainsection-item2::after {
		background: linear-gradient(90deg, rgba(113, 123, 163, 0.1) 53%, rgba(255, 255, 255, 0.1) 100%);
	}

	.objmainsection-item2__icon svg {
		fill: #283f5b;
	}

	.about__wrap1 {
		width: 100%;
		margin-bottom: 40px;
	}

	.about__wrap2 {
		width: 100%;
	}

	.popup1__wrap::after {
		top: 0;
		right: -373px;
	}

	.advantages__slider1 .slider1-nav1 {
		top: -100px;
	}

	.masterplan__title-wrap {
		margin-bottom: 15px;
	}

	.layouts__wrap2 {
		position: relative;
		width: 100%;
	}

	.layouts-item3 {
		padding: 30px 10px 10px;
	}

	.layouts-item3__img {
		height: 200px;
		padding-top: 0;
	}

	.layouts-item3__text1 {
		top: 10px;
		font-size: 13px;
	}

	.layouts-item3__img-wrap {
		max-width: none;
		width: auto;
		margin: 0 -10px;
		margin-bottom: 75px;
	}

	.layouts-item3__list {
		flex-wrap: wrap;
		padding: 10px;
	}

	.layouts-item3__list li {
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 14px;
		padding: 0;
		margin-bottom: 5px;
	}

	.layouts-item3__list li:last-child {
		margin-bottom: 0;
	}

	.layouts-item3__list li::after {
		display: none;
	}

	.layouts-item3__list li span {
		margin-right: 5px;
		margin-bottom: 0;
	}

	.actions-item {
		padding: 30px 20px;
	}

	.actions-item__text1-icon {
		width: 60px;
		height: 32px;
	}

	.mainscreen {
		padding-bottom: 40px;
	}

	.mainscreen+.filter {
		padding-top: 60px;
		padding-bottom: 15px;
	}

	.mainscreen__wrap1 {
		width: 100%;
		margin-bottom: 10px;
	}

	.mainscreen__wrap2 {
		width: 100%;
	}

	.mainscreen-item1__text-wrap {
		padding: 25px 20px 40px;
	}

	.mainscreen-item2 {
		padding: 30px 20px;
	}

	.mainscreen-item2::after {
		right: -520px;
	}

	.mainscreen-item2__title {
		font-size: 26px;
	}

	.objects__col {
		width: 50%;
	}

	.payments__title-wrap {
		margin-bottom: 15px;
	}

	.payments__list {
		margin: 0 -5px;
		margin-top: -10px;
	}

	.payments__col {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}

	.payments-item {
		min-height: 200px;
		padding: 25px 20px;
	}

	.payments-item__icon {
		right: -10px;
	}

	.payments-item__btn {
		width: 60px;
		height: 32px;
	}

	.payments-item__btn svg {
		width: 20px;
		height: 20px;
	}

	.achievements::after {
		bottom: 100px;
		height: auto;
	}

	.achievements__list {
		margin: 0 -5px;
		margin-top: -10px;
	}

	.achievements__col {
		width: 50%;
		padding: 0 5px;
		margin-top: 10px;
	}

	.achievements-item {
		min-height: 180px;
		padding: 17px 20px 20px;
	}

	.achievements-item__val {
		font-size: 30px;
	}

	.header__nav {
		overflow: auto;
		position: fixed;
		z-index: 50;
		top: 57px;
		left: 0;
		display: none;
		width: 100%;
		height: calc(100vh - 57px);
		background-color: #fff;
		padding: 0 10px 15px;
	}

	.header__nav-wrap {
		display: flex;
		flex-direction: column;
		min-height: 100%;
		border-radius: 20px;
		background-color: #f6f7fb;
		padding: 4px 28px 28px;
	}

	.header__nav-btn3 {
		display: flex;
		margin-top: auto;
	}

	.header__menu>li {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.header__menu>li:last-child a {
		border: none;
	}

	.header__menu>li.desc-hidden {
		display: block;
	}

	.header__menu>li>a {
		border-bottom: 1px solid #dadeec;
		font-size: 15px;
		padding: 22px 0;
	}

	.header__menu>li>a svg {
		display: block;
	}

	.header__tel-wrap {
		margin-left: auto;
		margin-right: 10px;
	}

	.toggle {
		display: block;
	}

	.infrastructure__title1,
	.mainsection+.infrastructure .title1,
	.mainsection+.about .title1 {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.stagespurchase__title1 {
		font-size: 18px;
		line-height: 1.2;
	}

	.infrastructure-item1__title {
		font-size: 18px;
	}

	.aboutinfo__wrap1 {
		max-width: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.aboutinfo__wrap1 .text--style1 h1,
	.aboutinfo__wrap1 .text--style1 h2,
	.aboutinfo__wrap1 .text--style1 h3,
	.aboutinfo__wrap1 .text--style1 h4,
	.aboutinfo__wrap1 .text--style1 h5 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.aboutinfo__wrap2 {
		padding: 30px 20px;
	}

	.aboutinfo__wrap1 .text--style1 blockquote {
		padding: 30px 20px;
		padding-left: 53px;
		margin-top: 20px;
	}

	.filter__form-col--w65 {
		width: 100%;
	}

	.filter__form-col--w35 {
		justify-content: flex-start;
		width: 100%;
	}

	.apmainsection1__wrap1 {
		width: 100%;
	}

	.objects__list--4col .objects__col {
		width: 50%;
	}

	.objects__list--4col .objects__col--50 {
		width: 100%;
	}

	.products__col--w50-1 {
		width: 100%;
	}

	.receivingkeys__form-title1 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.receivingkeys-item2__title {
		font-size: 18px;
	}

	.glossary__list4 li a {
		font-size: 16px;
	}

	.glossary-item3 {
		padding: 9px 15px;
	}

	.glossary {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.glossary__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.glossary__wrap2 {
		max-width: 400px;
		width: 100%;
	}

	.input5 {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.glossary__form {
		margin-bottom: 30px;
	}

	.glossary-item1__title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.glossary-item2 {
		margin-bottom: 30px;
	}

	.glossary-item2__text {
		margin-bottom: 15px;
	}

	.glossary__list4 {
		margin-top: -5px;
		margin-bottom: 15px;
	}

	.glossary__list4 li {
		width: 12.5%;
		margin-top: 5px;
	}

	.glossary-item1 {
		margin-bottom: 40px;
	}

	.nypopup.fancybox__content>.carousel__button.is-close,
	.fancybox__content>.f-button.is-close-btn {
		top: -15px;
		right: -15px;
	}
}

@media (max-width: 900px) {
	.incomeprograms__wrap1 .incomeprograms__col1 {
		width: 100%;
	}

	.incomeprograms__title1 {
		font-size: 22px;
	}

	.receivingkeys__list1 {
		display: none;
	}

	.receivingkeys__text1 {
		margin-bottom: 0;
	}

	.receivingkeys {
		padding: 24px 16px;
	}

	.fancybox__content.receivingkeys>.carousel__button.is-close,
	.fancybox__content.receivingkeys>.f-button.is-close-btn {
		top: -45px;
		right: 0;
	}

	.receivingkeys__wrap1 {
		max-width: none;
		padding: 16px;
		margin-bottom: 30px;
	}

	.receivingkeys__bg1 {
		display: none;
	}

	.receivingkeys__wrap2 {
		width: 100%;
		padding-top: 0;
	}

	.stock-item1__img,
	.objects__list .stock-item1__img {
		width: 250px;
	}

	.stock-item1 {
		min-height: initial;
	}

	.stock-item1__text {
		margin-bottom: 50px;
	}

	.stock-item1,
	.objects__list .stock-item1 {
		padding: 24px 264px 32px 15px;
	}

	.stock-item1__title {
		font-size: 26px;
	}

	.stock-item3__img {
		width: 220px;
	}

	.stock-item3__img--1 {
		top: auto;
		right: -305px;
		bottom: 0;
		transform: translate(0) scale(0.6);
		transform-origin: bottom left;
		width: 480px;
	}

	.stock-item3 {
		padding: 24px 240px 32px 15px;
	}

	.stock-item2 {
		padding: 24px 240px 32px 15px;
	}

	.cases__text {
		margin-bottom: 60px;
	}

	.otherapartments__cell-img {
		width: 80px;
		height: 80px;
	}

	.otherapartments__row:nth-child(1) {
		display: none;
	}

	.otherapartments__row {
		position: relative;
		justify-content: flex-start;
		min-height: initial;
		border: 1px solid #f0f1f7;
		border-radius: 10px;
		padding: 26px 10px 26px 110px;
		margin-bottom: 10px;
	}

	.otherapartments__row:last-child {
		border: 1px solid #f0f1f7;
		margin-bottom: 0;
	}

	.otherapartments__cell {
		width: auto;
		padding: 0;
	}

	.otherapartments__cell:nth-child(1) {
		position: absolute;
		top: 10px;
		left: 10px;
	}

	.otherapartments__cell:nth-child(2) {
		margin-right: 10px;
	}

	.otherapartments__cell:nth-child(3) {
		color: #63738f;
		font-size: 14px;
	}

	.otherapartments__cell:nth-child(4),
	.otherapartments__cell:nth-child(5) {
		display: none;
	}

	.otherapartments__cell:nth-child(6) {
		width: 100%;
		margin-top: 4px;
	}

	.otherapartments__cell-price-old {
		display: none;
	}

	.infrastructure .tab-list2 {
		display: none;
	}

	.infrastructure__tab {
		display: block !important;
		margin-bottom: 40px;
	}

	.infrastructure__tab:last-child {
		margin-bottom: 0;
	}

	.infrastructure-item1__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.infrastructure-item1__wrap2 {
		width: 100%;
	}

	.infrastructure-item1__text {
		margin-bottom: 20px;
	}

	.bx-filter-home .filter__form-col--tar {
		justify-content: flex-start;
	}

	.bx-filter-home .filter__form-list1 {
		justify-content: space-between;
		width: 100%;
		margin: 0;
		margin-top: -10px;
	}

	.bx-filter-home .filter__form-list1 .label-checkbox5 {
		width: 49%;
		margin: 0;
		margin-top: 10px;
	}

	.bx-filter-home .filter__form-list1 .label-checkbox5__text {
		text-align: center;
		padding: 9.5px 5px;
	}

	.bx-filter-home .filter__form-list1 .label-checkbox1 {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}

	.bx-filter-home .filter__form-list1 .label-checkbox1__text {
		text-align: center;
		padding: 9.5px 10px;
	}

	.filter__form-col--w50 {
		width: 100%;
	}

	.apfixedmenu {
		padding: 15px 0;
	}

	.apfixedmenu__title-wrap {
		display: none;
	}

	.apfixedmenu__wrap2 .share {
		display: none;
	}

	.apfixedmenu__wrap2 .btn2 {
		width: 157px;
		min-height: 42px;
	}

	.popup2__wrap1 {
		order: 1;
		max-width: none;
	}

	.popup2__img {
		padding-top: 70%;
	}

	.popup2__wrap2 {
		overflow: initial;
		width: 100%;
		max-height: initial;
		padding: 40px 20px;
	}

	.products__onsale {
		padding-left: 0;
	}

	.products__onsale::after {
		display: none;
	}
}

@media (max-width: 800px) {
	.receivingkeys__logo {
		max-width: 100px;
		margin-bottom: 16px;
	}

	.popup3 {
		padding: 15px 15px 30px;
	}

	.popup3__wrap1 {
		max-width: none;
	}

	.popup3__wrap2 {
		width: 100%;
	}

	.popup3__img {
		padding-top: 63%;
	}

	.news__filter-wrap1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.news__filter-wrap2 {
		max-width: none;
	}

	.tab-list1 a {
		border-radius: 3px;
		font-size: 11px;
		padding: 3px 5px;
	}

	.products__wrap2 {
		width: 100%;
		margin-bottom: 42px;
	}

	.popup1__form .label2 {
		width: 100%;
	}

	.popup1__form .input1 {
		width: 100%;
	}

	.popup1__form .btn3 {
		width: 100%;
	}

	.footer__wrap2 .soc {
		/* margin-top: 40px; */
		margin-top: 10px;
	}

	.footer__nav2-container {
		width: 49%;
		margin-top: 6px;
	}

	.footer__nav2-container .footer__nav2-wrap {
		width: auto;
		margin-top: 0;
	}

	.footer__nav2-wrap {
		width: 49%;
		line-height: 1.4;
		margin-top: 6px;
	}

	.footer__contacts {
		max-width: none;
		width: 49%;
		margin-top: 6px;
	}

	.footer__link1 {
		margin-bottom: 0;
	}

	.footer__nav2-wrap--hidden-desc {
		display: block;
	}

	.products-item2--blue1 .products-item2__img {
		right: -70px;
		width: 513px;
	}
}

@media (max-width: 750px) {
	.nypopup__list {
		margin: 0 -5px;
		margin-top: -10px;
		margin-bottom: 18px;
	}

	.nypopup__col {
		padding: 0 5px;
		margin-top: 10px;
	}

	.nypopup {
		background-image: url("../img1/nypopup-bg1-mob.webp");
		padding: 30px;
	}

	.nypopup__wrap {
		background-image: url("../img1/nypopup-bg2-mob.webp");
		box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
		padding: 20px 25px;
	}

	.nypopup__logo {
		width: 90px;
	}

	.nypopup__text {
		font-size: 14px;
	}

	.nypopup-item__img {
		border-radius: 10px;
	}
}

@media (max-width: 700px) {
	.investorreviews__col {
		width: 100%;
	}

	.investorreviews__list {
		margin-bottom: 40px;
	}

	.investorreviews {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.investorreviews-item1 {
		padding: 60px 16px 24px;
	}

	.investorreviews-item1__title {
		font-size: 20px;
	}

	.investorreviews-item1__name {
		margin-bottom: 16px;
	}

	.investorreviews-item1__text {
		font-size: 15px;
	}

	.investorreviews-item1::after {
		top: 24px;
		left: 16px;
	}

	.textsec2__col,
	.textsec2__col:nth-child(4),
	.textsec2__col:nth-child(5) {
		width: 100%;
	}

	.products__col {
		width: 100%;
	}

	.products__col--w75-1+.products__col {
		width: 100%;
	}

	.incomeprograms__col1 {
		width: 100%;
	}

	.incomeprograms-item1 {
		min-height: 400px;
	}

	.incomeprograms-item1--white {
		min-height: 460px;
	}

	.objects__col {
		width: 100%;
	}

	.objects__list--4col .objects__col {
		width: 100%;
	}

	.cookies {
		width: 100%;
		border-radius: 10px 10px 0 0;
		padding: 15px;
	}

	.products-item2--blue .products-item2__img {
		right: -104px;
		width: 290px;
	}

	.products-item2--blue .products-item2__subtitle {
		margin-bottom: 135px;
	}
}

@media (max-width: 600px) {

	.reserv1__btn-wrap .btn2,
	.reserv1__btn-wrap .btn3 {
		width: 100%;
	}

	.stock-item1__img img {
		max-height: 180px;
	}

	body .products-item1--2709 {
		padding-bottom: 230px;
	}

	body .products-item2--2609 {
		padding: 24px 15px;
	}

	.products-item2--2609 .products-item2__title {
		font-size: 24px;
	}

	.products-item2--2609 .products-item2__subtitle {
		font-size: 12px;
	}

	.products-item2--2609 {
		min-height: 480px;
	}

	.products-item2--26091 {
		min-height: 480px;
	}

	body .products-item2--26091 {
		padding: 24px 15px;
	}

	body .products-item2--2609 .products-item2__img--fill {
		right: 0;
		width: 100%;
	}

	body .products-item2--26091 .products-item2__img--fill {
		right: 0;
		width: 100%;
	}

	.incomeprograms__wrap1 {
		padding: 15px;
	}

	.incomeprograms-item2__text1 {
		font-size: 27px;
	}

	.payments-item1__img {
		width: 350px;
		height: 245px;
	}

	.products-item2--1 .products-item2__img {
		right: -48px;
		width: 245px;
	}

	.products-item2--blue .products-item2__img {
		right: -104px;
		width: 290px;
	}

	.products-item2--blue .products-item2__subtitle {
		margin-bottom: 135px;
	}

	.section {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.text--style1 table td {
		word-break: break-all;
	}

	.filterpop-item1__title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.fancybox__content.filterpop>.carousel__button.is-close,
	.fancybox__content.filterpop>.f-button.is-close-btn {
		top: 10px;
		right: 15px;
	}

	.filterpop-item1 {
		margin-bottom: 30px;
	}

	.filterpop-item2__title {
		margin-bottom: 10px;
	}

	.filterpop__footer .filter__form-reset {
		margin-right: 0;
	}

	.filterpop {
		padding-bottom: 160px;
	}

	.filterpop__footer .filter__form-col {
		justify-content: center;
		width: 100%;
		margin-bottom: 10px;
	}

	.filterpop__title {
		font-size: 18px;
		padding: 20px 60px 20px 15px;
	}

	.filterpop__content {
		padding: 20px 15px;
	}

	.mainscreen-item1--803 .mainscreen-item1__title .slider__notice {
		max-width: none;
	}

	.objmainsection__tab-list1 {
		position: sticky;
		top: 57px;
		padding: 0;
	}

	.objmainsection__tab-list1 .tab-list1-wrap {
		position: relative;
		border-radius: 0;
	}

	.objmainsection__tab-list1::after {
		content: "";
		position: absolute;
		top: 1px;
		right: 0;
		bottom: 7px;
		width: 30px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1) 65%);
		pointer-events: none;
	}

	.objmainsection__tab-list1 .tab-list1 li:last-child a {
		padding-right: 30px;
	}

	.receivingkeys-item2__text3 {
		padding: 16px 16px 16px 43px;
	}

	.receivingkeys-item2__text3-icon {
		top: 16px;
		left: 16px;
	}

	.receivingkeys__btns2 .btn2 {
		padding: 10px 23px;
	}

	.receivingkeys__btns2 .btn5 {
		padding: 10px 23px;
	}

	.receivingkeys__col3 {
		width: 100%;
	}

	.stock-item2__text {
		max-width: 185px;
	}

	.products-item2 {
		padding: 24px 15px 42px;
	}

	.products-item1 {
		padding: 24px 16px 300px;
	}

	.products-item2__title span:last-child {
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.products-item2__title span:last-child::after {
		top: -6px;
	}

	.products-item2__img {
		width: 300px;
	}

	.mainscreen-item1--288 .mainscreen-item1__title .slider__offer {
		font-size: 23px;
	}

	.mainscreen-item1--288 .mainscreen-item1__img {
		right: -95px;
		bottom: 0;
		width: 317px;
	}

	.products-item2__title {
		font-size: 24px;
	}

	.products-item2__subtitle {
		margin-bottom: 200px;
	}

	.products-item1__title {
		font-size: 20px;
	}

	.products-item1__img {
		width: 260px;
	}

	.label1 {
		padding: 4px 15px 0;
	}

	.slider__input {
		font-size: 13px;
	}

	.label-checkbox2 {
		padding-bottom: 5px;
	}

	.label1__title {
		margin-bottom: -3px;
	}

	.stock-item1,
	.stock-item2,
	.objects__list .stock-item1 {
		padding: 24px 15px 100px;
	}

	.stock-item3 {
		padding: 24px 15px 130px;
	}

	.objects-item1 {
		padding: 15px;
	}

	.objects-item1__title {
		font-size: 20px;
	}

	.news-item__img--playicon::after {
		width: 40px;
		height: 40px;
	}

	.cases-item__btn-wrap .btn5 {
		max-width: none;
		margin-right: 0;
	}

	.textsec1__subtitle br {
		display: none;
	}

	.textsec1__wrap2 {
		max-width: none;
		width: auto;
		margin: 0 -60px;
	}

	.apmainsection1__myprice-wrap1 .input3 {
		width: 100%;
		margin-bottom: 8px;
	}

	.apmainsection1__myprice-btn2 {
		width: 100%;
	}

	.apmainsection1__img {
		padding-top: 108%;
	}

	.contacts__img {
		padding-top: 110%;
	}

	.contacts__text-wrap2 .time {
		font-size: 13px;
		margin-left: 0;
	}

	.contacts__text-wrap2 .metro {
		font-size: 13px;
	}

	.contacts__wrap2 {
		padding: 16px;
	}

	.contacts__btn-icon {
		margin-right: 0;
	}

	.contacts__btn {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		font-size: 0;
		padding: 0;
		margin-right: 6px;
	}

	.contacts__btn:last-child {
		margin-right: 0;
	}

	.contacts__btns {
		bottom: 16px;
		left: 16px;
		justify-content: flex-start;
	}

	.contacts__wrap1 {
		height: 400px;
	}

	.payments__list {
		margin-bottom: 15px;
	}

	.payments__link1-wrap {
		text-align: center;
	}

	.header__tel {
		width: 40px;
		height: 40px;
		font-size: 0;
		padding: 0;
	}

	.header__tel-icon {
		margin-right: 0;
	}

	.header__tel-icon svg {
		width: 19px;
		height: 19px;
	}

	.header__user-popup {
		right: -16px;
	}

	.infrastructure-item2__img img {
		border-radius: 10px;
	}

	.news .btn5 {
		width: 100%;
		min-height: 48px;
		padding: 10px;
	}

	.totop-wrap {
		width: 45px;
		height: 45px;
	}

	.totop-wrap .totop svg {
		width: 21px;
		height: 21px;
	}

	.select-wrap1--smallstatic .jq-selectbox__select {
		padding-right: 17px;
	}

	.slider1-nav1 {
		top: -35px;
		width: 125px;
	}

	.swiper-button-next-style1,
	.swiper-button-prev-style1 {
		width: 60px;
		height: 32px;
	}

	.bx-filter-home .filter__form-col--tar {
		order: -1;
	}

	.bx-filter-home .filter__form-col--btn-submit {
		order: 1;
	}

	.filter__form-col {
		width: 100%;
	}

	.filter__btn-wrap {
		width: 100%;
		margin-left: 0;
	}

	.filter__btn2 {
		display: flex;
		width: 48.5%;
		padding: 8px 10px;
	}

	.bx-filter-home .filter__form-col--reset {
		order: 2;
	}

	.products__wrap2 .select-wrap1 {
		margin-right: 22px;
	}

	.products__wrap3 {
		justify-content: space-between;
		width: 100%;
	}

	.products__wrap3 .btn1 {
		width: 49%;
		margin-right: 0;
	}

	.products-item {
		border: 1px solid #f0f1f7;
	}

	.callback1__container {
		padding: 30px 20px 33px;
	}

	.callback1__form .input1 {
		width: 100%;
	}

	.callback1__form .label2 {
		width: 100%;
	}

	.apmainsection__wrap1 {
		padding-bottom: 60px;
	}

	.incomeprograms-item1__bg1 {
		right: -22px;
		bottom: -22px;
	}

	.objmainsection__list1 {
		margin: 0 -5px;
		margin-top: -10px;
	}

	.objmainsection__list1 li {
		font-size: 10px;
		padding: 5.5px 15px;
		margin: 0 5px;
		margin-top: 10px;
	}

	.objmainsection__wrap4 .btn2 {
		display: flex;
		width: 100%;
		padding: 10px;
	}

	.about__list2 {
		margin: 0 -5px;
		margin-top: 0;
	}

	.about__col2 {
		width: 100%;
		padding: 0 5px;
		margin-top: 0;
	}

	.about__col2:nth-child(2n) {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.about__col2:nth-child(2n) .about-item2 {
		flex-grow: 0;
		width: 49%;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.about-item2__img {
		padding-top: 100%;
	}

	.about-item2--small .about-item2__img {
		padding-top: 118%;
	}

	.popup1__wrap {
		padding: 60px 20px;
	}

	.advantages__slider1 .slider1-nav1 {
		top: -96px;
	}

	.advantages-item__title {
		font-size: 15px;
		padding: 13px 10px;
	}

	.masterplan__title-wrap {
		margin-bottom: 10px;
	}

	.masterplan__title-wrap .title1 {
		width: 100%;
		margin-bottom: 15px;
	}

	.masterplan__map-wrap {
		padding-top: 162%;
	}

	.masterplan-item__img {
		padding-top: 162%;
	}

	.masterplan-item__label {
		left: 30%;
	}

	.masterplan-537 .masterplan-item__label {
		top: 58%;
		left: 30%;
	}

	.masterplan-2 .masterplan-item__label {
		right: 25%;
	}

	.masterplan-502 .masterplan-item__label {
		top: 31%;
		right: 0;
	}

	.layouts-item3__list li span {
		font-size: 12px;
	}

	.layouts-item3__list li b {
		font-size: 12px;
	}

	.mainscreen__col4 {
		width: 100%;
	}

	.mainscreen-item4__icon {
		bottom: -10px;
	}

	.payments__title-wrap .title1 {
		width: 100%;
		margin-bottom: 5px;
	}

	.payments__col {
		width: 100%;
	}

	.video__video {
		padding-top: 162%;
	}

	.header__wrap {
		flex-wrap: nowrap;
	}

	.header__logo-wrap {
		max-width: none;
		width: auto;
		margin-right: 5px;
	}

	.header__tel-wrap,
	.toggle {
		flex-shrink: 0;
	}

	.footer__copy {
		font-size: 12px;
	}

	.footer__dev {
		font-size: 12px;
	}

	.aboutgallery .about__col2 {
		width: 100%;
	}

	.aboutgallery .about__col2:nth-child(2n) {
		width: 100%;
	}

	.aboutgallery .about-item2__img {
		padding-top: 110%;
	}

	.aboutgallery .about-item2--small .about-item2__img {
		padding-top: 95%;
	}

	.aboutgallery .about-item2__text {
		top: 10px;
		right: 10px;
	}

	.filter__form-col--w65 {
		order: 3;
	}

	.products-item2--blue1 .products-item2__img {
		right: -40px;
		bottom: 60px;
		width: 320px;
	}

	.products-item2--blue1 .products-item2__date {
		align-self: flex-start;
		margin-bottom: 20px;
	}

	.products-item2--blue1 .products-item2__title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.products-item2--blue1 .products-item2__subtitle {
		font-size: 14px;
	}
}

@media (max-width: 389px) {
	.products__wrap2 {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.objmainsection__list1 li {
		padding: 5.5px 10px;
	}

	.layouts-item2__text1 {
		font-size: 13px;
	}

	.layouts-item2__text2 {
		font-size: 13px;
	}

	.footer__link1 {
		font-size: 13px;
	}
}

@media (max-width: 374px) {
	.nypopup {
		padding: 20px;
	}

	.nypopup__wrap {
		padding: 20px;
	}
}

/* add */

::placeholder {
	transition: all ease 0.3s;
}

.errorInput::placeholder {
	color: #cc261c;
}

.mainsection+.payments .payments__title-wrap {
	display: none;
}

.products--style1 .products-item__img img {
	object-fit: cover;
	object-position: center;
}

.products--style1 .swiper-slide[data-swiper-slide-index="0"] .products-item__img img {
	object-fit: contain;
}

.swiper-lazy-preloader {
	display: none;
}

.mainscreen1 {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-top: 154px;
	padding-bottom: 44px;
}

.mainscreen1__bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainscreen1__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainscreen1__bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%);
}

.mainscreen1__adress {
	position: relative;
	line-height: 1.4;
	font-weight: 600;
	padding-left: 24px;
	margin-bottom: 9px;
}

.mainscreen1__adress::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #557cea;
}

.mainscreen1__title1 {
	max-width: 900px;
	width: 100%;
	font-size: 52px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.mainscreen1__title1 b {
	font-weight: 600;
}

.mainscreen1 .btn2 {
	display: flex;
	max-width: 389px;
	width: 100%;
	min-height: 70px;
	font-size: 20px;
	padding: 5px 10px;
	margin-left: auto;
	margin-top: -36px;
	margin-bottom: 70px;
}

.mainscreen1__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.mainscreen1-item {
	position: relative;
	padding-left: 71px;
}

.mainscreen1-item__icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 51px;
}

.mainscreen1-item__text {
	color: rgba(255, 255, 255, 0.75);
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.05em;
}

.calculation {
	overflow: hidden;
	padding-top: 57px;
	padding-bottom: 30px;
}

.calculation__container1 {
	border: 1px solid #f0f1f7;
	border-radius: 10px;
	background-color: #f6f7fb;
	padding: 20px 40px;
	margin-bottom: 60px;
}

.calculation__title1 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 13px;
}

.calculation__subtitle {
	color: #939393;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 7px;
}

.calculation__val {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 18px;
}

.slider-wrap1 {
	margin-bottom: 26px;
}

.slider-wrap1 .noUi-target {
	height: 2px;
	border: none;
	background: #c3d7f0;
	box-shadow: none;
}

.slider-wrap1 .noUi-connect {
	background: #557cea;
}

.slider-wrap1 .noUi-handle::after,
.slider-wrap1 .noUi-handle::before {
	display: none;
}

.slider-wrap1 .noUi-horizontal .noUi-handle {
	top: -8px;
	right: -8px;
	width: 17px;
	height: 17px;
	border: 2px solid #557cea;
	border-radius: 50%;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
}

.calculation__list-title {
	color: #939393;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 3px;
}

.calculation__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.calculation-item__text {
	color: #272727;
	font-size: 18px;
	line-height: 1.4;
}

.calculation__container2 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 16px;
	background: linear-gradient(287.42deg, #395dee 18.92%, #5088dc 88.17%, #508adc 90.92%);
	color: #fff;
	padding: 55px 235px 63px 40px;
}

.calculation__container2-bg1 {
	position: absolute;
	z-index: -2;
	right: -25%;
	bottom: 8px;
	width: 83%;
	height: 100%;
	border-radius: 900px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46.5%);
}

.calculation__container2-bg2 {
	position: absolute;
	z-index: -1;
	right: 10px;
	bottom: 0;
	width: 142px;
}

.calculation__wrap1 {
	max-width: 48%;
}

.calculation__wrap2 {
	max-width: 48%;
}

.calculation__list1 {
	margin-bottom: 53px;
}

.calculation__list1:last-child {
	margin-bottom: 0;
}

.calculation-item1 {
	margin-bottom: 37px;
}

.calculation-item1:last-child {
	margin-bottom: 0;
}

.calculation-item1__title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.calculation-item1__val {
	color: #e9ebf8;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}

.calculation__wrap2 .btn3 {
	display: flex;
	max-width: 385px;
	width: 100%;
	padding: 16.5px 10px;
}

.masterplan-item__img--bd {
	overflow: hidden;
	border: 1px solid #d8d9dd;
	border-radius: 20px;
}

.masterplan-item__img--bd img {
	border-radius: 0;
}

.info1 {
	background-color: #f6f7fb;
	padding-top: 30px;
	padding-bottom: 30px;
}

.tab-list3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 6px;
	margin-bottom: 30px;
}

.tab-list3__item-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 300px;
	background-color: #fff;
	padding: 7.5px 14px;
	transition: border 0.3s;
}

.tab-list3__item-icon {
	width: 24px;
	margin-right: 5px;
}

.tab-list3__item-text {
	color: #272727;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	transition: color 0.3s;
}

.tab-list3__item-link.active {
	border: 1px solid #557cea;
}

.tab-list3__item-link.active .tab-list3__item-text {
	color: #557cea;
}

@media (hover) {
	a.tab-list3__item-link:hover {
		border: 1px solid #557cea;
	}

	a.tab-list3__item-link:hover .tab-list3__item-text {
		color: #557cea;
	}
}

.info1-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 20px;
	background-color: #fff;
	padding: 50px;
}

.info1-item__container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.info1-item__wrap1 {
	max-width: 292px;
	width: 100%;
	padding-bottom: 55px;
}

.info1-item__title {
	color: #1c1f2b;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.info1-item__title b {
	color: #557cea;
	font-weight: 500;
}

.info1-item__subtitle {
	color: #717ba3;
	margin-bottom: 20px;
}

.info1-item .text {
	color: #717ba3;
}

.info1-item .text h1,
.info1-item .text h2,
.info1-item .text h3,
.info1-item .text h4,
.info1-item .text h5 {
	color: #0a1b33;
	font-size: 22px;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.info1-item .text>ul li {
	padding-left: 26px;
	margin: 10px 0;
}

.info1-item .text>ul li::after {
	top: 1px;
	width: 18px;
	height: 18px;
	background: url("/local/templates/vertical/img1/list-icon1.svg") center / cover no-repeat;
}

.info1-item__wrap2 {
	width: calc(100% - 380px);
}

.info1__gallery {
	max-width: 176px;
	width: 100%;
	margin-left: auto;
}

.info1__gallery-btn {
	position: relative;
	z-index: 2;
	display: block;
	border-radius: 300px;
	background-color: #f6f7fb;
	text-align: center;
	color: #272727;
	font-size: 12px;
	line-height: 1.4;
	padding: 5.5px 10px;
}

.info1__link-hidden {
	display: none;
}

.info1__slider .swiper-slide {
	transform-origin: center bottom;
}

.info1__slider {
	margin-top: -28px;
}

.info1-item2__img {
	overflow: hidden;
	position: relative;
	transform: scale(1, 1);
	transform-origin: center bottom;
	border-radius: 20px;
	padding-top: 202%;
	transition: transform 0.5s;
}

.info1-item2__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.88%, rgba(0, 0, 0, 0.75) 82.21%);
}

.info1-item2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.info1-item2__text-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #f2f2f7;
	padding: 20px;
}

.info1-item2__title {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 3px;
}

.info1-item2__subtitle {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.info1__slider-nav1 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 292px;
	user-select: none;
}

.info1__slider-nav1 .slider1-nav1 {
	position: static;
	order: 1;
}

.swiper-pagination-fraction.swiper-pagination-style3 {
	position: static;
	width: auto;
	color: #0a1b33;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.swiper-pagination-fraction.swiper-pagination-style3 .swiper-pagination-current {
	margin-right: -5px;
}

.swiper-pagination-fraction.swiper-pagination-style3 .swiper-pagination-total {
	margin-left: -5px;
}

.receivingkeyssec {
	background-color: #f6f7fb;
	padding-top: 30px;
	padding-bottom: 50px;
}

.receivingkeys--w100p {
	max-width: none;
}

.label-radio2 {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 60px;
	border: 1px solid #f0f1f7;
	border-radius: 8px;
	background-color: #f6f7fb;
	color: #0a1b33;
	line-height: 1.4;
	letter-spacing: -0.01em;
	cursor: pointer;
	padding: 5px 10px;
	padding-left: 63px;
}

.label-radio2 input {
	display: none;
}

.label-radio2 input:checked~.label-radio2__icon-wrap .label-radio2__icon {
	border: 1px solid #4472e5;
}

.label-radio2 input:checked~.label-radio2__icon-wrap .label-radio2__icon::before {
	opacity: 1;
}

.label-radio2__icon-wrap {
	position: absolute;
	top: 50%;
	left: -14px;
	transform: translateY(-50%);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-color: #fff;
}

.label-radio2__icon {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: border 0.3s;
}

.label-radio2__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 1px solid #d8d9dd;
	border-radius: 50%;
}

.label-radio2__icon::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: linear-gradient(287.42deg, #395dee 18.92%, #508adc 90.92%);
	opacity: 0;
	transition: opacity 0.3s;
}

.receivingkeyssec .receivingkeys-item1 {
	margin-bottom: 26px;
}

.receivingkeyssec .receivingkeys-item1:nth-child(1),
.receivingkeyssec .receivingkeys-item1:nth-child(2) {
	margin-bottom: 0;
}

.receivingkeyssec .receivingkeys-item1::after {
	bottom: -23px;
	border-radius: 300px;
}

.receivingkeyssec .receivingkeys__wrap1 {
	padding-bottom: 126px;
}

.receivingkeyssec .receivingkeys__logo {
	margin-bottom: 16px;
}

.receivingkeyssec .receivingkeys__text1 {
	margin-bottom: 16px;
}

.receivingkeys-item2__text4 {
	color: #63738f;
	margin-bottom: 30px;
}

.calculation__list2-wrap {
	position: relative;
}

.calculation__list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}

.calculation__list2-wrap input {
	display: none;
}

.calculation__list2-wrap input#input-radio09021:checked~.calculation__list2 .label-radio3[for="input-radio09021"] .label-radio3__icon::after,
.calculation__list2-wrap input#input-radio09022:checked~.calculation__list2 .label-radio3[for="input-radio09022"] .label-radio3__icon::after,
.calculation__list2-wrap input#input-radio09023:checked~.calculation__list2 .label-radio3[for="input-radio09023"] .label-radio3__icon::after,
.calculation__list2-wrap input#input-radio09024:checked~.calculation__list2 .label-radio3[for="input-radio09024"] .label-radio3__icon::after {
	opacity: 1;
}

.calculation__list2-wrap input#input-radio09022:checked~.calculation__list2-line-wrap .calculation__list2-line {
	width: 33%;
}

.calculation__list2-wrap input#input-radio09023:checked~.calculation__list2-line-wrap .calculation__list2-line {
	width: calc(66% - 10px);
}

.calculation__list2-wrap input#input-radio09024:checked~.calculation__list2-line-wrap .calculation__list2-line {
	width: calc(98% - 21px);
}

.label-radio3 {
	display: block;
	cursor: pointer;
}

.label-radio3__icon {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #557cea;
	border-radius: 50%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.label-radio3__icon::after {
	content: "";
	position: absolute;
	inset: 2px;
	border: 2px solid #557cea;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.3s;
}

.calculation__list2-title {
	position: absolute;
	top: 26px;
	left: 0;
	color: #939393;
	font-size: 12px;
}

.calculation__list2-line-wrap {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	height: 2px;
	background-color: #c3d7f0;
}

.calculation__list2-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(2% + 15px);
	background-color: #557cea;
	transition: width 0.3s;
}

.label-radio3__text {
	color: #272727;
	font-size: 18px;
}

@media (max-width: 1200px) {
	.mainscreen1__title1 {
		font-size: 35px;
	}

	.mainscreen1 .btn2 {
		display: inline-flex;
		max-width: none;
		width: auto;
		min-height: 55px;
		font-size: 14px;
		padding: 5px 30px;
		margin-left: 0;
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.mainscreen1__list {
		justify-content: flex-start;
		gap: 0;
		margin: 0 -10px;
		margin-top: -20px;
	}

	.mainscreen1__col {
		width: 33.333%;
		padding: 0 10px;
		margin-top: 20px;
	}

	.mainscreen1-item__text {
		font-size: 18px;
	}

	.mainscreen1-item__icon {
		width: 36px;
	}

	.mainscreen1-item {
		padding-left: 50px;
	}

	.mainscreen1 {
		padding-top: 80px;
		padding-bottom: 30px;
	}

	.calculation__title1 {
		font-size: 26px;
	}

	.calculation-item__text {
		font-size: 16px;
	}

	.calculation__val {
		font-size: 20px;
	}

	.calculation {
		padding-top: 30px;
	}

	.calculation__container2 {
		padding: 40px;
	}

	.calculation__container2-bg2 {
		top: 5px;
		bottom: auto;
		width: 80px;
	}

	.calculation-item1__title {
		font-size: 22px;
	}

	.calculation-item1__val {
		font-size: 22px;
	}

	.info1-item {
		padding: 40px;
	}

	.info1-item__wrap1 {
		max-width: none;
		padding-bottom: 0;
		margin-bottom: 30px;
	}

	.info1-item__wrap2 {
		width: 100%;
	}

	.info1__slider {
		position: relative;
		padding-bottom: 60px;
		margin-top: 20px;
	}

	.info1__slider-nav1 {
		width: 220px;
	}

	.swiper-pagination-fraction.swiper-pagination-style3 {
		font-size: 20px;
	}

	.info1__gallery {
		margin-left: 0;
	}

	.info1-item2__title {
		font-size: 18px;
	}

	.info1-item__title {
		font-size: 26px;
	}

	.tab-list3 {
		justify-content: flex-start;
	}
}

@media (max-width: 750px) {
	.label-radio3__text {
		font-size: 14px;
	}

	.info1-item .text h1,
	.info1-item .text h2,
	.info1-item .text h3,
	.info1-item .text h4,
	.info1-item .text h5 {
		font-size: 20px;
	}

	.info1-item {
		padding: 20px 15px;
	}

	.mainscreen1__title1 {
		font-size: 26px;
	}

	.mainscreen1__col {
		width: 50%;
	}

	.calculation__container1 {
		padding: 20px 15px 40px;
		margin-bottom: 20px;
	}

	.calculation__list-title {
		display: none;
	}

	.calculation__list {
		display: none;
	}

	.slider-wrap1 {
		margin-bottom: 0;
	}

	.calculation__title1 {
		font-size: 22px;
	}

	.calculation__val {
		font-size: 18px;
	}

	.calculation__container2 {
		padding: 20px 15px;
	}

	.calculation__wrap1 {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}

	.calculation__wrap2 {
		max-width: 100%;
		width: 100%;
	}

	.calculation-item1 {
		margin-bottom: 20px;
	}

	.calculation-item1__title,
	.calculation-item1__val {
		font-size: 20px;
	}

	.calculation__list1 {
		margin-bottom: 40px;
	}

	.info1-item2__img {
		padding-top: 135%;
	}
}

@media (max-width: 600px) {
	.masterplan-item__img--bd {
		padding-top: 80%;
	}

	.info1__slider-nav1 {
		width: 180px;
	}
}