

/* Start:/local/templates/main/css/about.css?1739881115106672*/
@-webkit-keyframes bullet {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bullet {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bx-breadcrumb {
	display: none !important;
}

.about-banner {
	position: relative;
	min-height: calc(100vh - 85px);
}

.about-advantages:before,
.about-banner__img {
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.about-banner__img,
html.is-locked {
	overflow: hidden;
}

.about-banner__img-fone {
	position: absolute;
	top: -20%;
	left: 0;
	width: 100%;
	height: 120%;
	will-change: transform;
}

.about-banner__img-fone img,
.about-banner__img-pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-banner__cont,
.about-banner__img-pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-banner__img-pic {
	position: absolute;
	top: 27%;
	left: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	width: 55%;
	height: 103%;
	will-change: transform;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.about-banner__img-pic img {
	display: block;
	-o-object-position: right top;
	object-position: right top;
}

.about-banner__cont {
	z-index: 3;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 100px 0 150px;
	color: #fff;
}

.about-banner__left {
	width: 60%;
	max-width: 951px;
	padding-right: 40px;
}

.about-banner__title {
	margin-top: 0;
	margin-bottom: 40px;
	color: currentColor;
	font-weight: 600;
	font-size: 75px;
	line-height: 1.146;
	letter-spacing: 0;
	text-transform: uppercase;
	opacity: 0;
	will-change: opacity;
}

.about-banner__right {
	width: 40%;
	max-width: 677px;
	opacity: 0;
	will-change: opacity;
}

.about-banner__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0-40px;
	padding-right: 40px;
}

.about-banner__list-item {
	width: calc(50% - 80px);
	margin: 0 40px 40px;
}

.about-banner__list-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: flex-end;
	margin-top: 0;
	margin-bottom: -5px;
	font-weight: 300;
	font-size: 80px;
	line-height: 1;
	letter-spacing: -.02em;
	white-space: nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
}

.about-banner__list-num {
	font-size: 80px;
}

.about-banner__list-num:last-child:not(:first-child) {
	padding-left: .2em;
}

.about-banner__list-num--prev {
	position: absolute;
}

.about-banner__list-text {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.166;
	white-space: nowrap;
}

.about-banner__text {
	max-width: 609px;
	margin-top: 80px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.333;
	letter-spacing: .041em;
}

.about-mission {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 110px 0 164px;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.about-mission__left {
	width: 37.5%;
	padding-right: 40px;
}

.about-mission__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	color: #b68e5b;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.68;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.about-mission__title {
	max-width: 390px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 68px;
	line-height: 1.15;
}

.about-mission__right {
	width: 62.5%;
}

.about-mission__text {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.333;
	font-family: "Raleway";
}

.about-advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 100px 0 150px;
	color: #fff;
}

.about-advantages:before {
	z-index: -1;
	top: 0;
	background: #363d41;
	content: "";
}

.about-advantages__tab {
	display: none;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
	-o-transition: opacity .5s ease, transform .5s ease;
	transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, transform .5s ease;
	transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.about-advantages__tab.is-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
}

.about-advantages__tab.is-active {
	display: block;
}

.about-advantages__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 46%;
	min-height: 587px;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.about-advantages__title {
	width: 100%;
	margin-top: 0;
	margin-bottom: 70px;
	color: #b68e5b;
	font-weight: 600;
	font-size: 45px;
	line-height: 1.2;
}

.about-advantages__btns {
	margin: -7.5px -5px;
	padding-bottom: 70px;
	scrollbar-color: transparent transparent;
}

.about-advantages__btns::-webkit-scrollbar-track {
	visibility: hidden;
	background-color: transparent;
}

.about-advantages__btns::-webkit-scrollbar {
	display: none;
	background-color: transparent;
}

.about-advantages__btns::-webkit-scrollbar-thumb {
	background-color: transparent;
}

.about-advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-advantages__btn {
	margin: 7.5px 5px;
	padding: 0 25px;
	border: 1px solid #b68e5b;
	background: 0 0;
	color: #b68e5b;
	font-weight: 600;
	font-size: 14px;
	line-height: 44px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .5s ease, color .5s ease;
	-o-transition: background .5s ease, color .5s ease;
	transition: background .5s ease, color .5s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-advantages__btn.is-active,
.about-advantages__btn:hover {
	background: #b68e5b;
	color: #fff;
}

.about-advantages__sliders {
	position: absolute;
	left: 0;
	width: 54%;
	padding-right: 60px;
}

.about-advantages__slider {
	width: 100%;
}

.about-advantages__slide {
	position: relative;
	width: 100%;
}

.about-advantages__slide::before {
	display: block;
	width: 100%;
	padding-bottom: 75%;
	content: "";
}

.about-advantages__slide img,
.about-advantages__slide::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-advantages__slide img {
	-o-object-fit: cover;
	object-fit: cover;
}

.about-advantages__slider.swiper-container-horizontal>.about-advantages__pagination.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	position: absolute;
	bottom: 25px;
	align-items: center;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.about-advantages__pagination .swiper-pagination-bullet {
	position: relative !important;
	width: 8px !important;
	height: 8px !important;
	overflow: hidden;
	border: 0 !important;
	background-color: #d9d9d9 !important;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.about-advantages__pagination .swiper-pagination-bullet::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	background: #fff;
	content: "";
}

.about-advantages__pagination .swiper-pagination-bullet-active {
	width: 134px !important;
	height: 6px !important;
	border: 0 !important;
	border-radius: 100px !important;
	background-color: #d9d9d9 !important;
}

.about-advantages__pagination .swiper-pagination-bullet-active::after {
	-webkit-animation: bullet 5.8s linear;
	animation: bullet 5.8s linear;
}

.about-advantages__slider.swiper-container-horizontal>.about-advantages__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block !important;
	margin: 0 4px !important;
	vertical-align: middle !important;
}

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

.about-advantages__text {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.62;
}

.about-line {
	padding: 50px 0;
}

.about-line__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.about-line__text {
	flex-shrink: 0;
	color: #eff2f2;
	font-weight: 900;
	font-size: 140px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	will-change: transform;
	-ms-flex-negative: 0;
}

.about-partners {
	padding: 110px 0 164px;
}

.about-partners__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.about-partners__left {
	width: 37.5%;
	padding-right: 40px;
}

.about-partners__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	color: #b68e5b;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.68;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.about-partners__title {
	max-width: 390px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 68px;
	line-height: 1.15;
}

.about-partners__right {
	width: 62.5%;
}

.about-partners__text {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.333;
	font-family: "Raleway";
}

.about-partners__slide img {
	height: 96px;
}

.about-partners__slide.swiper-slide {
	width: auto;
}

.about-partners__bottom {
	margin-top: 110px;
}

.about-partners__list.swiper-container {
	overflow: visible;
}

.about-gallery__slider,
.about-gallery__slider.swiper-container {
	max-width: 1170px;
	overflow: visible;
}

.about-gallery__slide,
.about-gallery__slide.swiper-slide {
	display: block;
	position: relative;
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.about-gallery__slide.swiper-slide-active,
.about-gallery__slide.swiper-slide-next,
.about-gallery__slide.swiper-slide-prev,
.about-gallery__slide.swiper-slide.swiper-slide-active,
.about-gallery__slide.swiper-slide.swiper-slide-next,
.about-gallery__slide.swiper-slide.swiper-slide-prev {
	opacity: 1;
}

.about-gallery__slide.swiper-slide::before,
.about-gallery__slide::before {
	display: block;
	width: 100%;
	padding-bottom: 56.068%;
	content: "";
}

.about-gallery__slide-img::after {
	display: block;
	background: #363d41;
	content: "";
	opacity: .7;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.about-gallery__btn:hover::before,
.about-gallery__slide.swiper-slide-active .about-gallery__slide-img::after {
	opacity: 0;
}

.about-gallery__img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-gallery__img,
.about-gallery__slide-img,
.about-gallery__slide-img::after,
.about-gallery__slide-video,
.about-gallery__slide-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-gallery__slide-img {
	z-index: 2;
}

.about-gallery__slide-video {
	z-index: 1;
}

.about-gallery__slide-close {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.about-gallery__slide-close:before {
	position: absolute;
	top: 25%;
	right: 25%;
	width: 50%;
	height: 50%;
	background: url(/local/templates/main/css/../images/close-w.svg)no-repeat center;
	background-size: contain;
	content: "";
}

.about-gallery__btn::after,
.about-gallery__btn::before,
.about-gallery__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.about-gallery__btn::after,
.about-gallery__btn::before {
	z-index: 2;
	width: 20px;
	height: 14px;
	content: "";
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-gallery__play {
	display: block;
	z-index: 1;
	width: 150px;
	height: 150px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+CiAgPGNpcmNsZSBjeD0iNzUiIGN5PSI3NSIgcj0iNzUiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjI1Ii8+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIuMjUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEzMCA3NWMwIDMwLjM3Ni0yNC42MjQgNTUtNTUgNTVzLTU1LTI0LjYyNC01NS01NSAyNC42MjQtNTUgNTUtNTUgNTUgMjQuNjI0IDU1IDU1Wm0tNTUgMzljMjEuNTQgMCAzOS0xNy40NiAzOS0zOVM5Ni41NCAzNiA3NSAzNiAzNiA1My40NiAzNiA3NXMxNy40NiAzOSAzOSAzOVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgogIDxnIGZpbHRlcj0idXJsKCNhKSI+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTE0IDc1YzAgMjEuNTQtMTcuNDYgMzktMzkgMzlTMzYgOTYuNTQgMzYgNzVzMTcuNDYtMzkgMzktMzkgMzkgMTcuNDYgMzkgMzlaIi8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiMzNjNENDEiIGQ9Ik02OSA2MS41IDkwIDc1IDY5IDg4LjV2LTI3WiIvPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0iYSIgd2lkdGg9Ijg2IiBoZWlnaHQ9Ijg2IiB4PSIzMiIgeT0iMzYiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9ImhhcmRBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPgogICAgICA8ZmVPZmZzZXQgZHk9IjQiLz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPgogICAgICA8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAuMjExNzY1IDAgMCAwIDAgMC4yMzkyMTYgMCAwIDAgMCAwLjI1NDkwMiAwIDAgMCAwLjUgMCIvPgogICAgICA8ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTY3MDVfNTU5Ii8+CiAgICAgIDxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18xNjcwNV81NTkiIHJlc3VsdD0ic2hhcGUiLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KPC9zdmc+Cg==);
	-webkit-transition: -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.about-gallery__play-link {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-gallery__slide:hover .about-gallery__play {
	-webkit-transform: translate(-50%, -50%) scale(.9);
	-ms-transform: translate(-50%, -50%) scale(.9);
	transform: translate(-50%, -50%) scale(.9);
}

.about-gallery__slide-wrap.play .about-gallery__slide-img,
ymaps[class$=zoom__scale] {
	display: none;
}

.about-gallery__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: calc(100% + 98px);
}

.about-gallery__btn {
	display: block;
	z-index: 1;
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #363d41;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s ease-out, border-color .2s ease-out;
	-o-transition: background .2s ease-out, border-color .2s ease-out;
	transition: background .2s ease-out, border-color .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-gallery__btn:hover {
	border-color: #b68e5b;
	background: #b68e5b;
}

.about-gallery__btn::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDE0Ij4KICA8cGF0aCBmaWxsPSIjMzYzRDQxIiBkPSJNMjAgNi41NjhIMS41NjhMNy45MDUuNjFjMC0uMDI2LS42NS0uNjE1LS42NS0uNjA5TC4xMjkgNi42OTZjMCAuMDA2LS4wMDcuMDA2LS4wMTQuMDEzbC0uMDI4LjAyN2MtLjAwOC4wMDYtLjAxNS4wMTMtLjAxNS4wMi0uMDA3LjAwNy0uMDE0LjAyLS4wMjEuMDMzLS4wMDcuMDA3LS4wMDcuMDItLjAxNC4wMjcgMCAuMDA3LS4wMDcuMDEzLS4wMDcuMDJ2LjAxNGMtLjAwOC4wMDYtLjAwOC4wMi0uMDA4LjAyNiAwIC4wMTQtLjAwNy4wMi0uMDA3LjAzNCAwIC4wMDcgMCAuMDItLjAwNy4wMjcgMCAuMDEzIDAgLjAyLS4wMDcuMDMzdi4wNjdjMCAuMDEzIDAgLjAyLjAwNy4wMzQgMCAuMDA2IDAgLjAyLjAwNy4wMjYgMCAuMDE0LjAwNy4wMi4wMDcuMDM0IDAgLjAwNi4wMDguMDIuMDA4LjAyNyAwIC4wMDYgMCAuMDA2LjAwNy4wMTMgMCAuMDA3LjAwNy4wMTMuMDE0LjAyLjAwNy4wMDcuMDA3LjAyLjAxNC4wMjcuMDA3LjAxMy4wMTQuMDIuMDIyLjAzMy4wMDcuMDA3LjAxNC4wMTQuMDE0LjAyLjAwNy4wMDcuMDE0LjAyLjAyOC4wMjctLjAwNyAwIDAgLjAwNyAwIC4wMDdMNy4yNTYgMTRjMCAuMDA3LjY0OS0uNjEuNjQ5LS42MUwxLjU2OCA3LjQzM0gyMHYtLjg2NFoiLz4KPC9zdmc+Cg==);
}

.about-gallery__btn::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDE0Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjAgNi41NjhIMS41NjhMNy45MDUuNjFjMC0uMDI2LS42NS0uNjE1LS42NS0uNjA5TC4xMjkgNi42OTZjMCAuMDA2LS4wMDcuMDA2LS4wMTQuMDEzbC0uMDI4LjAyN2MtLjAwOC4wMDYtLjAxNS4wMTMtLjAxNS4wMi0uMDA3LjAwNy0uMDE0LjAyLS4wMjEuMDMzLS4wMDcuMDA3LS4wMDcuMDItLjAxNC4wMjcgMCAuMDA3LS4wMDcuMDEzLS4wMDcuMDJ2LjAxNGMtLjAwOC4wMDYtLjAwOC4wMi0uMDA4LjAyNiAwIC4wMTQtLjAwNy4wMi0uMDA3LjAzNCAwIC4wMDcgMCAuMDItLjAwNy4wMjcgMCAuMDEzIDAgLjAyLS4wMDcuMDMzdi4wNjdjMCAuMDEzIDAgLjAyLjAwNy4wMzQgMCAuMDA2IDAgLjAyLjAwNy4wMjYgMCAuMDE0LjAwNy4wMi4wMDcuMDM0IDAgLjAwNi4wMDguMDIuMDA4LjAyNyAwIC4wMDYgMCAuMDA2LjAwNy4wMTMgMCAuMDA3LjAwNy4wMTMuMDE0LjAyLjAwNy4wMDcuMDA3LjAyLjAxNC4wMjcuMDA3LjAxMy4wMTQuMDIuMDIyLjAzMy4wMDcuMDA3LjAxNC4wMTQuMDE0LjAyLjAwNy4wMDcuMDE0LjAyLjAyOC4wMjctLjAwNyAwIDAgLjAwNyAwIC4wMDdMNy4yNTYgMTRjMCAuMDA3LjY0OS0uNjEuNjQ5LS42MUwxLjU2OCA3LjQzM0gyMHYtLjg2NFoiLz4KPC9zdmc+Cg==);
	opacity: 0;
}

.about-gallery__btn:hover::after {
	opacity: 1;
}

.about-gallery__btn--next {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.about-gallery__btn:not(:last-child) {
	margin-right: 5px;
}

.about-team {
	min-height: 100vh;
	padding-top: 280px;
	padding-bottom: 100px;
}

.about-founders {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-founders__left {
	width: calc(33.333% - 84px);
}

.about-founders__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	color: #b68e5b;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.68;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.about-founders__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 68px;
	line-height: 1.15;
	font-family: "Gilroy";
}

.about-founders__right {
	width: calc(66.666% - 42px);
	max-width: 906px;
	margin-left: auto;
}

.about-founders__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -63px;
}

.about-founders__item {
	width: calc(50% - 126px);
	margin: 63px;
}

.about-founders__item-img {
	position: relative;
	margin-bottom: 16px;
}

.about-founders__item-img:before {
	display: block;
	padding-top: 116.923%;
	content: "";
}

.about-founders__item-img img,
.about-geo-popup__gallery .swiper-slide img,
.about-geo-popup__thumbs .swiper-slide img,
.about-managers__item-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-founders__item-name {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	font-family: "Gilroy";
}

.about-founders__item-text {
	position: relative;
	margin-top: 40px;
	margin-bottom: 0;
	padding: 20px 40px;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
}

.about-founders__item-text:after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	height: 67px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NSIgaGVpZ2h0PSI2NyIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDc1IDY3Ij4KICA8cGF0aCBmaWxsPSIjRUZGMkYyIiBkPSJNMzYuMTg0IDAgMjMuNjA3IDMzLjY0Nmg4LjQ4MkwyNS4wNjkgNjdILjVsNy4wMi0zMy4zNTRMMjMuMzE0IDBoMTIuODdaTTc0LjUgMCA2MS45MjMgMzMuNjQ2aDguNDgyTDYzLjM4NSA2N0gzOC44MTZsNy4wMi0zMy4zNTRMNjEuNjMgMEg3NC41WiIvPgo8L3N2Zz4K);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.about-managers {
	margin-top: 70px;
}

