

/* Start:/local/templates/oniks/components/bitrix/news.list/slider-main/style.css?178763879910332*/

.main-slider-wrapper {
    height: calc(100vh - 100px);
    background-color: var(--color-blue);
}

.main-slider-wrapper .swiper-main-slider,
.main-slider-wrapper .container,
.main-slider-wrapper .container .row {
    height: 100%;
}

.main-slider__container {
    height: 100%;
    position: relative;
}

.swiper-main-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-slider__back-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.main-slider__back-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center bottom;
    object-position: center bottom;
}

.main-slider__item {
    overflow: hidden;
    background-color: var(--color-blue);
    height: auto !important;
}

.main-slider__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-top: 75px;
    padding-bottom: 90px;
}

.main-slider__container::before {
    content: '';
    position: absolute;
    top: 200px;
    right: 42%;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .35);
    z-index: -1;
}

.swiper-controls {
    position: relative;
}

.main-slider-wrapper .swiper-counter {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F06E23;
    top: 175px;
    right: 130px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}

.main-slider-wrapper .swiper-counter__item {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.main-slider-wrapper .swiper-counter__item._counter {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    color: rgba(255, 255, 255, .5);
}

.main-slider-wrapper .swiper-counter__divider {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath opacity='0.5' d='M33 1L1 33' stroke='white'/%3E%3C/svg%3E");
    width: 34px;
    height: 34px;
}

.main-slider__object-row {
    display: flex;
    gap: 20px;
    position: relative;
}

.main-slider__object-img {
    max-height: 40px;
}

.main-slider__object-divider {
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, .35);
}

.main-slider__object-inner__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.main-slider__object-inner__text._district {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 2px;
}

.h1.main-slider__title {
    color: #fff;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.main-slider__img {
    height: 550px;
    width: 550px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 125px;
    right: 90px;
    z-index: -1;
}

#swiper-main-slider .swiper-counter__container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

#swiper-main-slider .swiper-arrows {
    position: absolute;
    right: 100px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    bottom: 100px;
    z-index: 5;
}

#swiper-main-slider .swiper-arrows .swiper-btn-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M21 10H1M1 10C4.33333 9.66667 11 7.2 11 0M1 10C4.33333 10.3333 11 12.8 11 20' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    width: 21px;
    height: 20px;
}

#swiper-main-slider .swiper-arrows .swiper-btn-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M0 10H20M20 10C16.6667 9.66667 10 7.2 10 0M20 10C16.6667 10.3333 10 12.8 10 20' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    width: 21px;
    height: 20px;
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 1599px) {
    .main-slider-wrapper {
        height: 570px;
    }

    .main-slider__container::before {
        right: 33%;
        height: 700px;
        width: 700px;
    }

    .main-slider__inner {
        padding-top: 25px;
        padding-bottom: 60px;
    }

    .h1.main-slider__title {
        line-height: 1.1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .main-slider__img {
        top: 90px;
        right: 80px;
        height: 390px;
        width: 390px;
    }

    .main-slider-wrapper .swiper-counter {
        top: 110px;
        right: 80px;
    }

    #swiper-main-slider .swiper-arrows {
        bottom: 63px;
        right: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider__back-img {
        position: unset;
        width: 100%;
        max-height: 500px;
    }

    .main-slider__item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-slider__inner {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
    }

    .main-slider-wrapper {
        height: auto;
    }

    .main-slider__container {
        height: auto;
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-slider__img {
        position: unset;
        height: 203px;
        width: 203px;
    }

    .h1.main-slider__title {
        font-size: 32px;
        letter-spacing: 1.6px;
        line-height: 1;
        margin: 20px 0;
    }

    .main-slider__container::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30%;
    }

    .main-slider-wrapper .swiper-counter {
        top: 40px;
        right: -20px;
    }

    #swiper-main-slider .swiper-arrows {
        top: 198px;
        right: -90px;
        height: max-content;
    }
}

