@font-face {
	font-family: Kaspersky Sans Display;
	src: url(../fonts/Kaspersky_Sans_Display_Light.woff2) format("woff2");
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: Kaspersky Sans Display;
	src: url(../fonts/Kaspersky_Sans_Display_Regular.woff2) format("woff2");
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: Kaspersky Sans Display;
	src: url(../fonts/Kaspersky_Sans_Display_Medium.woff2) format("woff2");
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: Kaspersky Sans Display;
	src: url(../fonts/Kaspersky_Sans_Display_SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: Kaspersky Sans Display;
	src: url(../fonts/Kaspersky_Sans_Display_Bold.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: Kaspersky Sans Display;
	src: url(../fonts/Kaspersky_Sans_Display_ExtraBold.woff2) format("woff2");
	font-weight: 800;
	font-display: swap;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
html {
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
body {
	min-height: 100vh;
	margin: 0;
}
hr {
	height: 0;
	color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-block: 0;
}
ul {
	margin-block: 0;
	padding: 0;
	list-style: none;
}
abbr[title] {
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img,
svg {
	max-width: 100%;
	object-fit: cover;
}
svg:not([height]) {
	height: 100%;
}
table {
	text-indent: 0;
	border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
textarea {
	resize: vertical;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
iframe {
	border: 0;
}
summary {
	display: list-item;
}
progress {
	vertical-align: baseline;
}
body {
	min-width: 360px;
	height: 100%;
	color: #fff;
	font-family: Kaspersky Sans Display, sans-serif;
	background-color: #0f151c;
}
#root {
	display: grid;
	grid-template-rows: 54px 1fr;
	height: 100%;
}
@media (min-width: 640px) {
	#root {
		grid-template-rows: 64px 1fr;
	}
}
.b24-form * {
	font-family: Kaspersky Sans Display, sans-serif !important;
}
.b24-form-wrapper {
	max-width: 100% !important;
	background-color: transparent !important;
}
.b24-form-wrapper.b24-form-shadow {
	box-shadow: none !important;
}
.b24-form-header-padding,
.b24-form-content,
.b24-form-padding-side {
	padding: 0 !important;
}
.b24-form-field {
	margin-bottom: 16px !important;
}
.b24-form-control-container {
	margin-bottom: 0 !important;
}
.b24-form-control-container:has([type="checkbox"]) {
	display: flex;
	column-gap: 12px;
}
.b24-form-control-container:has([type="checkbox"])
	.b24-form-control-alert-message {
	display: none !important;
}
.b24-form-control-label {
	color: #fff9 !important;
}
.b24-form-control {
	color: #fff !important;
	background-color: transparent !important;
	border: 1px solid !important;
	border-color: #fff !important;
	border-radius: 8px !important;
	outline-offset: -2px;
}
.b24-form-control:hover {
	border-color: #fff9 !important;
}
.b24-form-control:focus {
	border-color: #29ccb1 !important;
	outline: 1px solid #29ccb1;
}
.b24-form-control-agreement.b24-form-control-alert {
	margin-bottom: 16px !important;
}
.b24-form-control-desc,
.b24-form-field-agreement,
.b24-form-field-agreement-link {
	margin-top: 3px;
	color: #fff9 !important;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 16px !important;
	opacity: 1 !important;
}
.b24-form-field-agreement-link {
	color: #29ccb1 !important;
	transition: 0.2s ease;
	transition-property: color;
}
.b24-form-field-agreement-link:hover {
	color: #3de8ca !important;
}
.b24-form-control-required {
	display: none !important;
}
.b24-form-btn-container {
	margin: 0 !important;
}
.b24-form-btn-block {
	padding: 0 !important;
}
.b24-form-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: none;
	box-shadow: none !important;
}
@media (max-width: 639.98px) {
	.b24-form-btn {
		width: 100% !important;
	}
}
.b24-form-btn {
	min-height: 48px !important;
	padding: 14px 24px !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	border-radius: 8px !important;
}
.b24-form-btn {
	color: #fff !important;
	background-color: #00a88e !important;
	transition: 0.2s ease;
	transition-property: background-color;
}
.b24-form-btn:hover,
.b24-form-btn:focus {
	background-color: #29ccb1 !important;
}
.b24-form-btn:active {
	background-color: #138170 !important;
}
.b24-form-recaptcha {
	justify-content: flex-start !important;
	margin: 16px 0 0 !important;
}
.b24-form-control-alert-message {
	left: 0 !important;
	margin-top: 2px !important;
	padding: 0 !important;
	color: #f35 !important;
	font-size: 12px !important;
	line-height: 14px !important;
	background-color: transparent !important;
}
.b24-form-control-alert-message:before,
.b24-form-control-alert-message:after {
	content: none !important;
}
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 2px solid #ffffff;
	border-radius: 4px;
}
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
	border-color: #fff9;
}
input[type="checkbox"]:before {
	display: block;
	width: 20px;
	height: 20px;
	margin: -2px;
	transform: scale(0);
	transition: transform 0.2s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath d='m16.31 6.29c-.39-.39-1.02-.39-1.41 0l-6.36 6.36-2.83-2.83c-.39-.39-1.02-.39-1.41 0s-.39 1.02 0 1.41l3.54 3.54c.39.39 1.02.39 1.41 0l7.07-7.07c.39-.39.39-1.02 0-1.41z'/%3E%3C/svg%3E");
	content: "";
}
input[type="checkbox"]:checked {
	background-color: #00a88e;
	border-color: #00a88e;
}
input[type="checkbox"]:checked:hover {
	background-color: #29ccb1;
	border-color: #29ccb1;
}
input[type="checkbox"]:checked:before {
	transform: scale(1);
}
._link_4euul_1 {
	color: #fff9;
	transition: color 0.2s ease-in-out;
	display: flex;
	align-items: center;
}
._link_4euul_1:hover {
	color: #fff;
}
._footer_40qzj_1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	padding: 16px 20px;
}
@media (min-width: 1024px) {
	._footer_40qzj_1 {
		z-index: 9;
	}
}
._footer_40qzj_1:before {
	position: absolute;
	top: 0;
	right: 20px;
	left: 20px;
	height: 2px;
	background-color: #ffffff1a;
	content: "";
}
._text_40qzj_24 {
	color: #fff9;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}
._social_40qzj_31 {
	display: flex;
	column-gap: 16px;
}
._wrapper_1amzt_1 {
	max-width: 144px;
	padding: 8px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	background: radial-gradient(94.96% 67.22% at 100% -14.25%, #00a1a8, #00a88e00),
		#2a3541b3;
}
@media (min-width: 1440px) {
	._wrapper_1amzt_1 {
		max-width: 500px;
	}
}
._title_1amzt_14 {
	font-weight: 600;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1440px) {
	._title_1amzt_14 {
		font-size: 14px;
	}
}
._table_1amzt_28 {
	display: grid;
	gap: 12px;
	margin-top: 4px;
}
@media (min-width: 1440px) {
	._table_1amzt_28 {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
}
._column_1amzt_40 {
	display: grid;
	gap: 4px;
}
._subtitle_1amzt_45 {
	color: #fff9;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1440px) {
	._subtitle_1amzt_45 {
		font-size: 12px;
		line-height: 14px;
	}
}
._item_1amzt_61 {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 4px;
	align-items: center;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff6;
	border-radius: 8px;
}
@media (min-width: 1440px) {
	._item_1amzt_61 {
		gap: 8px;
		padding: 8px;
	}
	[lang="ru"] ._item_1amzt_61 {
		height: 56px;
	}
}
._active_1amzt_81 {
	border-color: #fff;
	color: #fff;
}
._active_1amzt_81[data-theme="piloting"] {
	border-color: #ffd633;
	color: #ffd633;
}
._text_1amzt_90 {
	color: #fff6;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
}
@media (min-width: 1440px) {
	._text_1amzt_90 {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: -0.02em;
	}
	[lang="ru"] ._text_1amzt_90 {
		font-size: 10px;
		line-height: 12px;
	}
}
._active_1amzt_81 ._text_1amzt_90 {
	color: #fff;
}
._active_1amzt_81[data-theme="piloting"] ._text_1amzt_90 {
	color: #ffd633;
}
._wrapper_1suic_1 {
	display: flex;
	column-gap: 16px;
	cursor: pointer;
}
._item_1suic_7 {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px 8px;
	color: #fff9;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	column-gap: 8px;
	border-radius: 24px;
	transition: 0.2s ease;
	transition-property: background-color, color;
}
._item_1suic_7:hover {
	color: #fff;
	background-color: #21272f;
}
._dot_1suic_26 {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
[data-theme="white"] ._dot_1suic_26 {
	background-color: #fff;
}
[data-theme="mint"] ._dot_1suic_26 {
	background-color: #4dff88;
}
[data-theme="cyan"] ._dot_1suic_26 {
	background-color: #3bf;
}
._tooltip_1suic_41 {
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 200px;
	padding: 8px;
	background-color: #21272f;
	border-radius: 6px;
}
._tooltip_1suic_41:after {
	position: absolute;
	bottom: -4px;
	left: 7px;
	width: 8px;
	height: 8px;
	background-color: #21272f;
	border-radius: 0;
	transform: rotate(45deg);
	content: "";
}
[data-theme="mint"] ._tooltip_1suic_41:after {
	transform: rotate(45deg) translate(40px, -40px);
}
[data-theme="cyan"] ._tooltip_1suic_41:after {
	transform: rotate(45deg) translate(79px, -79px);
}
[data-theme="mint"] ._tooltip_1suic_41 {
	transform: translate(-56px);
}
[data-theme="cyan"] ._tooltip_1suic_41 {
	transform: translate(-112px);
}
._wrapper_1f4le_1 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 6px;
	pointer-events: none;
}
@media (min-width: 1280px) {
	._wrapper_1f4le_1 {
		column-gap: 7.12px;
	}
}
._text_1f4le_14 {
	width: min-content;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
}
@media (min-width: 1280px) {
	._text_1f4le_14 {
		font-size: 12px;
		line-height: 14px;
	}
}
._wrapper_1avfs_1 {
	position: absolute;
	display: inline-block;
	width: max-content;
	padding: 12px 8px 8px;
	background: radial-gradient(
			219.07% 212.43% at -112.3% -74.2%,
			#0094a8,
			#00a88e00
		),
		#2a3541b3;
	border: 1px solid;
	border-radius: 12px;
	transform: translate(-50%, -50%);
}
@media (min-width: 1280px) {
	._wrapper_1avfs_1 {
		padding: 16px 12px 12px;
	}
}
._wrapper_1avfs_1[data-theme="technologies"] {
	border-color: #fff;
}
._wrapper_1avfs_1[data-theme="expertise"] {
	border-color: #4dff88;
}
._wrapper_1avfs_1[data-theme="knowledge"] {
	border-color: #3bf;
}
._title_1avfs_26 {
	position: absolute;
	top: -9px;
	left: 50%;
	padding: 2px 12px;
	color: #0f151c;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	border-radius: 9px;
	transform: translate(-50%);
}
@media (min-width: 1280px) {
	._title_1avfs_26 {
		font-size: 12px;
		line-height: 14px;
	}
}
[data-theme="technologies"] ._title_1avfs_26 {
	background-color: #fff;
}
[data-theme="expertise"] ._title_1avfs_26 {
	background-color: #4dff88;
}
[data-theme="knowledge"] ._title_1avfs_26 {
	background-color: #3bf;
}
._piloting_1avfs_54 {
	position: absolute;
	bottom: -20px;
	left: 50%;
	color: #ffd633;
	font-weight: 600;
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transform: translate(-50%);
}
@media (min-width: 1280px) {
	._piloting_1avfs_54 {
		font-size: 10px;
		line-height: 12px;
	}
}
._circle_1avfs_73 {
	width: 10px;
	height: 10px;
	background-color: red;
}
._wrapper_11i90_1 {
	position: relative;
}
._player_11i90_5 {
	width: 100%;
	height: 100%;
}
@media (min-width: 1024px) {
	._player_11i90_5 {
		height: calc(100vh - 64px);
	}
}
._inner_11i90_15 {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	height: 100%;
	transform: translate(-50%);
	aspect-ratio: 2.82/2;
}
@media (min-width: 1024px) {
	._inner_11i90_15 {
		top: 50.5%;
		left: 0;
		width: 100%;
		height: auto;
		transform: translateY(-50%);
		aspect-ratio: 3/2.1;
	}
}
._platform_11i90_35 {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 16px;
}
._legend_11i90_42 {
	position: absolute;
	right: 20px;
	z-index: 2;
	bottom: 20px;
}
@media (min-width: 1024px) {
	._legend_11i90_42 {
		bottom: 64px;
	}
}
._footer_11i90_54 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
._title_1lidu_1 {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}
@media (min-width: 1440px) {
	._title_1lidu_1 {
		font-size: 18px;
		line-height: 21px;
	}
}
._text_1lidu_14 {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
@media (min-width: 1440px) {
	._text_1lidu_14 {
		font-size: 16px;
		line-height: 18px;
	}
	._text_1lidu_14[role="listitem"]:before {
		top: 5px;
	}
}
._text_1lidu_14 b {
	font-weight: 600;
}
._text_1lidu_14 + ._text_1lidu_14 {
	margin-top: 12px;
}
._text_1lidu_14[role="listitem"] {
	position: relative;
	padding-left: 16px;
}
._text_1lidu_14[role="listitem"]:before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #00a88e;
	border-radius: 50%;
	content: "";
}
._wrapper_q42wa_1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	padding-inline: 16px;
}
@media (min-width: 1024px) {
	._wrapper_q42wa_1 {
		min-height: 48px;
	}
}
@media (min-width: 1440px) {
	._wrapper_q42wa_1 {
		min-height: 64px;
	}
}
._text_q42wa_19 {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}
@media (min-width: 640px) {
	._text_q42wa_19 {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (min-width: 1024px) {
	._text_q42wa_19 {
		font-size: 16px;
		line-height: 18px;
	}
}
@media (min-width: 1440px) {
	._text_q42wa_19 {
		font-size: 18px;
		line-height: 21px;
	}
}
._text_q42wa_19 span {
	color: #00a88e;
	font-weight: 600;
}
._close_q42wa_47 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff9;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: color 0.2s ease;
}
._close_q42wa_47:hover {
	color: #fff;
}
._carousel_qjtvn_1 {
	position: relative;
	margin-inline: auto;
	overflow: hidden;
}
._container_qjtvn_7 {
	display: flex;
	margin-block: 9px 20px;
	text-align: center;
}
._arrow_qjtvn_13 {
	position: absolute;
	top: calc(50% - 19px);
	display: flex;
	color: #ffffff52;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
._arrow_qjtvn_13:first-of-type {
	left: 0;
	transform: rotate(180deg);
}
._arrow_qjtvn_13:last-of-type {
	right: 0;
}
._wrapper_r81rg_1 {
	position: relative;
	display: inline-block;
	padding: 12px 8px 8px;
	border: 1px solid;
	border-radius: 12px;
	text-align: left;
}
._wrapper_r81rg_1[data-theme="technologies"] {
	border-color: #fff;
}
._wrapper_r81rg_1[data-theme="expertise"] {
	border-color: #4dff88;
}
._wrapper_r81rg_1[data-theme="knowledge"] {
	border-color: #3bf;
}
._wrapper_r81rg_1._disabled_r81rg_18 {
	opacity: 0.4;
}
@media (min-width: 1024px) {
	._wrapper_r81rg_1 {
		padding: 16px 12px 12px;
	}
}
._title_r81rg_27 {
	position: absolute;
	top: -9px;
	left: 50%;
	padding: 2px 12px;
	color: #0f151c;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	border-radius: 9px;
	transform: translate(-50%);
}
[data-theme="technologies"] ._title_r81rg_27 {
	background-color: #fff;
}
[data-theme="expertise"] ._title_r81rg_27 {
	background-color: #4dff88;
}
[data-theme="knowledge"] ._title_r81rg_27 {
	background-color: #3bf;
}
@media (min-width: 1024px) {
	._title_r81rg_27 {
		font-size: 12px;
		line-height: 14px;
	}
}
._piloting_r81rg_55 {
	position: absolute;
	bottom: -20px;
	left: 50%;
	color: #ffd633;
	font-weight: 600;
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transform: translate(-50%);
}
@media (min-width: 1024px) {
	._piloting_r81rg_55 {
		font-size: 10px;
		line-height: 12px;
	}
}
._wrapper_vq4y8_1 {
	display: grid;
	gap: 8px;
	justify-items: center;
	cursor: pointer;
	margin-bottom: 16px;
}
._wrapper_vq4y8_1::-webkit-scrollbar {
	display: none;
}
._text_vq4y8_12 {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #fff9;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
._view_vq4y8_22 {
	max-width: 800px;
	height: auto;
	max-height: calc(100dvh - 32px);
}
._view_vq4y8_22[data-wide="true"] {
	max-width: 1200px;
}
._title_9z0b7_1 {
	margin-block: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}
@media (min-width: 1440px) {
	._title_9z0b7_1 {
		font-size: 18px;
		line-height: 21px;
	}
}
._text_9z0b7_14 {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
@media (min-width: 1440px) {
	._text_9z0b7_14 {
		font-size: 16px;
		line-height: 18px;
	}
	._text_9z0b7_14[role="listitem"]:before {
		top: 5px;
	}
}
._text_9z0b7_14 b {
	font-weight: 600;
}
._text_9z0b7_14 + ._text_9z0b7_14 {
	margin-top: 12px;
}
._text_9z0b7_14[role="listitem"] {
	position: relative;
	padding-left: 16px;
}
._text_9z0b7_14[role="listitem"]:before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #00a88e;
	border-radius: 50%;
	content: "";
}
._slide_9z0b7_49 {
	flex: 0 0 100%;
	min-width: 0;
	padding-inline: 48px;
}
._feature_9z0b7_55 {
	padding-block: 8px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
._list_9z0b7_60 {
	display: flex;
	gap: 8px;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
}
._list_9z0b7_60[data-theme="piloting"] {
	color: #ffd633;
}
._items_9z0b7_72 {
	margin-top: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
._items_9z0b7_72 li {
	position: relative;
	padding-left: 20px;
	margin-top: 6px;
}
._items_9z0b7_72 li:before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	content: "";
}
._items_9z0b7_72 li[data-theme="piloting"]:before {
	background-color: #ffd633;
}
._title_1jt6a_1 {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin-top: 16px;
}
@media (min-width: 1440px) {
	._title_1jt6a_1 {
		font-size: 18px;
		line-height: 21px;
	}
}
._slide_1jt6a_15 {
	flex: 0 0 100%;
	min-width: 0;
}
._title_jm0i3_1 {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin-top: 16px;
}
@media (min-width: 1440px) {
	._title_jm0i3_1 {
		font-size: 18px;
		line-height: 21px;
	}
}
._list_jm0i3_15 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
@media (min-width: 640px) {
	._list_jm0i3_15 {
		grid-template-columns: repeat(2, 1fr);
	}
}
._media_jm0i3_26 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 16px;
	cursor: pointer;
}
._play_jm0i3_36 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #29ccb1;
	border: none;
	border-radius: 50%;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}
._play_jm0i3_36 svg {
	padding-left: 2px;
	color: #fff;
}
._media_jm0i3_26:hover ._play_jm0i3_36 {
	opacity: 1;
}
._title_z8icf_1 {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	margin-top: 16px;
}
@media (min-width: 1440px) {
	._title_z8icf_1 {
		font-size: 18px;
		line-height: 21px;
	}
}
._list_z8icf_15 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
._item_z8icf_21 {
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(180deg, #13817066, #000);
	border-radius: 16px;
	aspect-ratio: 8/10;
}
@media (min-width: 640px) {
	._item_z8icf_21 {
		aspect-ratio: 1/1;
	}
}
._item_z8icf_21 img {
	height: 100%;
	object-fit: cover;
}
@media (max-width: 639.98px) {
	._item_z8icf_21 img {
		object-fit: contain;
	}
}
._text_z8icf_43 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 32px 16px 16px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	background-image: linear-gradient(0deg, #000 50%, #0000);
}
._wrapper_ufzpj_1 {
	display: flex;
	overflow: hidden;
	column-gap: 8px;
}
._content_ufzpj_7 {
	display: flex;
	flex-direction: column;
	overflow: auto;
	row-gap: 16px;
	scrollbar-width: none;
}
._content_ufzpj_7::-webkit-scrollbar {
	display: none;
}
._scrollbar_ufzpj_18 {
	position: relative;
}
._scrollbar_ufzpj_18[data-pending="true"] {
	display: none;
}
._track_ufzpj_25 {
	width: 8px;
	height: 100%;
	background-color: #ffffff1a;
	border-radius: 8px;
	cursor: pointer;
}
._thumb_ufzpj_33 {
	position: absolute;
	top: 0;
	width: 8px;
	background-color: #fff9;
	border-radius: 8px;
	opacity: 0.2;
}
._wrapper_bu6js_1 {
	position: relative;
	z-index: 2;
}
@media (min-width: 640px) {
	._wrapper_bu6js_1 {
		background-color: #27313c;
	}
}
._title_bu6js_11 {
	padding-inline-start: 16px;
}
._content_bu6js_15 {
	display: flex;
	flex-direction: column;
	padding: 16px;
	row-gap: 24px;
}
@media (min-width: 640px) {
	._content_bu6js_15 {
		height: 384px;
	}
}
@media (min-width: 1024px) {
	._content_bu6js_15 {
		height: calc(100vh - 253px);
	}
}
@media (min-width: 1440px) {
	._content_bu6js_15 {
		height: calc(100vh - 269px);
	}
}
._wrapper_jkyz8_1 {
	display: flex;
	align-items: center;
	padding: 16px;
	column-gap: 12px;
	background-color: #00a88e;
	border-radius: 8px;
}
._text_jkyz8_10 {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}
._wrapper_z6ffc_1 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	background-color: #21272f;
	cursor: pointer;
}
@media (min-width: 640px) {
	._wrapper_z6ffc_1 {
		min-height: 48px;
	}
}
@media (min-width: 1440px) {
	._wrapper_z6ffc_1 {
		min-height: 64px;
	}
}
._wrapper_z6ffc_1:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background-color: #00a88e;
	opacity: 0;
	transition: opacity 0.2s ease;
	content: "";
}
@media (min-width: 1440px) {
	._wrapper_z6ffc_1:before {
		width: 4px;
	}
}
._wrapper_z6ffc_1:after {
	position: absolute;
	right: 16px;
	bottom: 0;
	left: 16px;
	height: 1px;
	background-color: #ffffff1a;
	content: "";
}
@media (min-width: 640px) {
	._wrapper_z6ffc_1:after {
		right: 0;
		left: 0;
	}
}
@media (min-width: 1440px) {
	._wrapper_z6ffc_1:after {
		height: 2px;
	}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
	._wrapper_z6ffc_1:last-of-type:after {
		background-color: #21272f;
	}
}
._wrapper_z6ffc_1._active_z6ffc_60 {
	background-color: #27313c;
}
._wrapper_z6ffc_1._active_z6ffc_60:before {
	opacity: 1;
}
._button_z6ffc_67 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	transition: background-color 0.2s ease;
}
@media (min-width: 1440px) {
	._button_z6ffc_67 {
		width: 64px;
		height: 64px;
	}
}
._button_z6ffc_67:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #ffffff1a;
	content: "";
}
@media (min-width: 1440px) {
	._button_z6ffc_67:after {
		height: 2px;
	}
}
._index_z6ffc_96 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #fff9;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	background-color: #383f48;
	border-radius: 50%;
	transition: 0.2s ease;
	transition-property: background-color, color;
}
@media (min-width: 1440px) {
	._index_z6ffc_96 {
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 16px;
	}
}
._wrapper_z6ffc_1:hover ._index_z6ffc_96,
._wrapper_z6ffc_1._active_z6ffc_60 ._index_z6ffc_96 {
	color: #fff;
	background-color: #00a88e;
}
._text_z6ffc_124 {
	padding-inline: 16px;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}
@media (min-width: 640px) {
	._text_z6ffc_124 {
		padding-block: 0;
		padding-inline-start: 0;
		font-size: 14px;
		line-height: 16px;
	}
}
@media (min-width: 1024px) {
	._text_z6ffc_124 {
		font-size: 16px;
		line-height: 18px;
	}
}
@media (min-width: 1440px) {
	._text_z6ffc_124 {
		font-size: 18px;
		line-height: 21px;
	}
}
._text_z6ffc_124 span {
	color: #00a88e;
	font-weight: 600;
}
._wrapper_b28y2_1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	background-color: #0f151c;
}
@media (min-width: 640px) {
	._wrapper_b28y2_1 {
		background-color: #21272f;
	}
}
._name_b28y2_14 {
	display: none;
}
@media (max-width: 639.98px) {
	._name_b28y2_14 {
		display: block;
		margin-bottom: 16px;
		font-weight: 600;
		font-size: 21px;
		line-height: 24px;
		padding: 16px 16px 0;
	}
}
._title_b28y2_28 {
	grid-column: span 2;
	padding: 16px;
}
._title_b28y2_28 h1 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1em;
	font-feature-settings: "ss02" on;
}
[lang="ru"] ._title_b28y2_28 h1 {
	font-size: 30px;
}
._title_b28y2_28 p {
	margin-top: 8px;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}