.about-managers__title {
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 45px;
	line-height: 1.2;
}

.about-managers__list,
.about-managers__list.swiper-container {
	margin-left: 0;
	overflow: visible;
}

.about-managers__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	will-change: transform;
}

.about-managers__item.swiper-slide {
	flex-shrink: 0;
	width: calc(20% - 72px);
	-ms-flex-negative: 0;
}

.about-managers__item-img {
	position: relative;
	margin-bottom: 16px;
}

.about-managers__item-img:before {
	display: block;
	width: 100%;
	padding-top: 100%;
	content: "";
}

.about-managers__item-name {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Gilroy";
}

.about-managers__item-job {
	margin-top: 8px;
	margin-bottom: 0;
	color: #a5a5a7;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .01em;
}

.about-geo__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 68px;
	line-height: 1.15;
	font-family: "Gilroy";
}

.about-geo__wrapper {
	position: relative;
	height: 790px;
	margin-top: 68px;
}

.about-geo__wrapper .about-geo__map>ymaps {
	height: 100% !important;
}

.about-geo__box {
	z-index: 1;
	position: absolute;
	top: 50px;
	left: 0;
	width: 449px;
	height: 500px;
	padding: 30px 40px 40px;
	background: #fff;
	-webkit-box-shadow: 0 4px 100px 0 rgba(165, 165, 167, .7);
	box-shadow: 0 4px 100px 0 rgba(165, 165, 167, .7);
}

.about-geo__close::after,
.about-geo__close::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo__close::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMjIgNy41IDcuNSAyMk03LjUgNy41IDIyIDIyIi8+Cjwvc3ZnPgo=);
}

.about-geo__close:hover::before {
	opacity: 0;
}

.about-geo__close::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8cGF0aCBzdHJva2U9IiNCNjhENUMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMjIgNy41IDcuNSAyMk03LjUgNy41IDIyIDIyIi8+Cjwvc3ZnPgo=);
	opacity: 0;
}

.about-geo__close:hover::after {
	opacity: 1;
}

.about-geo__opens {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.about-geo__open {
	display: block;
	padding: 0 20px;
	border: 0;
	border-radius: 35px;
	background: 0 0;
	color: #363d41;
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-geo__open:hover {
	background: #eff2f2;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.about-geo__open.is-active {
	background: #eff2f2;
}

.about-geo__open:not(:last-child) {
	margin-right: 5px;
}

.about-geo__filter {
	display: none;
	margin-top: 40px;
}

.about-geo__filter.is-active {
	display: block;
}

.about-geo__btn,
.about-geo__option {
	border: 0;
	background: 0 0;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-geo__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 20px;
	border-radius: 35px;
	color: #363d41;
	line-height: 35px;
}

.about-geo__btn:hover {
	-webkit-transition: background .2s ease-out, color .2s ease-out;
	-o-transition: background .2s ease-out, color .2s ease-out;
	transition: background .2s ease-out, color .2s ease-out;
}

.about-geo__btn.is-active,
.about-geo__btn:hover {
	background: #b68e5b;
	color: #fff;
}

.about-geo__option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	padding: 10px 30px 10px 52px;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.about-geo__option:hover {
	color: #b68e5b;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.about-geo__option.is-active {
	color: #b68e5b;
}

.about-geo__option:not(:first-child) {
	margin-top: 20px;
}

.about-geo__option::after,
.about-geo__option::before {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.about-geo__option::after {
	opacity: 0;
}

.about-geo__option--zhilye::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQTVBNUE3IiBkPSJNMy43NSAwdjIwaDV2LTMuNzVoMi41VjIwaDVWMEgzLjc1Wk03LjUgMTVINXYtMi41aDIuNVYxNVptMC0zLjc1SDV2LTIuNWgyLjV2Mi41Wm0wLTMuNzVINVY1aDIuNXYyLjVabTAtMy43NUg1di0yLjVoMi41djIuNVpNMTEuMjUgMTVoLTIuNXYtMi41aDIuNVYxNVptMC0zLjc1aC0yLjV2LTIuNWgyLjV2Mi41Wm0wLTMuNzVoLTIuNVY1aDIuNXYyLjVabTAtMy43NWgtMi41di0yLjVoMi41djIuNVpNMTUgMTVoLTIuNXYtMi41SDE1VjE1Wm0wLTMuNzVoLTIuNXYtMi41SDE1djIuNVptMC0zLjc1aC0yLjVWNUgxNXYyLjVabTAtMy43NWgtMi41di0yLjVIMTV2Mi41WiIvPgo8L3N2Zz4K);
}

.about-geo__option--cottage::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQTVBNUE3IiBkPSJNMTguMzM1IDcuNTAzIDEwIC44MzYgMS42NjggNy41MDN2MS42NjZoMS42Njd2OC4zMzRINy41di0zLjMzNGEyLjUgMi41IDAgMSAxIDUgMHYzLjMzNGg0LjE2N1Y5LjE2OWgxLjY2N1Y3LjUwM1oiLz4KPC9zdmc+Cg==);
}

.about-geo__option--bc::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQTVBNUE3IiBkPSJNOS45OTkgMTUuODM0aDEuNjY2VjVsNS4zMjkgMi4yODRhLjgzMy44MzMgMCAwIDEgLjUwNS43NjZ2Ny43ODRoMS42NjZWMTcuNUguODMydi0xLjY2NmgxLjY2N1Y0LjcwOWEuODMzLjgzMyAwIDAgMSAuNDk1LS43NjJsNi40MTktMi44NTNhLjQxNy40MTcgMCAwIDEgLjU4Ni4zOHYxNC4zNloiLz4KPC9zdmc+Cg==);
}

.about-geo__option--social::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQTVBNUE3IiBkPSJNMCA5djguNWEuNS41IDAgMCAwIC41LjVIM1Y4SDFhMSAxIDAgMCAwLTEgMVptMTEuMjUtMS41aC0uNzVWNi4yNWEuMjUuMjUgMCAwIDAtLjI1LS4yNWgtLjVhLjI1LjI1IDAgMCAwLS4yNS4yNXYyYzAgLjEzOC4xMTIuMjUuMjUuMjVoMS41YS4yNS4yNSAwIDAgMCAuMjUtLjI1di0uNWEuMjUuMjUgMCAwIDAtLjI1LS4yNVptNC4zMDUtMS45OTktNS0zLjMzM2ExIDEgMCAwIDAtMS4xMSAwbC01IDMuMzMzQTEgMSAwIDAgMCA0IDYuMzMzVjE4aDR2LTQuNWEuNS41IDAgMCAxIC41LS41aDNhLjUuNSAwIDAgMSAuNS41VjE4aDRWNi4zMzNhMSAxIDAgMCAwLS40NDUtLjgzMlpNMTAgMTBhMi41IDIuNSAwIDEgMSAwLTUgMi41IDIuNSAwIDAgMSAwIDVabTktMmgtMnYxMGgyLjVhLjUuNSAwIDAgMCAuNS0uNVY5YTEgMSAwIDAgMC0xLTFaIi8+Cjwvc3ZnPgo=);
}