@media only screen and (max-width: 959px) {
    #swiper-main-slider .swiper-arrows {
        right: -70px;
    }
    #swiper-main-slider .swiper-arrows .swiper-btn-prev {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M17 8H1M1 8C3.66667 7.73333 9 5.76 9 0M1 8C3.66667 8.26667 9 10.24 9 16' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
        width: 17px;
        height: 16px;
    }

    #swiper-main-slider .swiper-arrows .swiper-btn-next {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M0 8H16M16 8C13.3333 7.73333 8 5.76 8 0M16 8C13.3333 8.26667 8 10.24 8 16' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
        width: 17px;
        height: 16px;
    }

    .main-slider-wrapper .swiper-counter {
        height: 70px;
        width: 70px;
        padding: 18px 20px;
    }

    .main-slider-wrapper .swiper-counter__divider {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath opacity='0.5' d='M29 1L1 29' stroke='white'/%3E%3C/svg%3E");
        width: 30px;
        height: 30px;
    }

    .h1.main-slider__title {
        font-size: 28px;
        letter-spacing: 1.4px;
        margin: 25px 0;
    }

    .main-slider__container::before {
        right: 10%;
    }

}

@media only screen and (max-width: 767px) {
    .h1.main-slider__title {
        font-size: 24px;
        letter-spacing: 1.2px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .main-slider__container::before {
        content: unset;
    }

    .main-slider__img {
        position: unset;
        height: 157px;
        width: 157px;
        margin: 20px 0;
    }

    .main-slider-wrapper .swiper-counter {
        height: 60px;
        width: 60px;
        padding: 15px 17px;
        top: 130px;
        right: unset;
        left: calc(50% + 40px);
    }

    .main-slider-wrapper .swiper-counter__divider {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath opacity='0.5' d='M25 1L1 25' stroke='white'/%3E%3C/svg%3E");
        width: 26px;
        height: 26px;
    }

    .main-slider-wrapper .swiper-counter__item {
        font-size: 12px;
    }

    .main-slider__back-img {
        max-height: 270px;
    }

    .main-slider__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .main-slider__container {
        padding: 40px 0;
    }

    #swiper-main-slider .swiper-arrows {
        width: 100%;
        top: 190px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: 0;
        z-index: unset;
    }
}
/* End */


/* Start:/local/templates/oniks/components/bitrix/news.list/teasers/style.css?17119640153314*/

.achievements-teasers {
    padding: 100px 0;
}

.achievement-teasers__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.achievement-teaser {
    height: 100%;
}

.achievement-teaser-divider {
    width: 1px;
    height: 100%;
    background: rgba(18, 29, 65, .15);
}

.achievement-teaser-title {
    margin-bottom: 15px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color-blue);
    font-size: 120px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -2.4px;
}

.achievement-teaser-title::after {
    position: absolute;
    top: 0;
    right: -4px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--color-orange);
    border-radius: 50%;
}

.achievement-teaser-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: start;
    color: #121D41;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}


@media only screen and (max-width: 1599px) {
    .achievements-teasers {
        padding: 70px 0;
    }

    .achievement-teaser-title {
        font-size: 80px;
        letter-spacing: -1.6px;
    }

    .achievement-teaser-title::after {
        right: -3px;
        width: 6px;
        height: 6px;
    }

    .achievement-teaser-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .achievements-teasers {
        padding: 50px 0;
    }

    .achievement-teaser-title {
        font-size: 60px;
        letter-spacing: -1.2px;
    }
}

