@charset "UTF-8";
/* Common */
/* Media */
/* Content */
/* Common animations */
@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(calc(100% + 0.52083vw));
		        transform: translateX(calc(100% + 0.52083vw));
		/* Начинаем движение справа */
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		/* Заканчиваем движением слева */
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translateX(calc(100% + 0.52083vw));
		        transform: translateX(calc(100% + 0.52083vw));
		/* Начинаем движение справа */
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
		/* Заканчиваем движением слева */
	}
}

@-webkit-keyframes marquee-bg_rtl {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-50%, 0, 0);
		        transform: translate3d(-50%, 0, 0);
	}
}

@keyframes marquee-bg_rtl {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-50%, 0, 0);
		        transform: translate3d(-50%, 0, 0);
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

:root {
	--p: 0.72917vw;
	--header-height: 2.91667vw;
	--header-width: 24.8vw;
}

@media (min-width: 768px) {
	body {
		min-width: 0;
		font-size: 0.9375vw;
	}
	.wrapper {
		max-width: 100vw;
	}
	.wrapper-inner {
		display: flex;
		flex-direction: column;
		width: calc(100% - var(--header-width));
		margin: 0 auto 0 0;
	}
	.container {
		max-width: calc(1920 * 1px);
	}
	.d-mobile {
		display: none !important;
	}
	.hide-scrollbar {
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 1921px) {
	.container {
		max-width: none;
	}
}

/***********/
/* Common */
h1 {
	font-weight: 600;
	font-size: 3.125vw;
	line-height: 3.64583vw;
	letter-spacing: -0.05em;
}

h2 {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 100%;
	letter-spacing: -0.02em;
}

.button_rounded {
	min-height: 1.5625vw;
	border-radius: 0.52083vw;
	padding-left: 0.52083vw;
	padding-right: 0.52083vw;
}

.button_bordered {
	border-width: 1px;
}

.button_icon {
	transition: .2s;
}

.button_icon .button-arrow {
	display: inline-block;
	width: 0.41667vw;
	height: 0.41667vw;
	flex: 0 0 auto;
	font-size: 0.41667vw;
	position: absolute;
	right: -100%;
	top: calc(50% - 0.20833vw);
	transition-property: right;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

.button_icon span {
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.button_icon:hover span {
	-webkit-transform: translateX(-0.52083vw);
	        transform: translateX(-0.52083vw);
}

.button_icon:hover .button-arrow {
	right: 0.52083vw;
}

.button-decor {
	border-radius: 0.52083vw;
}

.button-decor-bordered {
	border-width: 1px;
}

.button-decor__item {
	min-height: 1.5625vw;
	padding-left: 0.52083vw;
	padding-right: 0.52083vw;
}

.popup__overlay {
	backdrop-filter: blur(2.44792vw);
	-webkit-backdrop-filter: blur(2.44792vw);
}

.popup__inner {
	padding: 0.78125vw var(--p);
}

.popup__buttons {
	justify-content: flex-end;
	order: -1;
	top: auto;
	right: 0.78125vw;
	left: auto;
	margin: 0 0 1.5625vw;
}

.popup__buttons-close {
	font-size: 1.04167vw;
	width: 2.60417vw;
	height: 2.60417vw;
	border-radius: 0.41667vw;
}

.popup .swiper-nav-arrows {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
}

.popup .swiper-nav-arrows .swiper-button {
	width: 3.75vw;
	height: 3.75vw;
	flex: 0 0 3.75vw;
}

.swiper {
	position: relative;
}

.swiper-desktop:not(.swiper-initialized) {
	opacity: 1;
}

.swiper-default .swiper-nav {
	width: calc(100% - 2.44792vw);
	margin: 0 auto;
}

.swiper-default:hover .swiper-nav {
	display: flex;
}

.swiper-horizontal > .swiper-scrollbar {
	width: auto;
	height: 0.20833vw !important;
	border-radius: 1.04167vw;
	left: 1.17188vw;
	right: 1.17188vw;
	margin: 0.83333vw 0 0;
}

.swiper-nav .swiper-button {
	width: 3.75vw;
	height: 3.75vw;
	flex: 0 0 3.75vw;
	backdrop-filter: blur(0.3125vw);
	-webkit-backdrop-filter: blur(0.3125vw);
}

.swiper-nav .swiper-button i {
	width: 3.75vw;
	height: 3.75vw;
	font-size: 3.75vw;
}

/* Form */
.form__title {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 110%;
	margin-bottom: 1.66667vw;
}

.form__box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 2.39583vw 2.39583vw 2.39583vw 3.95833vw;
	grid-row-gap: 0.52083vw;
	grid-column-gap: 0.78125vw;
}

.form__items {
	display: contents;
	grid-gap: 0;
}

.form__item {
	height: 2.39583vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form__item_textarea {
	max-height: 12.70833vw;
	height: 12.70833vw;
	grid-row: 1 / 5;
	grid-column: 1;
}

.form__item_textarea textarea {
	padding: 1.04167vw;
	min-height: 12.70833vw;
	max-height: 12.70833vw;
}

.form__item_button {
	min-height: 2.39583vw;
}

.form__item_button button {
	font-weight: 600;
	font-size: 1.33444vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	min-height: 2.39583vw;
	border-radius: 0.52083vw;
}

.form__input {
	font-size: 1.37231vw;
	letter-spacing: -0.02em;
	padding: 0 0.72917vw;
	border-radius: 0.52083vw;
	width: 100%;
	min-height: 2.39583vw;
}

.form__input.error {
	border: 1px solid #ff2626;
}

.form__footer {
	margin: 0;
}

.form__footer-checkbox {
	width: 1.5625vw;
	height: 1.5625vw;
	font-size: 1.04167vw;
	border-radius: 0.46875vw;
}

.form__footer-text {
	font-size: 0.9375vw;
	padding-left: 1.97917vw;
	color: #B5B6B9;
	opacity: 1;
}

/* Blocks */
.header {
	padding-top: 0.78125vw;
	padding-bottom: 2.60417vw;
	width: var(--header-width);
	margin: 0 0 0 auto;
}

.header__inner {
	height: calc(100vh - 3.38542vw);
	flex-direction: column;
	justify-content: flex-start;
	gap: 0;
}

.header__logo {
	width: 100%;
	padding: 0;
	margin-bottom: 7.8125vw;
}

.header__logo img {
	height: 100%;
}

.header__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	margin-bottom: auto;
}

.header__content-wrap {
	padding: 1.5625vw 0;
	-webkit-mask: linear-gradient(180deg, transparent 0.52083vw, black 2.60417vw) top, linear-gradient(0deg, transparent 0.52083vw, black 5.20833vw) bottom;
	-webkit-mask-size: 100% 51%;
	/* each one half the size */
	-webkit-mask-repeat: no-repeat;
	/* don't forget this */
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
}

.header__content-wrap::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.header__content-wrap_hidden {
	position: absolute;
	left: -520.78125vw;
	opacity: 0;
}

.header__search {
	display: none;
	padding: 2.60417vw 0;
}

.header__search_opened {
	display: flex;
}

.header__search-buttons {
	margin: 0 auto;
}

.header__search-buttons-active .header__search-button-open {
	position: absolute;
	left: -520.78125vw;
	opacity: 0;
}

.header__search-buttons-active .header__search-button-close {
	position: static;
	opacity: 1;
}

.header__search-button {
	gap: 0.3125vw;
	border-radius: 0.41667vw;
	min-width: 5.05208vw;
	height: 1.5625vw;
}

.header__search-button-open {
	color: var(--gray);
	background: var(--gray-20);
}

.header__search-button-open i {
	-webkit-filter: invert(68%) sepia(1%) saturate(1592%) hue-rotate(170deg) brightness(96%) contrast(88%);
	        filter: invert(68%) sepia(1%) saturate(1592%) hue-rotate(170deg) brightness(96%) contrast(88%);
}

.header__search-button-close {
	color: white;
	background: var(--gray);
	position: absolute;
	left: -520.78125vw;
	opacity: 0;
}

.header__search-button-close i {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
}

.header__search-button:hover {
	color: white;
	background: var(--black);
}

.header__search-button span {
	font-weight: 600;
	font-size: 0.72917vw;
	line-height: 84%;
}

.header__search-button i {
	width: 0.625vw;
	height: 0.625vw;
	font-size: 0.625vw;
}

.header__menu {
	cursor: -webkit-grab;
	cursor: grab;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.header__menu-item {
	padding: 0.9375vw 0;
	color: var(--gray-30);
	font-weight: 600;
	font-size: 3.125vw;
	line-height: 95%;
	letter-spacing: -0.05em;
}

.header__menu-item:hover {
	color: var(--gray-30);
}

.header__menu-item.current {
	color: var(--black);
}

.header__info {
	gap: 1.5625vw;
	margin: 1.5625vw 0;
}

.header__info-box {
	gap: 0.625vw;
}

.header__info-title {
	font-weight: 600;
	font-size: 0.83333vw;
	line-height: 156%;
	letter-spacing: -0.02em;
	margin-bottom: 0.20833vw;
}

.header__info-links {
	gap: 0.625vw;
}

.header__info-link {
	font-size: 1.5625vw;
}

.header__info-text {
	gap: 0.625vw;
}

.header__info-text-block {
	gap: 0.20833vw;
}

.header__info-text p {
	font-size: 1.5625vw;
}

.header__info-text p.small-text {
	font-size: 0.83333vw;
}

.header__info-subtext {
	gap: 0.625vw;
	font-size: 0.83333vw;
	line-height: 106%;
}

.header__info-social-items {
	gap: 0.41667vw;
}

.header__info-social-item {
	width: 1.19792vw;
	height: 1.19792vw;
	border-radius: 0.36458vw;
}

.header__info-social-item i {
	font-size: 1.19792vw;
}

.header__info-button {
	width: 1.25vw;
	height: 1.25vw;
	border-radius: 0.40104vw;
}

.header__info-button i {
	font-size: 1.25vw;
}

.header__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.35417vw;
}

.header__scroll {
	position: relative;
	width: 3.22917vw;
	height: 3.22917vw;
}

.header__scroll_hidden {
	position: absolute;
	left: -520.78125vw;
	opacity: 0;
}

.header__scroll i {
	font-size: 3.22917vw;
	transition: all .3s;
}

.header__scroll i.icon-scroll-hover {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.header__scroll:hover i.icon-scroll-hover {
	opacity: 1;
}

.header__social {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.25vw;
}

.header__social-item {
	font-weight: 600;
	font-size: 0.72917vw;
	line-height: 106%;
	letter-spacing: -0.02em;
}

.header__copy {
	color: var(--gray-80);
	font-weight: 600;
	font-size: 0.72917vw;
	line-height: 106%;
	text-align: center;
	letter-spacing: -0.02em;
}

.intro {
	padding-top: 0.83333vw;
	padding-bottom: 0.83333vw;
	border-radius: 0px 0px 1.04167vw 1.04167vw;
	background: white;
	display: grid;
	grid-template-columns: 1fr 23.95833vw;
	grid-gap: 0.83333vw;
}

.intro__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.intro__text {
	font-weight: 600;
	font-size: 1.14583vw;
	line-height: 125%;
	letter-spacing: -0.02em;
	max-width: 36.14583vw;
	-ms-hyphens: auto;
	    hyphens: auto;
	text-align: justify;
}

.intro__text-long {
	max-width: 42.34375vw;
}

.intro__video {
	height: 11.45833vw;
	border-radius: 0.83333vw;
}

.intro__video img,
.intro__video video {
	height: 100%;
}

.next {
	padding-top: 1.5625vw;
	padding-bottom: 0.52083vw;
	order: 2;
}

.next__inner {
	grid-template-columns: auto 23.95833vw;
	grid-gap: 2.08333vw;
	padding: 0.83333vw;
	border-radius: 1.04167vw;
}

.next__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.next__title {
	font-size: 3.125vw;
}

.next__text {
	font-weight: 600;
	font-size: 1.14583vw;
	line-height: 125%;
	letter-spacing: -0.02em;
	max-width: 33.69792vw;
	-ms-hyphens: auto;
	    hyphens: auto;
	text-align: justify;
}

.next__text-long {
	max-width: 42.34375vw;
}

.next__link {
	border-radius: 0.625vw;
}

.next__link-button {
	width: 3.22917vw;
	height: 3.22917vw;
}

.next__link-button i {
	font-size: 3.22917vw;
}

.next__link-image {
	height: 11.66667vw;
}

.next__link:hover .next__link-image {
	-webkit-filter: blur(0.26042vw);
	        filter: blur(0.26042vw);
}

.search {
	flex-direction: column;
	flex: 1 1 auto;
	overflow: auto;
}

.search__icon-wrap {
	width: 0.72917vw;
	height: 0.72917vw;
}

.search__icon-wrap i {
	width: 0.72917vw;
	height: 0.72917vw;
	font-size: 0.72917vw;
}

.search__icon-wrap i.close-gray {
	font-size: 0.20833vw;
}

.search__icon-wrap i i.icon-notice {
	font-size: 0.83333vw;
}

.search__form-field {
	gap: 0.52083vw;
	border: 0.5px solid rgba(17, 23, 34, 0.2);
	border-radius: 0.52083vw;
	padding: 0.36458vw 0.625vw;
	min-height: 2.08333vw;
}

.search__form-input {
	font-size: 0.9375vw;
}

.search__form-input ~ label {
	justify-content: space-between;
	gap: 0.52083vw;
	font-size: 0.9375vw;
	padding: 0.36458vw 0.625vw;
}

.search__form-input ~ label i {
	font-size: 0.72917vw;
}

.search__form-button-search {
	order: 2;
}

.search__result {
	gap: 0.41667vw;
	margin: 0.41667vw 0 0;
	padding-bottom: 1.04167vw;
	-webkit-mask: linear-gradient(0deg, transparent 0.52083vw, black 2.60417vw) bottom;
}

.search__result-item {
	gap: 0.625vw;
	min-height: 2.76042vw;
	padding: 0.41667vw 0.625vw;
	border-radius: 0.52083vw;
}

.search__result-item-notice span {
	font-weight: 600;
	font-size: 0.83333vw;
	line-height: 115%;
}

.search__result-item-page {
	font-size: 0.9375vw;
	letter-spacing: -0.02em;
	max-width: 7.5vw;
	height: 1.5625vw;
	border-radius: 0.52083vw;
}

.search__result-item-name {
	font-size: 0.9375vw;
	max-width: 12.23958vw;
	-webkit-line-clamp: 2;
}

.footer {
	padding-top: 1.04167vw;
	padding-bottom: 1.5625vw;
}

.footer__items {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0.60417vw;
}

.footer__item {
	gap: 1.45833vw;
	padding: 0.83333vw;
	border-radius: 1.04167vw;
}

.footer__item-head {
	flex-direction: row;
	gap: 2.08333vw;
}

.footer__item h3 {
	font-size: 0.83333vw;
	margin-bottom: 0.83333vw;
}

.footer__item-links {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 0.625vw;
	justify-content: flex-start;
}

.footer__item-link {
	font-size: 1.5625vw;
}

.footer__item-text {
	grid-template-columns: 1fr;
	grid-gap: 0.83333vw;
}

.footer__item-text-block {
	display: flex;
	flex-direction: column;
	gap: 0.10417vw;
}

.footer__item-text p {
	font-size: 0.83333vw;
	line-height: 168%;
}

.footer__item-text p:first-child {
	font-size: 1.5625vw;
}

.footer__item-bottom {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1.04167vw;
	font-size: 0.83333vw;
}

.footer__item-bottom-block {
	flex-direction: row;
	align-items: flex-end;
	gap: 0.41667vw;
}

.footer__item-bottom-block > p,
.footer__item-bottom-block > a {
	font-size: 0.83333vw;
}

.footer__social-box {
	gap: 1.07292vw;
}

.footer__social-items {
	gap: 0.41667vw;
}

.footer__social-item {
	width: 1.17188vw;
	height: 1.17188vw;
	border-radius: 0.36979vw;
}

.footer__social-item i {
	font-size: 1.17188vw;
}

.footer__button-top {
	width: 1.25vw;
	height: 1.25vw;
	border-radius: 0.40104vw;
}

.footer__button-top i {
	font-size: 1.25vw;
}

/* Tabs */
.tabs {
	gap: 1.04167vw;
	overflow: hidden;
}

.tabs__items {
	padding: 0 0.72917vw;
	margin: 0 -0.72917vw 1.25vw;
}

.tabs__items .swiper-nav {
	width: 100%;
}

.tabs__items .swiper-button {
	width: 3.33333vw;
	height: 3.33333vw;
	flex: 0 0 3.33333vw;
	border-radius: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	background: url("../img/swiper/bg-button.png") center center;
	background-size: contain;
}

.tabs__items .swiper-button i {
	width: 2.08333vw;
	height: 2.08333vw;
	font-size: 2.08333vw;
	-webkit-filter: grayscale(100%) brightness(0%) contrast(0.9);
	        filter: grayscale(100%) brightness(0%) contrast(0.9);
}

.tabs__items .swiper-button:hover {
	background: url("../img/swiper/bg-button.png") center center;
	background-size: contain;
}

.tabs__item {
	font-weight: 600;
	font-size: 0.9375vw;
	line-height: 106%;
	text-align: center;
	letter-spacing: -0.02em;
	min-width: 7.5vw;
	margin: 0 0.26042vw;
}

/* Popups */
.popup-video .popup__inner {
	grid-template-rows: 2.60417vw 1fr;
}

.popup-video__card {
	max-width: 65.36458vw;
	height: 38.125vw;
	border-radius: 0.41667vw;
	margin: 0 auto;
}