.about-geo__option--zhilye::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQjY4RTVCIiBkPSJNMy43NSAwdjIwaDV2LTMuNzVoMi41VjIwaDVWMEgzLjc1Wk03LjUgMTVINXYtMi41aDIuNVYxNVptMC0zLjc1SDV2LTIuNWgyLjV2Mi41Wm0wLTMuNzVINVY1aDIuNXYyLjVabTAtMy43NUg1di0yLjVoMi41djIuNVpNMTEuMjUgMTVoLTIuNXYtMi41aDIuNVYxNVptMC0zLjc1aC0yLjV2LTIuNWgyLjV2Mi41Wm0wLTMuNzVoLTIuNVY1aDIuNXYyLjVabTAtMy43NWgtMi41di0yLjVoMi41djIuNVpNMTUgMTVoLTIuNXYtMi41SDE1VjE1Wm0wLTMuNzVoLTIuNXYtMi41SDE1djIuNVptMC0zLjc1aC0yLjVWNUgxNXYyLjVabTAtMy43NWgtMi41di0yLjVIMTV2Mi41WiIvPgo8L3N2Zz4K);
}

.about-geo__option--cottage::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQjY4RTVCIiBkPSJNMTguMzM1IDcuNTAzIDEwIC44MzYgMS42NjggNy41MDN2MS42NjZoMS42Njd2OC4zMzRINy41di0zLjMzNGEyLjUgMi41IDAgMSAxIDUgMHYzLjMzNGg0LjE2N1Y5LjE2OWgxLjY2N1Y3LjUwM1oiLz4KPC9zdmc+Cg==);
}

.about-geo__option--bc::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQjY4RTVCIiBkPSJNOS45OTkgMTUuODM0aDEuNjY2VjVsNS4zMjkgMi4yODRhLjgzMy44MzMgMCAwIDEgLjUwNS43NjZ2Ny43ODRoMS42NjZWMTcuNUguODMydi0xLjY2NmgxLjY2N1Y0LjcwOWEuODMzLjgzMyAwIDAgMSAuNDk1LS43NjJsNi40MTktMi44NTNhLjQxNy40MTcgMCAwIDEgLjU4Ni4zOHYxNC4zNloiLz4KPC9zdmc+Cg==);
}

.about-geo__option--social::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImFib3V0LWdlb19faWNvbiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBmaWxsPSIjQjY4RTVCIiBkPSJNMCA5djguNWEuNS41IDAgMCAwIC41LjVIM1Y4SDFhMSAxIDAgMCAwLTEgMVptMTEuMjUtMS41aC0uNzVWNi4yNWEuMjUuMjUgMCAwIDAtLjI1LS4yNWgtLjVhLjI1LjI1IDAgMCAwLS4yNS4yNXYyYzAgLjEzOC4xMTIuMjUuMjUuMjVoMS41YS4yNS4yNSAwIDAgMCAuMjUtLjI1di0uNWEuMjUuMjUgMCAwIDAtLjI1LS4yNVptNC4zMDUtMS45OTktNS0zLjMzM2ExIDEgMCAwIDAtMS4xMSAwbC01IDMuMzMzQTEgMSAwIDAgMCA0IDYuMzMzVjE4aDR2LTQuNWEuNS41IDAgMCAxIC41LS41aDNhLjUuNSAwIDAgMSAuNS41VjE4aDRWNi4zMzNhMSAxIDAgMCAwLS40NDUtLjgzMlpNMTAgMTBhMi41IDIuNSAwIDEgMSAwLTUgMi41IDIuNSAwIDAgMSAwIDVabTktMmgtMnYxMGgyLjVhLjUuNSAwIDAgMCAuNS0uNVY5YTEgMSAwIDAgMC0xLTFaIi8+Cjwvc3ZnPgo=);
}

.about-geo__option:hover::before {
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo__option.is-active::before {
	opacity: 0;
}

.about-geo__option:hover::after,
.about-geo__toggler::after,
.about-geo__toggler::before {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo__option.is-active::after,
.about-geo__option:hover::after {
	opacity: 1;
}

.about-geo__count {
	position: absolute;
	top: 10px;
	right: 0;
	color: #a5a5a7;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
}

.about-geo__toggler {
	display: none;
	z-index: 1;
	position: absolute;
	top: 30px;
	left: 0;
	width: 70px;
	height: 70px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #b68d5c;
	cursor: pointer;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-geo__toggler:hover {
	background: #fff;
}

.about-geo__toggler::after,
.about-geo__toggler::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.about-geo__toggler::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik02LjI1IDE1VjVtMTcuNSAyMHYtMy43NU02LjI1IDI1di01bTE3LjUtMy43NVY1TTE1IDguNzVWNW0wIDIwVjEzLjc1TTYuMjUgMjBhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDVaTTE1IDEzLjc1YTIuNSAyLjUgMCAxIDAgMC01IDIuNSAyLjUgMCAwIDAgMCA1Wk0yMy43NSAyMS4yNWEyLjUgMi41IDAgMSAwIDAtNSAyLjUgMi41IDAgMCAwIDAgNVoiLz4KPC9zdmc+Cg==);
}

#cursor.cursor--no,
.about-geo__toggler:hover::before {
	opacity: 0;
}

.about-geo__toggler::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDMwIDMwIj4KICA8cGF0aCBzdHJva2U9IiNCNjhENUMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik02LjI1IDE1VjVtMTcuNSAyMHYtMy43NU02LjI1IDI1di01bTE3LjUtMy43NVY1TTE1IDguNzVWNW0wIDIwVjEzLjc1TTYuMjUgMjBhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDVaTTE1IDEzLjc1YTIuNSAyLjUgMCAxIDAgMC01IDIuNSAyLjUgMCAwIDAgMCA1Wk0yMy43NSAyMS4yNWEyLjUgMi41IDAgMSAwIDAtNSAyLjUgMi41IDAgMCAwIDAgNVoiLz4KPC9zdmc+Cg==);
	opacity: 0;
}

.about-geo__toggler:hover::after {
	opacity: 1;
}

.about-geo__map {
	visibility: hidden;
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
}

.about-geo__map.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.about-geo__map .ymaps-2-1-79-ground-pane,
.about-geo__map .ymaps-2-1-79-map-copyrights-promo,
.about-geo__map canvas {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}

.about-geo__map.satellite-mode .ymaps-2-1-79-ground-pane,
.about-geo__map.satellite-mode .ymaps-2-1-79-map-copyrights-promo,
.about-geo__map.satellite-mode canvas {
	filter: none !important;
	-webkit-filter: none !important;
}

.about-mark,
.about-mark-active {
	z-index: 1;
	position: absolute;
}

.about-mark-active {
	top: -92px;
	left: -34.5px;
	width: 79px;
	height: 92px;
}

.about-mark {
	top: -8px;
	left: -8px;
	width: 16px;
	height: 16px;
}

.about-mark__icon-active {
	z-index: 1;
	position: relative;
	width: 79px;
	height: 92px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3OSIgaGVpZ2h0PSI5MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDc5IDkyIj4KICA8cGF0aCBmaWxsPSIjOUYxQzM3IiBkPSJNNzkgMzkuNDU0Qzc5IDE3LjY2NCA2MS4zMTUgMCAzOS41IDBTMCAxNy42NjQgMCAzOS40NTRjMCAxMy41NDUgNi44MzQgMjUuNDk0IDE3LjI0NSAzMi42aC0uMDAzQzMzLjMwNCA4My44ODMgMzUuNDI2IDgzLjg2MiAzNy40MTcgOTAuMTIgMzcuNzQzIDkxLjE0NCAzOC40MjcgOTIgMzkuNSA5MmMxLjA3MyAwIDEuODEtLjg0MiAyLjA4My0xLjg3OSAxLjYzNy02LjI2IDQuMTEzLTYuMjM4IDIwLjE3Mi0xOC4wNjdoLS4wMDRDNzIuMTY2IDY0Ljk0OCA3OSA1Mi45OTkgNzkgMzkuNDU0WiIvPgo8L3N2Zz4K);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.about-mark-active[data-type=cottage] .about-mark__icon-active {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3OSIgaGVpZ2h0PSI5MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDc5IDkyIj4KICA8cGF0aCBmaWxsPSIjQjY4RTVCIiBkPSJNNzkgMzkuNDU0Qzc5IDE3LjY2NCA2MS4zMTUgMCAzOS41IDBTMCAxNy42NjQgMCAzOS40NTRjMCAxMy41NDUgNi44MzQgMjUuNDk0IDE3LjI0NSAzMi42aC0uMDAzQzMzLjMwNCA4My44ODMgMzUuNDI2IDgzLjg2MiAzNy40MTcgOTAuMTIgMzcuNzQzIDkxLjE0NCAzOC40MjcgOTIgMzkuNSA5MmMxLjA3MyAwIDEuODEtLjg0MiAyLjA4My0xLjg3OSAxLjYzNy02LjI2IDQuMTEzLTYuMjM4IDIwLjE3Mi0xOC4wNjdoLS4wMDRDNzIuMTY2IDY0Ljk0OCA3OSA1Mi45OTkgNzkgMzkuNDU0WiIvPgo8L3N2Zz4K);
}

.about-mark[data-type=zhilye] .about-mark__icon {
	z-index: 1;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	outline: 0 solid rgba(159, 28, 55, .3);
	background: #9f1c37;
	-webkit-transition: outline ease .2s;
	-o-transition: outline ease .2s;
	transition: outline ease .2s;
}

.about-mark[data-type=bc].hover .about-mark__icon,
.about-mark[data-type=cottage].hover .about-mark__icon,
.about-mark[data-type=social].hover .about-mark__icon,
.about-mark[data-type=zhilye].hover .about-mark__icon {
	outline-width: 4px;
}

.about-mark[data-type=cottage] .about-mark__icon {
	outline: 0 solid rgba(182, 142, 91, .3);
	background: #b68e5b;
}

.about-mark[data-type=bc] .about-mark__icon,
.about-mark[data-type=cottage] .about-mark__icon,
.about-mark[data-type=social] .about-mark__icon {
	z-index: 1;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-transition: outline ease .2s;
	-o-transition: outline ease .2s;
	transition: outline ease .2s;
}

.about-mark[data-type=bc] .about-mark__icon {
	outline: 0 solid rgba(54, 61, 65, .3);
	background: #363d41;
}

.about-mark[data-type=social] .about-mark__icon {
	outline: 0 solid rgba(40, 97, 184, .3);
	background: #2861b8;
}