@media only screen and (max-width: 959px) {
    .achievement-teaser-title {
        font-size: 50px;
        letter-spacing: -1px;
    }

    .achievement-teaser-text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .achievement-teasers__wrapper {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .achievement-teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .achievement-teaser-title {
        margin-bottom: 0;
    }

    .achievement-teaser-text {
        width: 50%;
        font-size: 16px;
    }

    .achievement-teaser-divider {
        width: 100%;
        height: 1px;
        border-top: 1px solid rgba(18, 29, 65, .15);
        margin: 30px 0;
    }
}
/* End */


/* Start:/local/templates/oniks/components/bitrix/news.list/objects-build/style.css?17119640152130*/

.objects-build__list {
	margin-top: 50px;
}

.objects-build__item {
	height: calc(100% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
	position: relative;
}

.objects-build__item-img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 59%;
	position: relative;
}

.objects-build__item-img img {
	border-radius: 20px 20px 0 0;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100px;
	position: absolute;
	height: 100%;
}

.objects-build__item-img img.bx-lazyload-success {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.objects-build__item-inner {
	border-radius: 0 0 20px 20px;
	border-left: 1px solid rgba(18, 29, 65, .15);
	border-right: 1px solid rgba(18, 29, 65, .15);
	border-bottom: 1px solid rgba(18, 29, 65, .15);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.objects-build__item-info {
	border-bottom: 1px solid #DCDDE3;
}



.objects-build__item-footer {
	padding: 40px;
}

.objects-build__item-footer .small-text {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
	.objects-build__list {
		margin-top: 45px;
	}
	.objects-build__item-footer {
		padding: 30px;
	}
	.objects-build__item-img img {
		border-radius: 15px 15px 0 0;
	}
	.objects-build__item-inner {
		border-radius: 0 0 15px 15px;
	}
}

@media only screen and (max-width: 1199px) {
	.objects-build__list {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	#swiper-objects-build-arrows {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-75%);
		-ms-transform: translateY(-75%);
		transform: translateY(-75%);
	}
}
/* End */


/* Start:/local/templates/oniks/components/bitrix/news.list/objects-filter/style.css?17182800596343*/

.objects-filter__item {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.objects-filter__item-img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 73%;
	position: relative;
}

.objects-filter__item-img img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100px;
	position: absolute;
	height: 100%;
}

.objects-filter__item-img img.bx-lazyload-success {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.objects-filter__item-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 29, 65, 0)), to(#121D41));
	background: -o-linear-gradient(top, rgba(18, 29, 65, 0) 0%, #121D41 100%);
	background: linear-gradient(180deg, rgba(18, 29, 65, 0) 0%, #121D41 100%);
}


@media only screen and (max-width: 1599px) {

	.objects-filter__item-img img {
		border-radius: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.show-perspective:hover {
		cursor: pointer;
	}
	.show-perspective .object-info._white .object-info__title:hover {
		cursor: pointer;
		color: rgba(240, 110, 35, 1);
	}
}


#modal_perspective.fancybox__content {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

#modal_perspective .site-modal__close {
	z-index: 50;
	width: 20px;
	height: 20px;
	opacity: 0.5;
	top: 72px;
	right: 232px;
	background-size: contain;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' d='M21 1L1 21M1 1L21 21' stroke='%23121D41' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#modal_perspective .site-modal__close:hover {
	opacity: 1;
}

.modal-perspective--wrap {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding-top: 42px;
}

.modal-perspective--wrap:before {
	content: "";
	pointer-events: none;
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(30, 60, 160, 0.1)));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(30, 60, 160, 0.1) 50%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(30, 60, 160, 0.1) 50%);
	z-index: 1;
}

.perspective-title {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.perspective-title > div {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #1E3CA0;
	margin-top: 40px;
}

.perspective-title > img {
	margin: 0 28px;
}


.perspective-bg-icon {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: 22px;
	left: 47px;
}

.perspective-left {
	z-index: 10;
	padding: 40px 40px 30px 70px;
}

.perspective-address {
	display: flex;
	margin-bottom: 29px;
}

.perspective-address--item {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22;
	color: #1E3CA0;
	position: relative;
}

.perspective-address--item:not(:last-child) {
	margin-right: 38px;
}

.perspective-address--item:not(:last-child):after {
	content: "";
	background: rgba(240, 110, 35, 1);
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 50%;
	right: -22px;
	top: 8px;
}

.perspective-desc {
	margin-bottom: 30px;
}

.perspective-desc p {
	font-size: 14px;
	line-height: 1.43;
	color: rgba(18, 29, 65, 0.7);
	margin: 0 0 15px;
}

.perspective-teasers {
	display: flex;
}

.perspective-teasers--item {
	margin-bottom: 30px;
}

.perspective-teasers--item:not(:last-child) {
	margin-right: 20px;
}

.perspective-teasers--name {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.2;
	color: #F06E23;
	margin-bottom: 4px;
}

.perspective-teasers--name > span {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #1E3CA0;
}

.perspective-teasers--desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	color: rgba(18, 29, 65, 0.7);
}



