/* CUSTOM SCROLL */

.custom-scroll {
	overflow: hidden;
}
.custom-scroll > .swiper {
	max-height: 100%;
}
.custom-scroll > .swiper > .swiper-scrollbar-drag {
	background-color: #f8a734;
}
.swiper.custom-scroll--transition > .swiper-wrapper,
.swiper.custom-scroll--transition > .swiper-scrollbar .swiper-scrollbar-drag:not(:active) {
	transition-duration: 0.15s !important;
}

/* GALLERY */
.gallery-block {
	display: block;
	width: 100%;
}
.gallery-block--hidden {
	overflow: hidden;
}
.gallery-block--backup {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
}
.gallery-block__top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 40px;
}
.gallery-block__top-headline {
	width: 100%;
}
.gallery-block__top-headline h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}
.gallery-block__filter {
	display: inline-block;
	min-width: 320px;
	width: 50%;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.gallery-block__filter {
		display: none;
	}
	.gallery-block__top-headline h2 {
		font-size: 24px;
	}
}
.gallery-block__filter .swiper--scrolling {
	position: relative;
}
.gallery-block__filter .swiper--scrolling::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #fff, rgba(255,255,255,0) 15px, transparent, rgba(255,255,255,0) calc(100% - 15px), #fff);
	z-index: 2;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
}
.gallery-block__filter-item {
	display: inline-block;
	width: auto;
	color: rgba(0,0,0,0.5);
	padding-bottom: 5px;
	box-sizing: border-box;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	cursor: pointer;
}
.gallery-block__filter-item--active {
	color: #f8a734;
	box-shadow: 0 2px 0 0 #f8a734;
}
@media screen and (min-width: 768px) {
	.gallery-block__swiper {
		overflow: visible;
		position: relative;
	}
	.gallery-block__swiper-control-inner {
		content: '';
		display: block;
		width: 50vw;
		height: 100%;
		opacity: 0.75;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 10;
		cursor: pointer;
	}

	.gallery-block__swiper-control-inner::before {
		content: '';
		display: block;
		width: calc(9.121px * 2.5);
		height: calc(15.414px * 2.5);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		opacity: .25;
		position: absolute;
		top: 50%;
		transform: translateY(-33.25%);
	}

	.gallery-block__swiper-control-inner--prev {
		background-image: linear-gradient(to right, #fff calc(100% - 20px), rgba(255,255,255,0));
		right: 100%;
	}

	.gallery-block__swiper-control-inner--prev::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M0,7,7,0l7,7' transform='translate(1.414 14.707) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
		right: 35px;
	}

	.gallery-block__swiper-control-inner--next {
		background-image: linear-gradient(to left, #fff calc(100% - 20px), rgba(255,255,255,0));
		left: 100%;
	}

	.gallery-block--light-blue-bg .gallery-block__swiper-control-inner--prev {
		background-image: linear-gradient(to right, #F8F8FC calc(100% - 20px), rgba(255,255,255,0));
	}

	.gallery-block--light-blue-bg .gallery-block__swiper-control-inner--next {
		background-image: linear-gradient(to left, #F8F8FC calc(100% - 20px), rgba(255,255,255,0));
	}

	.gallery-block__swiper-control-inner--next::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M1036.165,65l7,7,7-7' transform='translate(-64.293 1050.872) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
		left: 35px;
	}

	.gallery-block__swiper .swiper-slide:not(.swiper-slide-active) {
		pointer-events: none;
	}

	.gallery-block--disabled .gallery-block__swiper-control-inner--prev,
	.gallery-block--disabled .gallery-block__swiper-control-inner--next {
		display: none !important;
	}

	.gallery-block--disabled .gallery-block__swiper {
		overflow: hidden;
	}
}
.gallery-block__swiper .swiper-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: streach;
	height: 100%;
}
.gallery-block__swiper .swiper-slide {
	height: auto;
}
.gallery-block__swiper-control {
	content: '.gallery-block__swiper-control';
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gallery-block__swiper-control--dekstop {
	flex-shrink: 0;
	width: auto;
}
@media screen and (max-width: 768px) {
	.gallery-block__swiper-control--dekstop {
		display: none;
	}
}
.gallery-block__swiper-control--mobile {
	display: none;
	width: 100%;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.gallery-block__swiper-control--mobile {
		display: block;
	}
}
.gallery-block .swiper-button--prev,
.gallery-block .swiper-button--next {
	display: block;
	width: auto;
	cursor: pointer;
}

.gallery-block .swiper-button--prev::before,
.gallery-block .swiper-button--next::before {
	content: '';
	display: block;
	width: 9.121px;
	height: 15.414px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.gallery-block .swiper-button--prev::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M0,7,7,0l7,7' transform='translate(1.414 14.707) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}
.gallery-block .swiper-button--next::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M1036.165,65l7,7,7-7' transform='translate(-64.293 1050.872) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}
.gallery-block .swiper-pagination-fraction {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 7ch;
	width: auto;
	margin: 0 27px;
	color: #141416;
	font-size: 16px;
	position: static;
}
.gallery-block .swiper-pagination-fraction-current {
	color: #f8a734;
}
.gallery-block .swiper-pagination-fraction-sep {
	margin: 0 0.5ch;
}
.gallery-card {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.gallery-card--empty {
	background-color: #ccc;
	overflow: hidden;
	max-height: 100%;
	cursor: default;
	pointer-event: none;
}
.gallery-card--empty::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	padding-top: 50%;
}
.gallery-card__image {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gallery-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
}
.gallery-card__image img:not(:first-child) {
	display: none;
}
.gallery-card__image--fit-cover img {
	-o-object-fit: cover;
		 object-fit: cover;
}
.gallery-card__image--fit-contain {
	background-color: #ccc;
}
.gallery-card__image--fit-contain img {
	-o-object-fit: contain;
		 object-fit: contain;
}
.gallery-card__hover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.gallery-card__hover::before {
	content: '';
	display: block;
	width: 2.450980392156863vw;
	height: 2.450980392156863vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewbox='0 0 17 17'%3E%3Cg fill='%23fff'%3E%3Cpath d='m7 14a1 1 0 000-14 1 1 0 000 14zm0-1a1 1 0 000-12 1 1 0 000 12zm-.5-6.5 0-2c0-.75 1-.75 1 0l0 2 2 0c.75 0 .75 1 0 1l-2 0 0 2c0 .75-1 .75-1 0l0-2-2 0c-.75 0-.75-1 0-1z' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M11.22 11.952l4.74 4.75c.5.5 1.25-.25.75-.75l-4.75-4.75z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	opacity: 0;
	transform: translateY(-20px);
	transition: 0.3s ease;
	transition-property: transform, opacity;
}
@media screen and (min-width: 1224px) {
	.gallery-card__hover::before {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 768px) {
	.gallery-card__hover::before {
		width: 30px;
		height: 30px;
	}
}
@media screen and (min-width: 768px) {
	.gallery-card__hover {
		background-color: rgba(0,0,0,0.5);
		transition: background-color 0.3s ease;
	}
}
.gallery-card__title {
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0);
	color: #fff;
	padding: 3.267973856209151vw;
	font-size: 1.30718954248366vw;
	line-height: 150%;
	font-weight: 700;
	word-break: break-word;
	transition: background-color 0.3s ease;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
@media screen and (min-width: 1224px) {
	.gallery-card__title {
		padding: 40px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.gallery-card__title {
		background-color: rgba(0,0,0,0.5);
		padding: 20px;
		font-size: 14px;
	}
}
.gallery-card:hover .gallery-card__image img {
	transform: scale(1.1);
}
.gallery-card:hover .gallery-card__title {
	background-color: rgba(0,0,0,0.5);
}
.gallery-card:hover .gallery-card__hover {
	background-color: rgba(0,0,0,0);
}
.gallery-card:hover .gallery-card__hover::before {
	opacity: 1;
	transform: translateY(0);
}
.gallery-card__grid {
	display: grid;
	grid-template-areas: 'a a b b' 'a a c d';
	grid-gap: 20px;
	width: 100%;
}
.gallery-card__grid .gallery-card__image {
	position: absolute;
	left: 0;
	top: 0;
}
.gallery-card__grid .gallery-card::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
}
.gallery-card__grid .gallery-card:nth-child(1) {
	grid-area: a;
}
.gallery-card__grid .gallery-card:nth-child(1)::before {
	padding-top: 100%;
}
.gallery-card__grid .gallery-card:nth-child(2) {
	grid-area: b;
}
.gallery-card__grid .gallery-card:nth-child(2)::before {
	padding-top: 50%;
}
.gallery-card__grid .gallery-card:nth-child(3) {
	grid-area: c;
}
.gallery-card__grid .gallery-card:nth-child(3)::before {
	padding-top: 100%;
}
.gallery-card__grid .gallery-card:nth-child(4) {
	grid-area: d;
}
.gallery-card__grid .gallery-card:nth-child(4)::before {
	padding-top: 100%;
}
.gallery-card__grid .gallery-card:nth-child(2) .gallery-card__hover::before,
.gallery-card__grid .gallery-card:nth-child(3) .gallery-card__hover::before,
.gallery-card__grid .gallery-card:nth-child(4) .gallery-card__hover::before {
	display: none;
}
.gallery-card__grid .gallery-card:nth-child(2) .gallery-card__title,
.gallery-card__grid .gallery-card:nth-child(3) .gallery-card__title,
.gallery-card__grid .gallery-card:nth-child(4) .gallery-card__title {
	padding: 1.633986928104575vw;
	font-size: 1.143790849673203vw;
	line-height: 171.42857142857142%;
}
@media screen and (min-width: 1224px) {
	.gallery-card__grid .gallery-card:nth-child(2) .gallery-card__title,
	.gallery-card__grid .gallery-card:nth-child(3) .gallery-card__title,
	.gallery-card__grid .gallery-card:nth-child(4) .gallery-card__title {
		padding: 20px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.gallery-card__grid .gallery-card:nth-child(2) .gallery-card__title,
	.gallery-card__grid .gallery-card:nth-child(3) .gallery-card__title,
	.gallery-card__grid .gallery-card:nth-child(4) .gallery-card__title {
		background-color: rgba(0,0,0,0.5);
		padding: 20px;
		font-size: 14px;
	}
}

/* HERO BLOCK */
.hero-block {
	display: flex;
	-webkit-justify-content: flex-start;
					justify-content: flex-start;
	-webkit-align-items: stretch;
					align-items: stretch;
	width: 100%;
	background-color: #000;
}
.hero-block--slider {
	width: 100%;
	background-color: #000;
}

.swiper-hero-block--main,
.swiper-hero-block--thumb {
	position: absolute;
	left: 0;
}
.swiper-hero-block--main {
	top: 0;
}
.swiper-hero-block--thumb {
	bottom: 0;
}
.swiper-hero-block--main {
	height: 100%;
}
.hero-block .swiper-hero-block--main .swiper-wrapper,
.hero-block .swiper-hero-block--thumb .swiper-wrapper {
	align-items: stretch;
	height: 100%;
}
.hero-block .swiper-hero-block--main .swiper-slide,
.hero-block .swiper-hero-block--thumb .swiper-slide {
	height: auto;
}
.hero-block .swiper-hero-block--main {
	flex-shrink: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.hero-block .swiper-hero-block--main {
		height: calc(100% - 22.395833333333336vw);
	}
}
.hero-block .swiper-hero-block--main .swiper-slide {
	overflow: hidden;
	opacity: 0.4;
	transition: opacity 0.3s ease;
}
.hero-block .swiper-hero-block--thumb {
	display: none;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.hero-block .swiper-hero-block--thumb {
		display: block;
		height: 22.395833333333336vw;
	}
}
.hero-block .swiper-hero-block--thumb .swiper-slide {
	width: 25% !important;
	opacity: 0.3;
	transition: 0.3s ease;
	transition-property: width, opacity;
	cursor: pointer;
}
.hero-block .swiper-hero-block--thumb .swiper-slide-thumb-active {
	width: 50% !important;
	opacity: 1;
}
/*.hero-block__wrapper {
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: auto;
	max-width: 1920px;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
}*/
.hero-block__button {
	display: flex;
	min-width: 40px;
	width: 100%;
	height: auto;
	opacity: 0.7;
	overflow: hidden;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.hero-block__button {
		display: none;
	}
}
.hero-block__button::before,
.hero-block__button::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.hero-block__button::before {
	background-image: var(--hero-block-button-bg);
	background-position: center center;
	background-size: cover;
	transition-property: background-position, opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
.hero-block__button::after {
	background-color: rgba(0,0,0,0.7);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.969' height='25.11' viewBox='0 0 13.969 25.11'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M13.262 24.402 1.414 12.555 13.262.702'/%3E%3C/svg%3E");
	background-position: center center;
	background-size: 0.968137254901961vw 1.936274509803922vw;
	transition: background-color 0.3s ease;
}
.hero-block__button:hover::after {
	background-color: rgba(0,0,0,0.4);
}
.hero-block__button--prev.hero-block__button:hover::before {
	background-position: calc(50% + 4.084967320261438vw);
}
.hero-block__button--next.hero-block__button:hover::before {
	background-position: calc(50% - 4.084967320261438vw);
}
.hero-block__button--transition-prev::before {
	background-position: calc(50% + 8.169934640522875vw) !important;
}
.hero-block__button--transition-next::before {
	background-position: calc(50% - 8.169934640522875vw) !important;
}
.hero-block__button--next::after {
	transform: scaleX(-1);
}
.hero-block__slider {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(1224px + 160px);
	max-width: calc(100% - 80px);
	min-height: 600px;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.hero-block__slider {
		width: 100%;
		max-width: 100%;
		min-height: 300px;
	}
}
.hero-block__image {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.hero-block__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.hero-block__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: 1230px;
	height: 100%;
	padding: 20px 15px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 4;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	pointer-events: none;
	word-break: break-word;
}

@media screen and (max-width: 1280px) {
	.hero-block__slider {
		width: calc(1024px + 80px);
	}
	.hero-block__content {
		padding: 10px 15px 20px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.hero-block__content {
		max-width: 768px;
		padding: 10px 15px 20px;
		padding-right: ca lc(30px + 2.5390625vw);
	}
}
@media screen and (max-width: 768px) {
	.hero-block__content {
		/* max-height: calc(100% - 22.395833333333336vw); */
		max-height: none;
		padding: 40px 15px 25px;
		padding-bottom: calc(15px + 22.395833333333336vw) !important;
		margin-right: 0;
	}

	.hero-block__target {
		margin-top: 40px;
	}
}

.hero-block__content > * {
	pointer-events: auto;
}
.hero-block__content-breadcrumbs {
	align-self: flex-start;
	margin-bottom: 40px;
}
.hero-block__content-breadcrumbs,
.hero-block__content-title,
.hero-block__content-footer {
	width: 100%;
}
.hero-block__content-footer {
	margin-top: 40px;
}
.hero-block__content-title {
	margin: auto 0;
}
.hero-block__content-control {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 2.5390625vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(-50%);
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	pointer-events: none;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.hero-block__content-control {
		display: flex;
	}
}
.hero-block__content-control > * {
	pointer-events: auto;
}
.hero-block__content-control-btn {
	display: block;
	margin: auto 0;
	cursor: pointer;
}
.hero-block__content-control-btn--prev::before,
.hero-block__content-control-btn--next::before {
	content: '';
	display: block;
	width: 1.07421875vw;
	height: 2.05078125vw;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.969' height='25.11' viewBox='0 0 13.969 25.11'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M13.262 24.402 1.414 12.555 13.262.702'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.hero-block__content-control-btn--next::before {
	transform: scaleX(-1);
}
.hero-block__content-control-btn.swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}
.hero-block__content-control-fraction {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	position: static;
}
.hero-block__content-control-fraction--current {
	font-size: 2.1484375vw;
	font-weight: 700;
}
.hero-block__content-control-fraction--sep {
	margin: 1.46484375vw 0;
}
.hero-block__content-control-fraction--sep,
.hero-block__content-control-fraction--total {
	font-size: 1.3671875vw;
	opacity: 0.5;
}
.hero-block--solo {
	min-height: 25.104166666666668vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.hero-block--solo {
		min-height: 38.37890625vw;
	}
}
/* @media screen and (max-width: 768px) {
	.hero-block--solo {
		min-height: 0;
		background-color: transparent;
		background-image: none !important;
	}
} */
@media screen and (max-width: 768px) {
	.hero-block__content {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		padding: 20px 15px 40px;
	}
	.hero-block--solo .hero-block__content {
		position: static;
		color: #000;
	}
	.hero-block--solo .hero-block__content *{
		color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__content-breadcrumbs {
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__content-footer {
		visibility: hidden;
	}
}
.hero-block--solo::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
}
/* @media screen and (max-width: 768px) {
	.hero-block--solo::before {
		display: none;
	}
} */

/* HERO BLOCK UPD */
/*.hero-block--solo .hero-block__wrapper {
	max-width: calc(1224px + 210px);
}*/
/* @media screen and (max-width: 768px) {
	.hero-block--not-phone {
		display: none !important;
	}
} */
.hero-block__content-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.hero-block__content-col {
	display: block;
}
.hero-block__content-col:nth-child(1) {
	width: 100%;
	margin-right: 5.637254901960785vw;
}
@media screen and (min-width: 1224px) {
	.hero-block__content-col:nth-child(1) {
		margin-right: 69px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block__content-col {
		margin-right: 4.738vw;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__content-row {
		flex-direction: column;
		-webkit-justify-content: flex-start;
						justify-content: flex-start;
		-webkit-align-items: flex-start;
						align-items: flex-start;
		width: 100%;
		height: 100%;
	}

	.hero-block__content-col {
		margin-right: 0;
	}
}
.hero-block__target {
	display: block;
	width: 130px;
	text-decoration: none;
	color: inherit;
	position: relative;
}
@media screen and (max-width: 768px) {
	.hero-block__target {
		display: flex;
		-webkit-justify-content: flex-start;
						justify-content: flex-start;
		-webkit-align-items: center;
						align-items: center;
		width: 100%;
		max-width: none;
		position: static;
		left: 20px;
		bottom: 20px;
	}
}
.hero-block__target-icon {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #141416;
	margin: 0 auto 10px;
	box-shadow: 0 0 0 0.980392156862745vw rgba(255,255,255,0.04), 0 0.326797385620915vw 1.633986928104575vw 0 #f8a734;
}
.hero-block__target-icon img {
	display: block;
	width: 50px;
	height: 50px;
	-o-object-fit: contain;
		 object-fit: contain;
}
@media screen and (max-width: 768px) {
	.hero-block__target-icon {
		width: 47px;
		height: 47px;
		margin-right: 17px;
		margin-bottom: 0;
	}

	.hero-block__target-icon img {
		width: 23px;
		height: 23px;
	}
}
.hero-block__target-text {
	display: inline-block;
	width: 100%;
	position: relative;
	transition: color .2s ease;
}
.hero-block__target:hover .hero-block__target-text {
	color: #f8a734;
}
.hero-block__target-text > span {
	display: inline-block;
	font-size: 16px;
	line-height: 125%;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.hero-block__target-text > span {
		display: block;
		width: auto;
		font-size: 14px;
		position: static;
		transform: none;
		text-align: left;
	}
}
.hero-block__target-text > span::after {
	content: '';
	display: inline-block;
	width: 0.963em;
	height: 0.936em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.414' height='14.98' viewBox='0 0 15.414 14.98'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='m.707 6.565 7 7 7-7'/%3E%3Cpath d='M7.701 13.565V0'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-left: 0.5ch;
	vertical-align: bottom;
}
.hero-block__target:hover .hero-block__target-text > span::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.414' height='14.98' viewBox='0 0 15.414 14.98'%3E%3Cg fill='none' stroke='%23EE4623' stroke-width='2'%3E%3Cpath d='m.707 6.565 7 7 7-7'/%3E%3Cpath d='M7.701 13.565V0'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 1224px) {
	.hero-block__target-text > span {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block__target-text > span {
		font-size: 14px;
	}
}
.hero-block__text-title {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 4.57516339869281vw;
	line-height: 112.5%;
	font-weight: 900;
}
.hero-block__text-title--medium {
	font-size: calc(40 / 1024 * 100vw);
	font-weight: 700;
}
@media screen and (min-width: 1224px) {
	.hero-block__text-title {
		font-size: 56px;
	}
	.hero-block__text-title--medium {
		font-size: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block__text-title,
	.hero-block__text-title--medium {
		font-size: 3.125vw;
		line-height: 140.625%;
		font-weight: 700;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__text-title,
	.hero-block__text-title--medium {
		font-size: 8.533333333333333vw;
		line-height: 92.3076923076923%;
		font-weight: 900;
	}
}
.hero-block__text-desc {
	display: block;
	width: 100%;
	margin-top: 1.715686274509804vw;
	font-size: 1.470588235294118vw;
	line-height: 116.66666666666667%;
}
@media screen and (min-width: 1224px) {
	.hero-block__text-desc {
		margin-top: 21px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block__text-desc {
		margin-top: 1.953125vw;
		font-size: 14px;
		line-height: 142.85714285714286%;
	}
}
.hero-block__text-desc p {
	display: block;
	margin: 0;
	line-height: 26px;
}
.hero-block__text-desc p:not(:last-child) {
	margin-bottom: 1.5em;
}

/* FIX HERO */
.hero-block__content-breadcrumbs .breads__crumbs {
	width: 100%;
	padding-top: 0;
}

.hero-block__content-breadcrumbs .breads__crumbs .crumbs__container a,
.hero-block__content-title .title {
	color: #fff;
}

.hero-block__content-footer .sharp__triggers {
	padding-bottom: 0;
}

/* HERO BLOCK UPD 2 */
.hero-block__downloads {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 66px;
}
.hero-block__downloads-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 999px;
	background-color: rgba(255,255,255, 0);
	backdrop-filter: blur(0);
	width: 100%;
	max-width: 250px;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: .2s ease;
	padding-right: 10px;
	transition-property: background-color, backdrop-filter;
}
.hero-block__downloads-item:hover,
.hero-block__downloads-item:active {
	background-color: rgba(255,255,255, .75);
	backdrop-filter: blur(5px);
}
.hero-block__downloads-item:not(:last-child) {
	margin-right: 10%;
}
@media screen and (max-width: 993px) {
	.hero-block__downloads-item:not(:last-child) {
		margin-bottom: 10px;
	}
}
.hero-block__downloads-item-icon {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 15px;
}
@media screen and (max-width: 1024px) {
	.hero-block__downloads-item-icon {
		width: 33px;
		height: 33px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__downloads-item-icon {
		width: 55px;
		height: 55px;
		margin-right: 15px;
	}
}
.hero-block__downloads-item-icon::before {
	content: '';
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 1024px) {
	.hero-block__downloads-item-icon::before {
		width: 18px;
		height: 18px;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__downloads-item-icon::before {
		width: 30px;
		height: 30px;
	}
}
.hero-block__downloads-item-icon--manual {
	background-color: #f8a734;
}
.hero-block__downloads-item-icon--docs,
.hero-block__downloads-item-icon--orange {
	background-color: #f8a734;
}
.hero-block__downloads-item-icon--docs::before {
	background-image: url("https://i.imgur.com/q0WrWOl.png");
}
.hero-block__downloads-item-icon--manual::before {
	background-image: url("https://i.imgur.com/0KdKDYc.png");
}
.hero-block__downloads-item-text {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 125%;
	color: #fff;
	transition: color .2s ease;
}
.hero-block__downloads-item:hover .hero-block__downloads-item-text,
.hero-block__downloads-item:active .hero-block__downloads-item-text {
	color: #f8a734;
}
.hero-block__downloads-item-text:hover {
	color: #f8a734;
}
@media screen and (max-width: 1024px) {
	.hero-block__downloads-item-text {
		font-size: 12px;
		line-height: 133.33333333333331%;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__downloads-item-text {
		font-size: 16px;
		line-height: 125%;
	}
}
@media screen and (max-width: 768px) {
	.hero-block__downloads--not-mobile {
		display: none;
	}
}
.hero-block__downloads--mobile {
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.hero-block__downloads--mobile {
		display: none !important;
	}
}
.hero-block__downloads--mobile .hero-block__downloads-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 20px;
}
.hero-block__downloads--mobile .hero-block__downloads-item-text {
	color: #000;
}
.hero-block__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.hero-block__list-item {
	flex: 1 1 auto;
	display: block;
	width: 0;
}
.hero-block__list-item:not(:last-child) {
	margin-right: 20px;
}
.hero-block__list-item-title {
	display: block;
	width: 100%;
	margin-bottom: 9px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
}
@media screen and (max-width: 1024px) {
	.hero-block__list-item-title {
		font-size: 12px;
		line-height: 166.66666666666669%;
		margin-bottom: 5px;
	}
}
.hero-block__list-item-desc {
	display: block;
	width: 100%;
	color: rgba(255,255,255,0.6);
	font-size: 12px;
	line-height: 133.33333333333331%;
}
.hero-block__list-item--marker {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.hero-block__list-item-desc + .hero-block__list-item-title {
	margin-top: 9px;
	margin-bottom: 0;
}

.hero-block__list-item--marker::before {
	content: '';
	display: block;
	width: 8.1px;
	height: 8.1px;
	background-color: #f8a734;
	margin-top: 0.6em;
	margin-right: 15px;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
	.hero-block__list-item--marker::before {
		margin-top: .665em;
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.not-mobile,
	.hero-block__list--not-mobile {
		display: none;
	}
}
.hero-block__list--mobile {
	flex-direction: column;
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.hero-block__list--mobile {
		display: none !important;
	}
}
.hero-block__list--mobile .hero-block__list-item {
	flex: 0 1 auto;
	width: 100%;
}
.hero-block__list--mobile .hero-block__list-item:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-right: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.hero-block__list--mobile .hero-block__list-item--invert .hero-block__list-item-desc,
.hero-block__list--mobile .hero-block__list-item-title {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
.hero-block__list--mobile .hero-block__list-item--invert .hero-block__list-item-title,
.hero-block__list--mobile .hero-block__list-item-desc {
	color: rgba(0,0,0,0.5);
	font-size: 12px;
	line-height: 133.33333333333331%;
}

.hero-block__list--mobile .hero-block__list-item--invert .hero-block__list-item--marker::before {
	margin-top: .75em;
}

/* TABS BLOCK */
.number {
	display: inline-block;
	min-width: 2ch;
	font-size: 2.61437908496732vw;
	line-height: 100%;
	font-weight: 900;
	color: #f8a734;
	text-align: justify;
}
@media screen and (min-width: 1224px) {
	.number {
		font-size: 32px;
	}
}
@media screen and (max-width: 1024px) {
	.number {
		font-size: 2.34375vw;
	}
}
@media screen and (max-width: 768px) {
	.number {
		font-size: 24px;
	}
}
.number::first-letter {
	color: #000;
}
.tabs-block {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 280px;
	width: 100%;
}
.tabs-block__nav {
	display: block;
	width: 31.127450980392158vw;
	margin-right: 8.333333333333332vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__nav {
		width: 381px;
		margin-right: 102px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__nav {
		width: 23.6328125vw;
		margin-right: 4.4921875vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__nav {
		display: none;
	}
}
.tabs-block__nav-item {
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	padding: 2.450980392156863vw 0;
	box-sizing: border-box;
	font-size: 1.470588235294118vw;
	line-height: 116.66666666666667%;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 0.3s ease;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	cursor: pointer;
	margin-right: 1.633986928104575vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__nav-item {
		padding: 30px 0;
		font-size: 18px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__nav-item {
		padding: 1.953125vw 0;
		font-size: 1.3671875vw;
		margin-right: 1.953125vw;
	}
}
.tabs-block__nav-item:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.tabs-block__nav-item::before,
.tabs-block__nav-item::after {
	content: '';
	display: block;
	width: 0.661764705882353vw;
	height: 0.661764705882353vw;
	transform: rotate(45deg);
}
@media screen and (min-width: 1224px) {
	.tabs-block__nav-item::before,
	.tabs-block__nav-item::after {
		width: 8.1px;
		height: 8.1px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__nav-item::before,
	.tabs-block__nav-item::after {
		width: 0.791015625vw;
		height: 0.791015625vw;
	}
}
.tabs-block__nav-item::before {
	background-color: #000;
	margin-right: 1.233660130718954vw;
	transition: background-color 0.3s ease;
}
@media screen and (min-width: 1224px) {
	.tabs-block__nav-item::before {
		margin-right: 15.1px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__nav-item::before {
		margin-right: 1.0546875vw;
	}
}
.tabs-block__nav-item::after {
	border-top: 2px solid rgba(0,0,0,0.2);
	border-right: 2px solid rgba(0,0,0,0.2);
	margin-left: auto;
	transition: border-color 0.3s ease;
}
.tabs-block__nav-item--active {
	color: #f8a734;
}
.tabs-block__nav-item--active::before {
	background-color: #f8a734;
}
.tabs-block__nav-item--active::after {
	border-color: #f8a734;
}
.tabs-block__content {
	display: block;
	width: 100%;
}
.tabs-block__content-item {
	display: none;
}
@media screen and (max-width: 768px) {
	.tabs-block__content-item {
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 20px 0;
	}
	.tabs-block__content-item:first-child {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
}
.tabs-block__content-item--active {
	display: block;
}
.tabs-block__spoiler {
	display: block;
	width: 100%;
	margin-bottom: 4.084967320261438vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__spoiler {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__spoiler {
		margin-bottom: 3.90625vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__spoiler {
		margin-bottom: 0;
	}
}
.tabs-block__spoiler-title {
	display: block;
	width: 100%;
	font-size: 4.57516339869281vw;
	font-weight: 900;
	line-height: 112.5%;
	text-transform: uppercase;
}
@media screen and (min-width: 1224px) {
	.tabs-block__spoiler-title {
		font-size: 56px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__spoiler-title {
		font-size: 3.90625vw;
		line-height: 112.5%;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__spoiler-title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 16px;
		font-weight: 700;
		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;
		cursor: pointer;
	}
	.tabs-block__spoiler-title::before,
	.tabs-block__spoiler-title::after {
		content: '';
		display: block;
		width: 1.0546875vw;
		height: 1.0546875vw;
	}
	.tabs-block__spoiler-title::before {
		background-color: #000;
		transform: rotate(45deg);
		margin-right: 2.057291666666667vw;
		transition: background-color 0.3s ease;
	}
	.tabs-block__spoiler-title::after {
		border-top: 2px solid rgba(0,0,0,0.2);
		border-right: 2px solid rgba(0,0,0,0.2);
		transform: translateY(-25%) rotate(135deg);
		margin-left: auto;
		transition: 0.3s ease;
		transition-property: border-color, transform;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__spoiler-title::before,
	.tabs-block__spoiler-title::after {
		width: 8.1px;
		height: 8.1px;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__spoiler-title::before {
		margin-right: 15.8px;
	}
}
.tabs-block__spoiler-content {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.tabs-block__spoiler-content {
		display: none;
		margin-top: 30px;
	}
}
.tabs-block__spoiler-link {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.tabs-block__spoiler-link {
		display: none;
	}
}
.tabs-block__spoiler-link a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	color: rgba(0,0,0,0.5);
	text-decoration: none;
	text-transform: lowercase;
	font-size: 0.980392156862745vw;
	line-height: 166.66666666666669%;
	transition: color .2s ease;
}
@media screen and (min-width: 1224px) {
	.tabs-block__spoiler-link a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__spoiler-link a {
		font-size: 1.171875vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__spoiler-link a {
		font-size: 12px;
		margin-left: 23.1px;
	}
}
.tabs-block__spoiler-link a::after {
	content: "\f178";
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	transition: 0.3s ease-in-out;
	margin-left: 10px;
	transition: margin-left .3s ease;
	pointer-events: none;
}

.tabs-block__spoiler-link a:hover {
	color: #f8a734;
}

.tabs-block__spoiler-link a:hover::after {
	animation: ArrowSlide .5s linear infinite alternate;
}

@keyframes ArrowSlide {
	to {
		margin-left: 15px;
	}
}

.tabs-block__text {
	display: block;
	width: 100%;
	margin-bottom: 4.901960784313726vw;
	font-size: 1.30718954248366vw;
	line-height: 137.5%;
	color: #000;
}
@media screen and (min-width: 1224px) {
	.tabs-block__text {
		margin-bottom: 60px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__text {
		margin-bottom: 3.02734375vw;
		font-size: 1.171875vw;
		line-height: 133.33333333333331%;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__text {
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 142.85714285714286%;
	}
}
.tabs-block__text p {
	margin: 0;
}
.tabs-block__text p:not(:last-child) {
	margin-bottom: 1.5em;
}
.tabs-block__ol {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 2.450980392156863vw);
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	margin-right: -2.450980392156863vw;
	margin-bottom: -2.450980392156863vw;
	list-style: none;
	counter-reset: tabs-ol;
}
@media screen and (min-width: 1224px) {
	.tabs-block__ol {
		width: calc(100% + 30px);
		margin-right: -30px;
		margin-bottom: -30px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__ol {
		width: calc(100% + 1.46484375vw);
		margin-right: -1.46484375vw;
		margin-bottom: -2.5390625vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__ol {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
}
.tabs-block__ol-li {
	flex-shrink: 0;
	counter-increment: tabs-ol;
	display: block;
	width: calc(50% - 2.450980392156863vw);
	margin-right: 2.450980392156863vw;
	margin-bottom: 2.450980392156863vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__ol-li {
		width: calc(50% - 30px);
		margin-right: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__ol-li {
		width: calc(50% - 1.46484375vw);
		margin-right: 1.46484375vw;
		margin-bottom: 2.5390625vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__ol-li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}
.tabs-block__ol-li-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 0.816993464052288vw;
	font-size: 1.143790849673203vw;
	line-height: 107.14285714285714%;
	font-weight: 700;
}
@media screen and (min-width: 1224px) {
	.tabs-block__ol-li-title {
		margin-bottom: 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__ol-li-title {
		margin-bottom: 0.9765625vw;
		font-size: 1.171875vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__ol-li-title {
		margin-bottom: 10px;
		font-size: 14px;
	}
}
.tabs-block__ol-li-title .number {
	margin-right: 1.388888888888889vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__ol-li-title .number {
		margin-right: 17px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__ol-li-title .number {
		margin-right: 1.66015625vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__ol-li-title .number {
		font-size: 24px;
		margin-right: 15px;
	}
}
.tabs-block__ol-li-desc {
	display: block;
	width: 100%;
	font-size: 0.980392156862745vw;
	line-height: 133.33333333333331%;
	color: rgba(0,0,0,0.6);
}
@media screen and (min-width: 1224px) {
	.tabs-block__ol-li-desc {
		font-size: 12px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__ol-li-desc {
		font-size: 1.171875vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__ol-li-desc {
		font-size: 12px;
	}
}
.tabs-block__links {
	display: block;
	width: 100%;
}
.tabs-block__links-item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	text-decoration: none;
	padding: 2.450980392156863vw 0;
	box-sizing: border-box;
	color: inherit;
}
@media screen and (min-width: 1224px) {
	.tabs-block__links-item {
		padding: 30px 0;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__links-item {
		padding: 2.34375vw 0;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item {
		padding: 20px 0;
		position: relative;
	}
}
.tabs-block__links-item:first-child {
	border-top: 1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item:first-child {
		border-top: none;
		padding-top: 0;
	}
	.tabs-block__links-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}
.tabs-block__links-item-icon {
	flex-shrink: 0;
	display: block;
	width: 4.084967320261438vw;
	height: auto;
	margin-right: 2.859477124183007vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__links-item-icon {
		width: 50px;
		margin-right: 35px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__links-item-icon {
		width: 3.90625vw;
		margin-right: 1.46484375vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item-icon {
		width: 38px;
		margin-right: 15px;
	}
}
.tabs-block__links-item-icon img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
		 object-fit: contain;
}
.tabs-block__links-item-info {
	display: block;
	width: 100%;
	margin-right: 2.859477124183007vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__links-item-info {
		margin-right: 35px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__links-item-info {
		margin-right: 3.41796875vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item-info {
		margin-right: 0;
	}
}
.tabs-block__links-item-info-title {
	display: block;
	width: 100%;
	font-size: 1.470588235294118vw;
	font-weight: 700;
	line-height: 133.33333333333331%;
	text-transform: uppercase;
	color: #000;
}
@media screen and (min-width: 1224px) {
	.tabs-block__links-item-info-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__links-item-info-title {
		font-size: 1.3671875vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item-info-title {
		min-height: 33.94px;
		font-size: 14px;
		padding-right: 60px;
		box-sizing: border-box;
	}
}
.tabs-block__links-item-info-desc {
	display: block;
	width: 100%;
	font-size: 0.980392156862745vw;
	line-height: 133.33333333333331%;
	color: rgba(0,0,0,0.6);
	margin-top: 1.225490196078431vw;
}
@media screen and (min-width: 1224px) {
	.tabs-block__links-item-info-desc {
		font-size: 12px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__links-item-info-desc {
		font-size: 1.171875vw;
		margin-top: 0.9765625vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item-info-desc {
		font-size: 12px;
		margin-top: 10px;
	}
}
/* .tabs-block__links-item-link {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.772875816993464vw;
	height: 2.772875816993464vw;
	background-color: #f8a734;
	margin: auto 0;
	margin-left: auto;
	transform: translate(-25%) rotate(45deg);
} */

/* .tabs-block__links-item-link {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.772875816993464vw;
	height: 2.772875816993464vw;
	background-color: #f8a734;
	margin: auto 0;
	margin-left: auto;
	transform: translate(-25%) rotate(45deg);
}
@media screen and (min-width: 1224px) {
	.tabs-block__links-item-link {
		width: 33.94px;
		height: 33.94px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__links-item-link {
		width: 3.314453125vw;
		height: 3.314453125vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item-link {
		width: 33.94px;
		height: 33.94px;
		margin: 0;
		position: absolute;
		right: 0;
	}
} */
/* .tabs-block__links-item-link::before {
	content: '';
	display: block;
	width: 0.816993464052288vw;
	height: 0.816993464052288vw;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-17.5%, 17.5%);
} */
 @media screen and (min-width: 1224px) {
	.tabs-block__links-item-link::before {
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.tabs-block__links-item-link::before {
		width: 0.9765625vw;
		height: 0.9765625vw;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__links-item-link::before {
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 768px) {
	.tabs-block__content-item--active .tabs-block__spoiler-title {
		color: #f8a734;
	}
	.tabs-block__content-item--active .tabs-block__spoiler-title::before {
		background-color: #f8a734;
	}
	.tabs-block__content-item--active .tabs-block__spoiler-title::after {
		border-color: #f8a734;
		transform: translateY(25%) rotate(-45deg);
	}
	.tabs-block__content-item--active .tabs-block__spoiler-link,
	.tabs-block__content-item--active .tabs-block__spoiler-content {
		display: block;
	}
}

/* SECTIONS STYLE */
.hero-block-mobile {
	display: none;
	width: 100%;
	margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
	.hero-block-mobile {
		display: block;
	}
}
.hero-block-mobile__top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 30px;
}
.hero-block-mobile__top-goback {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background-color: rgba(0,0,0,0.2);
	transform: rotate(45deg);
	margin: 8px;
	margin-right: 18px;
}
.hero-block-mobile__top-goback::before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translate(2px, -2px);
}
.hero-block-mobile__top-title {
	display: block;
	width: 100%;
	align-self: center;
	font-size: 16px;
	line-height: 150%;
	font-weight: 900;
}
.hero-block-mobile__top-title--big {
	font-size: 24px;
}
.hero-block-mobile__desc {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 125%;
}
.hero-block-mobile__desc p {
	display: block;
	width: 100%;
	margin: 0;
}
.hero-block-mobile__desc p:not(:last-child) {
	margin-bottom: 1.5em;
}
/* @media screen and (max-width: 768px) {
	.section--not-phone {
		display: none !important;
	}
} */
.section {
	padding: 40px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.section {
		padding: 20px 0;
	}
}
.section__title {
	display: block;
	width: 100%;
	font-size: 32px;
	line-height: 112.5%;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 43px;
}
@media screen and (max-width: 1024px) {
	.section__title {
		font-size: 24px;
		line-height: 125%;
		margin-bottom: 41px;
	}
}
@media m-mobile {
	.section__title {
		font-size: 24px;
		line-height: 112.5%;
		margin-bottom: 38px;
	}
}
.section__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px 20px;
	width: 100%;
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
	.section__steps {
		grid-gap: 30px 20px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.section__steps {
		grid-template-columns: 1fr;
		grid-gap: 20px 0;
	}
}
.section__steps-item {
	display: block;
	width: 100%;
}
.section__steps-item-top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.section__steps-item-top-num {
	flex-shrink: 0;
	display: block;
	min-width: 2ch;
	font-size: 32px;
	font-weight: 900;
	color: #f8a734;
	margin-right: 13px;
}
@media screen and (max-width: 1024px) {
	.section__steps-item-top-num {
		font-size: 24px;
		margin-right: 7px;
	}
}
@media screen and (max-width: 768px) {
	.section__steps-item-top-num {
		font-size: 24px;
		margin-right: 12px;
	}
}
.section__steps-item-top-num::first-letter {
	color: #000;
}
.section__steps-item-top-title {
	display: block;
	align-self: center;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 107.14285714285714%;
}
@media screen and (max-width: 1024px) {
	.section__steps-item-top-title {
		font-size: 12px;
		line-height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.section__steps-item-top-title {
		font-size: 14px;
		line-height: 107.14285714285714%;
	}
}
.section__desc {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 142.85714285714286%;
	color: #000;
}
@media screen and (max-width: 1024px) {
	.section__desc {
		font-size: 12px;
		line-height: 133.33333333333331%;
	}
}
@media screen and (max-width: 768px) {
	.section__desc {
		font-size: 15px;
		line-height: 142.85714285714286%;
	}
}
.section__desc p {
	display: block;
	width: 100%;
	margin: 0;
}
.section__desc p:not(:last-child) {
	margin-bottom: 1.5em;
}
.section__tabs {
	display: block;
	width: 100%;
}
.section__tabs-nav {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: auto;
	max-width: 50%;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.section__tabs-nav {
		width: 100%;
		max-width: none;
		justify-content: space-between;
	}
}
.section__tabs-nav-item {
	display: block;
	padding-bottom: 6px;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	cursor: pointer;
}
.section__tabs-nav-item:not(:last-child) {
	margin-right: 40px;
}
.section__tabs-nav-item--active {
	color: #f8a734;
	box-shadow: 0 2px 0 0 #f8a734;
}
.section__tabs-content {
	display: block;
	width: 100%;
}
.section__tabs-content-item {
	display: none;
}
.section__tabs-content-item--active {
	display: block;
}
.section__row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
	.section__row {
		margin-bottom: 50px;
	}
}
.section__row-col {
	flex: 1 1 auto;
	display: block;
	width: 0;
}
.section__row-col:not(:last-child) {
	margin-right: 40px;
}
@media screen and (max-width: 1024px) {
	.section__row-col:not(:last-child) {
		margin-right: 20px;
	}
}
.section__list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.section__list-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.section__list-item:not(:last-child) {
	margin-bottom: 1.5em;
}
.section__list-item::before {
	flex-shrink: 0;
	content: '';
	display: inline-block;
	width: 8.1px;
	height: 8.1px;
	background-color: #f8a734;
	margin-right: 20px;
	transform: translateY(-50%) rotate(45deg);
	margin-top: 0.6em;
}
@media screen and (max-width: 1024px) {
	.section__list-item::before {
		margin-right: 10px;
	}
}
.section__list-item-text {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 142.85714285714286%;
}
.section__spoiler {
	display: block;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 2px 3px 0 rgba(20,20,22,0.05);
}
.section__spoiler:not(:last-child) {
	margin-bottom: 80px;
}

.section__spoiler + .section__spoiler {
	margin-top: -70px;
}

@media screen and (max-width: 1024px) {
	.section__spoiler:not(:last-child) {
		margin-bottom: 40px;
	}

	.section__spoiler + .section__spoiler {
		margin-top: -30px;
	}
}

.section__spoiler-top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 18px 15px 18px 30px;
	box-sizing: border-box;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.section__spoiler-top {
		padding-left: 20px;
	}
}
.section__spoiler-top-title {
	display: block;
	max-width: 100%;
	margin-right: 30px;
	align-self: center;
	font-size: 14px;
	line-height: 107.14285714285714%;
	font-weight: 700;
}
@media screen and (max-width: 1024px) {
	.section__spoiler-top-title {
		margin-right: 20px;
	}
}
.section__spoiler-top-icon {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	background-color: rgba(0,0,0,0.05);
	margin-left: auto;
	transform: rotate(45deg);
}
.section__spoiler-top-icon::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #f8a734;
	border-bottom: 2px solid #f8a734;
	transition: transform 0.3s ease;
}
.section__spoiler-content {
	display: none;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.section__spoiler--droped .section__spoiler-top-icon::before {
	transform: rotate(-180deg);
}
.section__spoiler--droped .section__spoiler-content {
	display: block;
}


/* FIX STYLUS */

/* 1 */
.pages .catalog__item-triggers {
	-webkit-align-items: flex-start;
					align-items: flex-start;
}

/* 2 */
.pages .benefits__items .benefits-item .benefits-number {
	min-width: 2ch;
}

/* 3 */
.pages .benefits__items .benefits-item .benefits-number {
	margin-top: 20px;
	transform: translateY(-50%);
}
.pages .benefits__items .benefits-item {
	align-items: flex-start;
}

/* fix <b>, <strong>, <i> font styles */
.pages b,
.pages strong {
	font-weight: 700;
}

.pages i:not([class^="fa"]) {
	font-style: italic;
}

/* UL fix style */
.pages ul li,
.pages ol li {
	font-weight: 400;
}

/* CUSTOM SCROLL */
.custom-scroll {
	display: block;
	width: 100%;
	height: 100%;
	max-height: inherit;
	overflow: hidden;
	position: relative;
}
.custom-scroll .swiper-slide {
	height: auto;
}
.custom-scroll .swiper-scrollbar-drag {
	background-color: #f8a734;
}
.custom-scroll--transition > .swiper-wrapper,
.custom-scroll--transition > .swiper-scrollbar .swiper-scrollbar-drag:not(:active) {
	transition-duration: 0.15s !important;
}

/* SMALL SCROLL */
.small-scroll,
.table__container {
	--small-scroll-color: #f8a734;
	--small-scroll-bg: rgba(0,0,0,.15);
	scrollbar-color: var(--small-scroll-color, #ccc) var(--small-scroll-bg, rgba(0,0,0,.5)) !important;
	scrollbar-width: thin !important;
}
.small-scroll::-webkit-scrollbar,
.table__container::-webkit-scrollbar {
	width: 8px !important;
	height: 8px !important;
	background-color: var(--small-scroll-bg, rgba(0,0,0,.5)) !important;
}
.small-scroll::-webkit-scrollbar-thumb,
.table__container::-webkit-scrollbar-thumb {
	background-color: var(--small-scroll-color, #ccc) !important;
}


/* HERO BLOCK COMPONENT */
.hero-block-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}

.hero-block-list:not(:last-child) {
	margin-bottom: 3.267973856209151vw;
}
@media screen and (min-width: 1224px) {
	.hero-block-list:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list:not(:last-child) {
		margin-bottom: 1.953125vw;
	}
}

.hero-block-list--wrap {
	flex-wrap: wrap;
	width: calc(100% + 2.450980392156863vw);
	margin-right: -2.450980392156863vw;
	margin-bottom: -1.633986928104575vw;
}
@media screen and (min-width: 1224px) {
	.hero-block-list--wrap {
		width: calc(100% - 30px);
		margin-right: -30px;
		margin-bottom: -20px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list--wrap {
		width: calc(100% + 1.7578125vw);
		margin-right: -1.7578125vw;
		margin-bottom: -0.9765625vw;
	}
}
.hero-block-list__item {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	max-width: 100%;
	height: auto;
	opacity: 0.4;
	white-space: pre-line;
	word-break: break-word;
}
.hero-block-list__item--border {
	border: 0.163398692810458vw solid #fff;
	padding: 1.102941176470588vw 1.633986928104575vw;
	box-sizing: border-box;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item--border {
		border-width: 2px;
		padding: 13.5px 20px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item--border {
		border-width: 0.1953125vw;
		padding: 0.78125vw 1.26953125vw;
	}
}
.hero-block-list__item--not-opacity {
	opacity: 1;
}
.hero-block-list__item--link {
	display: flex;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.hero-block-list__item--tags {
	width: auto;
	white-space: nowrap;
	margin-bottom: 1.633986928104575vw;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item--tags {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item--tags {
		margin-bottom: 0.9765625vw;
	}
}
.hero-block-list__item:not(:last-child) {
	margin-right: 2.450980392156863vw;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item:not(:last-child) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item:not(:last-child) {
		margin-right: 1.7578125vw;
	}
}
@media screen and (max-width: 768px) {
	.hero-block-list__item:not(:last-child) {
		margin-right: 10px;
	}
}

.hero-block-list__item-icon {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 3.267973856209151vw;
	max-height: 3.267973856209151vw;
	margin-right: 1.225490196078431vw;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-icon {
		width: 40px;
		max-height: 40px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-icon {
		width: 2.9296875vw;
		max-height: 2.9296875vw;
		margin-right: 0.9765625vw;
	}
}
.hero-block-list__item-icon img {
	flex-shrink: 0;
	width: 100%;
	height: auto;
	max-height: 3.267973856209151vw;
	-o-object-fit: contain;
		 object-fit: contain;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-icon img {
		max-height: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-icon img {
		max-height: 2.9296875vw;
	}
}
.hero-block-list__item-icon--default {
	display: block;
}
.hero-block-list__item-icon--active {
	display: none;
}
.hero-block-list__item-image {
	flex-shrink: 0;
	display: block;
	align-self: center;
	width: 5.88235294117647vw;
	height: 5.88235294117647vw;
	margin-right: 2.450980392156863vw;
	white-space: nowrap !important;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-image {
		width: 72px;
		height: 72px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-image {
		width: 5.46875vw;
		height: 5.46875vw;
		margin-right: 1.5625vw;
	}
}
.hero-block-list__item-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}
.hero-block-list__item-info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-self: center;
	width: 100%;
	max-width: 200px;
}
.hero-block-list__item-link-marker {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	background-color: rgba(255,255,255,0.3);
	width: 1.879084967320261vw;
	height: 1.879084967320261vw;
	margin-left: 1.470588235294118vw;
	transform: rotate(45deg);
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-link-marker {
		width: 23px;
		height: 23px;
		margin-left: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-link-marker {
		width: 1.7578125vw;
		height: 1.7578125vw;
		margin-left: 0.9765625vw;
	}
}
.hero-block-list__item--width-fit {
	width: 100%;
	white-space: nowrap;
}
.hero-block-list__item-link-marker::before {
	content: '';
	display: block;
	width: 0.490196078431373vw;
	height: 0.490196078431373vw;
	border-top: 0.163398692810458vw solid #fff;
	border-right: 0.163398692810458vw solid #fff;
	transform: translate(-15%, 15%);
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-link-marker::before {
		width: 6px;
		height: 6px;
		border-top-width: 2px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-link-marker::before {
		width: 0.5859375vw;
		height: 0.5859375vw;
		border-top-width: 0.1953125vw;
	}
}
.hero-block-list__item-marker {
	display: block;
	font-size: 1.470588235294118vw;
	font-weight: 900;
	line-height: 111.11111111111111%;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-marker {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-marker {
		font-size: 1.3671875vw;
	}
}
.hero-block-list__item-pre-title {
	font-size: 1.062091503267974vw;
	font-weight: 400;
	line-height: 153.84615384615387%;
	opacity: 0.6;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-pre-title {
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-pre-title {
		font-size: 1.171875vw;
	}
}
.hero-block-list__item-title {
	align-self: center;
	width: 100%;
	font-size: 1.143790849673203vw;
	font-weight: 500;
	line-height: 142.85714285714286%;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-title {
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-title {
		font-size: 1.3671875vw;
	}
}
.hero-block-list__item-title--uppercase {
	text-transform: uppercase;
	font-size: 1.062091503267974vw;
	font-weight: 500;
	line-height: 123.07692307692308%;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-title--uppercase {
		font-size: 13px;
	}
}
.hero-block-list__item-title--align-center {
	text-align: center;
}
.hero-block-list__item-title--marker {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.hero-block-list__item-title--marker::before {
	content: '';
	display: block;
	width: 0.735294117647059vw;
	height: 0.735294117647059vw;
	background-color: #f8a734;
	transform: rotate(45deg);
	position: absolute;
	top: calc(0.735294117647059vw * .5);
	left: -1.2vw;
}
@media screen and (min-width: 1920px) {
	.hero-block-list__item-title--marker::before {
		width: 9px;
		height: 9px;
		top: calc(9px * .5);
		left: -15px;
	}
}
.hero-block-list__item-title--fz18 {
	font-size: 1.470588235294118vw;
	line-height: 111.11111111111111%;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-title--fz18 {
		font-size: 18px;
	}
}
.hero-block-list__item-desc {
	display: block;
	width: 100%;
	font-size: 0.980392156862745vw;
	font-weight: 400;
	line-height: 133.33333333333331%;
	opacity: 0.6;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-desc {
		font-size: 12px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-desc {
		font-size: 1.171875vw;
	}
}
.hero-block-list__item-title + .hero-block-list__item-desc {
	margin-top: 0.816993464052288vw;
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item-title + .hero-block-list__item-desc {
		margin-top: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item-title + .hero-block-list__item-desc {
		margin-top: 0.48828125vw;
	}
}
.hero-block-list__item--border.hero-block-list__item--active {
	background-color: #f8a734;
    border: 2px solid #fff;
}
.hero-block-list__item--active {
	opacity: 1;
}
.hero-block-list__item--active .hero-block-list__item-icon--default {
	display: none;
}
.hero-block-list__item--active .hero-block-list__item-icon--active {
	display: block;
}
.hero-block-list__item--active .hero-block-list__item-link-marker::before {
	width: 0.65359477124183vw;
	height: 0.245098039215686vw;
	transform: translate(0) rotate(90deg);
}
@media screen and (min-width: 1224px) {
	.hero-block-list__item--active .hero-block-list__item-link-marker::before {
		width: 8px;
		height: 3px;
	}
}
@media screen and (max-width: 1024px) {
	.hero-block-list__item--active .hero-block-list__item-link-marker::before {
		width: 0.78125vw;
		height: 0.390625vw;
	}
}
.hero-block-list__item--list .hero-block-list__item-info {
	align-self: flex-start;
}
.hero-block-list__item--tags {
	flex: 0 1 auto;
}
.hero-block-list__item--tags .hero-block-list__item-info {
	width: auto;
	max-width: none;
}

/* SPOILER FIX */

/* - SPOILER TABLE  */
.spoilers-page__inner table:not(.material-table),
.section__spoiler-content table:not(.material-table) {
	text-align: center;
	width: 100%;
}
.spoilers-page__inner table:not(.material-table) th,
.section__spoiler-content table:not(.material-table) th {
	padding: 17px 0;
	font-size: 12px;
	font-weight: 400;
	color: rgba(20, 20, 22, 0.9);
}
.spoilers-page__inner table:not(.material-table) th:nth-child(1),
.section__spoiler-content table:not(.material-table) th:nth-child(1) {
	text-align: left;
	padding-left: 30px;
}
.spoilers-page__inner table:not(.material-table) tr,
.section__spoiler-content table:not(.material-table) tr {
	color: #141416;
	font-size: 14px;
	font-weight: 700;
	border: 3px solid #fff;
}
.spoilers-page__inner table:not(.material-table) tr:nth-child(odd) td,
.section__spoiler-content table:not(.material-table) tr:nth-child(odd) td {
	background-color: #EFEFF6;
}
.spoilers-page__inner table:not(.material-table) tr:nth-child(even) td,
.section__spoiler-content table:not(.material-table) tr:nth-child(even) td {
	background-color: #F8F8FC;
}
.spoilers-page__inner table:not(.material-table) td,
.section__spoiler-content table:not(.material-table) td {
	padding: 17px 0;
	border: 3px solid #fff;
}
a.hero-block-list__item {
	transition: opacity .3s ease;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a.hero-block-list__item:hover,
a.hero-block-list__item:active {
	opacity: 1;
}

/* - SPOILER FIX STYLES */
.section__spoiler-content .content {
	padding: 35px 30px 30px;
	box-sizing: border-box;
}

.section__spoiler-content .content ol, ul {
	list-style: none;
}

.section__spoiler-content .content ul li,
.news-content ul li {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 200;
	padding-left: 20px;
}

.section__spoiler-content .content ul li::before,
.news-content ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 8px;
	height: 8px;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	background-color: #f8a734;
}

/* - ALL SPOILERS FIX FONTS */
/* -- h4 */
.spoilers-page__inner .content h4,
.section__spoiler-content .content h4 {
	font-size: 24px;
	line-height: calc(30 / 24 * 100%);
	font-weight: 700;
	margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
	.spoilers-page__inner .content h4,
	.section__spoiler-content .content h4 {
		font-size: 14px;
		line-height: calc(16 / 14 * 100%);
		font-weight: 700;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.spoilers-page__inner .content h4,
	.section__spoiler-content .content h4 {
		font-size: 16px;
		line-height: calc(18 / 16 * 100%);
		font-weight: 700;
		margin-bottom: 20px;
	}
}

/* -- ul */
.spoilers-page__inner .content ul,
.section__spoiler-content .content ul {
	font-size: 15px;
	line-height: calc(15 / 13 * 100%);
	font-weight: 400;
}

.news-content ul {
	color: #141416;
  font-size: 14px;
  line-height: 20px;
}

.spoilers-page__inner .content ul:not(:last-child),
.section__spoiler-content .content ul:not(:last-child),
.news-content ul:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.spoilers-page__inner .content ul,
	.section__spoiler-content .content ul,
	.news-content ul {
		font-size: 12px;
		line-height: calc(14 / 12 * 100%);
	}
}

@media screen and (max-width: 768px) {
	.spoilers-page__inner .content ul,
	.section__spoiler-content .content ul,
	.news-content ul {
		font-size: 15px;
		line-height: calc(15 / 13 * 100%);
	}
}

/* -- ul li */
.spoilers-page__inner .content ul li,
.section__spoiler-content .content ul li {
	font: inherit;
}

.spoilers-page__inner .content ul li:not(:last-child),
.section__spoiler-content .content ul li:not(:last-child) {
	margin-bottom: 1.5em;
}

/* -- iframe */
.spoilers-page__inner .content iframe,
.section__spoiler-content .content iframe {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.spoilers-page__inner .content iframe:not(:first-child),
.section__spoiler-content .content iframe:not(:first-child) {
	margin-top: 20px;
}

.spoilers-page__inner .content iframe:not(:last-child),
.section__spoiler-content .content iframe:not(:last-child) {
	margin-bottom: 20px;
}

/* Banner preview */
.banner-preview {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	    -webkit-align-items: stretch;
	            align-items: stretch;
	width: 100%;
	margin-bottom: 50px;
}

.banner-preview__img {
	flex-shrink: 0;
	width: 50%;
	margin-right: 72px;
}

.banner-preview__img .system__banner {
	width: 100% !important;
	margin-bottom: 0 !important;
	max-height: none !important;
}

.banner-preview__img .system__banner::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.banner-preview__img .system__banner img {
	position: absolute;
	left: 0;
	top: 0;
}

.banner-preview__img .system__banner .rhomb {
	flex-shrink: 0;
}

.caption.caption--left span {
	position: absolute;
  right: 100%;
  transform: translateX(-20px);
}

.caption.caption--left span::before {
	left: auto !important;
	right: -7px;
	transform: translate(-50%, -50%) scaleX(-1) translateX(-100%) !important;
}

.banner-preview__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	height: auto;
	color: rgba(0,0,0, .6);
}

.banner-preview__info .btns-grid {
	margin-top: auto;
}

.banner-preview__info > p {
	font-size: 12px;
	line-height: calc(24 / 14 * 100%);
	color: #000;
}

.banner-preview__info > p:not(:last-child) {
	margin-bottom: 30px;
}

.banner-preview__icons {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

.banner-preview__icons-item {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	    -webkit-align-items: center;
	            align-items: center;
	width: 100%;
}

.banner-preview__icons-item:not(:last-child) {
	margin-bottom: 30px;
}

.banner-preview__icons-img {
	flex-shrink: 0;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.banner-preview__icons-img img,
.banner-preview__icons-img svg {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.banner-preview__icons-info {
	display: block;
	width: 100%;
	font-size: 14px;
}

.banner-preview__icons-info > p {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 300;
}

.banner-preview__icons-info > strong {
	display: block;
	font-weight: 400;
	color: #141416;
}

@media screen and (max-width: 1024px) {
	.banner-preview__icons {
		margin-bottom: 30px;
	}

	.banner-preview__icons-img {
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.banner-preview__icons-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.banner-preview__info > p {
		line-height: calc(16 / 14 * 100%);
	}
}

@media screen and (max-width: 768px) {
	.banner-preview {
		flex-direction: column;
	}

	.banner-preview__img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.markers-block__img {
		max-width: 50%;
	}

	.banner-preview__icons {
		max-width: none;
		margin-bottom: 40px;
	}

	.banner-preview__icons-item:not(:last-child) {
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0, .1);
		margin-bottom: 20px;
	}

	.banner-preview__icons-img {
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}

	.banner-preview__info > p:not(:last-child) {
		margin-bottom: 40px;
	}

	.banner-preview__info .system-src {
		width: 100%;
		max-width: none;
		text-align: center;
		box-sizing: border-box;
	}
}

/* material table */
.material-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 14px;
  line-height: 20px;
}
.material-table th,
.material-table tr,
.material-table td {
	vertical-align: middle;
}

.material-table sup {
	line-height: 1;
	font-size: 65%;
}

.material-table thead th {
  text-align: left;
  font-weight: 300;
  color: rgba(0,0,0,0.5);
}
.material-table tbody tr {
  position: relative;
}
.material-table tbody tr:hover {
  background-color: #f8f8fc;
}
.material-table__img {
  width: 90px;
  height: 90px;
  padding: 10px;
  padding-right: 30px;
}
.material-table__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.material-table__img [data-fancybox] {
	position: relative;
	z-index: 2;
}
.material-table__link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.material-table__name b,
.material-table__value b {
  font-weight: 700;
}
.material-table__name--mobile {
	display: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
}
.material-table__sep {
  padding: 0 30px;
  position: relative;
}
.material-table__sep::before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0.1);
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.material-table {
		font-size: 12px;
	}

	.material-table__img {
		width: 60px;
		height: 60px;
		padding: 5px;
		margin-right: 20px;
	}

	.material-table thead {
		display: none;
	}

	.material-table__sep,
	.material-table__value {
		display: none;
	}

	.material-table__name--mobile {
		display: block;
	}
}

/* rows */
.mb20 {
  margin-bottom: 20px;
}
.rows {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.rows__col:not(:last-child) {
  margin-right: 56px;
}
.rows__col {
  display: block;
  width: 100%;
}
.rows__col:not(:last-child) {
  margin-right: 20px;
}
.rows__col iframe {
  max-width: 100%;
}

.spoiler-slider {
  margin-bottom: 40px;
}
.spoiler-slider .gray-img {
  display: block;
  width: 100%;
  background-color: #f8f8fc;
  padding: 14px;
  box-sizing: border-box;
}
.spoiler-slider .gray-img img {
  display: block;
  width: auto;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.spoiler-slider__control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.spoiler-slider__control-btn--prev,
.spoiler-slider__control-btn--next {
  display: block;
  width: auto;
  cursor: pointer;
}
.spoiler-slider__control-btn--prev::before,
.spoiler-slider__control-btn--next::before {
  content: '';
  display: block;
  width: 9.121px;
  height: 15.414px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.spoiler-slider__control-btn--prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M0,7,7,0l7,7' transform='translate(1.414 14.707) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}
.spoiler-slider__control-btn--next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M1036.165,65l7,7,7-7' transform='translate(-64.293 1050.872) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}
.spoiler-slider__control-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 7ch;
  width: auto;
  margin: 0 auto;
  color: #141416;
  font-size: 16px;
  position: static;
}
.spoiler-slider__control-fraction-current {
  color: #f8a734;
}
.spoiler-slider__control-fraction-sep {
  margin: 0 0.5ch;
}


.gray-img {
  display: block;
  width: 100%;
  background-color: #f8f8fc;
  padding: 14px;
  box-sizing: border-box;
}
.gray-img img {
  display: block;
  width: auto;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
	.rows {
		flex-direction: column;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		-webkit-align-items: flex-start;
		        align-items: flex-start;
	}

	.rows__col:not(:last-child) {
		margin-right: 0;
  	margin-bottom: 20px;
	}
}

/* download dock */
.download-dock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 174px;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.download-dock:hover {
	color: #f8a734;
}
.download-dock__icon {
  flex-shrink: 0;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
  margin-right: 10px;
}
.download-dock[data-download-dock-type="list"] .download-dock__icon {
  background-image: url("https://i.imgur.com/9dvQLGe.png");
}
.download-dock[data-download-dock-type="manual"] .download-dock__icon {
  background-image: url("https://i.imgur.com/b6popJA.png");
}
.download-dock[data-download-dock-color="orange"] .download-dock__icon {
  background-color: #f8a734;
}
.download-dock[data-download-dock-color="red"] .download-dock__icon {
  background-color: #f8a734;
}

/* fix */
.pages .system-src {
	display: inline-block;
}

.objects:not(:first-child) {
	padding-top: 0;
}

.spoilers-page__inner table:not(.material-table) th,
.section__spoiler-content table:not(.material-table) th,
.spoilers-page__inner table:not(.material-table) td,
.section__spoiler-content table:not(.material-table) td,
.catalog__table th,
.catalog__table td {
	padding-left: 15px;
	padding-right: 15px;
}

.spoilers-page__inner table:not(.material-table) th:not(:first-child),
.section__spoiler-content table:not(.material-table) th:not(:first-child) {
	text-align: center;
}

/* markers block */
.markers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.markers-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.markers-block__img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.markers-block__img::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.markers-block__img::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewbox='0 0 17 17'%3E%3Cg fill='%23fff'%3E%3Cpath d='m7 14a1 1 0 000-14 1 1 0 000 14zm0-1a1 1 0 000-12 1 1 0 000 12zm-.5-6.5 0-2c0-.75 1-.75 1 0l0 2 2 0c.75 0 .75 1 0 1l-2 0 0 2c0 .75-1 .75-1 0l0-2-2 0c-.75 0-.75-1 0-1z' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M11.22 11.952l4.74 4.75c.5.5 1.25-.25.75-.75l-4.75-4.75z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

.markers-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.markers-block:hover .markers-block__img::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.markers-block__tooltip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  text-decoration: none;
  color: inherit;
  outline: none;
	cursor: pointer;
}

.markers-block__tooltip::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  background-color: #f8a734;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.markers-block__tooltip-content {
  display: inline-block;
  background-color: rgba(20,20,22,0.63);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 12px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: relative;
	pointer-events: none;
}

.markers-block__tooltip-content::before {
  content: '';
  display: block;
  width: 14px;
  height: 18px;
  background-color: rgba(20,20,22,0.63);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(100% 0,50% 50%,100% 100%);
  clip-path: polygon(100% 0,50% 50%,100% 100%);
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.markers-block__tooltip-content::after {
	content: '';
	display: block;
	width: 20px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.markers-block__tooltip--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
	margin-right: 0;
}

.markers-block__tooltip--left::before {
  margin-right: 0;
  margin-left: 15px;
	transform: translateX(50%) rotate(45deg);
}

.markers-block__tooltip--left .markers-block__tooltip-content::before {
  right: auto;
  left: 100%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.markers-block__tooltip--left .markers-block__tooltip-content::after {
	left: 100%;
	right: auto;
}

.markers-block__tooltip:hover .markers-block__tooltip-content,
.markers-block__tooltip:active .markers-block__tooltip-content {
  opacity: 1;
	pointer-events: all;
	z-index: 1;
}

.fancybox__container .markers-block {
  min-width: 280px;
  max-width: 50%;
}

.fancybox__container .markers-block.fancybox__content {
  padding: 0;
}

.fancybox__container .markers-block__img {
  width: 100%;
}

.fancybox__container .markers-block__img::after {
  display: none;
}

@media screen and (max-width: 768px) {
	.markers-block__img {
    width: 50%;
  }

  .markers-block__img::after {
    width: 20px;
    height: 20px;
  }

  .markers-block__tooltip::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
    margin-right: 15px;
  }

  .markers-block__tooltip-content {
    padding: 6px 12px;
    line-height: 16px;
  }

	.markers-block__tooltip-content::after {
		width: 20px;
		height: 20px;
	}

  .markers-block__tooltip--left::before {
    margin-left: 15px;
		margin-right: 0;
  }

  .fancybox__container .markers-block {
		max-width: 75%;
	}

	.fancybox__container .markers-block__img {
		max-width: 100%;
	}
}

.hero-block .breads__crumbs {
	padding-bottom: 20px;
}

.hero-block .texound__btns {
	margin-bottom: 50px;
}

/* library link */
.library-swiper .swiper-slide {
	position: relative;
}

.library-swiper .swiper-slide .download-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.library-swiper .swiper-slide:hover .download {
	color: #f8a734;
}

/* adaptive header */
.navigation .navigation__container .navigation__items .navigation__item,
.number__nav,
.pages .breads__crumbs .crumbs__container {
	white-space: nowrap;
}

@media screen and (max-width: 1024px) {
	.pages .breads__crumbs {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 1300px) {
	.navigation .navigation__container .navigation__items .navigation__item {
		margin-right: 30px;
	}
	.navigation .navigation__container .navigation__items .navigation__item::before {
		font-size: 8px;
		right: -15px;
	}
}

@media screen and (max-width: 1200px) {
	.navigation .navigation__container .navigation__items .navigation__item {
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px) {
	.navigation .navigation__container .number__nav a {
		font-size: 14px;
	}
	.navigation .navigation__container .number__nav span {
		font-size: 10px;
	}

	.navigation .navigation__container .icons__container div {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.pages .breads__crumbs .crumbs__container a {
		margin-right: 18px;
	}
	.pages .breads__crumbs .crumbs__container a::before {
		width: 5px;
		height: 5px;
		right: -12px;
	}
}

.spoilers-page__inner,
.section__spoiler-content {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.spoilers-page__inner .content,
	.section__spoiler-content .content {
		padding: 20px;
		font-size: 14px;
	}
}

.objects .objects__nav .swiper-pagination-library {
	white-space: nowrap;
}

/* SECTION SLIDER */
.section-slider {
 display:block;
 width:100%
}

.section-slider + .section-slider {
	margin-top: 80px;
}

@media screen and (max-width:1024px) {
	.section-slider + .section-slider {
		margin-top: 40px;
	}
}
.section-slider__top {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:start;
 -webkit-justify-content:flex-start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 -webkit-box-align:start;
 -webkit-align-items:flex-start;
 -ms-flex-align:start;
 align-items:flex-start;
 width:100%;
 margin-bottom:50px
}
@media screen and (max-width:1024px) {
 .section-slider__top {
  margin-bottom:40px
 }
}
.section-slider__top-title {
 margin:0;
 padding:0;
 font-size:32px;
 line-height:36px;
 color:#000;
 font-weight:700;
 margin-right:20px
}
@media screen and (max-width:1024px) {
 .section-slider__top-title {
  font-size:24px;
  margin-right:20px
 }
}
.section-slider__top-control {
 width:auto;
 margin-left:auto
}
@media screen and (max-width:768px) {
 .section-slider__top-control {
  display:none
 }
}
.section-slider__control {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 width:100%;
 white-space:nowrap;
 font-size:16px;
 line-height:1;
 font-weight:400;
 cursor:default;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
}
@media screen and (max-width:1024px) {
 .section-slider__control {
  font-weight:700
 }
}
.section-slider__control-btn {
 display:block;
 width:auto;
 cursor:pointer;
 padding-left:4px
}
.section-slider__control-btn::before {
 content:'';
 display:block;
 width:7px;
 height:7px;
 border-left:2px solid #000;
 border-top:2px solid #000;
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.section-slider__control-btn:hover::before {
 border-color:#f8a734
}
.section-slider__control-btn--disabled {
 cursor:default;
 pointer-events:none;
 opacity:.5
}
.section-slider__control-btn--next {
 -webkit-transform:scaleX(-1);
 -ms-transform:scaleX(-1);
 transform:scaleX(-1)
}
.section-slider__control-fraction {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:start;
 -webkit-justify-content:flex-start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 width:auto;
 margin:0 auto;
 padding:0 25px;
 color:#141416;
 position: static !important;
}
.section-slider__control-fraction--current {
 color:#f8a734
}
.section-slider__control-fraction--current,
.section-slider__control-fraction--total {
 min-width:2.25ch
}
.section-slider__slider {
 display:block;
 width:100%;
 overflow:hidden
}
@media screen and (max-width:768px) {
 .section-slider__slider,
 .gallery-block,
 .section-slider__slider .swiper,
 .gallery-block .swiper {
  	overflow:hidden;
 }
}
.section-slider__slider .swiper-wrapper {
 height:auto
}
.section-slider__slider .swiper-slide img {
 max-width:100%;
 border: none;
}
.section-slider__bottom {
 display:none;
 width:100%;
 margin-top:30px
}
@media screen and (max-width:768px) {
 .section-slider__bottom {
  display:block
 }
}

/* LIBRARY CARD */
.lib-card {
 display:block;
 width:100%;
 color:inherit;
 text-decoration:none
}
.lib-card__image {
 display:block;
 width:100%;
 overflow:hidden;
 position:relative;
 margin-bottom:20px
}
.lib-card__image::before {
 content:'';
 display:block;
 width:100%;
 height:0;
 padding-top:100%
}
.lib-card__image img {
 display:block;
 width:100%;
 height:100%;
 position:absolute;
 left:0;
 top:0;
 -o-object-fit:cover;
 object-fit:cover
}
.lib-card__info {
 display:block;
 width:100%
}
.lib-card__info .download-dock {
 max-width:none
}
.lib-card__info .download-dock__icon {
 width:50px;
 height:50px;
 margin-right:15px;
 background-size:26px auto
}
@media screen and (max-width:1024px) {
 .lib-card__info .download-dock__icon {
  width:38px;
  height:38px;
  margin-right:10px;
  background-size:19px auto
 }
}
@media screen and (max-width:768px) {
 .lib-card__info .download-dock__icon {
  width:49px;
  height:49px;
  margin-right:15px;
  background-size:26px auto
 }
}
.lib-card__info .download-dock__text {
 font-size:12px;
 line-height:15px;
 font-weight:400;
 color:inherit
}
.lib-card:hover .download-dock__text {
 color:#f8a734
}

/* READY-MADE SOLUTIONS */
.rms-card {
 display:block;
 width:100%;
 color:inherit;
 text-decoration:none
}
.rms-card__image {
 display:block;
 width:100%;
 position:relative;
 overflow:hidden
}
.rms-card__image::before {
 content:'';
 display:block;
 width:100%;
 height:0;
 padding-top:85.86956521739131%
}
.rms-card__image > img {
 display:block;
 width:100%;
 height:100%;
 -o-object-fit:cover;
 object-fit:cover;
 position:absolute;
 left:0;
 top:0;
 z-index:1;
 -webkit-transition:-webkit-transform .3s ease;
 transition:-webkit-transform .3s ease;
 -o-transition:transform .3s ease;
 transition:transform .3s ease;
 transition:transform .3s ease, -webkit-transform .3s ease
}
.rms-card__image-hover {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 width:100%;
 height:100%;
 background:-webkit-gradient(linear,left top, left bottom,color-stop(10%, rgba(20,20,22,0.2)),to(rgba(20,20,22,0.7)));
 background:-o-linear-gradient(top,rgba(20,20,22,0.2) 10%,rgba(20,20,22,0.7));
 background:linear-gradient(to bottom,rgba(20,20,22,0.2) 10%,rgba(20,20,22,0.7));
 position:absolute;
 left:0;
 top:0;
 z-index:2
}
.rms-card__image-hover > img,
.rms-card__image-hover > svg {
 display:block;
 width:60px;
 height:60px;
 -o-object-fit:contain;
 object-fit:contain;
 -webkit-transition:margin-bottom .3s ease;
 -o-transition:margin-bottom .3s ease;
 transition:margin-bottom .3s ease
}
@media screen and (max-width:1024px) {
 .rms-card__image-hover > img,
 .rms-card__image-hover > svg {
  width:50px;
  height:50px
 }
}
@media screen and (max-width:768px) {
 .rms-card__image-hover > img,
 .rms-card__image-hover > svg {
  width:69px;
  height:69px
 }
}
.rms-card__image-hover > span {
 display:block;
 width:auto;
 font-size:18px;
 line-height:24px;
 color:#fff;
 font-weight:500
}
@media screen and (max-width:1024px) {
 .rms-card__image-hover > span {
  font-size:14px;
  line-height:20px
 }
}
@media screen and (max-width:768px) {
 .rms-card__image-hover > span {
  font-size:16px;
  line-height:24px
 }
}
.rms-card:hover .rms-card__image > img,
.rms-card:hover .rms-card__image > svg {
 -webkit-transform:scale(1.1);
 -ms-transform:scale(1.1);
 transform:scale(1.1)
}
.rms-card:hover .rms-card__image-hover > img,
.rms-card:hover .rms-card__image-hover > svg {
 margin-bottom:27px
}
@media screen and (max-width:1024px) {
 .rms-card:hover .rms-card__image-hover > img,
 .rms-card:hover .rms-card__image-hover > svg {
  margin-bottom:18px
 }
}

.crumbs__container {
	flex-wrap: wrap;
	margin-bottom: -5px;
}

.crumbs__container a {
	margin-bottom: 5px;
}

.table__container {
	max-width: 100%;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	overflow: auto;
}

/* MENU */
.menu-title-src {
	text-decoration: none;
}

.menu-src {
	color: rgba(255,255,255,.65);
}

.menu-src::before {
	color: inherit;
}

.menu-title-src:hover .menu-src,
.menu-title-src:active .menu-src {
	color: #f8a734;
}

.menu-title-src .menu-src {
	pointer-events: none;
}

.menu-title-src:hover .menu-src::before,
.menu-title-src:active .menu-src::before {
	color: inherit;
	animation: ArrowSlideR .5s linear infinite alternate;
}

@keyframes ArrowSlideR {
	to {
		right: -30px;
	}
}

.popup .current-path {
	color: #f8a734;
}

/* ADAPTIVE MENU */

.popup .menu__right {
	padding: 0 22px;
}

@media screen and (max-width: 1024px) {
	.popup__body {
		min-height: calc(100% - 62px);
	}
	.popup__content {
		margin-top: 62px;
		min-height: calc(100vh - 62px);
	}

	.navigation .navigation__container .navigation__items .navigation__item::after {
		bottom: -24px;
	}
}

@media screen and (max-width: 1920px) {
	.popup .menu__left {
		margin-left: calc(348.5 / 1920 * 100vw);
		margin-right: calc(49 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1300px) {
	.popup .menu__left {
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media screen and (max-width: 1100px) {
	:root {
		--mas: .75; /* menu adaptive scale */
	}

	.popup .menu-title {
		font-size: calc(88px * var(--mas));
		margin-top: calc(91px * var(--mas));
		line-height: calc(90px * var(--mas));
	}

	.popup .form-title {
		margin-top: calc(102px * var(--mas));
		font-size: calc(42px * var(--mas));
		margin-bottom: calc(60px * var(--mas));
	}

	.popup .spoiler-button {
		margin: calc(30px * var(--mas)) 0;
		font-size: calc(18px * var(--mas));
	}

	.popup .spoiler-button::before {
		top: calc(-30px * var(--mas));
	}

	.popup .menu-src {
		font-size: calc(16px * var(--mas));
	}

	.popup .feedback__form form label {
		margin-bottom: calc(30px * var(--mas));
	}

	.popup .triggers-menu {
		margin-top: calc(40px * var(--mas));
		margin-bottom: calc(99px * var(--mas));
	}

	.popup .trigger__container {
		margin-bottom: calc(30px * var(--mas));
	}

	.popup .trigger-param {
		font-size: calc(16px * var(--mas));
		padding-left: calc(22px * var(--mas));
	}

	.popup .trigger-param::before {
		font-size: inherit;
	}
}

@media screen and (max-width: 900px) {
	.popup .popup__content {
		flex-direction: column;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		    -webkit-align-items: flex-start;
		            align-items: flex-start;
		width: 100%;
		position: relative;
	}

	.popup .menu__left, .popup .menu__right {
		max-width: none;
		width: 100%;
		margin: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.popup .menu__right {
		position: static;
	}

	.popup .close-menu {
		top: 40px;
		right: 40px;
	}

	.popup .feedback__form form, .popup .triggers-menu {
		max-width: none;
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	:root {
		--mas: .6; /* menu adaptive scale */
	}

	.popup .close-menu {
		top: 20px;
		right: 20px;
	}
}

.navigation.navigation--bg-transparent {
	background-color: #141416;
}

.navigation.navigation--absolute {
	position: absolute !important;
	padding: 40px 50px 0;
}

@media screen and (max-width: 768px) {
	.navigation.navigation--absolute {
		padding: 15px 15px 0;
	}
}

.navigation .feedback__modal {
	flex-shrink: 0;
}

.navigation .logo .logo--full {
	display: inline-block;
}
.navigation .logo .logo--min {
	display: none;
}

@media screen and (max-width: 992px) {
	.navigation .logo .logo--full {
		display: none;
	}
	.navigation .logo .logo--min {
		display: inline-block;
	}
}

/* HOME BANNER */
.home-banner {
  background-color: #000;
}
.home-banner__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .home-banner__wrapper {
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__wrapper {
    height: auto;
    min-height: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__wrapper {
    min-height: none;
		height: auto;
		aspect-ratio: 320 / 568;
    max-height: 768px;
		pointer-events: none;
  }
}
.home-banner__slider-main {
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.home-banner__slider-main .swiper {
  display: block;
  width: 100%;
  height: 100%;
}
.home-banner__slider-main .swiper-wrapper {
  align-items: stretch;
  height: 100vh;
}
@media screen and (min-width: 1920px) {
  .home-banner__slider-main .swiper-wrapper {
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__slider-main .swiper-wrapper {
    height: auto;
    min-height: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__slider-main .swiper-wrapper {
    min-height: none;
    height: calc(100% - 100px);
		pointer-events: all;
  }
}
.home-banner__slider-main .swiper-slide {
  height: auto;
}
.home-banner__slider-thumb {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  right: 1.5625vw;
  bottom: 1.5625vw;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .home-banner__slider-thumb {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__slider-thumb {
    height: 29.296875vw;
    right: 8.59375vw;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 768px) {
  .home-banner__slider-thumb {
    width: 100%;
    height: 100px;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
  }
}
.home-banner__slider-thumb .swiper {
  display: block;
  width: 20.416666666666668vw;
  height: 13.385416666666666vw;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .home-banner__slider-thumb .swiper {
    width: 392px;
    height: 257px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__slider-thumb .swiper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__slider-thumb .swiper {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    pointer-events: all;
  }
	.home-banner__slider-thumb .swiper-wrapper {
		height: 100%;
		align-items: stretch;
	}
  .home-banner__slider-thumb .swiper-slide {
    width: 27.200000000000003%;
		height: auto;
    opacity: 0.3;
  }
  .home-banner__slider-thumb .swiper-slide-thumb-active {
    width: 45.86666666666667%;
    opacity: 1;
  }
}
.home-banner__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: #000;
  padding-left: 18.90625vw;
  padding-right: 18.90625vw;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .home-banner__main {
    padding-left: 363px;
    padding-right: 363px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__main {
    padding-left: 8.59375vw;
    padding-right: 33.203125vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__main {
    padding-left: 6.4vw;
    padding-right: 6.666666666666667vw;
  }
}
.home-banner__main::before,
.home-banner__main::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.home-banner__main::before {
  width: 100%;
  aspect-ratio: 7.272727272727272;
  background-image: linear-gradient(to bottom, rgba(20,20,22,0.5), rgba(20,20,22,0));
  top: 0;
}
@media screen and (max-width: 1024px) {
  .home-banner__main::before {
    aspect-ratio: 5.361256544502618;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__main::before {
    aspect-ratio: 1.893939393939394;
  }
}
.home-banner__main::after {
  width: 100%;
  aspect-ratio: 6.620689655172414;
  background-image: linear-gradient(to top, rgba(20,20,22,0.5), rgba(20,20,22,0));
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .home-banner__main::after {
    aspect-ratio: 6.522292993630574;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__main::after {
    aspect-ratio: 1.720183486238532;
  }
}
.home-banner__main-bg {
  display: block;
  width: 100%;
  height: 100%;
	object-fit: cover;
  position: absolute;
  opacity: 0.6;
  left: 0;
  top: 0;
}
.home-banner__main-text {
  display: block;
  width: 100%;
  margin: auto 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.home-banner__main-text-title {
  font-size: 6.770833333333333vw;
  font-weight: 900;
  line-height: 92.3076923076923%;
  text-transform: uppercase;
}
@media screen and (min-width: 1920px) {
  .home-banner__main-text-title {
    font-size: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__main-text-title {
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__main-text-title {
    font-size: 8.533333333333333vw;
  }
}
.home-banner__main-text-desc {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 145.83333333333331%;
  margin-top: 2.083333333333333vw;
}
@media screen and (min-width: 1920px) {
  .home-banner__main-text-desc {
    font-size: 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__main-text-desc {
    font-size: 1.7578125vw;
    line-height: 166.66666666666669%;
    margin-top: 3.02734375vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__main-text-desc {
    font-size: 4.266666666666667vw;
    line-height: 125%;
    margin-top: 5.333333333333334vw;
  }
}
.home-banner__thumb {
  display: block;
  width: 100%;
  height: 100%;
}
.home-banner__thumb-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.home-banner__control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	min-width: 2.5ch;
  height: auto;
  margin-right: 1.5625vw;
}
@media screen and (min-width: 1920px) {
  .home-banner__control {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__control {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__control {
    display: none;
  }
}
.home-banner__control-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-banner__control-btn::before {
  content: '';
  display: block;
  width: 0.572916666666667vw;
  height: 1.09375vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.14' height='22.45' viewBox='0 0 13.14 22.45'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='m.69 21.72 11-10.5L.69.72' data-name='Контур 1312'/%3E%3C/svg%3E") no-repeat center center/contain;
}
@media screen and (min-width: 1920px) {
  .home-banner__control-btn::before {
    width: 11px;
    height: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__control-btn::before {
    width: 1.07421875vw;
    height: 2.05078125vw;
  }
}
.home-banner__control-btn--prev::before {
  transform: scaleX(-1);
}
.home-banner__control-btn--disabled {
  opacity: 0.5;
  cursor: default;
}
.home-banner__control-fraction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2ch;
  text-align: center;
  color: #fff;
  font-size: 0.729166666666667vw;
  font-weight: 500;
  line-height: 100%;
  margin: auto 0;
  bottom: 0 !important;
}
@media screen and (min-width: 1920px) {
  .home-banner__control-fraction {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__control-fraction {
    font-size: 1.3671875vw;
  }
}
.home-banner__control-fraction--current {
  font-size: 1.145833333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .home-banner__control-fraction--current {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__control-fraction--current {
    font-size: 2.1484375vw;
  }
}
.home-banner__control-fraction--sep {
  margin: 0.78125vw 0;
  opacity: 0.5;
}
@media screen and (min-width: 1920px) {
  .home-banner__control-fraction--sep {
    margin: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__control-fraction--sep {
    margin: 1.46484375vw 0;
  }
}
.home-banner__control-fraction--total {
  opacity: 0.5;
}
.home-banner__nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-left: 18.90625vw;
  padding-right: 27.604166666666668vw;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125vw;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .home-banner__nav {
    padding-left: 363px;
    padding-right: 680px;
    bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__nav {
    justify-content: space-between;
    padding-left: 8.59375vw;
    padding-right: 8.59375vw;
    bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__nav {
    display: none;
  }
}
.home-banner__nav-item {
  display: block;
  width: auto;
  width: calc(100% / 3);
  white-space: nowrap;
	color: inherit;
	text-decoration: none;
}
.home-banner__nav-item:not(:last-child) {
  margin-right: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .home-banner__nav-item:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__nav-item:not(:last-child) {
    margin-right: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__nav-item:not(:last-child) {
    margin-right: 8vw;
  }
}
.home-banner__nav-item-title {
  font-size: 1.25vw;
  font-weight: 900;
  line-height: 166.66666666666669%;
}
@media screen and (min-width: 1920px) {
  .home-banner__nav-item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__nav-item-title {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__nav-item-title {
    font-size: 4.266666666666667vw;
  }
}
.home-banner__nav-item-desc {
  font-size: 0.729166666666667vw;
  font-weight: 400;
  line-height: 142.85714285714286%;
  opacity: 0.5;
  margin-top: 0.520833333333333vw;
}
@media screen and (min-width: 1920px) {
  .home-banner__nav-item-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner__nav-item-desc {
    font-size: 1.171875vw;
    margin-top: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  .home-banner__nav-item-desc {
    display: none;
  }
}

/* LOGO */
.navigation .logo {
	display: block;
}

.navigation .logo.logo--hidden {
	width: 33px;
	height: 33px;
	overflow: hidden;
}

.navigation .logo.logo--hidden svg {
	transform: translateY(-14px);
}

.navigation .logo.logo--hidden svg g {
	opacity: 0;
}

.feedback__form form {
	max-width: 435px;
}

/* GALLERY SOLO */
.gallery-solo {
	width: 100%;
}

.gallery-solo .swiper {
  display: block;
}
.gallery-solo .swiper-slide {
  overflow: hidden;
}
.gallery-solo .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.gallery-solo .swiper-slide img-active:hover img {
  transform: scale(1.1);
}
.gallery-solo__control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.gallery-solo__control-btn--prev,
.gallery-solo__control-btn--next {
  display: block;
  width: auto;
  cursor: pointer;
}
.gallery-solo__control-btn--prev::before,
.gallery-solo__control-btn--next::before {
  content: '';
  display: block;
  width: 9.121px;
  height: 15.414px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.gallery-solo__control-btn--prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M0,7,7,0l7,7' transform='translate(1.414 14.707) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}
.gallery-solo__control-btn--next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M1036.165,65l7,7,7-7' transform='translate(-64.293 1050.872) rotate(-90)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}
.gallery-solo__control-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 7ch;
  width: auto;
  margin: 0 auto;
  color: #141416;
  font-size: 16px;
  position: static;
}
.gallery-solo__control-fraction-current {
  color: #f8a734;
}
.gallery-solo__control-fraction-sep {
  margin: 0 0.5ch;
}

/*  */
.slider-left__inner .gallery-solo {
	width: 48%;
}

@media screen and (max-width: 768px) {
	.slider-left__inner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}

	.slider-left__inner .gallery-solo {
		width: 100%;
		margin-bottom: 40px;
	}

	.slider-left__inner .descriprion-container {
		width: 100%;
	}
}

/* NAV CLOSE */
.navigation .feedback__modal .fa-times {
	color: #fff;
}

/*.navigation .feedback__modal:not(.close) .fa-times,*/
/*.navigation .feedback__modal.close .fa-phone-alt {*/
/*	display: none;*/
/*}*/

.navigation .feedback__modal.close .fa-times {
	display: inline-block;
}

/* LINKS */
.spoilers-page__inner a:not(.download-dock),
.section__spoiler-content a:not(.download-dock),
.system-desc a,
.description-full a,
.todo {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	transition: color .3s ease;
}

.spoilers-page__inner a:not(.download-dock),
.section__spoiler-content a:not(.download-dock),
.system-desc a,
.description-full a {
	color: #f8a734 !important;
}

.spoilers-page__inner a:not(.download-dock)::after,
.section__spoiler-content a:not(.download-dock)::after,
.system-desc a::after,
.description-full a::after,
.todo::after {
	content: "\f178";
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	transition: 0.3s ease-in-out;
	margin-left: 10px;
	transform: translateX(-5px);
	transition: transform .3s ease;
	pointer-events: none;
}

.todo::before {
	content: none;
}

.spoilers-page__inner a:not(.download-dock):hover,
.section__spoiler-content a:not(.download-dock):hover,
.system-desc a:hover,
.description-full a:hover,
.todo:hover {
	color: #f8a734 !important;
}

.spoilers-page__inner a:not(.download-dock):hover::after,
.section__spoiler-content a:not(.download-dock):hover::after,
.system-desc a:hover::after,
.description-full a:hover::after,
.todo:hover::after {
	animation: ArrowSlideT .5s linear infinite alternate;
}

@keyframes ArrowSlideT {
	to {
		transform: translateX(0);
	}
}

.spoilers-page__inner a.material-table__link::after,
.section__spoiler-content a.material-table__link::after,
.spoilers-page__inner a[data-fancybox]::after,
.section__spoiler-content a[data-fancybox]::after,
.spoilers-page__inner a.gray-img::after,
.section__spoiler-content a.gray-img::after {
	display: none !important;
}

/* NEWS SWIPER FIX */
.news__swiper .swiper-slide {
	background-color: transparent !important;
}

@media screen and (max-width: 768px) {
	.news__swiper .swiper-wrapper {
		align-items: stretch !important;
	}
	.news__swiper .swiper-wrapper,
	.news__swiper .swiper-slide {
		height: auto !important;
	}

	.news__swiper .swiper-slide .card-news {
		transition: transform .3s ease;
	}

	.news__swiper .swiper-slide:not(.swiper-slide-active) .card-news {
		transform: scale(.9);
	}

	.news__swiper .card-news:not(.card-news--cover) .card-news__text-desc p:not(:first-child) {
		display: none;
	}

	.news__nav {
		display: none !important;
	}
}

/* CARD NEWS */
.card-news {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
	position: relative;
}
@media screen and (max-width: 768px) {
  .card-news {
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
  }
}
.card-news__image {
  display: block;
  width: 48.1%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .card-news__image {
    width: 47.6%;
  }
}
@media screen and (max-width: 768px) {
  .card-news__image {
    width: 100%;
    height: 47.7%;
  }
}
.card-news__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  transition: transform 0.3s ease;
}
.card-news__text {
  display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
  width: 51.9%;
  height: auto;
  padding: 40px;
  box-sizing: border-box;
  color: #141416;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .card-news__text {
    width: 52.4%;
    padding: 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  .card-news__text {
    width: 100%;
    height: 52.3%;
  }
}
.card-news__text-date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 25px;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .card-news__text-date {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .card-news__text-date {
    margin-bottom: 20px;
  }
}
.card-news__text-date::before {
  content: '\f073';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
  vertical-align: baseline;
}
.card-news__text-title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 21px;
}
@media screen and (max-width: 1024px) {
  .card-news__text-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .card-news__text-title {
    font-size: 16px;
    margin-bottom: 11px;
  }
}
.card-news__text-desc {
  display: block;
  width: 100%;
	max-height: 100%;
  font-size: 14px;
  line-height: 142%;
  color: rgba(20,20,22,0.6);
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .card-news__text-desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .card-news__text-desc {
    font-size: 14px;
  }
}
.card-news__text-desc p {
  margin: 0;
}
.card-news__text-desc p:not(:last-child) {
  margin-bottom: 1.42em;
}

.card-news__text-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	padding-bottom: 2.13em;
	overflow: hidden;
	position: relative;
}

.card-news__text-desc p {
	display: inline;
	max-height: 100%;
	overflow: hidden;
}

.card-news__text-desc::after {
	content: '';
	display: block;
	width: 100%;
	height: 2.13em;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 75%);
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.card-news--cover {
  display: block;
  position: relative;
}

.card-news--cover .card-news__image {
  display: block;
  width: 100%;
  height: 100%;
}
.card-news--cover .card-news__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: rgba(20,20,22,0.3);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .card-news--cover .card-news__text {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .card-news--cover .card-news__text {
    padding: 30px;
  }
}
.card-news--cover .card-news__text::before,
.card-news--cover .card-news__text::after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .card-news--cover .card-news__text::before,
  .card-news--cover .card-news__text::after {
    display: none;
  }
}
.card-news--cover .card-news__text::before {
  background-color: rgba(255,255,255,0.2);
  width: 30px;
  height: 30px;
  right: 40px;
  bottom: 40px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .card-news--cover .card-news__text::before {
    width: 25px;
    height: 25px;
    right: 30px;
    bottom: 30px;
  }
}
.card-news--cover .card-news__text::after {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  right: 49px;
  bottom: 49px;
  transform: translateX(-25%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .card-news--cover .card-news__text::after {
    width: 8px;
    height: 8px;
    right: 38.5px;
    bottom: 38.5px;
  }
}
.card-news--cover .card-news__text-date {
  color: rgba(255,255,255,0.5);
}
.card-news--cover .card-news__text-title {
  margin-top: auto;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .card-news--cover .card-news__text-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .card-news--cover .card-news__text-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.card-news--cover .card-news__text-subtitle {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 1024px) {
  .card-news--cover .card-news__text-subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .card-news--cover .card-news__text-subtitle {
    font-size: 14px;
  }
}
.card-news--cover .card-news__text-date {
	color: #fff;
}
a.card-news:hover .card-news__image img,
a.card-news:active .card-news__image img {
  transform: scale(1.1);
}
.card-news__tag {
  display: inline-block;
  padding: 8px 10px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
}
.card-news__tag--orange {
  background-color: #f8a734;
  color: #fff;
}
.card-news__tag--yellow {
  background-color: #ee9623;
  color: #fff;
}


.grid__tiles-src {
	transition: box-shadow .3s ease;
}

.grid__tiles-src span,
.grid__tiles-src i {
	transition: color .3s ease;
}

.grid__tiles-src:hover {
	box-shadow: 0 5px 5px 0 rgba(20,20,22, .1);
}

.grid__tiles-src:hover span,
.grid__tiles-src:hover i {
	color: #f8a734;
}

.grid__tiles-src:hover i,
.cooperation-button:hover i {
	animation: ArrowSlideTI .5s linear infinite alternate;
}

@keyframes ArrowSlideTI {
	to {
		transform: translateX(10px);
	}
}

/* SEARCH FORM */
.search-form {
  display: block;
  width: 100%;
  background-color: #f8a734;
  padding: 30px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .search-form {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 768px) {
  .search-form {
    padding: 10px 24px;
		margin-bottom: 40px;
  }
}
.search-form__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #fff;
  max-width: 1195px;
  margin: 0 auto;
  padding: 12px 0;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .search-form__wrapper {
    max-width: 849px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .search-form__wrapper {
    max-width: none;
    padding: 10px 0;
  }
}
.search-form__label {
  display: inline-block;
  width: auto;
  margin-right: 11px;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-form__label {
    display: none;
  }
}
.search-form__search {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  color: inherit;
  font: inherit;
}
.search-form__submit {
  display: block;
  width: auto;
  background-color: transparent;
  border: 0;
  color: inherit;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  cursor: pointer;
}
.search-form__variants {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-height: 400px;
  background-color: #f8f8fc;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 10px rgba(20,20,22,0.1);
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  transition-duration: transform, opacity;
}
@media screen and (max-width: 768px) {
  .search-form__variants {
    width: calc(100% + 48px);
    left: -24px;
    right: -24px;
  }
}
.search-form__variants--show {
  opacity: 1;
  transform: translateY(20px);
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  .search-form__variants--show {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 768px) {
  .search-form__variants--show {
    transform: translateY(11px);
  }
}
.search-form__variants-wrapper {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden auto;
}
.search-form__variants-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid rgba(20,20,22,0.05);
  width: 100%;
  cursor: pointer;
}
.search-form__variants-item:last-child {
  border-bottom: 1px solid rgba(20,20,22,0.05);
}
.search-form__variants-item-image {
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.search-form__variants-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.search-form__variants-item-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #a1a1a2;
}
.search-form__variants-item-text > span {
  color: #f8a734;
}
.search-form__variants-item:hover .search-form__variants-item-text,
.search-form__variants-item:hover .search-form__variants-item-text > span {
  color: #f8a734;
}

/* MOBILE MENU */
.mobile-menu {
  display: block;
  width: 100%;
  overflow: visible;
  border-bottom: 2px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mobile-menu .swiper-slide {
  display: block;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #8a8a8b;
}
.mobile-menu .swiper-slide a {
  display: inline-block;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
}
.mobile-menu .swiper-slide:hover,
.mobile-menu .swiper-slide:active {
  color: #f8a734;
}
.mobile-menu__current.swiper-slide {
  color: #f8a734;
  border-bottom: 2px solid #f8a734;
	padding-bottom: 2px;
	margin-bottom: -2px;
}

/* COUNTER TITLE */
.section-slider-counter-title {
	counter-reset: section-slider-title;
}

.section-slider-counter-title .section-slider {
	counter-increment: section-slider-title;
}

.section-slider-counter-title .section-slider__top-title::before {
	content: '#'counter(section-slider-title)'\00a0';
	display: inline-block;
	color: #f8a734;
}

.section-slider__top-title .todo {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #a1a1a2;
	margin-top: 10px;
}

/* COOP FIX */
.cooperation-button {
	white-space: nowrap;
}

@media screen and (min-width: 992px) {
	.cooperation-tiles {
		grid-gap: 0;
	}

	.cooperation-tiles__item:nth-child(1),
	.cooperation-tiles__item:nth-child(3) {
		border-right: 1px solid rgba(255, 255, 255, .1);
	}

	.cooperation-tiles__item:nth-child(1),
	.cooperation-tiles__item:nth-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.cooperation-tiles__item:nth-child(1) {
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.cooperation-tiles__item:nth-child(2) {
		padding-left: 30px;
		padding-bottom: 30px;
	}

	.cooperation-tiles__item:nth-child(3) {
		padding-top: 30px;
		padding-right: 30px;
	}

	.cooperation-tiles__item:nth-child(4) {
		padding-top: 30px;
		padding-left: 30px;
	}
}

/* SECTION SLIDE VIDEO CARD */
.video-card {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.video-card__image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.video-card__image::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.video-card__image::after {
  content: '\f04b';
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f8a734;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #fff;
	padding-left: 4px;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	.video-card__image::after {
		width: 38px;
		height: 38px;
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.video-card__image::after {
		width: 49px;
		height: 49px;
		font-size: 20px;
	}
}
.video-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-card__info {
  display: block;
  width: 100%;
}
.video-card__info-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: inherit;
}
.video-card:hover .video-card__info-text {
  color: #f8a734;
}

/* CARD GEO */
.gallery-card.card-geo .card-geo__image {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.gallery-card.card-geo .card-geo__image {
		position: static;
	}

	.gallery-card.card-geo {
		aspect-ratio: .526;
		max-height: 500px;
	}

	.gallery-card.card-geo::before {
		display: none;
	}
}

.grid__tiles-src {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.card-geo {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.card-geo__image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card-geo__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.card-geo:hover .card-geo__image img {
  transform: scale(1.1);
}
.card-geo__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20,20,22,0.3), rgba(20,20,22,0.75));
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .card-geo__text {
    padding: 30px;
  }
}
.card-geo__text-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 133.33333333333331%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .card-geo__text-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .card-geo__text-title {
    font-size: 14px;
  }
}
.card-geo__text-geo {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.66666666666669%;
  color: rgba(255,255,255,0.6);
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .card-geo__text-geo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .card-geo__text-geo {
    margin-top: 10px;
  }
}
.card-geo__text-geo::before {
  content: '\f3c5';
  display: inline-block;
  vertical-align: baseline;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 12px;
  color: #f8a734;
}
@media screen and (max-width: 768px) {
  .card-geo__text-geo::before {
    margin-right: 7px;
  }
}

/* SPACE */
div.space-80 {
	height: 80px;
	font-size: 0;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
}

@media screen and (max-width: 1024px) {
	div.space-80 {
		height: 40px;
	}
}

/* CARD LOGO */
.card-logo {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.card-logo__image {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.card-logo__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.card-logo:hover .card-logo__image img {
  filter: grayscale(0%);
}

/* BENEFITS FIX */
@media screen and (max-width: 768px) {
	.benefits__items {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.pages .benefits__items .benefits-item {
		flex: 1;
		width: 100%;
	}

	.pages .benefits__items .benefits-item .benefits-number {
		margin-top: 0;
		transform: translateY(0);
	}
}

@media screen and (max-width: 768px) {
	/* PAGE NAV MOB */
	.contactus__navigation a:nth-child(1) {
		margin-right: 10px;
	}
	.contactus__navigation a:nth-child(2) {
		margin-left: 10px;
	}
	.contactus__navigation a {
		overflow: hidden;
	}
	.contactus__navigation a span {
		display: block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* BREADCHUMBS MOB */
	.pages .breads__crumbs--mobile {
		border-bottom: 0;
	}
	.pages .breads__crumbs--mobile a:not(:nth-last-child(2)) {
		display: none;
	}
	.pages .breads__crumbs--mobile a:nth-last-child(2) {
		width: 40px;
		height: 40px;
		margin-right: 0;
		font-size: 0;
		position: relative;
	}
	.pages .breads__crumbs--mobile a:nth-last-child(2)::before {
		display: block;
		position: relative;
		left: auto; right: auto; top: auto; bottom: auto;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255, .2);
		transform: translate(0);
	}
	.pages .breads__crumbs--mobile a:nth-last-child(2)::after {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		border: 2px solid #fff;
		border-top-color: transparent;
		border-right-color: transparent;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) translateX(12.5%) rotate(45deg);
	}
}

/* AC */
@media screen and (max-width: 768px) {
	.services-tiles__item {
		height: auto !important;
		aspect-ratio: 2.496;
	}
	.services-tiles__item .services-tiles__name {
		height: 100%;
		display: flex;
		align-items: center;
		text-align: center;
	}
}

/* fullcard fix */
@media screen and (max-width: 992px) {
	.pages .subdir__catalog .fullcard-content,
	.pages .subdir__catalog .mini-card-name {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 14px;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
	}

	.pages .subdir__catalog .fullcard-name {
		margin-bottom: 0;
	}

	.pages .subdir__catalog .fullcard .fullcard-content-bottom,
	.pages .subdir__catalog .fullcard .fullcard-hover,
	.pages .subdir__catalog .mini-card-container-inner,
	.pages .subdir__catalog .mini-card .fullcard-hover {
		display: none;
	}

	.pages .subdir__catalog .fullcard .shadow.subdr {
		background: linear-gradient(180deg, rgba(20, 20, 22, 0) 0%, rgba(20, 20, 22, 0.7483368347) 75%, rgba(20, 20, 22, 0.84) 100%);
	}

	.pages .subdir__catalog .mini__cards {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.pages .subdir__catalog .mini-card {
		margin-right: 0 !important;
	}

	.pages .subdir__catalog .mini-card:not(:last-child) {
		margin-bottom: 16px;
	}

	.pages .subdir__catalog .fullcard,
	.pages .subdir__catalog .mini-card,
	.services-tiles__item {
		width: 100%;
		height: auto !important;
		aspect-ratio: 2.496;
	}
}

/* NEWS NAV */
.news-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
	box-shadow: 0 -2px 0 0 #e8e8e8 inset;
}
.news-nav .mobile-menu {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 40px;
}
.news-nav__sort {
  margin-left: auto;
  line-height: 40px;
  white-space: nowrap;
  color: #8a8a8b;
  font-size: 13px;
  font-weight: 500;
}
.news-nav__sort-label {
  display: inline-block;
  margin-right: 20px;
}
.news-nav__sort-item {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
}
.news-nav__sort-item:not(:last-child) {
  margin-right: 15px;
}
.news-nav__sort-item--cur {
  color: #f8a734;
}

@media screen and (max-width: 768px) {
	.news-nav .mobile-menu {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.news-nav__sort {
		display: none;
	}
}

.news-nav__counter {
	white-space: nowrap;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	color: #8a8a8b;
	margin-left: auto;
}

.news-nav__counter-count {
	color: #f8a734;
}

@media screen and (max-width: 800px) {
	.news-nav__counter {
		display: none;
	}
}

/* NEWS CARDS GRID */
.news-cards {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	width: 100%;
}

.news-cards .news-cards__item {
	display: block;
	width: 100%;
	height: auto;
}

.news-cards--grid {
	grid-template-columns: 1fr 1fr;
}

.news-cards--grid .news-cards__item {
	aspect-ratio: 528 / 321;
}

.news-cards--rows .card-news:not(.card-news--cover) .card-news__image {
	width: 40.2%;
}

.news-cards--rows .card-news:not(.card-news--cover) .card-news__text {
	width: 59.8%;
}

.news-cards--rows .news-cards__item {
	max-height: 300px;
}

@media screen and (max-width: 768px) {
	.news-cards--rows .card-news:not(.card-news--cover) .card-news__image,
	.news-cards--rows .card-news:not(.card-news--cover) .card-news__text {
		width: 100%;
	}

	.news-cards--rows .card-news:not(.card-news--cover) .card-news__text-desc {
		display: none;
	}

	.news-cards--grid,
	.news-cards--rows {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 480px) {
	.news-cards--grid .news-cards__item,
	.news-cards--rows .news-cards__item {
		aspect-ratio: 327 / 358;
		max-height: none;
	}
}

.src_sbdr {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: rgba(20,20,22, .5);
  height: 50px;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(20, 20, 22, 0.1);
	transition: color .3s ease, box-shadow .3s ease;
}
.src_sbdr:hover {
	box-shadow: 0px 5px 3px 0px rgba(20, 20, 22, 0.2);
}
.src_sbdr .lookat {
  font-size: 12px;
  line-height: 20px;
  margin-right: 10px;
}
.src_sbdr .lookat span {
	color: inherit;
	transition: color .3s ease;
}
.src_sbdr:hover {
	color: rgb(20,20,22);
}
.src_sbdr:hover .lookat span {
  color: #f8a734;
}

/* HERO SUBTITLE */
.hero-block__text-subtitle {
	display: block;
	width: 100%;
	margin: 0;
	font-size: calc(40 / 1920 * 100vw);
	line-height: 112.5%;
	font-weight: 900;
	margin-top: calc(20 / 1920 * 100vw);
	color: rgba(255,255,255,.6);
}
.hero-block__text-subtitle--icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: calc(28 / 1920 * 100vw);
	height: calc(28 / 1920 * 100vw);
	background-color: rgba(255,255,255, .2);
	vertical-align: middle;
	margin-left: calc(20 / 1920 * 100vw);
	transform: translate(12.5%, -12.5%) rotate(45deg);
}

.hero-block__text-subtitle--icon::before {
	content: '';
	display: block;
	width: calc(10 / 1920 * 100vw);
	height: calc(10 / 1920 * 100vw);
	border: 2px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	box-sizing: border-box;
	transform: translate(-15%, 15%);
}

@media screen and (min-width: 1920px) {
	.hero-block__text-subtitle {
		font-size: 40px;
		margin-top: 20px;
	}
	.hero-block__text-subtitle--icon {
		width: 28px;
		height: 28px;
		margin-left: 20px;
	}

	.hero-block__text-subtitle--icon::before {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.hero-block__text-subtitle {
		font-size: calc(40 / 1024 * 100vw);
		margin-top: calc(20 / 1024 * 100vw);
	}
	.hero-block__text-subtitle--icon {
		width: calc(28 / 1024 * 100vw);
		height: calc(28 / 1024 * 100vw);
		margin-left: calc(20 / 1024 * 100vw);
	}

	.hero-block__text-subtitle--icon::before {
		width: calc(10 / 1024 * 100vw);
		height: calc(10 / 1024 * 100vw);
	}
}

@media screen and (max-width: 768px) {
	.hero-block__text-subtitle {
		font-size: 18px;
		margin-top: 16px;
		color: #8a8a8b;
	}
	.hero-block__text-subtitle--icon {
		width: 22px;
		height: 22px;
		margin-left: 5px;
		background-color: rgba(0,0,0,0.2);
	}

	.hero-block__text-subtitle--icon::before {
		width: 10px;
		height: 10px;
	}
}

/* PAGE FIX */
main {
	overflow: hidden;
}

@media screen and (max-width: 1280px) {
	main.pages {
		margin-top: 80px;
	}
	.hero-block .breads__crumbs {
		padding-top: 10px;
	}
}

@media screen and (max-width: 1024px) {
	main.pages {
		margin-top: 78px;
	}
}

@media screen and (max-width: 768px) {
	main.pages {
		margin-top: 63px;
	}
}

/* NAV FIX */


@media screen and (max-width: 768px) {
	.navigation {
		padding-right: 15px !important;
	}
	.navigation .logo svg g {
		display: none !important;
	}
	.navigation .logo {
		display: block;
		width: 33px;
		height: 33px;
		overflow: hidden;
		margin-right: auto;
	}

	.navigation .logo svg {
		transform: translateY(-14px);
	}

	.navigation .icons__container i {
		font-size: 20px !important;
	}
}

/* FOOTER FIX */
@media screen and (max-width: 768px) {
	footer .footer .footer__inner .top__side .navigation__footer {
		order: 1;
	}

	footer .footer {
		padding: 40px 0;
	}

	footer .footer .footer__inner .top__side .contacts__side,
	footer .footer .footer__inner .top__side .logo__left .copyright {
		margin-bottom: 40px;
	}

	footer .footer .footer__inner .top__side .navigation__footer,
	footer .footer .footer__inner .top__side .contacts__side {
		width: 100%;
		max-width: 350px;
	}
}


@media screen and (max-width: 768px) {
	footer .footer .footer__inner .top__side .contacts__side .mail {
		margin-left: 0;
		margin-bottom: 0;
		padding-top: 20px;
		padding-left: 30px;
		box-sizing: border-box;
	}

	footer .footer .footer__inner .top__side .contacts__side .social__section {
		margin-top: 0;
	}

	footer .footer .footer__inner .top__side .contacts__side .mail::before {
		left: 0;
		top: auto;
		bottom: -12px;
	}

	footer .footer .footer__inner .top__side .contacts__side {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		column-count: auto;
	}

	footer .footer .footer__inner .top__side .contacts__side > * {
		width: 50%;
	}

	footer .footer .footer__inner .top__side .contacts__side .social__section .social__container a {
		font-size: 20px;
		margin-right: 20px;
	}

	footer .footer .footer__inner .top__side .contacts__side .mail,
	footer .footer .footer__inner .top__side .contacts__side .phone__section a {
		font-size: 15px;
		font-weight: 400;
	}

	footer .footer {
		padding-bottom: 100px;
	}

	footer .to_top {
		display: block;
		position: absolute;
		left: 50%;
		right: auto;
		bottom: 50px;
		top: auto;
		transform: translate(-50%, 50%);
	}

	footer .to_top > *:not(.arrow) {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	footer .footer .footer__inner .top__side .navigation__footer .navigation__inner li a {
		font-size: 12px;
		font-weight: 400;
	}

	footer .footer .footer__inner .top__side .logo__left .logo__container img {
		width: 130px;
	}

	footer .footer .footer__inner .top__side .contacts__side .phone__section p,
	footer .footer .footer__inner .top__side .contacts__side .social__section p,
	footer .footer .footer__inner .top__side .logo__left .desc a {
		font-size: 10px;
	}

	footer .footer .footer__inner .top__side .contacts__side .phone__section:nth-child(2) {
		margin-bottom: 0;
	}
}

/* HERO FIX */
@media screen and (max-width: 1280px) {
	.hero-block__content {
		max-width: 1054px;
	}
}

@media screen and (max-width: 1024px) {
	.hero-block__content {
		max-width: 878px;
	}
}

@media screen and (max-width: 992px) {
	.hero-block__content {
		max-width: 798px;
	}
}

@media screen and (max-width: 580px) {
	#feedback {
		padding: 0;
	}
}

@media screen and (max-width: 342px) {
	.pages .body .cubes-navigation .cube-navigation .rhombus {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.pages .body .cubes-navigation .cube-navigation .cube__info .info-title {
		margin-bottom: 10px;
	}
}

/* NEWS HOME */
@media screen and (max-width: 768px) {
	.news {
		padding: 40px 0;
	}
	.company {
		padding: 0;
		background-color: transparent;
	}
}

/* MARKERS */
.markers-block__tooltip::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.markers-block__img {
		width: 100%;
		max-width: 500px;
	}

	.markers-block__img::after {
		opacity: 1;
		transform: translateX(0);
	}

	.markers-block__tooltip {
		display: none;
	}

	.markers-block__tooltip::after {
		width: 35px;
		height: 35px;
	}

	.fancybox__slide .markers-block__tooltip {
		display: flex;
	}
}


/* TEST */
.home-banner__slider-thumb {
	cursor: pointer;
}

/* FIX TEKSOUND */
@media screen and (max-width: 768px) {
	.texound__nav {
		display: block;
	}

	.texound__nav-item {
		height: auto !important;
		aspect-ratio: 2.496;
	}

	.texound__nav-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.texound__nav-item .triggers,
	.texound__nav-item .square-anim,
	.texound__nav-item .texound__nav-desc {
		display: none;
	}

	.texound__nav-item .texound__nav-container {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.texound__nav-item .texound__nav-title {
		font-size: 14px;
		line-height: 30px;
		font-weight: 500;
		text-transform: uppercase;
		margin-bottom: 0;
		text-align: center;
	}

	.grid__tiles-src span {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.section-history__inner ul li,
	.education__after ul li {
		line-height: 16px;
		margin-bottom: 20px;
	}

	.production-trigger span:last-child,
	.scientific-tiles__desc {
		font-size: 14px;
		font-weight: 500;
	}

	.region-info__number {
		min-width: 2ch;
	}
}

/* MOBILE */

.hero-block-mobile__top-desc {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

.hero-block-mobile__list  {
	margin-top: 40px;
}

.hero-block-mobile__list li {
	font-size: 12px;
	font-weight: 500 !important;
	line-height: 16px;
	padding-left: 20px;
	position: relative;
}

.hero-block-mobile__list li:not(:last-child) {
	margin-bottom: 20px;
}

.hero-block-mobile__list li::before {
	content: "";
	position: absolute;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	width: 10px;
	height: 10px;
	left: 0;
	top: 25%;
	background-color: #f8a734;
}

/* ABOUT FIX */

@media screen and (min-width: 767px) {
	.histody-description {
		font-weight: 500;
	}
}

.navigation.pages {
	transition: background-color .3s ease;
}

/*  */
.section__spoiler-content .table__container {
	padding: 0;
}

/* GALLERY */
.static-gallery {
  display: grid;
  width: 100%;
  grid-gap: 30px;
}

.static-gallery + .static-gallery {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .static-gallery {
    grid-gap: 10px;
  }

	.static-gallery + .static-gallery {
		margin-top: 10px;
	}
}
.static-gallery--left {
  grid-template-areas: 'a a b c' 'a a d d';
}
@media screen and (max-width: 768px) {
  .static-gallery--left {
    grid-template-areas: 'a b' 'c d';
  }
}
.static-gallery--left .static-gallery__item:nth-child(1) {
  aspect-ratio: 1;
  grid-area: a;
}
.static-gallery--left .static-gallery__item:nth-child(2) {
  height: 100%;
  grid-area: b;
}
@media screen and (max-width: 768px) {
  .static-gallery--left .static-gallery__item:nth-child(2) {
    height: auto;
    aspect-ratio: 1;
  }
}
.static-gallery--left .static-gallery__item:nth-child(3) {
  height: 100%;
  grid-area: c;
}
@media screen and (max-width: 768px) {
  .static-gallery--left .static-gallery__item:nth-child(3) {
    height: auto;
    aspect-ratio: 1;
  }
}
.static-gallery--left .static-gallery__item:nth-child(4) {
  height: 100%;
  grid-area: d;
}
@media screen and (max-width: 768px) {
  .static-gallery--left .static-gallery__item:nth-child(4) {
    height: auto;
    aspect-ratio: 1;
  }
}
.static-gallery--right {
  grid-template-areas: 'a b d d' 'c c d d';
}
@media screen and (max-width: 768px) {
  .static-gallery--right {
    grid-template-areas: 'a a' 'b c' 'd d';
  }
}
.static-gallery--right .static-gallery__item:nth-child(1) {
  height: 100%;
  grid-area: a;
}
@media screen and (max-width: 768px) {
  .static-gallery--right .static-gallery__item:nth-child(1) {
    height: auto;
    aspect-ratio: 2;
  }
}
.static-gallery--right .static-gallery__item:nth-child(2) {
  height: 100%;
  grid-area: b;
}
@media screen and (max-width: 768px) {
  .static-gallery--right .static-gallery__item:nth-child(2) {
    height: auto;
    aspect-ratio: 1;
  }
}
.static-gallery--right .static-gallery__item:nth-child(3) {
  height: 100%;
  grid-area: c;
}
@media screen and (max-width: 768px) {
  .static-gallery--right .static-gallery__item:nth-child(3) {
    height: auto;
    aspect-ratio: 1;
  }
}
.static-gallery--right .static-gallery__item:nth-child(4) {
  aspect-ratio: 1;
  grid-area: d;
}
@media screen and (max-width: 768px) {
  .static-gallery--right .static-gallery__item:nth-child(4) {
    height: auto;
    aspect-ratio: 2;
  }
}
.static-gallery__item {
  display: block;
  position: relative;
}
.static-gallery__item > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