.about-mark__img {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 71px;
	height: 71px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.about-geo__map .ymaps-2-1-79-balloon {
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.about-geo__map .ymaps-2-1-79-balloon__layout {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: visible !important;
	background: 0 0 !important;
}

.about-geo__map .ymaps-2-1-79-balloon__content {
	position: absolute !important;
	min-width: auto !important;
	height: auto !important;
	min-height: auto !important;
	padding: 0 !important;
	background: 0 0 !important;
	font: inherit !important;
}

.about-geo__map .ymaps-2-1-79-balloon__content>ymaps {
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
}

.about-geo__map .ymaps-2-1-79-balloon__tail {
	display: none !important;
}

.about-mark__info {
	position: absolute;
	top: 16px;
	left: 50%;
	min-width: 220px;
	padding: 8px 16px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	text-align: center;
}

.about-mark__info.about-mark__info--active {
	top: 6px;
}

.about-mark__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsPSIjMzYzRDQxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4wODcgNC4zNTRhLjUuNSAwIDAgMC0uNzA3LS43MDhMNy44NjcgNy4xNiA0LjM1NCAzLjY0NmEuNS41IDAgMSAwLS43MDguNzA4TDcuMTYgNy44NjcgMy42NDYgMTEuMzhhLjUuNSAwIDEgMCAuNzA4LjcwN2wzLjUxMy0zLjUxMyAzLjUxMyAzLjUxM2EuNS41IDAgMCAwIC43MDctLjcwN0w4LjU3NCA3Ljg2N2wzLjUxMy0zLjUxM1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-mark__close:hover {
	opacity: .7;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-mark__title {
	color: #363d41;
	font-weight: 600;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}

.about-mark__address,
.about-mark__link {
	margin-top: 8px;
	color: #363d41;
	font-weight: 500;
	font-size: 12px;
	font-family: "Raleway", sans-serif;
}

.about-mark__link {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	color: #b68e5b;
	font-weight: 600;
	text-decoration: none;
}

.about-mark__link:focus {
	color: #b68e5b;
	text-decoration: none;
}

.about-mark__link:hover {
	color: #b68e5b;
	text-decoration: none;
	opacity: .7;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-mark__link::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBzdHJva2U9IiNCNjhFNUIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0zLjMzMiA4aDkuMzMzTTggMy4zMzJsNC42NjcgNC42NjdMOCAxMi42NjUiLz4KPC9zdmc+Cg==);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

ymaps[class$=zoom] {
	height: 10px !important;
}

.about-history {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 150px 0;
	color: #fff;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.about-history:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #363d41;
	content: "";
}

.about-history__right {
	width: 50%;
	padding-left: 206px;
}

.about-history__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	color: #b68e5b;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.68;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.about-history__title {
	max-width: 390px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 68px;
	line-height: 1.15;
	font-family: "Gilroy";
}

.about-history__left {
	order: -1;
	width: 50%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
}

.about-history__left-top {
	position: relative;
	width: calc(100% + 180px);
	margin-left: -180px;
	padding-bottom: 20px;
	overflow: hidden;
}

.about-history__left-top::after {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 100%;
	height: 1px;
	background: #363d41;
	background: -o-linear-gradient(left, #363d41 0, #a5a5a7 56%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #363d41), color-stop(56%, #a5a5a7));
	background: linear-gradient(90deg, #363d41 0, #a5a5a7 56%);
	content: "";
}

.about-history__slider-left,
.about-history__slider-left.swiper-container {
	width: 146px;
	margin-right: 0;
	overflow: visible;
}

.about-history__slide-left,
.about-history__slide-left.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: flex-end;
	height: 99px;
	padding-bottom: 38px;
	color: transparent;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.33;
	cursor: pointer;
	-webkit-transition: width .5s ease, padding-bottom .5s ease, color .5s ease, font-size .5s ease, line-height .5s ease, letter-spacing .5s ease;
	-o-transition: width .5s ease, padding-bottom .5s ease, color .5s ease, font-size .5s ease, line-height .5s ease, letter-spacing .5s ease;
	transition: width .5s ease, padding-bottom .5s ease, color .5s ease, font-size .5s ease, line-height .5s ease, letter-spacing .5s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-align: end;
	-ms-flex-align: end;
}

.about-history__slide-left.swiper-slide-active,
.about-history__slide-left.swiper-slide.swiper-slide-active {
	width: 233px !important;
	padding-bottom: 21px;
	color: #b68e5b;
	font-size: 68px;
	line-height: 1.15;
	letter-spacing: .01em;
}

.about-history__slide-left.swiper-slide-active+.about-history__slide-left,
.about-history__slide-left.swiper-slide.swiper-slide-active+.about-history__slide-left.swiper-slide {
	color: #a5a5a7;
}

.about-history__slide-left.swiper-slide-active+.about-history__slide-left+.about-history__slide-left,
.about-history__slide-left.swiper-slide.swiper-slide-active+.about-history__slide-left.swiper-slide+.about-history__slide-left.swiper-slide {
	color: rgba(165, 165, 167, .6);
}

.about-history__slide-left.swiper-slide-active+.about-history__slide-left+.about-history__slide-left+.about-history__slide-left,
.about-history__slide-left.swiper-slide.swiper-slide-active+.about-history__slide-left.swiper-slide+.about-history__slide-left.swiper-slide+.about-history__slide-left.swiper-slide {
	color: rgba(165, 165, 167, .4);
}

.about-history__slide-left.swiper-slide-active+.about-history__slide-left+.about-history__slide-left+.about-history__slide-left+.about-history__slide-left,
.about-history__slide-left.swiper-slide.swiper-slide-active+.about-history__slide-left.swiper-slide+.about-history__slide-left.swiper-slide+.about-history__slide-left.swiper-slide+.about-history__slide-left.swiper-slide {
	color: rgba(165, 165, 167, .2);
}

.about-history__slide-left.swiper-slide::before,
.about-history__slide-left::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	border: 1px solid #a5a5a7;
	background: #363d41;
	content: "";
	-webkit-transition: border-color .5s ease, background .5s ease;
	-o-transition: border-color .5s ease, background .5s ease;
	transition: border-color .5s ease, background .5s ease;
}

.about-history__slide-left.swiper-slide-active::before,
.about-history__slide-left.swiper-slide.swiper-slide-active::before {
	border-color: #b68e5b;
	background: #b68e5b;
}

.about-history__btns,
.about-history__left-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-history__left-bottom {
	justify-content: flex-end;
	margin-top: 76px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}

.about-history__btns {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
}

.about-history__btn {
	display: block;
	z-index: 1;
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #eff2f2;
	background: #363d41;
	cursor: pointer;
	-webkit-transition: background .2s ease-out, border-color .2s ease-out, opacity .2s ease-out;
	-o-transition: background .2s ease-out, border-color .2s ease-out, opacity .2s ease-out;
	transition: background .2s ease-out, border-color .2s ease-out, opacity .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.about-history__btn[disabled] {
	opacity: .7;
}

.about-history__btn:not([disabled]):hover {
	border-color: #b68e5b;
	background: #b68e5b;
}

.about-history__btn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 14px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDE0Ij4KICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjAgNi41NjhIMS41NjhMNy45MDUuNjFjMC0uMDI2LS42NS0uNjE1LS42NS0uNjA5TC4xMjkgNi42OTZjMCAuMDA2LS4wMDcuMDA2LS4wMTQuMDEzbC0uMDI4LjAyN2MtLjAwOC4wMDYtLjAxNS4wMTMtLjAxNS4wMi0uMDA3LjAwNy0uMDE0LjAyLS4wMjEuMDMzLS4wMDcuMDA3LS4wMDcuMDItLjAxNC4wMjcgMCAuMDA3LS4wMDcuMDEzLS4wMDcuMDJ2LjAxNGMtLjAwOC4wMDYtLjAwOC4wMi0uMDA4LjAyNiAwIC4wMTQtLjAwNy4wMi0uMDA3LjAzNCAwIC4wMDcgMCAuMDItLjAwNy4wMjcgMCAuMDEzIDAgLjAyLS4wMDcuMDMzdi4wNjdjMCAuMDEzIDAgLjAyLjAwNy4wMzQgMCAuMDA2IDAgLjAyLjAwNy4wMjYgMCAuMDE0LjAwNy4wMi4wMDcuMDM0IDAgLjAwNi4wMDguMDIuMDA4LjAyNyAwIC4wMDYgMCAuMDA2LjAwNy4wMTMgMCAuMDA3LjAwNy4wMTMuMDE0LjAyLjAwNy4wMDcuMDA3LjAyLjAxNC4wMjcuMDA3LjAxMy4wMTQuMDIuMDIyLjAzMy4wMDcuMDA3LjAxNC4wMTQuMDE0LjAyLjAwNy4wMDcuMDE0LjAyLjAyOC4wMjctLjAwNyAwIDAgLjAwNyAwIC4wMDdMNy4yNTYgMTRjMCAuMDA3LjY0OS0uNjEuNjQ5LS42MUwxLjU2OCA3LjQzM0gyMHYtLjg2NFoiLz4KPC9zdmc+Cg==);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.about-history__btn--prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.about-history__btn:not(:first-child) {
	margin-right: 5px;
}

.about-history__bottom {
	width: 100%;
	margin-top: 90px;
}

.about-history__slider-bottom,
.about-history__slider-bottom.swiper-container {
	margin-left: 0;
}

.about-history__slide-bottom,
.about-history__slide-bottom.swiper-slide {
	color: #eff2f2;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.62;
	font-family: "Raleway", sans-serif;
}

.about-history__slide-bottom p {
	margin: 0;
}

.about-awards {
	margin: 150px 0;
}

.about-awards__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 110px;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.about-awards__top-left {
	width: 38%;
}

.about-awards__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	color: #b68e5b;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.68;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.about-awards__title {
	max-width: 390px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 68px;
	line-height: 1.15;
	font-family: "Gilroy";
}

.about-awards__top-right {
	width: 62%;
	padding-left: 186px;
}

.about-awards__descr {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.33;
	font-family: "Raleway", sans-serif;
}

.about-awards__slider,
.about-awards__slider.swiper-container {
	margin-left: 0;
	overflow: visible;
}

.about-awards__slide,
.about-awards__slide.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 25%;
	padding: 32px;
	background: #eff2f2;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.about-awards__slide-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
}

.about-awards__slide-img {
	display: block;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	-ms-flex-negative: 0;
}

.about-awards__slide-year {
	margin-left: auto;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.68;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.about-awards__slide-title {
	margin-top: 32px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
}

.about-awards__slide-text {
	margin-top: 8px;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.62;
	font-family: "Raleway", sans-serif;
}

.about-awards__slide-bottom {
	margin-top: auto;
	padding-top: 32px;
}

.about-awards__slide-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
}

.about-awards__slide-tag {
	margin: 4px;
	padding: 4px 16px;
	border: 1px solid #363d41;
	color: #363d41;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.62;
	font-family: "Raleway", sans-serif;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a.about-awards__slide-tag:hover {
	border-color: #b68e5b;
	background: #b68e5b;
	color: #fff;
	text-decoration: none;
}

.about-info {
	position: relative;
	margin-top: 150px;
	padding-bottom: 75px;
}

.about-info:before {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 101vw;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #363d41;
	content: "";
}

.about-info__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 100px 0;
	border-bottom: 1px solid #fff;
}

.about-info__left {
	width: 50%;
	padding-right: 15px;
}

.about-info__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.68;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.about-info__title {
	max-width: 390px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 68px;
	line-height: 1.15;
}

.about-info__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
	padding-top: 15px;
	padding-left: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.about-info__email {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.33;
	text-decoration: none;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-info__email:focus {
	color: #fff;
	text-decoration: none;
}

.about-info__email:hover {
	color: #b68e5b;
	text-decoration: none;
	opacity: .7;
}

.about-info__email::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/local/templates/main/css/../images/about_mail.svg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.about-info__tel {
	display: inline-block;
	position: relative;
	margin-top: 30px;
	padding-left: 34px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.33;
	text-decoration: none;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-info__tel:focus {
	color: #fff;
	text-decoration: none;
}

.about-info__tel:hover {
	color: #b68e5b;
	text-decoration: none;
	opacity: .7;
}

.about-info__tel::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/local/templates/main/css/../images/about_tel.svg);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.about-info__text {
	margin-left: 34px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.62;
	font-family: "Raleway", sans-serif;
}

.about-info__btn {
	display: inline-block;
	margin-top: 30px;
	padding: 13px 27px;
	border: 1px solid #fff;
	background: #fff;
	color: #363d41;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.214;
	letter-spacing: .01em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background .2s ease-out, color .2s ease-out;
	-o-transition: background .2s ease-out, color .2s ease-out;
	transition: background .2s ease-out, color .2s ease-out;
}

.about-info__btn:focus {
	color: #363d41;
	text-decoration: none;
}

.about-info__btn:hover {
	border-color: #b68e5b;
	background: #b68e5b;
	color: #fff;
	text-decoration: none;
}

.cursor-pull {
	cursor: none;
}

#cursor,
.about-geo-popup__back:before,
.about-geo__back:before {
	width: 20px;
	height: 20px;
	background-size: contain;
}

#cursor {
	z-index: 99999;
	position: fixed;
	margin-top: -10px;
	margin-left: -10px;
	overflow: hidden;
	border-radius: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	pointer-events: none;
	-webkit-transition: width .3s, height .3s, margin .3s, opacity .3s, background-color .3s;
	-o-transition: width .3s, height .3s, margin .3s, opacity .3s, background-color .3s;
	transition: width .3s, height .3s, margin .3s, opacity .3s, background-color .3s;
}

#cursor:before {
	content: "";
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 120px;
	text-align: center;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