.perspective-form {
	position: relative;
	z-index: 2;
	padding: 40px 100px 60px 58px;
}

.perspective-form--desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.22;
	color: #1E3CA0;
	margin-bottom: 30px;
}

@media all and (max-width:1599px) {
	#modal_perspective .site-modal__close {
		right: 72px;
	}
	.perspective-left {
		padding: 40px 15px 30px 30px;
	}
	.perspective-form {
		padding: 40px 30px 50px 15px;
	}
	.perspective-teasers--name {
		font-size: 36px;
	}
	.perspective-form .icon.icon-arrow {
		margin-bottom: 1px;
	}
}


@media all and (max-width:1199px) {
	.perspective-title > div {
		font-size: 24px;
	}
	.perspective-title > img {
		width: 200px;
	}
	.perspective-address--item {
		font-size: 16px;
	}
	.perspective-address--item:not(:last-child) {
 	   margin-right: 24px;
	}
	.perspective-address--item:not(:last-child):after {
		right: -14px;
    	top: 7px;
	}
	.perspective-teasers--name {
		font-size: 28px;
	}
	.perspective-teasers--name > span {
		font-size: 18px;
	}
	.perspective-teasers--desc {
		font-size: 13px;
	}
}


@media all and (max-width:959px) {
	.modal-perspective--wrap:before {
		display: none;
	}
	.perspective-title {
		flex-direction: column;
	}
	.perspective-title > div {
		margin-top: 20px;
	}
	.perspective-address {
		justify-content: center;
	}
	.perspective-right-bg {
		background: rgba(30, 60, 160, 0.1);
	}
	.perspective-form {
		text-align: center;
	}
	.perspective-left {
		padding: 40px 30px 20px;
	}
	.perspective-form {
		padding: 40px 30px;
	}
}

@media all and (max-width:574px) {
    .perspective-title > img {
        width: 170px;
    }
    .perspective-title > div {
    	text-align: center;
    	font-size: 20px;
    }
    .perspective-left {
        padding: 30px 15px 20px;
    }
    .perspective-form {
		padding: 40px 15px;
	}
	.perspective-teasers {
		flex-direction: column;
		text-align: center;
	}
	.perspective-teasers--item:not(:last-child) {
		margin-right: 0;
	}
	.perspective-address {
		display: block;
	}
	.perspective-address--item {
		display: inline;
	}
	#modal_perspective .site-modal__close {
        right: 40px;
        top: 51px;
    }
    .perspective-form .icon.icon-arrow {
        margin-bottom: 0px;
    }
}
/* End */


/* Start:/local/templates/oniks/components/bitrix/news.list/purchase-list/style.css?17119640155359*/

.purchase-list {
	margin-top: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
}

.purchase-list__item {
	padding: 0 1px;
	margin-bottom: 2px;
}