._inner_b28y2_48 {
	display: grid;
}
@media (min-width: 640px) {
	._inner_b28y2_48 {
		grid-template-columns: auto 1fr;
	}
}
@media (min-width: 1024px) {
	._inner_b28y2_48 {
		grid-template-columns: 1fr auto;
	}
}
._attention_b28y2_62 {
	padding: 16px 16px 0;
}
._button_b28y2_66 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 14px 24px;
	gap: 8px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background-color: #00a88e;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
._button_b28y2_66:hover,
._button_b28y2_66:focus {
	background-color: #29ccb1;
}
._button_b28y2_66:active {
	background-color: #138170;
}
._video_f7twa_1 {
	width: 100%;
	border-radius: 16px;
	aspect-ratio: 16/9;
}
._wrapper_a7n4p_1 {
	width: 100%;
	max-width: 584px;
	margin-inline: auto;
	padding: 24px;
	padding-inline-end: 12px;
	background-color: #21272f;
	border-radius: 16px;
}
@media (min-width: 1024px) {
	._wrapper_a7n4p_1 {
		width: 584px;
	}
}
._overlay_um6ia_1 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: block;
	background-color: #000c;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	will-change: filter;
}
._dialog_um6ia_11 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-height: 100%;
	padding: 32px 16px;
	pointer-events: none;
}
@media (min-width: 640px) {
	._dialog_um6ia_11 {
		padding: 32px;
	}
}
._content_um6ia_27 {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	width: auto;
	max-width: 1200px;
	max-height: calc(100vh - 64px);
	overflow: visible;
	border-radius: 16px;
	pointer-events: auto;
}
._close_um6ia_39 {
	position: absolute;
	top: -32px;
	right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #fff9;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: color 0.2s ease;
}
._close_um6ia_39:hover {
	color: #fff;
}
@media (min-width: 1024px) {
	._close_um6ia_39 {
		top: 0;
		right: -32px;
	}
}
._wrapper_vl3r7_1 {
	display: grid;
	grid-template-rows: 1fr auto;
	grid-template-columns: 1fr;
}
@media (min-width: 640px) {
	._wrapper_vl3r7_1 {
		grid-template-rows: 1fr 384px;
	}
}
@media (min-width: 1024px) {
	._wrapper_vl3r7_1 {
		grid-template-rows: 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1280px) {
	._wrapper_vl3r7_1 {
		grid-template-columns: 1fr 534px;
	}
}
@media (min-width: 1600px) {
	._wrapper_vl3r7_1 {
		grid-template-columns: 1fr 744px;
	}
}
._wrapper_1hn9e_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
._list_1hn9e_13 {
	position: absolute;
	top: 54px;
	z-index: 3;
	width: 100%;
	height: calc(100vh - 54px);
	overflow: auto;
	background-color: #21272f;
}
._link_1hn9e_23 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 64px;
	padding-inline: 16px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	background-color: #27313c;
	border: none;
	cursor: pointer;
}
._button_1hn9e_39 {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 64px;
	padding-inline: 16px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	background-color: #00a88e;
	border: none;
	cursor: pointer;
}
._nav_7aa0l_1 {
	position: sticky;
	top: 0;
	z-index: 3;
	display: grid;
	grid-template-columns: 64px 1fr 64px;
	height: 54px;
	background-color: #21272f;
	box-shadow: 0 4px 32px #00000052;
}
@media (min-width: 640px) {
	._nav_7aa0l_1 {
		grid-template-columns: auto 1fr 64px;
		height: 64px;
		padding-inline-end: 32px;
	}
}
._logo_7aa0l_19 {
	justify-self: center;
	width: 169.84px;
	height: 54px;
	color: #fff;
	cursor: pointer;
}
@media (min-width: 640px) {
	._logo_7aa0l_19 {
		justify-self: flex-start;
		width: 201.29px;
		height: 64px;
	}
}
._group_7aa0l_34 {
	display: flex;
	align-items: center;
	justify-self: flex-end;
	column-gap: 8px;
}
._link_7aa0l_41 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 14px 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}
._primary_7aa0l_58 {
	color: #fff;
	background-color: #00a88e;
	transition: background-color 0.2s ease;
}
._primary_7aa0l_58:hover,
._primary_7aa0l_58:focus {
	background-color: #29ccb1;
}
._primary_7aa0l_58:active {
	background-color: #138170;
}
._secondary_7aa0l_70 {
	color: #00a88e;
	border: 2px solid #00a88e;
	transition: 0.2s ease;
	transition-property: border-color, color;
}
._secondary_7aa0l_70:hover,
._secondary_7aa0l_70:focus {
	color: #29ccb1;
	border-color: #29ccb1;
}
._secondary_7aa0l_70:active {
	color: #138170;
	border-color: #138170;
}
._button_16cxn_1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 54px;
	color: #fff;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
@media (min-width: 640px) {
	._button_16cxn_1 {
		height: 64px;
	}
}
._options_16cxn_19 {
	background-color: #21272f;
	border-radius: 8px;
	outline: none;
	box-shadow: 0 4px 32px #00000052;
	z-index: 99;
}
._option_16cxn_19 {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 16px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}
._option_16cxn_19 svg {
	opacity: 0;
}
._option_16cxn_19[data-selected] svg {
	opacity: 1;
}
._option_16cxn_19:hover {
	background-color: #383f48;
}