#cursor.cursor--pull:before,
.about-geo__back::after,
.about-geo__type {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-geo__back::after {
	top: -2px;
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

#cursor.cursor--pull:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-radius: 22px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, .7)url(/local/templates/main/css/../images/about_mouse_2.svg)no-repeat center;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#cursor.cursor--pull {
	width: 94px;
	height: 44px;
	margin-top: -22px;
	margin-left: -57px;
}

.about-geo__type {
	display: none;
	z-index: 2;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.about-geo__type.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-geo__top {
	flex-shrink: 0;
	padding: 30px 40px;
	-ms-flex-negative: 0;
}

.about-geo-popup__back,
.about-geo__back {
	position: relative;
	padding: 0 0 0 30px;
	border: 0;
	background: 0 0;
	color: #a5a5a7;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.142;
	font-family: "Gilroy";
	cursor: pointer;
}

.about-geo__back {
	display: inline-block;
}

.about-geo-popup__back {
	display: none;
}

.about-geo-popup__back::before,
.about-geo__back::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBzdHJva2U9IiNBNUE1QTciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTExLjY2NiAxMy4zMzMgOC4zMzMgMTBsMy4zMzMtMy4zMzNNMTguMzMzIDEwYTguMzMzIDguMzMzIDAgMSAxLTE2LjY2NyAwIDguMzMzIDguMzMzIDAgMCAxIDE2LjY2NyAwWiIvPgo8L3N2Zz4K);
}

.about-geo-popup__back::after,
.about-geo-popup__back::before,
.about-geo__back::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.about-geo-popup__back::after,
.about-geo__back::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8cGF0aCBzdHJva2U9IiNCNjhFNUIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTExLjY2NiAxMy4zMzMgOC4zMzMgMTBsMy4zMzMtMy4zMzNNMTguMzMzIDEwYTguMzMzIDguMzMzIDAgMSAxLTE2LjY2NyAwIDguMzMzIDguMzMzIDAgMCAxIDE2LjY2NyAwWiIvPgo8L3N2Zz4K);
	opacity: 0;
}

.about-geo-popup__back:focus,
.about-geo-popup__back:hover,
.about-geo__back:focus,
.about-geo__back:hover {
	color: #b68e5b;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.about-geo__back:focus::after {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo__back:focus::before {
	opacity: 0;
}

.about-geo__back:focus::before,
.about-geo__back:hover::after {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo__back:hover::before {
	opacity: 0;
}

.about-geo-popup__back:focus::after,
.about-geo__back:hover::before {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo-popup__back:focus::before {
	opacity: 0;
}

.about-geo-popup__back:focus::before,
.about-geo-popup__back:hover::after,
.about-geo-popup__back:hover::before {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo-popup__back:hover::before {
	opacity: 0;
}

.about-geo-popup__back:focus::after,
.about-geo-popup__back:hover::after,
.about-geo__back:focus::after,
.about-geo__back:hover::after {
	opacity: 1;
}

.about-geo__inner {
	-ms-flex: auto;
	flex: auto;
	overflow: hidden;
	-webkit-box-flex: 1;
}

.about-geo__inner-list {
	padding: 0 40px !important;
}

.about-geo__inner-list.scroll-wrapper {
	height: 100%;
}

.about-geo__inner-list>.scroll-element,
.about-geo__inner-list>.scroll-element div {
	z-index: 10;
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
}

.about-geo__inner-list>.scroll-element div {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-geo__inner-list>.scroll-element.scroll-x {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}

.about-geo__inner-list>.scroll-element.scroll-y {
	top: 3px;
	right: 3px;
	width: 5px;
	height: calc(100% - 6px);
}

.about-geo__inner-list>.scroll-element .scroll-element_outer {
	overflow: hidden;
	border-radius: 5px;
}

.about-geo__inner-list>.scroll-element .scroll-bar,
.about-geo__inner-list>.scroll-element .scroll-element_track {
	border-radius: 5px;
}

.about-geo__inner-list>.scroll-element .scroll-element_track {
	background-color: transparent;
}

.about-geo__inner-list>.scroll-element .scroll-bar,
.about-geo__inner-list>.scroll-element.scroll-draggable .scroll-bar,
.about-geo__inner-list>.scroll-element:hover .scroll-bar {
	background-color: #eff2f2;
}

.about-geo__inner-list>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: 0;
}

.about-geo__inner-list>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: 0;
}

.about-geo__inner-list>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: 0;
}

.about-geo__inner-list>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: 0;
}

.about-geo__item {
	position: relative;
	padding: 20px 0 20px 70px;
	cursor: pointer;
}

.about-geo__item:not(:last-child) {
	border-bottom: 1px solid #eff2f2;
}

.about-geo__item-img {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.about-geo__item::before {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7 21.6L27.2 20.2H5.8L7.4 21.6H25.7ZM10.1 24.3H22.8L24.3 22.8H8.6L10.1 24.3ZM12.8 26.9H20.1L21.7 25.5H11.3L12.9 26.9H12.8ZM4 18.4H28.9L16.7 6L4 18.4Z' fill='white'/%3E%3C/svg%3E%0A");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}

[data-type=zhilye] .about-geo__item::before {
	background-color: #9f1c37;
}

[data-type=cottage] .about-geo__item::before {
	background-color: #b68e5b;
}

[data-type=bc] .about-geo__item::before {
	background-color: #363d41;
}

[data-type=social] .about-geo__item::before {
	background-color: #2861b8;
}

.about-geo__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-geo__item-title {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	color: #363d41;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.166;
	font-family: "Gilroy";
}

.about-geo__item:hover .about-geo__item-title {
	color: #b68e5b;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

.about-geo__item-title::after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTcnIHZpZXdCb3g9JzAgMCAxNiAxNycgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNC42NjY2OSA1LjE2NjYzSDExLjMzMzRNMTEuMzMzNCA1LjE2NjYzVjExLjgzMzNNMTEuMzMzNCA1LjE2NjYzTDQuNjY2NjkgMTEuODMzMycgc3Ryb2tlPScjQTVBNUE3JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
}

.about-geo__item-title:not(:last-child) {
	margin-bottom: 10px;
}

.about-geo__item-address {
	margin-top: 0;
	margin-bottom: 0;
	color: #a5a5a7;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.142;
	font-family: "Gilroy";
}

.about-geo-popup {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-geo-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, .2);
}

.about-geo-popup__content {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 81.25%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}

.about-geo-popup__content-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.about-geo-popup__close {
	z-index: 2;
	position: fixed;
	top: 50px;
	right: 50px;
	width: 45px;
	height: 45px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDUnIGhlaWdodD0nNDUnIHZpZXdCb3g9JzAgMCA0NSA0NScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB3aWR0aD0nNDUnIGhlaWdodD0nNDUnIHJ4PScyMi41JyBmaWxsPSd3aGl0ZScvPjxwYXRoIGQ9J00yOC4zMzMzIDE2LjI1TDE2LjI1IDI4LjMzMzMnIHN0cm9rZT0nI0I2OEU1Qicgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48cGF0aCBkPSdNMTYuMjUgMTYuMjVMMjguMzMzMyAyOC4zMzMzJyBzdHJva2U9JyNCNjhFNUInIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+Cg==);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.about-geo-popup__close:hover,
.about-geo-popup__gallery .swiper-button-next:hover,
.about-geo-popup__gallery .swiper-button-prev:hover,
.about-geo-popup__thumbs .swiper-slide:hover {
	opacity: .8;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo-popup__left {
	width: 100%;
	padding: 100px 50px 50px;
}

.about-geo-popup__right+.about-geo-popup__left {
	width: 500px;
}

.about-geo-popup__title {
	color: #363d41;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.19;
	font-family: "Gilroy";
}

.about-geo-popup__title:not(:last-child) {
	margin-bottom: 40px;
}

.about-geo-popup__description {
	color: #000;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Gilroy";
}

.about-geo-popup__address:not(:last-child),
.about-geo-popup__description:not(:last-child) {
	margin-bottom: 20px;
}

.about-geo-popup__address,
.about-geo-popup__link {
	margin-top: 0;
	margin-bottom: 0;
	color: #a5a5a7;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Gilroy";
}

.about-geo-popup__link {
	display: inline-block;
	color: #b68d5c;
	font-weight: 600;
}

.about-geo-popup__link:focus,
.about-geo-popup__link:hover {
	color: #b68d5c;
	text-decoration: none;
	opacity: .8;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.about-geo-popup__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	order: 1;
	width: calc(100% - 500px);
	max-height: 100vh;
	padding-bottom: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.about-geo-popup__gallery {
	-ms-flex: auto;
	flex: auto;
	width: 100%;
	min-height: 400px;
	margin-bottom: 30px;
	-webkit-box-flex: 1;
}

.about-geo-popup__gallery::after {
	display: block;
	width: 100%;
	padding-bottom: 80.471698113207547%;
	content: "";
}

.about-geo-popup__gallery .swiper-wrapper:not(.otdelka__white .swiper-wrapper):not(.otdelka__what .swiper-wrapper):not(.about-history__bottom .swiper-wrapper):not(.detail-comp__content .swiper-wrapper) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.about-geo-popup__gallery .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.about-geo-popup__gallery .swiper-button-next,
.about-geo-popup__gallery .swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
	margin-top: -25px !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

.about-geo-popup__gallery .swiper-button-next {
	right: 50px !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTEnIHZpZXdCb3g9JzAgMCA1MCA1MScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB4PSc1MCcgeT0nNTAuNScgd2lkdGg9JzUwJyBoZWlnaHQ9JzUwJyByeD0nMjUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA1MC41KScgZmlsbD0nd2hpdGUnLz48cGF0aCBkPSdNMzEuMzQ4NyAyNC44NzVMMjQuMTA4NyAxNy42MzVMMjUgMTYuNzVMMzMuNzUgMjUuNUwyNSAzNC4yNUwyNC4xMDg3IDMzLjM2NUwzMS4zNDg3IDI2LjEyNUwxNi4yNSAyNi4xMjVMMTYuMjUgMjQuODc1TDMxLjM0ODcgMjQuODc1WicgZmlsbD0nI0I2OEU1Qicgc3Ryb2tlPScjQjY4RTVCJyBzdHJva2Utd2lkdGg9JzAuNzUnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K);
}

.about-geo-popup__gallery .swiper-button-next::after,
.about-geo-popup__gallery .swiper-button-prev::after {
	display: none;
}

.about-geo-popup__gallery .swiper-button-prev {
	left: 50px !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHJ4PScyNScgZmlsbD0nd2hpdGUnLz48cGF0aCBkPSdNMTguNjUxMiAyNS42MjVMMjUuODkxMyAzMi44NjVMMjUgMzMuNzVMMTYuMjUgMjVMMjUgMTYuMjVMMjUuODkxMyAxNy4xMzVMMTguNjUxMiAyNC4zNzVIMzMuNzVWMjUuNjI1SDE4LjY1MTJaJyBmaWxsPScjQjY4RTVCJyBzdHJva2U9JyNCNjhFNUInIHN0cm9rZS13aWR0aD0nMC43NScgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPgo=);
}

.about-geo-popup__thumbs {
	flex-shrink: 0;
	width: 100%;
	-ms-flex-negative: 0;
}

.about-geo-popup__thumbs .swiper-slide {
	position: relative;
}

.about-geo-popup__thumbs .swiper-slide.swiper-slide-thumb-active::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	content: "";
}

.about-geo-popup__thumbs .swiper-slide::after {
	display: block;
	width: 100%;
	padding-bottom: 74.866310160427807%;
	content: "";
}