.purchase-list__item:nth-child(1) {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.purchase-list__item:nth-child(1) .purchase-list__inner {
	border-radius: 40px 40px 0px 40px;
}

.purchase-list__item:nth-child(2) {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.purchase-list__item:nth-child(2) .purchase-list__inner {
	border-radius: 40px 40px 40px 0px;
}

.purchase-list__item:nth-child(2) .purchase-list__item-img,
.purchase-list__item:nth-child(3) .purchase-list__item-img {
	margin-right: -95px;
}

.purchase-list__item:nth-child(3) {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
	margin-left: auto;
}

.purchase-list__item:nth-child(3) .purchase-list__inner {
	border-radius: 40px 0px 40px 40px;
}

.purchase-list__item:nth-child(4) {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.purchase-list__item:nth-child(4) .purchase-list__inner {
	border-radius: 0px 40px 40px 40px;
}

.purchase-list__inner {
	padding: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #FFF;
	position: relative;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	overflow: hidden;
	z-index: 5;
}

.purchase-list__counter {
	position: absolute;
	left: 55px;
	bottom: -29px;
	font-size: 60px;
	font-weight: 300;
	line-height: normal;
	opacity: 0.35;
	background: -o-linear-gradient(258deg, #1E3CA0 3.42%, rgba(30, 60, 160, 0.15) 63.67%, rgba(30, 60, 160, 0.00) 95.2%);
	background: linear-gradient(192deg, #1E3CA0 3.42%, rgba(30, 60, 160, 0.15) 63.67%, rgba(30, 60, 160, 0.00) 95.2%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.purchase-list__name {
	margin-bottom: 4px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.purchase-list__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.purchase-list__item-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 290px;
	height: 290px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.purchase-list__item-img img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100px;
	height: 100%;
	border-radius: 50%;
}

.purchase-list__item-img img.bx-lazyload-success {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.purchase-list__link {
	position: absolute !important;
	left: 50px;
	bottom: 50px;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (min-width: 1200px) {
	.purchase-list__inner:hover {
		background-color: var(--color-blue);
		color: white;
	}
	.purchase-list__inner:hover .purchase-list__name {
		color: white;
	}
	.purchase-list__inner:hover .purchase-list__item-img {
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
	.purchase-list__inner:hover .purchase-list__link {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (max-width: 1599px) {
	.purchase-list {
		margin-top: 45px;
	}
	.purchase-list__inner {
		padding: 40px 40px 40px 50px;
	}
	.purchase-list__item:nth-child(2),
	.purchase-list__item:nth-child(3) {
		-ms-flex-preferred-size: 41.5%;
		flex-basis: 41.5%;
		max-width: 41.5%;
	}
	.purchase-list__name {
		margin-bottom: 7px;
	}
	.purchase-list__text {
		font-size: 16px;
	}
	.purchase-list__item-img {
		width: 240px;
		height: 240px;
	}
	.purchase-list__item:nth-child(2) .purchase-list__item-img,
	.purchase-list__item:nth-child(3) .purchase-list__item-img {
		margin-right: -80px;
	}
	.purchase-list__counter {
		font-size: 50px;
		bottom: -25px;
	}
}

@media only screen and (max-width: 1199px) {
	.purchase-list {
		margin-top: 35px;
	}
	.purchase-list__inner {
		padding: 40px;
	}
	.purchase-list__item-img {
		width: 180px;
		height: 180px;
	}
	.purchase-list__text {
		font-size: 13px;
	}
	.purchase-list__counter {
		font-size: 40px;
		bottom: -22px;
		left: 40px;
	}
}

@media only screen and (max-width: 959px) {
	.purchase-list__item {
		-ms-flex-preferred-size: 50% !important;
		flex-basis: 50% !important;
		max-width: 50% !important;
	}
	.purchase-list__name {
		margin-bottom: 4px;
	}
	.purchase-list__inner {
		padding: 30px;
	}
	.purchase-list__item .purchase-list__item-img {
		margin-right: -80px;
	}
	.purchase-list__counter {
		left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.purchase-list {
		margin-top: 25px;
	}
	.purchase-list__item {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
		margin-bottom: 20px;
	}
	.purchase-list__inner {
		border-radius: 15px !important;
	}
}
/* End */


/* Start:/local/templates/oniks/components/bitrix/news.list/slider-press/style.css?17119640152415*/

.press__list {
    margin-top: 50px;
}

.press__item {
    position: relative;
    max-height: 500px;
}

.press__item-date {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: var(--color-orange);
    padding: 10px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.press__item-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 71.5%;
    position: relative;
    background-color: rgba(18, 29, 65, .35);
    border-radius: 30px;
}

.press__item-img img {
    border-radius: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px;
    position: absolute;
    height: 100%;
}

.press__item-img img.bx-lazyload-success {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    mix-blend-mode: multiply;
}

.press__item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


@media only screen and (min-width: 1920px) {
    .press__item {
        max-height: 600px;
    }
}

@media only screen and (max-width: 1599px) {
    .press__list {
        margin-top: 40px;
    }
    .object-info {
        padding: 25px;
    }
    .press__item-date {
        padding: 8px 12px;
        font-size: 11px;
    }
    .press__item-img img,
    .press__item-img {
        border-radius: 15px;
    }
    .object-info__title.h4 {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.48px;
    }
}

@media only screen and (max-width: 1199px) {
    .press__list {
        margin-top: 30px;
    }
    .object-info__title.h4 {
        font-size: 13px;
        letter-spacing: 0.39px;
    }
}

@media only screen and (max-width: 767px) {
    #swiper-press-arrows {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
        transform: translateY(-75%);
    }
}
/* End */


/* Start:/local/templates/oniks/components/bitrix/news.list/map-main/style.css?171204468610976*/

.site-map {
    position: relative;
}

.site-map__container {
    position: relative;
    padding-top: 165px;
    padding-bottom: 60px;
    z-index: 5;
    height: 950px;
    margin-top: -100px;
}

.site-map__container .container,
.site-map__container .row {
    height: 100%;
}

.site-map .map {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: .3s opacity .5s ease-in-out;
    -o-transition: .3s opacity .5s ease-in-out;
    transition: .3s opacity .5s ease-in-out;
    opacity: 1;
    top: 0;
    left: 0;
}

.site-map__item {
    border-radius: 40px;
    background: #FFF;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(18, 29, 65, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(18, 29, 65, 0.1);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.site-map__item._active {
    border-radius: 25px;
}

.site-map__link {
    position: relative;
    display: block;
    padding: 22px 80px 19px 50px;
}

.site-map__link-title {
    color: var(--color-opacity);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 3px;
    pointer-events: none;
}

.site-map__link-address {
    color: var(--color-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    pointer-events: none;
}

.site-map__link-icon {
    position: absolute;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(30, 60, 160, .2);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.site-map__link-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%231E3CA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 8px;
    height: 14px;
    -webkit-transition: background-image .3s ease-in-out;
    -o-transition: background-image .3s ease-in-out;
    transition: background-image .3s ease-in-out;
}

.site-map__item-inner,
.site-map__item._active .site-map__link {
    display: none;
}

.site-map__item._active .site-map__item-inner {
    display: block;
}

.site-map__item-inner {
    padding: 50px;
}

.site-map__item-inner__title {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(18, 29, 65, .15);
}

.site-map__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.site-map__item-content__item-title {
    color: var(--color-opacity);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.site-map__item-content__item-value {
    color: var(--color-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

a.site-map__item-content__item-value {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.site-map__filter {
    border-radius: 25px 25px 0px 0px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 60px 0 60px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.site-map__filter-item {
    color: var(--color-orange);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(240, 110, 35, .35);
    display: inline-block;
}

.site-map__filter-item._active {
    color: var(--color-blue);
    font-size: 20px;
    letter-spacing: 0.6px;
    padding-bottom: 27px;
    border-bottom: 5px solid;
}

.site-map__item-content__item-value:active {
    border-color: var(--color-opacity);
}
.site-map__item-content__item-value.text-orange:active {
    border-color: rgba(240, 110, 35, .35);
}
.site-map__item:active:not(._active) {
    -webkit-box-shadow: 0px 20px 60px 0px rgba(18, 29, 65, 0.15);
    box-shadow: 0px 20px 60px 0px rgba(18, 29, 65, 0.15);
}
.site-map__link:active .site-map__link-icon {
    border-color: transparent;
    background-color: var(--color-orange);
    -webkit-box-shadow: 0px 10px 30px rgba(240, 110, 35, 0.35);
    box-shadow: 0px 10px 30px rgba(240, 110, 35, 0.35);
}

.site-map__link:active .site-map__link-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 1599px) {
    .site-map__container {
        padding-top: 145px;
        margin-top: -80px;
        height: 820px;
    }

    .site-map__item-inner {
        padding: 40px;
    }

    .site-map__item-content {
        row-gap: 20px;
    }

    .site-map__item-content__item-title {
        font-size: 11px;
        letter-spacing: 0.55px;
    }

    .site-map__item-content__item-value {
        font-size: 16px;
    }

    .site-map__link {
        padding: 20px 70px 16px 40px;
    }

    .site-map__link-title {
        font-size: 11px;
        letter-spacing: 0.55px;
    }

    .site-map__link-address {
        font-size: 16px;
    }

    .site-map__link-icon {
        right: 10px;
    }
}

@media only screen and (max-width: 959px) {
    .site-map__item {
        box-shadow: none;
    }
    .site-map .map {
        height: 550px;
        position: relative;
        margin-top: -50px;
    }
    .site-map__container {
        padding-top: 0;
        padding-bottom: 40px;
        margin-top: -85px;
        height: auto;
    }
    .site-map__items {
        border-radius: 0px 0px 25px 25px;
        border: 1px solid rgba(190, 192, 203, 0.50);
    }
    .site-map__item {
        display: none;
    }
    .site-map__item._active {
        display: block;
    }
    .site-map__item-inner {
        padding: 40px 40px 20px 40px;
    }
    .site-map__item-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        display: block;
    }
    .site-map__item-content__item {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .site-map__link-icon::before {
        left: 50%;
    }
    .site-map__item:active:not(._active) {
        box-shadow: none;
    }
    .site-map__link:active .site-map__link-icon::before {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
    .site-map .map {
        height: 530px;
        margin-top: -35px;
    }
    .site-map__container {
        padding: 0;
        margin-top: 0;
    }
    .site-map__items {
        border-radius: unset;
        border: none;
    }
    .site-map__item {
        margin-bottom: 0;
    }
    .site-map__item,
    .site-map__item._active {
        border-radius: unset;
    }
    .site-map__item._active {
        padding-top: 35px;
    }
    .site-map__item-inner {
        padding: 0 0 35px 0;
    }
    .site-map__item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-map__item-content__item {
        margin-bottom: 0;
    }
    .site-map__item-inner__title {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .site-map__item-content__item-value {
        font-size: 15px;
    }
    .site-map__item {
        display: block;
        position: relative;
    }
    .site-map__link {
        padding: 20px 35px 15px 0;
    }
    .site-map__item:not(:last-child)::before {
        content: '';
        position: absolute;
        left: -20px;
        bottom: 0;
        width: calc(100% + 40px);
        height: 1px;
        background-color: rgba(18, 29, 65, .15);
    }
    .site-map__link-icon {
        right: 0;
        height: 30px;
        width: 30px;
        border: none;
    }
    .site-map__link-icon::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7 1L4 4L1 1' stroke='%231E3CA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 8px;
        height: 5px;
    }
}



@media (hover: hover) {
    .site-map__item-content__item-value.text-orange:hover {
        border-color: rgba(240, 110, 35, .35);
    }
    .site-map__item-content__item-value:hover {
        border-color: var(--color-opacity);
    }
    .site-map__item:hover:not(._active) {
        -webkit-box-shadow: 0px 20px 60px 0px rgba(18, 29, 65, 0.15);
        box-shadow: 0px 20px 60px 0px rgba(18, 29, 65, 0.15);
    }
    .site-map__link:hover .site-map__link-icon {
        border-color: transparent;
        background-color: var(--color-orange);
        -webkit-box-shadow: 0px 10px 30px rgba(240, 110, 35, 0.35);
        box-shadow: 0px 10px 30px rgba(240, 110, 35, 0.35);
    }
    .site-map__link:hover .site-map__link-icon::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}
/* End */
/* /local/templates/oniks/components/bitrix/news.list/slider-main/style.css?178763879910332 */
/* /local/templates/oniks/components/bitrix/news.list/teasers/style.css?17119640153314 */
/* /local/templates/oniks/components/bitrix/news.list/objects-build/style.css?17119640152130 */
/* /local/templates/oniks/components/bitrix/news.list/objects-filter/style.css?17182800596343 */
/* /local/templates/oniks/components/bitrix/news.list/purchase-list/style.css?17119640155359 */
/* /local/templates/oniks/components/bitrix/news.list/slider-press/style.css?17119640152415 */
/* /local/templates/oniks/components/bitrix/news.list/map-main/style.css?171204468610976 */