.about-geo-popup--animate .about-geo-popup__content,
.about-geo-popup--animate .about-geo-popup__overlay {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.about-geo-popup.is-visible .about-geo-popup__content,
.about-geo-popup.is-visible .about-geo-popup__overlay {
	opacity: 1;
}

.about-mark-active.about-mark-link {
	top: -8px;
	left: -8px;
	width: 16px;
	height: 16px;
}

.about-mark__icon-active.about-mark__icon-link {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-image: none;
	-webkit-transition: outline ease .2s;
	-o-transition: outline ease .2s;
	transition: outline ease .2s;
}

.about-mark__info--active.about-mark__info--link {
	position: absolute;
	top: 16px;
	left: 50%;
	min-width: 220px;
	padding: 8px 16px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	text-align: center;
}

[data-type=zhilye] .about-mark__icon-active.about-mark__icon-link {
	z-index: 1;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	outline: 0 solid rgba(159, 28, 55, .3);
	background: #9f1c37;
	-webkit-transition: outline ease .2s;
	-o-transition: outline ease .2s;
	transition: outline ease .2s;
}

[data-type=cottage] .about-mark__icon-active.about-mark__icon-link {
	outline: 0 solid rgba(182, 142, 91, .3);
	background: #b68e5b;
}

[data-type=bc] .about-mark__icon-active.about-mark__icon-link,
[data-type=cottage] .about-mark__icon-active.about-mark__icon-link,
[data-type=social] .about-mark__icon-active.about-mark__icon-link {
	z-index: 1;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-transition: outline ease .2s;
	-o-transition: outline ease .2s;
	transition: outline ease .2s;
}

[data-type=bc] .about-mark__icon-active.about-mark__icon-link {
	outline: 0 solid rgba(54, 61, 65, .3);
	background: #363d41;
}

[data-type=social] .about-mark__icon-active.about-mark__icon-link {
	outline: 0 solid rgba(40, 97, 184, .3);
	background: #2861b8;
}

[data-type=bc].hover .about-mark__icon-active.about-mark__icon-link,
[data-type=cottage].hover .about-mark__icon-active.about-mark__icon-link,
[data-type=social].hover .about-mark__icon-active.about-mark__icon-link,
[data-type=zhilye].hover .about-mark__icon-active.about-mark__icon-link {
	outline-width: 4px;
}

@media (min-width: 991px) {
	.about-mark__info-active.about-mark__info--link .about-mark__close {
		display: block;
	}
}

@media (max-width:1920px) {
	.about-geo__box {
		width: 469px;
		padding: 30px 60px 40px 40px;
	}

	.about-advantages__inner {
		min-height: 594px;
	}

	.about-advantages__sliders {
		padding-right: 50px;
	}

	.about-line {
		padding: 80px 0;
	}

	.about-line__text {
		font-size: 116px;
	}

	.about-team {
		padding-bottom: 130px;
	}

	.about-history__right {
		padding-left: 283px;
	}
}

@media (max-width:1619px) and (min-width:991px) and (max-height:1000px) {

	.about-banner__list-text,
	.about-banner__text {
		font-size: 14px;
	}

	.about-banner__list-num {
		font-size: 48px;
	}

	.about-banner__text {
		margin-top: 40px;
	}
}

@media (max-width:1619px) {
	.about-geo__subtitle {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .07em;
	}

	.about-banner__img-pic {
		top: 30%;
		width: 45%;
		height: 90%;
	}

	.about-banner__left {
		width: 50%;
		max-width: none;
	}

	.about-banner__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-banner__right {
		width: 50%;
		max-width: none;
	}

	.about-banner__list {
		margin: 0-24px;
		padding-right: 24px;
	}

	.about-banner__list-item {
		width: calc(50% - 48px);
		margin: 0 24px 36px;
	}

	.about-banner__list-top {
		font-size: 40px;
	}

	.about-banner__list-num {
		font-size: 48px;
	}

	.about-banner__text {
		max-width: 519px;
		margin-top: 55px;
		letter-spacing: .05em;
	}

	.about-banner__list-text,
	.about-banner__text {
		font-size: 16px;
		line-height: 1.6;
	}

	.about-mission {
		padding: 100px 0;
	}

	.about-mission__left {
		width: 44%;
	}

	.about-mission__subtitle {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .07em;
	}

	.about-mission__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-mission__right {
		width: 56%;
		padding-top: 0;
	}

	.about-mission__text {
		font-size: 22px;
		line-height: 1.454;
	}

	.about-advantages__inner {
		min-height: 589px;
	}

	.about-advantages__slide::before {
		padding-bottom: 86%;
	}

	.about-line__text {
		font-size: 85px;
	}

	.about-partners {
		padding: 100px 0;
	}

	.about-partners__bottom {
		margin-top: 110px;
	}

	.about-partners__left {
		width: 44%;
	}

	.about-partners__subtitle {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .07em;
	}

	.about-partners__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-partners__right {
		width: 56%;
		padding-top: 0;
	}

	.about-partners__text {
		font-size: 22px;
		line-height: 1.454;
	}

	.about-gallery__slider,
	.about-gallery__slider.swiper-container {
		max-width: 948px;
	}

	.about-gallery__btns {
		top: -62px;
		left: calc(100% + 109px);
	}

	.about-team {
		padding-top: 225px;
		padding-bottom: 80px;
	}

	.about-founders__left {
		width: calc(33.333% - 31.666px);
	}

	.about-founders__subtitle {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .07em;
	}

	.about-founders__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-founders__right {
		width: calc(66.666% - 63.333px);
		max-width: none;
	}

	.about-founders__list {
		margin: -47.5px;
	}

	.about-founders__item {
		width: calc(50% - 95px);
		margin: 47.5px;
	}

	.about-managers__item.swiper-slide {
		width: calc(25% - 67.5px);
	}

	.about-geo__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-geo__wrapper {
		margin-top: 50px;
	}

	.about-history__right {
		padding-left: 195px;
	}

	.about-history__subtitle {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .07em;
	}

	.about-history__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-history__bottom {
		margin-top: 56px;
	}

	.about-history__slide-bottom,
	.about-history__slide-bottom.swiper-slide {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}

	.about-awards {
		margin: 100px 0;
	}

	.about-awards__top-left {
		width: 30%;
		padding-left: 80px;
	}

	.about-awards__subtitle {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .07em;
	}

	.about-awards__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-awards__top-right {
		width: 70%;
		padding-right: 100px;
		padding-left: 260px;
	}

	.about-awards__descr {
		font-size: 22px;
		line-height: 1.454;
	}

	.about-info {
		margin-top: 100px;
	}

	.about-info__subtitle {
		font-size: 14px;
		line-height: 1.43;
		letter-spacing: .07em;
	}

	.about-info__title {
		font-size: 50px;
		line-height: 1.2;
	}

	.about-info__tel {
		margin-top: 15px;
	}

	.about-info__right {
		padding-top: 15px;
	}

	.about-geo-popup__content {
		width: 90%;
	}
}

@media (max-width:1420px) {
	.about-info__right {
		padding-top: 10px;
	}
}

@media (max-width:1419px) {
	.about-geo__wrapper {
		height: 650px;
	}

	.about-geo__box {
		width: 320px;
		padding: 30px 40px 40px 20px;
	}

	.about-geo__open:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.about-geo__filter {
		margin-top: 30px;
	}

	.about-banner__img-pic {
		top: 30%;
		width: 45%;
		height: 90%;
	}

	.about-banner__list-top {
		margin-bottom: 0;
	}

	.about-banner__list-num {
		font-size: 52px;
	}

	.about-banner__list-text {
		font-size: 20px;
		line-height: 1.2;
	}

	.about-banner__text {
		max-width: 494px;
		margin-top: 40px;
		font-size: 18px;
		line-height: 1.444;
		letter-spacing: .055em;
	}

	.about-mission {
		padding: 80px 0;
	}

	.about-mission__text {
		font-size: 22px;
		line-height: 1.454;
	}

	.about-advantages {
		padding: 100px 0;
	}

	.about-advantages__inner {
		width: 45%;
		min-height: 584px;
	}

	.about-advantages__title {
		margin-bottom: 40px;
		font-size: 36px;
	}

	.about-advantages__btns {
		padding-bottom: 40px;
	}

	.about-advantages__sliders {
		width: 55%;
	}

	.about-advantages__slide::before {
		padding-bottom: 102%;
	}

	.about-advantages__slider.swiper-container-horizontal>.about-advantages__pagination.swiper-pagination-bullets {
		bottom: 20px;
	}

	.about-line__text {
		font-size: 75px;
	}

	.about-partners {
		padding: 80px 0;
	}

	.about-partners__bottom {
		margin-top: 80px;
	}

	.about-partners__text {
		font-size: 22px;
		line-height: 1.454;
	}

	.about-partners__slide img {
		height: 70px;
	}

	.about-gallery__slider,
	.about-gallery__slider.swiper-container {
		max-width: 802px;
	}

	.about-gallery__btns {
		top: -103px;
		left: calc(100% + 67px);
	}

	.about-gallery__play {
		width: 150px;
		height: 150px;
	}

	.about-team {
		padding-bottom: 170px;
	}

	.about-founders__left {
		width: calc(33.333% - 33.333px);
	}

	.about-founders__right {
		width: calc(66.666% - 66.666px);
	}

	.about-founders__list {
		margin: -50px;
	}

	.about-founders__item {
		width: calc(50% - 100px);
		margin: 50px;
	}

	.about-founders__item-name {
		font-size: 24px;
	}

	.about-founders__item-text {
		margin-top: 30px;
		padding: 20px 0 20px 40px;
		font-size: 18px;
		line-height: 1.333;
	}

	.about-managers__item.swiper-slide {
		width: calc(25% - 20px);
	}

	.about-managers__item-name {
		font-size: 20px;
	}

	.about-history {
		padding: 100px 0;
	}

	.about-history__right {
		padding-left: 200px;
	}

	.about-history__left-top {
		width: calc(100% + 74px);
		margin-left: -74px;
	}

	.about-history__slider-left,
	.about-history__slider-left.swiper-container {
		width: 133px;
	}

	.about-history__slide-left,
	.about-history__slide-left.swiper-slide {
		height: 101px;
		padding-bottom: 39px;
		font-size: 24px;
		line-height: 1.666;
	}

	.about-history__slide-left.swiper-slide-active,
	.about-history__slide-left.swiper-slide.swiper-slide-active {
		width: 188px !important;
		padding-bottom: 23px;
		font-size: 48px;
		line-height: 1.625;
	}

	.about-history__left-bottom {
		margin-top: 75px;
	}

	.about-awards__top {
		margin-bottom: 100px;
	}

	.about-awards__top-left {
		width: 50%;
		padding-left: 0;
	}

	.about-awards__top-right {
		width: 50%;
		padding-right: 0;
		padding-left: 10px;
	}

	.about-awards__slide-year {
		font-size: 16px;
		line-height: 1.625;
		letter-spacing: .0625em;
	}

	.about-awards__slide-title {
		font-size: 20px;
	}

	.about-awards__slide,
	.about-awards__slide.swiper-slide {
		width: 33.33%;
	}
}

@media (max-width:1229px) {
	.about-geo__box {
		width: 290px;
	}

	.about-geo__btn {
		border-radius: 100px;
		font-size: 14px;
		line-height: 32px;
	}

	.about-geo__option {
		padding: 10px 20px 10px 52px;
	}

	.about-geo__count,
	.about-geo__option {
		font-size: 14px;
		line-height: 1.142;
	}

	.about-banner__img-pic {
		width: 55%;
	}

	.about-banner__cont {
		padding: 35px 0 60px;
	}

	.about-banner__left {
		width: 55%;
	}

	.about-banner__right {
		width: 45%;
	}

	.about-banner__list {
		margin: -20px -16px;
	}

	.about-banner__list-item {
		width: calc(50% - 32px);
		margin: 20px 16px;
	}

	.about-banner__list-top {
		font-size: 48px;
	}

	.about-banner__list-text {
		white-space: unset;
	}

	.about-banner__text {
		max-width: 400px;
		margin-top: 40px;
		letter-spacing: 0;
	}

	.about-mission {
		padding: 50px 0 60px;
	}

	.about-mission__left {
		width: 36%;
	}

	.about-mission__title {
		font-size: 36px;
		line-height: 1.19;
	}

	.about-mission__right {
		width: 64%;
	}

	.about-mission__text {
		font-size: 18px;
		line-height: 1.444;
	}

	.about-advantages {
		padding: 70px 0 100px;
	}

	.about-advantages__inner {
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		min-height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

	.about-advantages__title {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 1.1875;
	}

	.about-advantages__btns {
		padding-bottom: 60px;
	}

	.about-advantages__btn {
		font-size: 12px;
		line-height: 36px;
	}

	.about-advantages__sliders {
		position: relative;
		padding-right: 36px;
	}

	.about-advantages__slide::before {
		padding-bottom: 75%;
	}

	.about-advantages__slider.swiper-container-horizontal>.about-advantages__pagination.swiper-pagination-bullets {
		bottom: 16px;
	}

	.about-advantages__texts {
		width: 45%;
	}

	.about-line {
		padding: 70px 0;
	}

	.about-line__text {
		font-size: 60px;
	}

	.about-partners {
		padding: 50px 0 60px;
	}

	.about-partners__bottom {
		margin-top: 50px;
	}

	.about-partners__left {
		width: 36%;
	}

	.about-partners__title {
		font-size: 36px;
		line-height: 1.19;
	}

	.about-partners__right {
		width: 64%;
	}

	.about-partners__text {
		font-size: 18px;
		line-height: 1.444;
	}

	.about-gallery__btns {
		left: calc(100% - 28px);
	}

	.about-gallery__play {
		width: 130px;
		height: 130px;
	}

	.about-team {
		padding-top: 150px;
		padding-bottom: 130px;
	}

	.about-founders__left {
		width: calc(33.333% - 52.666px);
	}

	.about-founders__title {
		font-size: 36px;
		line-height: 1.19;
	}

	.about-founders__right {
		width: calc(66.666% - 26.333px);
	}

	.about-founders__list {
		margin: -40px;
	}

	.about-founders__item {
		width: calc(50% - 80px);
		margin: 40px;
	}

	.about-founders__item-name {
		font-size: 20px;
	}

	.about-founders__item-text {
		font-size: 14px;
		line-height: 1.43;
	}

	.about-founders__item-text:after {
		width: 55px;
		height: 50px;
	}

	.about-managers__title {
		margin-bottom: 40px;
		font-size: 32px;
		line-height: 1.1875;
	}

	.about-managers__item.swiper-slide {
		width: calc(33.333% - 20px);
	}

	.about-geo__title {
		font-size: 36px;
		line-height: 1.19;
	}

	.about-geo__wrapper {
		margin-top: 46px;
	}

	.about-history__right {
		width: 40%;
		padding-left: 82px;
	}

	.about-history__left {
		width: 60%;
	}

	.about-history__title {
		font-size: 36px;
		line-height: 1.19;
	}

	.about-awards {
		margin: 70px 0;
	}

	.about-awards__top {
		margin-bottom: 50px;
	}

	.about-awards__top-left {
		width: 40%;
	}

	.about-awards__title {
		font-size: 36px;
		line-height: 1.19;
	}

	.about-awards__top-right {
		width: 60%;
		padding-right: 90px;
		padding-left: 80px;
	}

	.about-awards__descr {
		font-size: 18px;
		line-height: 1.444;
	}

	.about-awards__slide,
	.about-awards__slide.swiper-slide {
		padding: 24px;
	}

	.about-awards__slide-top {
		height: 64px;
	}

	.about-awards__slide-img {
		width: 64px;
		height: 64px;
	}

	.about-awards__slide-title {
		font-size: 16px;
		line-height: 1.1875;
	}

	.about-awards__slide-text {
		font-size: 14px;
	}

	.about-awards__slide-tag {
		padding: 0 16px;
		font-size: 14px;
		line-height: 1.857;
	}

	.about-info {
		margin-top: 70px;
	}

	.about-info__title {
		font-size: 36px;
		line-height: 1.19;
	}

	.about-info__email,
	.about-info__tel {
		font-size: 18px;
		line-height: 1.444;
	}

	.about-geo-popup__content {
		width: 100%;
	}
}

@media (max-width:991px) {
	html.is-locked {
		overflow: hidden;
	}

	.about-geo__toggler {
		display: block;
	}

	.about-geo__modal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		visibility: hidden;
		z-index: 5;
		position: fixed;
		top: 0;
		left: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(0, 0, 0, .4);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
		-o-transition: opacity .2s ease-out, visibility .2s ease-out;
		transition: opacity .2s ease-out, visibility .2s ease-out;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.about-geo__modal.is-active {
		visibility: visible;
		opacity: 1;
		pointer-events: all;
	}

	.about-geo__inner {
		max-height: 100%;
		margin-top: auto;
		padding: 15px 15px 0;
		overflow-y: auto;
	}

	.about-geo__close {
		display: block;
	}

	.about-geo__box {
		margin-right: auto;
		margin-left: auto;
	}

	.about-geo__btn {
		font-size: 16px;
		line-height: 35px;
	}

	.about-geo__count {
		line-height: 1;
	}

	.about-geo__option {
		font-size: 16px;
	}

	.about-banner {
		min-height: auto;
		padding-bottom: 400px;
	}

	.about-banner__img {
		height: 100%;
	}

	.about-banner__img-pic {
		top: auto;
		bottom: -16.666%;
		width: 65%;
		height: 515px;
	}

	.about-banner__left {
		width: 100%;
		padding-right: 0;
	}

	.about-banner__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.about-banner__list-wrapper {
		width: calc(50% - 30px);
	}

	.about-banner__list {
		margin: -15px -22px;
		padding-right: 0;
	}

	.about-banner__list-item {
		width: calc(50% - 44px);
		margin: 15px 22px;
	}

	.about-banner__list-top {
		font-size: 32px;
	}

	.about-banner__list-num {
		font-size: 36px;
	}

	.about-banner__list-text,
	.about-banner__text {
		font-size: 16px;
	}

	.about-banner__text {
		width: calc(50% - 30px);
		max-width: none;
		margin-top: 0;
		margin-left: auto;
	}

	.about-mission {
		padding: 46px 0;
	}

	.about-mission__left {
		width: 33.333%;
	}

	.about-mission__right {
		width: 66.666%;
	}

	.about-advantages {
		padding: 70px 0;
	}

	.about-advantages__title {
		margin-bottom: 50px;
		text-align: center;
	}

	.about-advantages__btns {
		padding-bottom: 40px;
	}

	.about-advantages__list {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}

	.about-advantages__sliders {
		width: 100%;
		padding-right: 0;
	}

	.about-advantages__slider.swiper-container-horizontal>.about-advantages__pagination.swiper-pagination-bullets {
		bottom: 25px;
	}

	.about-advantages__texts {
		width: 100%;
		margin-top: 25px;
	}

	.about-line {
		padding: 50px 0;
	}

	.about-line__text {
		font-size: 45px;
	}

	.about-partners {
		padding: 46px 0;
	}

	.about-partners__bottom {
		margin-top: 46px;
	}

	.about-partners__left {
		width: 33.333%;
	}

	.about-partners__right {
		width: 66.666%;
	}

	.about-partners__slide img {
		height: 50px;
	}

	.about-gallery {
		padding-top: 0;
	}

	.about-gallery__slider,
	.about-gallery__slider.swiper-container {
		max-width: 600px;
	}

	.about-gallery__btns {
		top: -86px;
		left: calc(100% - 37px);
	}

	.about-gallery__play {
		width: 86px;
		height: 86px;
	}

	.about-team {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.about-founders__left {
		width: 100%;
	}

	.about-founders__right {
		width: 100%;
		margin-top: 50px;
	}

	.about-managers__item.swiper-slide {
		width: calc(50% - 20px);
	}

	.about-geo__wrapper {
		margin-top: 20px;
	}

	.about-geo__box {
		position: static;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		padding: 0;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.about-geo__opens {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-width: 100vw;
		margin-right: -15px;
		margin-left: -15px;
		padding: 10px 15px;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.about-geo__open {
		flex-shrink: 0;
		padding: 0 10px;
		-webkit-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-ms-flex-negative: 0;
	}

	.about-geo__open:focus,
	.about-geo__open:hover {
		background: 0 0;
		color: #b68e5b;
		-webkit-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
	}

	.about-geo__open.is-active {
		padding: 0 20px;
		background: #eff2f2;
		color: #363d41;
	}

	.about-geo__open:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0;
	}

	.about-geo__filter {
		margin-top: 0;
	}

	.about-geo__filter-inner {
		align-items: center;
		margin-right: -15px;
		margin-left: -15px;
		padding: 10px 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.about-geo__filter-inner,
	.about-geo__filter.is-active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.about-geo__btn {
		flex-shrink: 0;
		padding: 0 10px;
		border-radius: 35px;
		-webkit-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-ms-flex-negative: 0;
	}

	.about-geo__btn:focus,
	.about-geo__btn:hover {
		background: 0 0;
		color: #b68e5b;
		-webkit-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
	}

	.about-geo__btn.is-active {
		margin-right: 10px;
		padding: 0 20px;
		background: #b68e5b;
		color: #fff;
	}

	.about-geo__option:not(:first-child) {
		margin-top: 0;
	}

	.about-geo__option {
		flex-shrink: 0;
		width: auto;
		padding: 0 10px;
		border-radius: 35px;
		line-height: 35px;
		-webkit-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-ms-flex-negative: 0;
	}

	.about-geo__option:focus,
	.about-geo__option:hover {
		background: 0 0;
		color: #b68e5b;
		-webkit-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
	}

	.about-geo__option.is-active {
		padding: 0 20px;
		background: #b68e5b;
		color: #fff;
	}

	.about-geo__option::after,
	.about-geo__option::before {
		display: none;
	}

	.about-geo__count {
		position: static;
		align-self: flex-start;
		margin-top: 8px;
		margin-left: 4px;
		font-size: 10px;
		-webkit-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		transition: background .2s ease-out, color .2s ease-out, padding .2s ease-out, margin .2s ease-out;
		-ms-flex-item-align: start;
	}

	.about-geo__option.is-active .about-geo__count {
		color: #fff;
	}

	.about-geo__map-wrapper {
		position: relative;
		min-height: 600px;
		max-height: calc(100vh - 130px);
		max-height: calc(100svh - 130px);
	}

	.about-geo__wrapper {
		height: auto;
	}

	.about-geo__type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 101;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 465px;
		max-height: 60vh;
		max-height: 60svh;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		-webkit-box-shadow: 0-8px 100px rgba(165, 165, 167, .7);
		box-shadow: 0-8px 100px rgba(165, 165, 167, .7);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
		-o-transition: transform .3s ease, opacity .3s ease;
		transition: opacity .3s ease, -webkit-transform .3s ease;
		transition: transform .3s ease, opacity .3s ease;
		transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	}

	.about-geo__type.is-active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		pointer-events: all;
	}

	.about-geo__item:last-child {
		margin-bottom: 30px;
	}

	.about-geo__inner-list {
		padding: 0 30px !important;
	}

	.about-geo-popup__top,
	.about-geo__top {
		position: relative;
		width: 100%;
	}

	.about-geo__top {
		padding: 13px 30px 23px;
	}

	.about-geo-popup__top {
		padding: 13px 30px 43px;
	}

	.about-geo-popup__close,
	.about-geo__back {
		display: none;
	}

	.about-geo-popup__back {
		display: inline-block;
		z-index: 1;
		position: absolute;
		bottom: 10px;
		left: 30px;
	}

	.about-geo-popup__top::after,
	.about-geo__top::after {
		display: block;
		width: 48px;
		height: 4px;
		margin: 0 auto;
		padding: 0;
		border-radius: 4px;
		background: #eff2f2;
		content: "";
		color: transparent;
		font-size: 0;
		line-height: 0;
	}

	.about-geo-popup__top:focus::after,
	.about-geo-popup__top:hover::after,
	.about-geo__top:focus::after,
	.about-geo__top:hover::after {
		background: #b68e5b;
		-webkit-transition: background .3s ease;
		-o-transition: background .3s ease;
		transition: background .3s ease;
	}

	.about-geo-popup__right {
		max-height: none;
	}

	.about-history__right {
		width: 100%;
		padding-left: 0;
	}

	.about-history__left {
		order: unset;
		width: 100%;
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
	}

	.about-history__slider-left,
	.about-history__slider-left.swiper-container {
		width: 150px;
	}

	.about-history__slide-left,
	.about-history__slide-left.swiper-slide {
		height: 101px;
	}

	.about-history__slide-left.swiper-slide-active,
	.about-history__slide-left.swiper-slide.swiper-slide-active {
		width: 200px !important;
	}

	.about-history__left-bottom {
		margin-top: 54px;
	}

	.about-history__bottom {
		width: 100%;
		margin-top: 50px;
		padding-left: 0;
	}

	.about-awards__top {
		margin-bottom: 30px;
	}

	.about-awards__top-left {
		width: 50%;
		padding-right: 80px;
	}

	.about-awards__top-right {
		width: 50%;
		padding-right: 0;
		padding-left: 0;
	}

	.about-awards__slide,
	.about-awards__slide.swiper-slide {
		width: 50%;
	}

	.about-info__cont {
		padding: 75px 0;
	}

	.about-info__btn {
		width: 100%;
	}

	.Mobile #cursor,
	.touch #cursor {
		display: none !important;
	}

	.about-geo-popup {
		top: auto;
		bottom: 0;
		height: auto;
	}

	.about-geo-popup__overlay {
		display: none;
	}

	.about-geo-popup__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: 565px;
		max-height: 70vh;
		max-height: 70svh;
		overflow: hidden;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		-webkit-box-shadow: 0-8px 100px rgba(165, 165, 167, .7);
		box-shadow: 0-8px 100px rgba(165, 165, 167, .7);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.about-geo-popup__content-inner {
		-ms-flex: auto;
		flex: auto;
		max-height: 100%;
		padding: 20px 30px 30px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-box-flex: 1;
	}

	.about-geo-popup__left {
		margin-bottom: 30px;
	}

	.about-geo-popup--animate .about-geo-popup__content {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
		-o-transition: transform .3s ease, opacity .3s ease;
		transition: opacity .3s ease, -webkit-transform .3s ease;
		transition: transform .3s ease, opacity .3s ease;
		transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	}

	.about-geo-popup.is-visible .about-geo-popup__content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		pointer-events: all;
	}

	.about-geo-popup__left {
		width: 100%;
		padding: 0;
	}

	.about-geo-popup__left:not(:last-child),
	.about-geo-popup__title:not(:last-child) {
		margin-bottom: 20px;
	}

	.about-geo-popup__right+.about-geo-popup__left {
		width: 100%;
	}

	.about-geo-popup__right {
		position: static;
		width: 100%;
		padding: 0;
	}

	.about-geo-popup__gallery {
		display: none;
	}

	.about-geo-popup__title {
		font-size: 24px;
		line-height: 1.208;
		letter-spacing: .03em;
	}

	.about-geo-popup__address:not(:last-child),
	.about-geo-popup__description:not(:last-child) {
		margin-bottom: 10px;
	}

	.about-geo-popup__thumbs .swiper-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about-geo-popup__thumbs .swiper-slide:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	ymaps[class$=zoom] {
		display: none;
	}

	.about-banner__img-pic {
		width: 88%;
	}

	.about-banner__title {
		font-size: 48px;
		line-height: 1.25;
	}

	.about-banner__list-wrapper {
		width: calc(50% - 40px);
	}

	.about-banner__list {
		margin: -15px;
	}

	.about-banner__list-item {
		width: calc(50% - 30px);
		margin: 15px;
	}

	.about-banner__list-top {
		margin-bottom: 0;
		font-size: 24px;
	}

	.about-banner__list-num {
		font-size: 24px;
	}

	.about-banner__list-text {
		font-size: 14px;
		line-height: 1.142;
	}

	.about-banner__text {
		width: calc(50% - 5px);
		font-size: 15px;
		line-height: 1.133;
	}

	.about-mission {
		padding: 46px 0 70px;
	}

	.about-mission__left {
		width: 100%;
	}

	.about-mission__title {
		max-width: none;
	}

	.about-mission__right {
		width: 100%;
		margin-top: 24px;
	}

	.about-advantages__title {
		text-align: left;
	}

	.about-advantages__slide::before {
		padding-bottom: 78%;
	}

	.about-advantages__btns {
		width: calc(100% + 30px);
		margin: 0-15px 40px;
		padding-bottom: 0;
		overflow: auto;
	}

	.about-advantages__list {
		justify-content: flex-start;
		width: 1500px;
		padding: 0 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
	}

	.about-advantages__btn {
		white-space: nowrap;
	}

	.about-line__text {
		font-size: 34px;
	}

	.about-partners {
		padding: 46px 0 70px;
	}

	.about-partners__left {
		width: 100%;
	}

	.about-partners__title {
		max-width: none;
	}

	.about-partners__right {
		width: 100%;
		margin-top: 24px;
	}

	.about-gallery__slider,
	.about-gallery__slider.swiper-container {
		max-width: calc(100vw - 140px);
	}

	.about-gallery__btns {
		top: -96px;
		left: calc(100% - 49px);
	}

	.about-gallery__slide-close {
		width: 30px;
		height: 30px;
	}

	.about-team {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.about-founders__list {
		margin: -20px;
	}

	.about-founders__item {
		width: calc(50% - 40px);
		margin: 20px;
	}

	.about-founders__item-text {
		padding: 20px 0 20px 20px;
		font-size: 14px;
		line-height: 1.43;
	}

	.about-managers {
		margin-top: 50px;
	}

	.about-managers__item.swiper-slide {
		width: calc(50% - 10px);
	}

	.about-history {
		padding: 60px 0;
	}

	.about-history__title {
		max-width: none;
	}

	.about-history__right {
		width: 100%;
		padding-left: 0;
	}

	.about-history__left {
		order: unset;
		margin-top: 43px;
		margin-right: 35px;
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
	}

	.about-history__left-top {
		width: calc(100% - 20px);
		margin-left: -20px;
	}

	.about-history__left-bottom {
		justify-content: center;
		margin-top: 64px;
		margin-right: -50px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}

	.about-history__bottom {
		margin-top: 60px;
	}

	.about-awards__top-left {
		width: 100%;
		padding-right: 0;
	}

	.about-awards__title {
		max-width: none;
	}

	.about-awards__top-right {
		width: 100%;
		margin-top: 30px;
	}

	.about-awards__descr {
		font-size: 20px;
		line-height: 1.3;
	}

	.about-info {
		padding-bottom: 50px;
	}

	.about-info__cont {
		padding: 50px 0;
	}

	.about-info__title {
		max-width: none;
	}

	.about-info__right {
		padding-left: 0;
	}

	.about-info__btn {
		width: 200%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#cursor {
		display: none !important;
	}
}

@media (max-width:600px) {

	.about-history__slider-left,
	.about-history__slider-left.swiper-container {
		width: 93px;
	}

	.about-history__slide-left.swiper-slide-active,
	.about-history__slide-left.swiper-slide.swiper-slide-active {
		width: 148px !important;
	}
}

@media (max-width:550px) {
	.about-banner__title {
		font-size: 36px;
	}

	.about-banner__list-wrapper {
		width: 100%;
	}

	.about-banner__text {
		width: 100%;
		margin-top: 40px;
	}

	.about-banner__list-num {
		font-size: 44px;
	}
}

@media (max-width:499px) {
	.about-awards__slide-text {
		display: none;
	}

	.about-awards__slider,
	.about-awards__slider.swiper-container {
		width: 100%;
	}

	.about-awards__slide,
	.about-awards__slide.swiper-slide {
		width: 75%;
	}

	.about-info__left {
		width: 100%;
		padding-right: 0;
	}

	.about-info__right {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

	.about-info__btn {
		width: 100%;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width:474px) {
	.about-gallery__btns {
		right: 0;
		left: auto;
	}

	.about-gallery__slide-close {
		width: 20px;
		height: 20px;
	}

	.about-gallery__slider,
	.about-gallery__slider.swiper-container {
		max-width: calc(100vw - 80px);
	}

	.about-gallery__play {
		width: 60px;
		height: 60px;
	}

	.about-gallery__play-link {
		display: block;
	}
}

@media (max-width:450px) {
	.about-managers__item-name {
		font-size: 16px;
	}

	.about-managers__item-job {
		font-size: 14px;
	}
}

@media (max-width:375px) {
	.about-banner__list-num {
		font-size: 36px;
	}
}

@media (min-width:1619px) and (max-height:1000px) {

	.about-banner__list-text,
	.about-banner__text {
		font-size: 16px;
	}

	.about-banner__list-num {
		font-size: 56px;
	}

	.about-banner__text {
		margin-top: 40px;
	}

	.about-banner__list {
		padding-right: 100px;
	}
}

@media (max-width:1619px) and (min-height:1229px) and (min-height:1000px) {
	.about-banner__img-pic {
		width: 65%;
	}
}

@media (max-width:1229px) and (min-height:991px) and (min-height:1000px) {
	.about-banner__img-pic {
		width: 85%;
	}
}

@media (min-width:991px) {
	.about-mark__info:not(.about-mark__info--active) .about-mark__close {
		display: none;
	}
}

@media (min-width:1419px) {
	.about-history__bottom .swiper-wrapper {
		height: auto;
	}
}

@media (min-width:1619px) {
	.about-info__right {
		padding-top: 30px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news_about/style.css?17550737446884*/
.news {
    margin-bottom: 100px
}

.news__aside {
    position: relative;
    width: 670px;
    margin-top: 1px;
    float: left
}

.news__main {
    width: calc(100% - 670px);
    padding-left: 2%;
    float: right
}

a.news__first {
    display: block;
    position: relative;
    height: 800px;
    overflow: hidden;
    background: #eff2f2;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

a.news-main__item:hover .news-main-item__img img,
a.news__first:hover a.news__first img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.news-main-item__img img,
a.news__first img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    object-position: left top

}

a.news__first--nofoto {
    background-color: #b68d5c;
    background-color: rgba(182, 141, 92, .7)
}

a.news__first--nofoto:before {
    display: block;
    z-index: 2;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 156px;
    height: 41px;
    background: url(/local/templates/main/images/logo_w.svg)no-repeat center;
    background-size: contain;
    content: ""
}

a.news__first:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(80.86deg, transparent 6.26%, rgba(0, 0, 0, .5) 74.95%);
    background: linear-gradient(9.14deg, transparent 6.26%, rgba(0, 0, 0, .5) 74.95%);
    content: ""
}

.news-first__title {
	font-size: 35px;
	line-height: 45px;
	text-align: left;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 30px;
	bottom: 30px;
	z-index: 2;
	width: calc(100% - 60px);
	-webkit-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease;
}

.news-main__col {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

a.news-main__item {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f4f5
}

a.news-main__item:last-child {
    border: 0
}

a.news-main__item:hover {
    text-decoration: none
}

a.news__first:hover .news-first__title {
    text-decoration: underline
}

a.news-main__item--main {
    display: none
}

.news-main-item__img {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    background: #eff2f2;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.news-main-item__img:before {
    display: block;
    padding-top: 52%;
    content: ""
}

.news-main-item__date {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: #363d41;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    font-family: "Raleway", sans-serif
}

.news-main-item__title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-main-item__text {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    letter-spacing: .94193px
}

.news-main__wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

a.news-main__item:hover .news-main-item__title {
    color: #b89161
}

@media (max-width:1420px) {
    .news {
        margin-bottom: 80px
    }

    .news__aside {
        width: 540px
    }

    .news__main {
        width: calc(100% - 540px)
    }

    .news-main__col {
        padding-right: 10px;
        padding-left: 10px
    }

    .news-main-item__img,
    a.news-main__item {
        margin-bottom: 20px
    }

    .news-main-item__title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px
    }

    .news-main-item__text {
        font-size: 14px;
        line-height: 24px
    }

    a.news-main__item {
        padding-bottom: 20px
    }

    .news-first__title {
        font-size: 30px;
        line-height: 40px
    }

    a.news__first {
        height: 650px
    }
}

@media (max-width:1229px) {
    a.news__first {
        height: 530px
    }

    .news-first__title {
		font-size: 22px;
		line-height: 35px;
		top: 30px;
		bottom: 30px;
    }

    .news__aside {
        width: 400px
    }

    .news__main {
        width: calc(100% - 400px)
    }

    .news-main-item__title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px
    }

    a.news-main__item {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .news {
        margin-bottom: 60px
    }
}

@media (max-height:850px) and (min-width:1229px) {
    a.news__first {
        height: 530px
    }

    .news-first__title {
		font-size: 22px;
		line-height: 35px;
		top: 30px;
		bottom: 30px;
    }

    .news-main-item__title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px
    }

    a.news-main__item {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .news {
        margin-bottom: 60px
    }
}

@media (max-width:991px) {
    .news {
        margin-bottom: 40px
    }

    .news__aside {
        display: none;
        width: 100%;
        margin-bottom: 25px;
        float: none
    }

    a.news__first {
        height: auto
    }

    a.news__first:before {
        display: block;
        padding-top: 80%;
        content: ""
    }

    .news-first__title {
        position: relative;
        top: 20px;
        bottom: 20px;
        font-size: 20px;
        line-height: 30px
    }

    .news__main {
        width: 100%;
        padding-left: 0;
        float: none
    }

    .news-main__wrap {
        margin-right: -10px;
        margin-left: -10px
    }

    .news-main-item__img {
        margin-bottom: 20px
    }

    a.news-main__item--main {
        display: block
    }

    .news-main__col:first-child a.news-main__item:last-child {
        display: none
    }

    .news-main-item__text {
        font-size: 11px;
        line-height: 18px
    }
}

@media (max-width:650px) {
    .news {
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .news-main__col {
        width: 100%
    }

    .news {
        margin-bottom: 10px
    }
}
/* End */
/* /local/templates/main/css/about.css?1739881115106672 */
/* /local/templates/main/components/bitrix/news.list/news_about/style.css?17550737446884 */
