:root {
	--plyr-video-background: rgba(0, 0, 0, 60%);
	--plyr-range-track-height: 7px;
	--plyr-range-thumb-height: 17px;
	--plyr-range-thumb-shadow: none;
	--plyr-font-size-time: 16px
}
.custom-checkbox__field:checked+.custom-checkbox__content::after {
	opacity: 1
}
.custom-checkbox__field:focus+.custom-checkbox__content::before {
	outline: red solid 2px;
	outline-offset: 2px
}
.custom-checkbox__field:disabled+.custom-checkbox__content {
	opacity: .4;
	pointer-events: none
}
@font-face {
	font-family: Helvetica;
	src: url(../fonts/HelveticaNeueCyr-Light.woff2) format("woff2");
	font-weight: 300;
	font-display: swap;
	font-style: normal
}
@font-face {
	font-family: Helvetica;
	src: url(../fonts/HelveticaNeueCyr-Roman.woff2) format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal
}
@font-face {
	font-family: Helvetica;
	src: url(../fonts/HelveticaNeueCyr-Medium.woff2) format("woff2");
	font-weight: 500;
	font-display: swap;
	font-style: normal
}
@font-face {
	font-family: AlumniSans;
	src: url(../fonts/AlumniSans-Medium.woff2) format("woff2");
	font-weight: 500;
	font-display: swap;
	font-style: normal
}
@font-face {
	font-family: AlumniSans;
	src: url(../fonts/AlumniSans-Bold.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal
}
@font-face {
	font-family: Oswald;
	src: url(../fonts/Oswald-Regular.woff2) format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal
}
@font-face {
	font-family: Oswald;
	src: url(../fonts/Oswald-SemiBold.woff2) format("woff2");
	font-weight: 600;
	font-display: swap;
	font-style: normal
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.page {
	height: 100%;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%
}
.page__body {
	margin: 0;
	min-width: 320px;
	min-height: 100%;
	font-size: 16px;
	line-height: 1.1;
	color: #e0e4eb;
	background-color: #0c0c0c
}
.page__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	-ms-grid-rows: auto 1fr auto;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh;
	overflow: hidden
}
img, video {
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
a {
	text-decoration: none;
	color: inherit
}
.is-hidden {
	display: none!important
}
.btn-reset {
	border: none;
	padding: 0;
	background: 0 0;
	cursor: pointer
}
.list-reset {
	list-style: none;
	margin: 0;
	padding: 0
}
.input-reset {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background-color: #fff
}
.input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-decoration, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
	display: none
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0)
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1110px
}
.container--lg {
	max-width: 1270px
}
.container--sm {
	max-width: 1090px
}
.centered {
	text-align: center
}
.disable-scroll, .disable-scroll body {
	overflow: hidden
}
.section-offset {
	padding: 150px 0
}
.section-offset-sm {
	padding: 75px 0
}
.simplebar-scrollbar::before {
	background-color: #fff
}
.plyr--video .plyr__controls {
	left: 74px;
	right: 74px;
	bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 22.2275px;
	padding: 25px 40px;
	background: rgba(45, 45, 45, .65);
	-webkit-backdrop-filter: blur(6.94609px);
	backdrop-filter: blur(6.94609px)
}
.plyr--video .plyr__progress__buffer {
	border-radius: 16.67px;
	background-color: rgba(255, 255, 255, .5)
}
.plyr--video .plyr__progress__container {
	margin-left: 45px
}
.plyr--video .plyr__controls .plyr__controls__item:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	color: rgba(45, 45, 45, .65);
	background-color: #fff
}
.plyr--video .plyr__controls .plyr__controls__item:first-child svg {
	width: 14px;
	height: 14px
}
.plyr--video input[type=range] {
	color: #fff
}
.slider-pagination {
	display: none
}
.section-title {
	margin-bottom: 22px;
	font-family: Oswald, sans-serif;
	font-weight: 600;
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: .01em;
	text-transform: uppercase;
	color: #e0e4eb
}
.section-title span {
	text-transform: none
}
.section-subtitle {
	font-size: 20px;
	line-height: 1.4;
	color: #e0e4eb
}
.block-title {
	font-family: Oswald, sans-serif;
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase
}
.color-accent {
	color: #d2232a
}
.color-white {
	color: #fff
}
.text-medium {
	font-weight: 500
}
.uppercase {
	text-transform: uppercase
}
.section-banner {
	position: relative;
	padding: 160px 0 150px
}
.banner .container {
	position: relative
}
.banner__inner {
	position: absolute;
	left: -200px;
	top: -110px;
	border: 1px solid #343535;
	border-radius: 10px;
	padding: 13px 13px 13px 100px;
	background: -webkit-gradient(linear, right top, left top, from(#131010), color-stop(87.41%, rgba(19, 16, 16, 0)));
	background: -o-linear-gradient(right, #131010 0, rgba(19, 16, 16, 0) 87.41%);
	background: linear-gradient(270deg, #131010 0, rgba(19, 16, 16, 0) 87.41%)
}
.banner__title {
	margin-bottom: 2px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #d2232a
}
.burger {
	position: relative;
	display: none;
	border: none;
	padding: 0;
	width: 22px;
	height: 22px;
	color: #fff;
	background-color: transparent;
	cursor: pointer
}
.burger::after, .burger::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: currentcolor;
	-webkit-transition: top .35s ease-in-out, -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out, top .35s ease-in-out, -webkit-transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out, top .35s ease-in-out
}
.burger::before {
	top: 0
}
.burger::after {
	top: calc(100% - 3px)
}
.burger__line {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 3px;
	background-color: currentcolor;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.burger.is-active {
	z-index: 9
}
.burger.is-active::before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out, top .3s ease-in-out
}
.burger.is-active::after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out, top .3s ease-in-out
}
.burger.is-active .burger__line {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
@media (max-width:1024px) {
	.burger {
		display: block
	}
}
.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(20, 17, 17, .99);
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}
.modal__scroll-wrapper {
	width: 100%
}
.modal__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	width: 100%;
	height: 100%;
	max-height: 93vh
}
.modal__inner {
	position: relative;
	overflow: auto;
	margin: auto;
	border-radius: 12px;
	padding: 100px 160px 132px;
	height: 100%;
	max-width: 1270px;
	max-height: 100%;
	background-color: #0c0c0c
}
.modal__close {
	position: absolute;
	right: 62px;
	top: 62px;
	outline: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 40px;
	background: 0;
	cursor: pointer
}
.modal__close svg {
	width: 23px;
	height: 23px
}
.modal__close path {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.modal[aria-hidden=true] {
	display: none
}
.modal[aria-hidden=false] {
	display: block
}
.modal.is-open {
	opacity: 1
}
.modal-complect__inner.is-more .modal-complect__item:nth-child(12)~.modal-complect__item {
	display: block
}
.modal-complect__btn {
	margin-top: 30px
}
.modal-complect__title {
	margin-bottom: 50px
}
.modal-complect__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.modal-complect__item {
	position: relative;
	width: 25%;
	-webkit-box-shadow: 0 0 0 1px #535353;
	box-shadow: 0 0 0 1px #535353;
	text-align: center;
	background-color: #141111
}
.modal-complect__item:nth-child(12)~.modal-complect__item {
	display: none
}
.modal-complect__item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px 0;
	height: 100%
}
.modal-complect__count {
	position: absolute;
	right: 9px;
	top: 14px;
	font-size: 14px;
	color: #535353
}
.modal-complect__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	min-height: 110px;
	height: 110px;
}
.modal-complect__name {
	margin: 0 0;
	padding: 0 28px;
	font-size: 14px;
	line-height: 1.4;
	color: #e0e4eb
}
.modal-chars__title {
	margin-bottom: 48px
}
.modal-chars .modal__inner {
	padding: 100px 50px
}
.modal-table {
	line-height: 1.2
}
.modal-table__title {
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 40px
}
.modal-table__title-mob {
	display: none
}
.modal-table__subtitle {
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.1;
	color: #d2232a
}
.modal-table tr {
	border-top: 1px solid rgba(83, 83, 83, .3)
}
.modal-table tr.modal-table__spoiler {
	border: none;
	border-bottom: 4px solid #0a0a0a
}
.modal-table tr.modal-table__spoiler td {
	vertical-align: middle
}
.modal-table thead tr:first-child {
	border: none
}
.modal-table thead tr:first-child td {
	padding-bottom: 22px
}
.modal-table td, .modal-table th {
	vertical-align: middle;
	padding: 8px;
	height: 56px;
	text-align: center
}
.modal-table td:first-child, .modal-table th:first-child {
	padding-left: 32px;
	width: 39%;
	text-align: left
}
.modal-table td.modal-table__item-top, .modal-table th.modal-table__item-top {
	vertical-align: top
}
.modal-table th:first-child {
	vertical-align: middle
}
.modal-table__spoiler {
	background-color: rgba(255, 255, 255, .05);
	cursor: pointer
}
.modal-table__spoiler+tr {
	border: none
}
.modal-table__spoiler td {
	vertical-align: middle;
	padding: 17px 33px
}
.modal-table__spoiler img {
	position: relative;
	top: 3px;
	margin-left: 10px;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.modal-table__spoiler.is-active img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.modal-table__item-sm {
	font-size: 14px
}
.modal-video .modal__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto;
	padding: 130px 100px;
	min-height: 86vh;
	max-width: 1470px
}
.modal-video .modal__content {
	margin: auto
}
[data-tabs-trigger].is-active {
	background-color: #d2232a
}
[data-tabs-content] {
	display: none
}
[data-tabs-content].is-active {
	display: block
}
.player-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #e0e4eb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.player-icon path {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.player-icon-sm {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #e0e4eb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.player-icon-sm path {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.player-icon-sm svg {
	width: 25px;
	height: 25px
}
@media (any-hover:hover) {
	.modal__close:hover path {
		stroke: #d2232a
	}
	.player-icon:hover {
		background-color: #d2232a
	}
	.player-icon:hover path {
		fill: #fff
	}
	.player-icon-sm:hover {
		background-color: #d2232a
	}
	.player-icon-sm:hover path {
		fill: #fff
	}
}
.btn {
	display: inline-block;
	border: none;
	border-radius: 5px;
	padding: 16px 30px;
	min-width: 237px;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #d2232a;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer
}
.btn:active, .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #c8070f
}
.btn-link {
	border: none;
	padding: 0;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	background: 0 0;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer
}
.btn-outline {
	border: 2px solid #e0e4eb;
	padding: 16px 20px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	background-color: #0c0c0c
}
.btn-outline--accent {
	border-color: #d2232a;
	border-radius: 2px;
	color: #d2232a
}
.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px auto;
}
.socials li:not(:last-child) {
	margin-right: 10px
}
.socials svg {
	width: 22px;
	height: auto
}
.socials path {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.socials a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #424348;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.cards__list {
	counter-reset: cards;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0 50px
}
.cards__item {
	counter-increment: cards;
	position: relative;
	padding: 100px 54px 53px;
	min-height: 292px;
	background: url(../img/card-panel.svg) top no-repeat
}
.cards__item::before {
	content: "0" counter(cards) "/";
	position: absolute;
	left: 13px;
	top: -15px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 36px;
	text-transform: uppercase;
	color: #d2232a
}
.cards__item::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19px 19px 0;
	border-color: transparent #d2232a transparent transparent;
	content: "";
	position: absolute;
	right: 37px;
	top: 33px
}
.cards__item ul {
	list-style-type: disc;
	margin-bottom: 40px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.4;
	color: #e0e4eb
}
.cards__item ul>li:not(:last-child) {
	margin-bottom: 5px
}
.cards__item--big {
	padding: 88px 63px 63px;
	min-height: 590px;
	background-image: url(../img/card-panel-big.svg);
	background-color: #131010
}
.cards__item--big::after {
	right: 34px;
	top: 24px
}
.cards__item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.cards__icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 2px solid #535353
}
.cards__info {
	margin-left: 27px;
	color: #e0e4eb
}
.cards__info p {
	max-width: 207px;
	font-weight: 500;
	line-height: 1.4
}
.cards__name {
	margin-bottom: 22px;
	font-family: Oswald, sans-serif;
	font-size: 32px;
	text-transform: uppercase
}
.cards__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	padding: 15px;
	background-color: #fff
}
.header {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.header__phone-mob {
	display: none
}
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header__bottom-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px
}
.header__btn {
	display: inline-block;
	margin-left: 70px;
	padding: 24px 30px 24px 67px;
	width: 155px;
	color: #343535;
	background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2.41846L3 6.41846V20.4185C3 20.9489 3.21071 21.4576 3.58579 21.8327C3.96086 22.2077 4.46957 22.4185 5 22.4185H19C19.5304 22.4185 20.0391 22.2077 20.4142 21.8327C20.7893 21.4576 21 20.9489 21 20.4185V6.41846L18 2.41846H6Z' stroke='%23343535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 6.41846H21' stroke='%23343535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.4185C16 11.4793 15.5786 12.4967 14.8284 13.2469C14.0783 13.997 13.0609 14.4185 12 14.4185C10.9391 14.4185 9.92172 13.997 9.17157 13.2469C8.42143 12.4967 8 11.4793 8 10.4185' stroke='%23343535' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") left 29px center/24px no-repeat #fff;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.header__btn:hover {
	color: #d2232a;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2.41846L3 6.41846V20.4185C3 20.9489 3.21071 21.4576 3.58579 21.8327C3.96086 22.2077 4.46957 22.4185 5 22.4185H19C19.5304 22.4185 20.0391 22.2077 20.4142 21.8327C20.7893 21.4576 21 20.9489 21 20.4185V6.41846L18 2.41846H6Z' stroke='%23D2232A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 6.41846H21' stroke='%23D2232A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 10.4185C16 11.4793 15.5786 12.4967 14.8284 13.2469C14.0783 13.997 13.0609 14.4185 12 14.4185C10.9391 14.4185 9.92172 13.997 9.17157 13.2469C8.42143 12.4967 8 11.4793 8 10.4185' stroke='%23D2232A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}
.header__top {
	background-color: #d2232a
}
.header__top-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__bottom {
	background-color: rgba(52, 53, 53, .3);
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(2.5px)
}
.header__bottom .nav__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.header__bottom .nav__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px
}
.header__bottom .nav__item:last-child {
	margin-right: 0
}
.header__bottom-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header__col {
	width: 270px
}
.header__phone {
	position: relative;
	margin-right: auto;
	/*margin-left: 70px;*/
	padding: 5px 0 5px 44px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .01em;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.header__phone::before {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../img/phone-icon.svg) center/20px no-repeat #d2232a;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.header.is-active .header__top {
	background-color: #0c0c0c
}
.header.is-active .header__phone-mob {
	opacity: 0
}
.nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.nav__item {
	margin-right: 30px;
	color: #fff
}
.nav__item>a {
	display: inline-block;
	padding: 24px 5px;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.nav__item:last-child {
	margin-right: 0
}
.nav__item--hover-bg>a {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.nav__item--hover-accent>a {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.nav__item--submenu {
	position: relative;
	margin-right: 0;
	min-width: 138px
}
.nav__item--submenu>a>span {
	position: relative;
	padding-right: 20px;
	padding-left: 16px
}
.nav__item--submenu>a>span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 6px;
	width: 11px;
	height: 7px;
	background: url(../img/arrow-down-icon.svg) center no-repeat
}
.nav__item--submenu>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 3;
	display: none;
	border-radius: 2px;
	padding: 8px;
	width: 100%;
	color: #181818;
	background-color: #fff
}
.nav__item--submenu>ul>li>a {
	position: relative;
	display: inline-block;
	padding: 8px 0 8px 20px;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.nav__item--submenu>ul>li>a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 11px;
	border-radius: 1px;
	width: 6px;
	height: 6px;
	background-color: #181818;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
@media (any-hover:hover) {
	.btn:hover:hover {
		-webkit-box-shadow: 0 1px 25px rgba(210, 35, 42, .8);
		box-shadow: 0 1px 25px rgba(210, 35, 42, .8)
	}
	.btn-link:hover:hover {
		color: #d2232a
	}
	.socials a:hover {
		background-color: #e0e4eb
	}
	.socials a:hover path {
		stroke: #424348
	}
	.header__phone a:hover {
		color: rgba(210, 35, 42, .8)
	}
	.nav__item>a:hover {
		color: rgba(255, 255, 255, .8)
	}
	.nav__item--hover-bg>a:hover {
		color: #d2232a;
		background-color: #fff
	}
	.nav__item--hover-accent>a:hover, .nav__item--submenu>ul>li>a:hover {
		color: #d2232a
	}
	.nav__item--submenu>ul>li>a:hover::before {
		background-color: #d2232a
	}
	.nav__item--submenu:hover {
		background-color: rgba(0, 0, 0, .14)
	}
	.nav__item--submenu:hover>ul {
		display: block
	}
	.chars__btn:hover svg circle {
		fill: #d2232a;
		stroke: transparent
	}
}
.hero {
	overflow: hidden;
	padding: 50px 0 70px
}
.hero__inner {
	position: relative
}
.hero__inner::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 722px;
	height: 722px;
	-webkit-filter: blur(80px);
	filter: blur(80px);
	left: -19px;
	bottom: -528px;
	z-index: -1;
	background-color: #d2232a
}
.hero__title {
	margin-bottom: 26px;
	color: #fff
}
.hero__title span {
	font-size: 60px
}
.hero__subtitle {
	font-size: 30px;
	line-height: 1.4;
	color: #fff
}
.hero__img-mob {
	display: none
}
.hero__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.hero-benefits {
	position: relative;
	top: -75px;
	z-index: 2;
	padding-bottom: 80px
}
.hero-benefits__list {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-grid-columns: (auto)[4];
	grid-template-columns: repeat(4, auto);
	border: 1px solid #343535;
	border-radius: 8px;
	padding: 37px 20px;
	background: rgba(19, 16, 16, .5);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	gap: 30px 60px
}
.hero-benefits__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 187px
}
.hero-benefits__icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #d2232a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.hero-benefits__text {
	margin-left: 14px;
	line-height: 1.4;
	color: #e0e4eb
}
.video {
	padding-right: 15px;
	padding-left: 15px
}
.video__container {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 40px;
	padding: 15px;
	min-height: 560px
}
.video__container::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 40px;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 12, 12, 0)
}
.video__container--accent::before {
	background-color: rgba(210, 35, 42, .6)
}
.video__container--border {
	border: 8px solid #000
}
.video__inner {
	z-index: 2;
	text-align: center
}
.video__play {
	margin: 26px auto 0
}
.video__title {
	margin: 0 auto 18px;
	max-width: 860px;
	color: #fff
}
.video__subtitle {
	margin: 0 auto;
	max-width: 420px;
	color: #fff
}
.compare__subtitle {
	margin: 0 auto 55px
}
.compare__desc-item {
	margin-bottom: 8px
}
.compare__desc-item:last-child {
	margin-bottom: 0
}
.compare__table {
	font-size: 16px;
	line-height: 1.4;
	color: #e0e4eb
}
.compare__table table {
	border-style: hidden;
	border-radius: 10px;
	width: 100%;
	-webkit-box-shadow: 0 0 0 1px rgba(83, 83, 83, .4);
	box-shadow: 0 0 0 1px rgba(83, 83, 83, .4)
}
.compare__table tr:first-child td:last-child {
	border-top-right-radius: 10px
}
.compare__table tr:last-child td:first-child {
	border-bottom-left-radius: 10px
}
.compare__table tr:last-child td:last-child {
	border-bottom-right-radius: 10px
}
.compare__table td {
	vertical-align: middle;
	border: 1px solid rgba(83, 83, 83, .3);
	padding: 15px 38px;
	width: 33%;
	text-align: center
}
.compare__table td:first-child {
	text-align: left
}
.compare__table td:last-child {
	color: #0c0c0c;
	background-color: #fff
}
.compare .compare__time {
	vertical-align: middle
}
.compare__time-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.compare__time-mob {
	display: none
}
.compare__time-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: #fff
}
.compare__time-item:first-child {
	margin-right: 18px;
	padding-left: 22px
}
.compare__time-item:last-child {
	margin-left: 30px
}
.compare .compare__table-bottom .compare__table-title {
	text-transform: uppercase
}
.compare .compare__table-bottom td {
	border: none;
	border-top: 2px solid #d2232a;
	background-color: #d2232a
}
.compare .compare__table-empty {
	border: none
}
.compare .compare__table-sm {
	font-size: 14px
}
.compare .compare__table-title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	line-height: 1.1
}
.compare .compare__table-title.color-accent {
	color: #d2232a
}
.compare .compare__table-title.color-white {
	color: #fff
}
.recharge {
	background: url(../img/examples-bg.jpg) center/cover no-repeat
}
.recharge__subtitle {
	margin-bottom: 50px
}
.recharge__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px
}
.recharge__item {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 65px 40px 30px;
	width: 446px;
	height: 283px
}
.recharge__item::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 28px 28px 0;
	border-color: transparent #d2232a transparent transparent;
	content: "";
	position: absolute;
	right: 36px;
	top: 24px
}
.recharge__item--black {
	background: url(../img/recharge-1.svg) center no-repeat
}
.recharge__item--white {
	background: url(../img/recharge-2.svg) center no-repeat
}
.recharge__item--white .recharge__caption span, .recharge__item--white .recharge__name, .recharge__item--white .recharge__text, .recharge__item--white .recharge__value {
	color: #343535
}
.recharge__label {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 1;
	color: #d2232a
}
.recharge__name {
	margin-bottom: 7px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	color: #e0e4eb
}
.recharge__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px
}
.recharge__hours {
	margin: 0 9px 0 17px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 75px;
	color: #d2232a
}
.recharge__text {
	font-size: 20px;
	color: #e0e4eb
}
.recharge__footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 11px
}
.recharge__caption {
	font-size: 14px;
	line-height: 1.4;
	color: #8b8b8b
}
.recharge__caption span {
	font-weight: 500;
	color: #e0e4eb
}
.recharge__bar {
	height: 9px;
	background-color: rgba(210, 35, 42, .3)
}
.recharge__bar-fill {
	margin-left: auto;
	width: 0;
	height: 100%;
	background-color: #d2232a
}
.recharge__arrow {
	margin: 0 25px
}
.recharge__value {
	font-weight: 500;
	font-size: 18px
}
.recharge__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.recharge__bottom-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #e0e4eb
}
.recharge__bottom-title {
	margin-bottom: 17px;
	margin-left: 17px;
	font-family: Oswald, sans-serif;
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #e0e4eb
}
.recharge__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: disc;
	padding-left: 33px
}
.recharge__list li:not(:first-child) {
	margin-left: 45px
}
.support {
	position: relative
}
.support::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 800px;
	height: 800px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(90px);
	filter: blur(90px);
	left: -324px;
	bottom: -270px;
	z-index: -1
}
.support__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.45fr 1fr;
	grid-template-columns: 1.45fr 1fr;
	margin-bottom: 90px;
	gap: 0 67px
}
.support__subtitle {
	max-width: 380px
}
.support__subtitle-break {
	display: block
}
.support__list {
	counter-reset: list
}
.support__list:not(:last-child) {
	margin-bottom: 42px
}
.support__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	counter-increment: list
}
.support__list li:not(:last-child) {
	margin-bottom: 14px
}
.support__list li::before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #d2232a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: "0" counter(list);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 12px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 19px
}
.support__list--grey li {
	color: #8b8b8b
}
.support__list--grey li::before {
	color: #e0e4eb;
	background-color: #535353
}
.support__list-title {
	margin-bottom: 25px;
	font-family: Oswald, sans-serif;
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase
}
.support__videos {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0 24px
}
.support__preview {
	position: relative;
	cursor: pointer
}
.support__preview::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 12, 12, .8)
}
.support__preview img {
	border-radius: 10px
}
.support__preview picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.support__preview-info {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}
.support__preview-info .btn-link {
	text-align: left
}
.support__play {
	margin-right: 14px
}
.settings {
	position: relative;
	overflow: hidden;
	background: url(../img/settings-bg.png) center/cover no-repeat
}
.settings::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 666px;
	height: 666px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(90px);
	filter: blur(90px);
	left: 0;
	bottom: -400px
}
.settings__title {
	position: relative;
	z-index: 2;
	margin: 0 auto 22px;
	max-width: 930px
}
.settings__subtitle {
	position: relative;
	z-index: 2;
	margin: 0 auto 24px;
	max-width: 574px
}
.settings__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 34px
}
.settings__img::after, .settings__img::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -76px;
	width: 207px;
	height: 287px;
	background: url(../img/settings-line.svg) center no-repeat
}
.settings__img::after {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}
.settings__img-inner {
	position: relative
}
.settings__img-inner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	background: rgba(210, 35, 42, .4);
	-webkit-filter: blur(90px);
	filter: blur(90px)
}
.settings__footer, .settings__img picture {
	position: relative;
	z-index: 2
}
.settings__footer-title {
	margin-bottom: 40px;
	font-family: Oswald, sans-serif;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase
}
.settings__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 913px
}
.settings__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	-webkit-box-shadow: 0 0 0 .5px #535353;
	box-shadow: 0 0 0 .5px #535353;
	background: #131010
}
.settings__item::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: transparent #d2232a transparent transparent;
	content: "";
	position: absolute;
	right: 18px;
	top: 18px
}
.settings__item:first-child {
	border-radius: 10px 0 0 10px
}
.settings__item:last-child {
	border-radius: 0 10px 10px 0
}
.settings__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #535353
}
.settings__item-text {
	margin-left: 16px;
	line-height: 1.4
}
.remote {
	position: relative
}
.remote::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 581px;
	height: 581px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(130px);
	filter: blur(130px);
	right: -20px;
	top: 158px;
	z-index: -1
}
.remote__subtitle {
	margin-bottom: 67px
}
.remote__content {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 1fr 1.26fr;
	grid-template-columns: 1fr 1.26fr;
	gap: 20px 66px
}
.remote__video {
	position: relative;
	cursor: pointer
}
.remote__preview {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px
}
.remote__preview::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 12, 12, .8)
}
.remote__preview img {
	border-radius: 11px
}
.remote__video-items {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.remote__play {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 17px
}
.remote__list {
	counter-reset: remote
}
.remote__item {
	counter-increment: remote;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border: 1px solid #424348;
	border-radius: 10px;
	padding: 28px 25px 28px 20px;
	line-height: 1.3;
	color: #e0e4eb;
	background-color: #0c0c0c
}
.remote__item:not(:last-child) {
	margin-bottom: 14px
}
.remote__item::before {
	content: "0" counter(remote) "/ ";
	margin-top: -3px;
	margin-right: 6px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	line-height: 1;
	color: #d2232a
}
.complect {
	background: url(../img/complect-bg.png) center/cover no-repeat;
	background-image: -webkit-image-set(url("../img/complect-bg@1x.webp") 1x);
	background-image: image-set(url("../img/complect-bg@1x.webp") 1x)
}
.complect__subtitle {
	margin: 0 auto 50px;
	max-width: 534px
}
.complect__list {
	counter-reset: complect;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px
}
.complect__item {
	counter-increment: complect;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 35px 24px;
	width: 33.3333333333%;
	-webkit-box-shadow: 0 0 0 1px #535353;
	box-shadow: 0 0 0 1px #535353;
	color: #e0e4eb
}
.complect__item::before {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #d2232a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: "0" counter(complect);
	position: absolute;
	right: 24px;
	top: 24px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500
}
.complect__item p {
	font-size: 14px;
	line-height: 1.4
}
.complect__item p:not(:last-child) {
	margin-bottom: 15px
}
.complect__item p span {
	font-weight: 500;
	color: #d2232a
}
.complect__item:first-child {
	border-radius: 10px 0 0;
	width: 48%
}
.complect__item:last-child {
	border-radius: 0 0 10px
}
.complect__item:nth-child(3) {
	border-radius: 0 0 0 10px
}
.complect__item:nth-child(2) {
	padding-right: 72px
}
.complect__name {
	margin-bottom: 13px;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	text-transform: uppercase
}
@supports (-webkit-appearance:none) {
	.complect {
		background-image: url(../img/complect-bg.webp)
	}
}
.maxiscope {
	position: relative
}
.maxiscope::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 400px;
	height: 400px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(90px);
	filter: blur(90px);
	left: -81px;
	top: 91px;
	z-index: -1
}
.maxiscope__title {
	margin: 0 auto 22px
}
.maxiscope__subtitle {
	margin: 0 auto 50px
}
.maxiscope__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 235px auto 235px;
	grid-template-columns: 235px auto 235px;
	border: 1px solid #535353;
	border-radius: 10px;
	background-color: rgba(12, 12, 12, .5)
}
.maxiscope__col {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr
}
.maxiscope__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.maxiscope__item p {
	color: #e0e4eb
}
.maxiscope__item:first-child {
	border-bottom: 1px solid #535353
}
.maxiscope__value {
	margin-bottom: 10px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	color: #d2232a
}
.maxiscope__img {
	margin-top: -1px;
	margin-bottom: -1px
}
.maxiscope__img img {
	height: calc(100% + 2px)
}
.maxiscope__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.report {
	position: relative
}
.report::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 574px;
	height: 574px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(90px);
	filter: blur(90px);
	left: -150px;
	top: 0
}
.report__subtitle {
	margin-bottom: 60px
}
.report__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.23fr 1fr;
	grid-template-columns: 1.23fr 1fr;
	gap: 0 80px
}
.report__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.report__img img {
	border-radius: 6px
}
.report__content-title {
	margin-bottom: 20px
}
.report__list {
	margin-bottom: 50px
}
.report__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.report__item:not(:last-child) {
	margin-bottom: 8px
}
.report__item p {
	font-size: 14px;
	line-height: 1.4
}
.report__icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 13px;
	border: 1px solid #535353
}
.report__codes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 24px
}
.report__qr-link {
	display: none
}
.report__qr {
	width: 200px
}
.report__qr p {
	font-size: 14px;
	line-height: 1.4;
	text-align: center
}
.report__qr:last-child {
	margin-left: 22px
}
.report__text-break {
	display: block
}
.report__qr-img {
	display: inline-block;
	margin-bottom: 15px;
	border: 1px solid #424348;
	border-radius: 4px;
	padding: 18px
}
.report__qr-img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.comfort {
	position: relative;
	background-color: #141111
}
.comfort::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 368px;
	height: 368px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(50px);
	filter: blur(50px);
	right: -120px;
	top: 197px;
	z-index: -1
}
.comfort__subtitle {
	margin-bottom: 50px
}
.comfort__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 0 28px
}
.comfort__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.comfort__item::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #d2232a transparent transparent;
	content: "";
	position: absolute;
	right: 10px;
	top: 10px
}
.comfort__name {
	border: 1px solid #535353;
	border-bottom: none;
	padding: 18px;
	line-height: 1.4;
	text-align: center;
	color: #e0e4eb
}
.comfort__img {
	margin-top: auto
}
.comfort__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.comfort__img img {
	width: 100%
}
.tests {
	background: #141111
}
.tests__subtitle {
	margin-bottom: 50px
}
.tests__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 33px
}
.tests__play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}
.tests__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #e0e4eb
}
.tests__item p {
	margin-bottom: 33px;
	font-size: 14px;
	line-height: 1.4
}
.tests__name {
	margin-bottom: 16px;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase
}
.tests__preview {
	position: relative;
	margin-bottom: auto;
	cursor: pointer
}
.tests__preview::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 13px;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 12, 12, .55)
}
.tests__preview img {
	border-radius: 13px
}
.documentation {
	padding-top: 260px
}
.documentation__subtitle {
	margin-bottom: 62px
}
.chars {
	position: relative;
	overflow: hidden;
	background-color: #141111
}
.chars::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 581px;
	height: 581px;
	background-color: rgba(139, 103, 103, .25);
	-webkit-filter: blur(250px);
	filter: blur(250px);
	right: -157px;
	top: -291px
}
.chars__title {
	margin: 0 auto 22px
}
.chars__subtitle {
	margin-bottom: 50px
}
.chars__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(250px, 1fr))[3];
	grid-template-columns: repeat(3, minmax(250px, 1fr));
	margin-bottom: 50px;
	gap: 0 28px
}
.chars__item {
	border: 1px solid #535353;
	border-radius: 10px;
	padding: 28px 27px
}
.chars__img {
	margin-bottom: 16px
}
.chars__name {
	margin-bottom: 16px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	color: #d2232a
}
.chars__buttons {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px
}
.chars__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.4;
	color: #fff
}
.chars__btn svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 8px;
	fill: transparent
}
.chars__btn svg circle {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.study {
	background: url(../img/complect-bg.png) center/cover no-repeat
}
.study__subtitle {
	margin-bottom: 50px
}
.study__content {
	position: relative;
	margin: 0 auto;
	max-width: 1077px
}
.study__items {
	position: absolute;
	left: 0;
	bottom: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	background-color: rgba(8, 8, 8, .9)
}
.study__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.study__item {
	position: relative;
	border: 1px solid #424348;
	padding: 24px
}
.study__item::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 24px 0;
	border-color: transparent #d2232a transparent transparent;
	content: "";
	position: absolute;
	right: 20px;
	top: 20px
}
.study__item p {
	max-width: 240px;
	font-size: 14px;
	line-height: 1.4
}
.study__item:nth-child(2) {
	border-right: none;
	border-left: none
}
.study__item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.study__num {
	margin-top: -8px;
	margin-right: 12px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 75px;
	line-height: 1;
	color: #d2232a
}
.study__name {
	margin-bottom: 12px;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase
}
.study__name-break {
	display: block
}
.garanty {
	position: relative;
	overflow: hidden;
	background-color: #141111
}
.garanty::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 368px;
	height: 368px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(90px);
	filter: blur(90px);
	left: -138px;
	bottom: -74px
}
.garanty__inner {
	margin: 0 auto
}
.garanty__subtitle {
	margin: 0 auto 50px;
	max-width: 500px
}
.garanty__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 0 28px
}
.garanty__item {
	border: 1px solid #535353;
	border-radius: 10px;
	padding: 27px;
	text-align: center;
	color: #e0e4eb
}
.garanty__item p {
	font-size: 14px;
	line-height: 1.4
}
.garanty__img {
	margin-bottom: 20px
}
.garanty__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.garanty__img img {
	border-radius: 10px;
	max-height: 164px
}
.garanty__name {
	margin-bottom: 13px;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase
}
.trust {
	position: relative;
	padding-bottom: 0
}
.trust::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 581px;
	height: 581px;
	background-color: rgba(139, 103, 103, .4);
	-webkit-filter: blur(200px);
	filter: blur(200px);
	left: -191px;
	bottom: 126px;
	z-index: -1
}
.trust__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.19fr;
	grid-template-columns: 1fr 1.19fr;
	gap: 0 38px
}
.trust__items {
	counter-reset: trust;
	padding-top: 15px
}
.trust__item {
	counter-increment: trust;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #535353;
	border-radius: 10px
}
.trust__item:not(:last-child) {
	margin-bottom: 22px
}
.trust__item p {
	margin-top: 10px;
	max-width: 220px;
	font-size: 14px;
	line-height: 1.4
}
.trust__title-break {
	display: block
}
.trust__item-info {
	padding: 33px
}
.trust__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #535353;
	width: 190px
}
.trust__name {
	font-family: Oswald, sans-serif;
	font-size: 26px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #e0e4eb
}
.trust__name::before {
	content: "0" counter(trust) "/ ";
	display: block;
	margin-right: 4px;
	color: #d2232a
}
.trust__name span {
	text-transform: none
}
.partners {
	padding-top: 0
}
.partners__subtitle {
	margin-bottom: 80px
}
.partners__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 292px auto;
	grid-template-columns: 292px auto;
	gap: 0 24px
}
.partners__tabs-item.is-more .partners__item:nth-child(6)~.partners__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.partners__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 30px;
	gap: 24px
}
.partners__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #535353;
	border-radius: 10px;
	padding: 34px 10px 30px 50px
}
.partners__item:nth-child(6)~.partners__item {
	display: none
}
.partners__name {
	margin-bottom: 33px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #e0e4eb
}
.partners__contacts {
	margin-bottom: 27px
}
.partners__contacts-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #535353;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px
}
.partners__contacts li {
	line-height: 1.4;
	color: #e0e4eb
}
.partners__contacts li:not(:last-child) {
	margin-bottom: 8px
}
.partners__contacts a, .partners__contacts li>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.partners__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	font-size: 14px;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.partners__btn::after {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 8px;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.25' fill='%23D2232A' stroke='%23D2232A' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20007 11.9994C7.20007 11.668 7.4687 11.3994 7.80007 11.3994H16.2001C16.5314 11.3994 16.8001 11.668 16.8001 11.9994C16.8001 12.3308 16.5314 12.5994 16.2001 12.5994H7.80007C7.4687 12.5994 7.20007 12.3308 7.20007 11.9994Z' fill='%23E0E4EB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5758 7.37593C11.8101 7.14162 12.19 7.14162 12.4243 7.37593L16.6243 11.5759C16.8586 11.8102 16.8586 12.1901 16.6243 12.4245L12.4243 16.6245C12.19 16.8588 11.8101 16.8588 11.5758 16.6245C11.3414 16.3901 11.3414 16.0102 11.5758 15.7759L15.3515 12.0002L11.5758 8.22446C11.3414 7.99014 11.3414 7.61025 11.5758 7.37593Z' fill='%23E0E4EB'/%3E%3C/svg%3E%0A") center no-repeat;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.partners .btn-link {
	font-family: AlumniSans, sans-serif;
	font-weight: 500
}
.search {
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 10px;
	padding: 24px 18px;
	min-height: 220px;
	background: rgba(139, 103, 103, .1)
}
.search__group {
	position: relative
}
.search__group:not(:last-child) {
	margin-bottom: 20px
}
.search__group.is-active .search__list {
	display: block
}
.search__group.is-active .search__input {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.search__group.is-active .search__btn {
	display: block
}
.search__item {
	position: relative
}
.search__btn {
	position: absolute;
	right: 14px;
	top: 50%;
	display: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.search__caption {
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, .5)
}
.search__input {
	display: block;
	outline: 0;
	border: 1px solid rgba(91, 92, 92, .5);
	border-radius: 4px;
	padding: 12px 40px 12px 20px;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	background-color: #0c0c0c
}
.search__list {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 3;
	display: none;
	overflow: auto;
	border-bottom: 1px solid rgba(91, 92, 92, .5);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
	height: 162px;
	background-color: #080808
}
.search__list::-webkit-scrollbar {
	width: 8px
}
.search__list::-webkit-scrollbar-track {
	background: #313131
}
.search__list::-webkit-scrollbar-thumb {
	background: #535353
}
.search__list li {
	border-right: 1px solid rgba(91, 92, 92, .5);
	border-left: 1px solid rgba(91, 92, 92, .5);
	padding: 15px 23px;
	font-size: 14px;
	line-height: 1.4;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer
}
.search__list li:hover {
	background-color: #d2232a
}
.module {
	position: relative;
	overflow: hidden;
	background-color: #141111
}
.module::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 457px;
	height: 457px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(85px);
	filter: blur(85px);
	right: -46px;
	bottom: -44px;
	z-index: -1
}
.module::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 457px;
	height: 457px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(85px);
	filter: blur(85px);
	right: -170px;
	bottom: -280px
}
.module__inner {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0 113px
}
.module__inner::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 457px;
	height: 457px;
	-webkit-filter: blur(85px);
	filter: blur(85px);
	left: -174px;
	top: 0;
	background-color: rgba(210, 35, 42, .1)
}
.module__inner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 574px;
	height: 574px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(80px);
	filter: blur(80px);
	left: -174px;
	top: -131px
}
.module__content {
	position: relative;
	z-index: 2
}
.module__video {
	position: relative;
	z-index: 2;
	border-radius: 10px;
	width: 100%;
	max-width: 487px
}
.module__video::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 12, 12, .2)
}
.module__video img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px
}
.module__video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
	width: 100%
}
.module__play {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 17px
}
.china {
	background: rgba(139, 103, 103, .07)
}
.china__subtitle {
	margin-bottom: 43px
}
.china__title {
	margin-right: auto;
	margin-left: auto;
	max-width: 835px
}
.china__inner {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.1fr 1fr;
	grid-template-columns: 1.1fr 1fr;
	gap: 0 47px
}
.china__inner::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 666px;
	height: 666px;
	-webkit-filter: blur(85px);
	filter: blur(85px);
	left: -349px;
	top: 0;
	background: rgba(139, 103, 103, .1)
}
.china__inner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 666px;
	height: 666px;
	-webkit-filter: blur(85px);
	filter: blur(85px);
	right: -349px;
	top: -100px;
	background: rgba(139, 103, 103, .1)
}
.china__content {
	position: relative;
	z-index: 2
}
.china__content-title {
	margin-bottom: 13px;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	line-height: 1.3;
	text-transform: uppercase
}
.china__content-title-break {
	display: block
}
.china__list {
	counter-reset: china;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin: 30px 0 22px;
	border-radius: 10px
}
.china__list li {
	counter-increment: china;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	-webkit-box-shadow: 0 0 0 1px #343535;
	box-shadow: 0 0 0 1px #343535;
	background: #131010
}
.china__list li::before {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: #d2232a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: "0" counter(china);
	margin-bottom: 12px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #e0e4eb
}
.china__list li::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #d2232a transparent transparent;
	content: "";
	position: absolute;
	right: 10px;
	top: 10px
}
.china__list li:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}
.china__list li:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}
.china__tables {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}
.china__box {
	padding: 30px 35px;
	-webkit-box-shadow: 0 0 0 1px #343535;
	box-shadow: 0 0 0 1px #343535;
	background: #131010
}
.china__box p {
	margin-top: 30px;
	font-weight: 500
}
.china__box ul {
	padding-left: 20px
}
.china__box li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.4
}
.china__box li:not(:last-child) {
	margin-bottom: 4px
}
.china__box:first-child {
	border-top-left-radius: 10px
}
.china__box:last-child {
	border-top-right-radius: 10px
}
.china__btn {
	margin: -1px -1px 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: calc(100% + 2px)
}
.china__img-mob {
	display: none
}
.china__img img, .china__img-mob img {
	border-radius: 10px
}
.functions__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.functions__content {
	margin-right: 50px;
	max-width: 450px
}
.functions__value {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	font-family: Oswald, sans-serif;
	font-weight: 600;
	font-size: 55px;
	line-height: 1.25;
	text-transform: uppercase;
	color: #d2232a
}
.functions__value::after {
	content: "";
	position: absolute;
	right: -35px;
	top: 29px;
	width: 32px;
	height: 37px;
	background: url(../img/functions-line.svg) center no-repeat
}
.functions__bar {
	margin-bottom: 12px;
	width: 250px;
	height: 9px;
	text-align: right;
	background: rgba(210, 35, 42, .1)
}
.functions__bar-fill {
	margin-left: auto;
	width: 133px;
	height: 100%;
	background-color: #d2232a
}
.functions__subtitle {
	max-width: 410px
}
.functions__slider {
	padding-bottom: 28px;
	width: 100%
}
.functions__slider .swiper-pagination {
	position: static
}
.functions__slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #e0e4eb;
	opacity: 1;
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.functions__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d2232a
}
.functions__item picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.functions__item img {
	border-radius: 12px
}
.diagnostic>.container {
	max-width: 1200px
}
.diagnostic__img {
	position: relative;
	right: 28px;
	top: 24px;
	z-index: 2
}
.diagnostic__content {
	position: relative
}
.diagnostic__content::before {
	content: "";
	position: absolute;
	left: -90px;
	top: 110px;
	z-index: 3;
	width: 51px;
	height: 357px;
	background: url(../img/diagnostic-line.svg) center no-repeat
}
.diagnostic__subtitle {
	margin: 22px 0 50px;
	max-width: 560px
}
.diagnostic__item {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.diagnostic__item:not(:last-child) {
	margin-bottom: 14px
}
.diagnostic__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #535353
}
.diagnostic__text {
	margin-left: 16px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2
}
.diagnostic__inner {
	position: relative
}
.diagnostic__inner::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 666px;
	height: 666px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(85px);
	filter: blur(85px);
	left: -131px;
	top: 0
}
.diagnostic__inner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 549px;
	height: 549px;
	-webkit-filter: blur(90px);
	filter: blur(90px);
	right: -400px;
	top: -166px;
	background: rgba(210, 35, 42, .1)
}
.diagnostic__box {
	position: relative;
	margin-top: -318px;
	border: 1px solid #343535;
	border-radius: 10px;
	padding: 38px;
	background: #131010
}
.diagnostic__box::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 9px;
	width: 100%;
	height: 123px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, .8)), to(rgba(12, 12, 12, 0)));
	background: -o-linear-gradient(top, rgba(12, 12, 12, .8) 0, rgba(12, 12, 12, 0) 100%);
	background: linear-gradient(180deg, rgba(12, 12, 12, .8) 0, rgba(12, 12, 12, 0) 100%);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.diagnostic__box, .diagnostic__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.2fr;
	grid-template-columns: 1fr 1.2fr;
	gap: 0 10px
}
.interface {
	background: #141111
}
.interface__inner {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.34fr 1fr;
	grid-template-columns: 1.34fr 1fr;
	gap: 0 45px
}
.interface__inner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 484px;
	height: 484px;
	background-color: rgba(139, 103, 103, .1);
	-webkit-filter: blur(90px);
	filter: blur(90px);
	right: -208px;
	top: 0
}
.interface__subtitle {
	margin-bottom: 50px
}
.interface__list {
	counter-reset: china;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	border-radius: 10px
}
.interface__list li {
	counter-increment: china;
	position: relative;
	padding: 38px 23px;
	-webkit-box-shadow: 0 0 0 1px #343535;
	box-shadow: 0 0 0 1px #343535;
	line-height: 1.4;
	background: #131010
}
.interface__list li::before {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #d2232a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: "0" counter(china);
	margin-bottom: 16px;
	font-family: AlumniSans, sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #e0e4eb
}
.interface__list li:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}
.interface__list li:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}
.interface__img picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.interface__img img {
	border-radius: 8px
}
.footer {
	padding-top: 60px;
	background-color: #000
}
.footer__inner {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-grid-columns: 200px 1fr 113px 75px 213px;
	grid-template-columns: 200px 1fr 113px 75px 213px;
	margin-bottom: 20px;
	gap: 26px 97px
}
.footer__logo {
	margin-bottom: 36px
}
.footer__col:first-child {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2
}
.footer__col:last-child {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 1;
	grid-area: 2/5/3/6
}
.footer__col:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-area: 1/3/2/4
}
.footer__col:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-area: 1/4/2/5
}
.footer__col:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 1;
	grid-area: 1/5/2/6
}
.footer__address {
	font-size: 14px;
	line-height: 1.4;
	color: #535353
}
.footer__list {
	line-height: 1.4;
	color: #f4f4f4
}
.footer__list li:not(:last-child) {
	margin-bottom: 16px
}
.footer__list li a {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.footer__socials {
	justify-self: flex-end;
	-ms-grid-column-span: 5;
	grid-column: span 5
}
.footer__bottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr auto auto;
	grid-template-columns: 1fr auto auto;
	border-top: 1px solid #8b8b8b;
	padding: 25px 0 20px;
	font-size: 12px;
	line-height: 1.4;
	color: #535353;
	gap: 0 33px
}
.footer__bottom a {
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
@media (any-hover:hover) {
	.partners__btn:hover {
		color: #d2232a
	}
	.partners__btn:hover::after {
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.25' fill='%23FFFFFF' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20007 11.9994C7.20007 11.668 7.4687 11.3994 7.80007 11.3994H16.2001C16.5314 11.3994 16.8001 11.668 16.8001 11.9994C16.8001 12.3308 16.5314 12.5994 16.2001 12.5994H7.80007C7.4687 12.5994 7.20007 12.3308 7.20007 11.9994Z' fill='%23D2232A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5758 7.37593C11.8101 7.14162 12.19 7.14162 12.4243 7.37593L16.6243 11.5759C16.8586 11.8102 16.8586 12.1901 16.6243 12.4245L12.4243 16.6245C12.19 16.8588 11.8101 16.8588 11.5758 16.6245C11.3414 16.3901 11.3414 16.0102 11.5758 15.7759L15.3515 12.0002L11.5758 8.22446C11.3414 7.99014 11.3414 7.61025 11.5758 7.37593Z' fill='%23D2232A'/%3E%3C/svg%3E%0A")
	}
	.footer__list li a:hover {
		color: #d2232a
	}
	.footer__bottom a:hover {
		color: #e0e4eb
	}
}
@media (min-width:1025px) {
	.menu {
		display: none
	}
}
@media (max-width:1440px) {
	.banner__inner {
		left: -100px
	}
}
@media (max-width:1280px) {
	.section-banner {
		padding-top: 80px
	}
	.banner {
		position: relative;
		z-index: 3;
		margin-bottom: 20px;
		text-align: center
	}
	.banner__inner {
		position: static;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
		padding: 8px 14px
	}
	.banner__title {
		margin-right: 8px
	}
	.header__bottom .header__col {
		display: none
	}
	.header__col {
		width: auto
	}
	.header__logo {
		margin-right: 30px
	}
	.header__logo img {
		width: 160px
	}
	.header__btn {
		margin-left: 30px
	}
	.nav__item {
		margin-right: 20px
	}
	.diagnostic__img {
		right: 126px;
		width: 330px
	}
	.diagnostic__img img {
		min-width: 450px
	}
	.diagnostic__box, .diagnostic__inner {
		-ms-grid-columns: 1fr 1.9fr;
		grid-template-columns: 1fr 1.9fr
	}
	.cards__item {
		padding: 77px 43px 40px;
		min-height: 296px;
		background-position: top 2px center;
		background-size: 95%
	}
	.cards__item--big {
		padding: 129px 43px 40px;
		min-height: auto
	}
	.cards__name {
		margin-bottom: 12px;
		font-size: 24px
	}
	.cards__icon {
		width: 40px;
		height: 40px
	}
	.cards__icon img {
		width: 20px
	}
	.chars__list {
		gap: 18px
	}
	.trust__img {
		padding: 25px 0;
		width: 170px
	}
	.trust__item-info {
		padding: 26px 20px
	}
	.trust__name {
		font-size: 20px
	}
	.partners__content {
		-ms-grid-columns: 200px auto;
		grid-template-columns: 200px auto
	}
	.partners__tabs a {
		padding: 12px 30px
	}
	.partners__item {
		padding: 25px 20px
	}
	.partners__name {
		font-size: 24px
	}
}
@media (max-width:1024px) {
	.section-offset {
		padding: 60px 0
	}
	.section-banner {
		padding-bottom: 2px;
	} 
	.section-title {
		margin-bottom: 14px;
		font-size: 26px;
		line-height: 1.2
	}
	.block-title {
		font-size: 19px
	}
	.section-subtitle {
		font-size: 16px
	}
	.header__bottom {
		overflow: auto;
		background-color: transparent
	}
	.header__phone-mob {
		position: relative;
		display: block;
		margin-right: 17px;
		margin-left: auto;
		padding-left: 28px;
		font-size: 14px;
		letter-spacing: .01em;
		-webkit-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}
	.header__phone-mob::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 22px;
		height: 22px;
		background: url(../img/phone-circle-icon.svg) center no-repeat;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.header__top {
		padding: 11px 0
	}
	.header__top-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.header__top .nav {
		display: none
	}
	.header__logo {
		position: relative;
		z-index: 8
	}
	.header__btn, .header__link, .header__phone {
		display: none
	}
	.menu {
		position: fixed;
		left: 0;
		right: 0;
		top: var(--header-height);
		bottom: 0;
		z-index: 7;
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: auto;
		padding: 24px 15px 77px;
		background-color: #0c0c0c;
		opacity: 0;
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s
	}
	.menu__buttons {
		display: -ms-grid;
		display: grid;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 9px
	}
	.menu .nav {
		margin: 24px 0 42px;
		width: 100%
	}
	.menu .nav__list {
		display: block
	}
	.menu .nav__item {
		margin: 0
	}
	.menu .nav__item>a {
		position: relative;
		font-size: 20px
	}
	.menu .nav__item>a::before {
		content: "";
		position: absolute;
		left: 0;
		top: 20px;
		border-radius: 2px;
		width: 12px;
		height: 12px;
		background-color: #e0e4eb
	}
	.menu .nav__item a {
		display: block;
		padding: 16px 0 16px 31px
	}
	.menu .nav__item--submenu>a, .menu .nav__item--submenu>a::before {
		-webkit-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}
	.menu .nav__item--submenu>a>span {
		padding-right: 35px;
		padding-left: 0
	}
	.menu .nav__item--submenu>a>span::after {
		top: 6px;
		width: 14px;
		height: 10px;
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.93299L7.11597 7.81705L1.23191 1.93299' stroke='%23fff' stroke-width='2.79318'/%3E%3C/svg%3E%0A")
	}
	.menu .nav__item--submenu>ul {
		position: static;
		color: #fff;
		background-color: transparent
	}
	.menu .nav__item--submenu>ul>li>a {
		font-size: 16px
	}
	.menu .nav__item--submenu>ul>li>a::before {
		display: none
	}
	.menu .nav__item--submenu.is-active>a {
		color: #d2232a
	}
	.menu .nav__item--submenu.is-active>a::before {
		background-color: #d2232a
	}
	.menu .nav__item--submenu.is-active>a>span::after {
		background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.93299L7.11597 7.81705L1.23191 1.93299' stroke='%23D2232A' stroke-width='2.79318'/%3E%3C/svg%3E%0A");
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.menu .nav__item--submenu.is-active ul {
		display: block
	}
	.menu__phone {
		margin-bottom: 6px;
		font-size: 20px;
		line-height: 1.4;
		text-align: center;
		color: #f4f4f4
	}
	.menu__email {
		margin-bottom: 18px;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		color: #f4f4f4
	}
	.menu.is-active {
		opacity: 1
	}
	.overlay {
		position: fixed;
		left: 0;
		right: 0;
		top: var(--header-height);
		bottom: 0;
		z-index: 5;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		opacity: 0;
		-webkit-transition: .35s;
		-o-transition: .35s;
		transition: .35s
	}
	.overlay.is-active {
		opacity: 1
	}
	.hero {
		padding-top: 25px;
		padding-bottom: 80px
	}
	.hero::after {
		display: none
	}
	.hero__inner::before {
		left: 0;
		right: 0;
		top: 224px;
		bottom: auto;
		margin: 0 auto;
		width: 222px;
		height: 222px;
		-webkit-filter: blur(34px);
		filter: blur(34px)
	}
	.hero__title {
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
		font-size: 36px;
		line-height: 1.2
	}
	.hero__title span {
		font-size: 36px
	}
	.hero__subtitle {
		margin-right: auto;
		margin-bottom: 22px;
		margin-left: auto;
		max-width: 277px;
		font-size: 16px;
		line-height: 1.3
	}
	.settings__subtitle {
		max-width: 490px
	}
	.hero-benefits {
		top: -84px
	}
	.hero-benefits__list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		margin: 0 auto;
		border: none;
		padding: 0;
		max-width: 700px;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		gap: 0
	}
	.hero-benefits__item {
		display: block;
		padding: 20px;
		min-width: auto;
		-webkit-box-shadow: 0 0 0 1px #343535;
		box-shadow: 0 0 0 1px #343535;
		background: #131010
	}
	.hero-benefits__item:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border-bottom-left-radius: 10px
	}
	.hero-benefits__item:last-child {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		border-bottom-right-radius: 10px
	}
	.hero-benefits__item:nth-child(2) {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		border-top-left-radius: 10px
	}
	.hero-benefits__item:nth-child(3) {
		border-top-right-radius: 10px
	}
	.hero-benefits__icon {
		margin-bottom: 8px;
		width: 30px;
		height: 30px
	}
	.hero-benefits__icon img {
		width: 18px;
		height: 18px
	}
	.hero-benefits__text {
		margin-left: 0;
		font-weight: 500;
		font-size: 14px
	}
	.interface__subtitle {
		margin: 0 auto 30px;
		max-width: 310px;
		text-align: center
	}
	.interface__title {
		margin: 0 auto 16px;
		max-width: 350px;
		text-align: center
	}
	.interface__inner {
		display: block
	}
	.interface__inner::after {
		display: none
	}
	.interface__img {
		margin: 0 auto 18px;
		text-align: center
	}
	.interface__img picture {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.interface__img img {
		max-height: 200px
	}
	.documentation__title {
		margin-right: auto;
		margin-left: auto;
		max-width: 343px
	}
	.settings__items {
		display: block;
		margin: 0 auto;
		max-width: 600px
	}
	.settings__img::after, .settings__img::before {
		bottom: -150px
	}
	.settings__item:first-child {
		border-radius: 10px 10px 0 0
	}
	.settings__item:last-child {
		border-radius: 0 0 10px 10px
	}
	.report::before {
		display: none
	}
	.report::after {
		content: "";
		position: absolute;
		border-radius: 50%;
		width: 231px;
		height: 231px;
		-webkit-filter: blur(90px);
		filter: blur(90px);
		right: -100px;
		bottom: 0;
		background: rgba(139, 103, 103, .2);
		-webkit-filter: blur(38.033px);
		filter: blur(38.033px)
	}
	.report__inner {
		display: block
	}
	.report__img {
		margin: 0 auto 30px;
		max-width: 600px
	}
	.report__content-title {
		text-align: center
	}
	.report__list, .report__subtitle {
		margin-bottom: 30px
	}
	.report__codes {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.report__text-br {
		display: block
	}
	.report__text-break {
		display: inline
	}
	.report__qr {
		position: relative;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 1px solid #343535;
		border-radius: 10px;
		padding: 18px 14px;
		width: 160px;
		text-align: center
	}
	.report__qr p {
		margin-bottom: 16px;
		font-size: 12px
	}
	.report__qr-img {
		display: none
	}
	.report__qr-link {
		width: 38px;
		height: 38px;
		border-radius: 50%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: inline-block;
		margin-top: auto;
		background: url(../img/arrow-right-sm.svg) center no-repeat #d2232a
	}
	.report__qr-link::after {
		position: relative
	}
	.plyr--video .plyr__controls {
		left: 10px;
		right: 10px;
		border-radius: 15px;
		padding: 10px 20px
	}
	.plyr--video .plyr__progress__container {
		margin-left: 10px
	}
	.video {
		padding-right: 15px;
		padding-left: 15px
	}
	.video__container {
		border-radius: 40px;
		min-height: 460px
	}
	.video__container::before {
		border-radius: 10px
	}
	.video__container--border {
		border-radius: 47px
	}
	.video__container--border::before {
		border-radius: 34px
	}
	.modal__close {
		right: 15px;
		top: 15px
	}
	.modal__inner {
		padding: 60px 40px
	}
	.modal-table__title {
		font-size: 28px
	}
	.modal-table__subtitle {
		font-size: 20px
	}
	.modal-chars .modal__inner {
		padding: 60px 30px
	}
	.modal-video .modal__inner {
		padding: 60px 20px 20px
	}
	.compare .compare__table-title {
		font-size: 20px
	}
	.compare__subtitle {
		margin: 0 auto 34px;
		max-width: 290px
	}
	.compare__table {
		font-size: 14px
	}
	.compare__table tr:first-child td {
		vertical-align: middle;
		padding: 6px
	}
	.compare__table tr:first-child td:first-child {
		padding-left: 10px
	}
	.compare__table td {
		vertical-align: top;
		padding: 10px
	}
	.compare__table td:first-child {
		padding-left: 10px
	}
	.compare__table .compare__table tr:last-child td:last-child {
		padding-right: 10px;
		padding-left: 10px
	}
	.recharge__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.recharge__bottom-title {
		font-size: 24px
	}
	.recharge__arrow {
		display: none
	}
	.recharge__list {
		display: block
	}
	.recharge__list li:not(:first-child) {
		margin-top: 8px;
		margin-left: 0
	}
	.recharge__item {
		margin-bottom: 24px
	}
	.recharge__item:last-child {
		margin-bottom: 0
	}
	.module::after, .module::before {
		display: none
	}
	.module__inner {
		display: block;
		text-align: center
	}
	.module__inner::after, .module__inner::before {
		display: none
	}
	.module__video {
		margin: 0 auto
	}
	.module__title {
		margin: 0 auto 16px;
		max-width: 100%
	}
	.module__content {
		margin-bottom: 30px
	}
	.remote__video-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%
	}
	.remote__content {
		gap: 20px
	}
	.remote__item {
		padding: 16px 20px;
		font-size: 16px
	}
	.remote__item::before {
		font-size: 20px
	}
	.cards__item--big {
		display: inline-block;
		margin-bottom: 34px;
		padding: 65px 43px 33px;
		width: 443px;
		min-height: 470px;
		background-size: contain
	}
	.cards__item--big:last-child {
		margin-bottom: 0
	}
	.cards__list--big {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.chars__subtitle {
		margin: 0 auto 30px;
		max-width: 255px
	}
	.chars__name {
		font-size: 20px;
		line-height: 1.3
	}
	.chars__list {
		display: block
	}
	.chars__item {
		margin: 0 auto 18px;
		max-width: 340px
	}
	.chars__item:last-child {
		margin-bottom: 0
	}
	.support__list-title {
		font-size: 19px
	}
	.trust::before {
		display: none
	}
	.trust__title-break {
		display: inline
	}
	.trust__title {
		margin: 0 auto 16px;
		max-width: 312px
	}
	.trust__img {
		height: auto
	}
	.trust__img img {
		max-height: 92px;
		-o-object-fit: contain;
		object-fit: contain
	}
	.trust__item {
		min-height: 92px
	}
	.trust__item:not(:last-child) {
		margin-bottom: 14px
	}
	.trust__item-info {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 26px 18px 26px 45px
	}
	.trust__name {
		position: relative;
		font-size: 16px
	}
	.trust__name::before {
		position: absolute;
		left: -30px;
		top: 0
	}
	.trust__inner {
		display: block
	}
	.trust__info {
		margin-bottom: 24px;
		text-align: center
	}
	.trust__items {
		margin: 0 auto;
		max-width: 600px
	}
	.partners {
		background-color: transparent
	}
	.partners__item {
		display: -webkit-box;
		display: -ms-flexbox;
		/*display: flex;*/
		display: list-item;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.partners__item>* {
		width: 190px
	}
	.partners__subtitle {
		margin-bottom: 24px
	}
	.partners__content {
		display: block
	}
	.partners__search {
		margin-bottom: 40px
	}
	.partners .partners__tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: auto;
		margin-right: -15px;
		margin-bottom: 33px;
		padding-right: 15px;
		padding-bottom: 3px
	}
	.partners .partners__tabs>li {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.partners .partners__tabs>li:not(:last-child) {
		margin-right: 8px
	}
	.partners .partners__tabs>li>a {
		border: 1px solid rgba(224, 228, 235, .5);
		border-radius: 2px
	}
	.partners__subtitle, .partners__title {
		text-align: center
	}
	.footer__inner {
		-ms-grid-columns: (auto)[5];
		grid-template-columns: repeat(5, auto);
		gap: 25px 50px
	}
}
@media (max-width:768px) {
	.banner__title {
		font-size: 16px
	}
	.banner p {
		font-size: 12px
	}
	.btn-link {
		font-size: 16px
	}
	.examples__list {
		margin-bottom: 30px
	}
	.diagnostic__text {
		margin-left: 12px;
		font-size: 18px
	}
	.diagnostic__img {
		position: static;
		width: 260px
	}
	.diagnostic__img-mob {
		position: absolute;
		left: -135px;
		bottom: -14px;
		z-index: 3
	}
	.diagnostic__img-mob::before {
		content: "";
		position: absolute;
		right: 0;
		top: 110px;
		width: 24px;
		height: 130px;
		background: url(../img/diagnostic-line-mob.svg) center no-repeat
	}
	.diagnostic__img img {
		min-width: auto
	}
	.diagnostic__title {
		margin: 0 auto 16px;
		max-width: 336px;
		text-align: center
	}
	.diagnostic__subtitle {
		margin: 0 auto 36px;
		max-width: 311px;
		text-align: center
	}
	.diagnostic__box {
		position: relative;
		margin-top: 0;
		padding-left: 135px
	}
	.diagnostic__box::before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 16px 16px 0;
		border-color: transparent #d2232a transparent transparent;
		content: "";
		position: absolute;
		right: 16px;
		top: 16px
	}
	.diagnostic__box::after, .diagnostic__content::before {
		display: none
	}
	.diagnostic__icon {
		width: 34px;
		height: 34px
	}
	.diagnostic__icon img {
		width: 20px;
		height: 20px
	}
	.diagnostic__box, .diagnostic__inner {
		display: block
	}
	.player-icon {
		width: 54px;
		height: 54px
	}
	.player-icon svg {
		width: 32px;
		height: 32px
	}
	.header__bottom-logo {
		display: none
	}
	.hero__subtitle {
		line-height: 1.4
	}
	.hero__img {
		display: none
	}
	.hero__img-mob {
		display: block;
		text-align: center
	}
	.settings {
		background-image: url(../img/settings-bg-mob.png)
	}
	.settings::after {
		display: none
	}
	.settings__img {
		margin: 0 auto 34px;
		max-width: 380px
	}
	.settings__img::after, .settings__img::before {
		width: 38px;
		height: 224px;
		background-image: url(../img/settings-line-mob.svg)
	}
	.settings__img::before {
		left: -40px
	}
	.settings__img::after {
		right: -40px
	}
	.settings__items {
		max-width: 300px
	}
	.settings__subtitle-break {
		display: block
	}
	.settings__title {
		margin: 0 auto;
		max-width: 343px
	}
	.settings__subtitle {
		margin: 16px auto 24px
	}
	.settings__footer {
		position: relative;
		margin-top: 0;
		padding-top: 10px
	}
	.functions__slider {
		padding-bottom: 0
	}
	.functions .swiper-pagination {
		margin-top: 14px
	}
	.functions .swiper-pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px
	}
	.functions__inner {
		position: relative;
		display: block
	}
	.functions__inner::before {
		content: "";
		position: absolute;
		border-radius: 50%;
		width: 231px;
		height: 231px;
		-webkit-filter: blur(90px);
		filter: blur(90px);
		left: -100px;
		top: 0;
		background: rgba(139, 103, 103, .15);
		-webkit-filter: blur(38.033px);
		filter: blur(38.033px)
	}
	.functions__subtitle {
		max-width: 238px
	}
	.functions__title {
		margin-bottom: 35px;
		max-width: 315px
	}
	.functions__value {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 26px;
		font-size: 26px
	}
	.functions__value::after {
		display: none
	}
	.functions__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.functions__bar {
		position: relative;
		width: 185px;
		height: 5px
	}
	.functions__bar::after {
		content: "";
		position: absolute;
		left: 0;
		top: -20px;
		width: 135px;
		height: 15px;
		background-image: url(../img/functions-line-mob.svg)
	}
	.functions__bar-fill {
		width: 103px
	}
	.functions__content {
		margin-right: 0;
		margin-bottom: 30px;
		max-width: 100%
	}
	.video__container {
		border-radius: 10px;
		min-height: 283px
	}
	.video__container--border {
		border-radius: 28px;
		min-height: 310px
	}
	.video__container--border::before {
		border-radius: 18px
	}
	.china__inner {
		display: block
	}
	.china__list {
		margin-bottom: 30px
	}
	.china__list li {
		padding: 14px
	}
	.china__img {
		display: none
	}
	.china__img-mob {
		display: block
	}
	.china__img-mob picture {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.china__img-mob img {
		border-radius: 4px 4px 0 0
	}
	.cards__list {
		display: block
	}
	.cards__item {
		margin: 0 auto 25px;
		width: 390px;
		height: 235px;
		min-height: auto;
		background-position: center;
		background-size: 100%
	}
	.cards__item::before {
		top: -3px;
		font-size: 22px
	}
	.cards__item::after {
		border-width: 0 10px 10px 0
	}
	.cards__item p {
		font-size: 14px
	}
	.cards__item:last-child {
		margin-bottom: 0
	}
	.cards__item--big {
		display: block;
		padding: 60px 37px 40px;
		width: 437px;
		height: 521px;
		background-position: top;
		background-size: contain
	}
	.cards__item--big::after {
		display: none
	}
	.cards__info {
		margin-left: 18px
	}
	.cards__name {
		font-size: 18px;
		line-height: 1.3
	}
	.remote::before {
		display: none
	}
	.remote__subtitle {
		margin-bottom: 24px
	}
	.remote__content {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
	.remote__item {
		font-size: 15px
	}
	.remote__item:not(:last-child) {
		margin-bottom: 9px
	}
	.remote__preview {
		display: block
	}
	.remote__preview img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-height: 300px
	}
	.remote__list {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.support__preview img {
		min-height: 180px
	}
	.complect__item {
		border-radius: 0;
		width: 50%
	}
	.complect__item p span {
		display: block
	}
	.complect__item:first-child {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		width: 100%
	}
	.complect__item:nth-child(3) {
		border-radius: 0
	}
	.complect__item:nth-child(4) {
		border-bottom-left-radius: 10px
	}
	.complect__item:nth-child(5) {
		border-bottom-right-radius: 10px
	}
	.maxiscope__content {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		border: none
	}
	.maxiscope__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-ms-grid-column-span: 2;
		grid-column: span 2
	}
	.maxiscope__img img {
		border-radius: 10px
	}
	.maxiscope__item {
		border: 1px solid rgba(83, 83, 83, .5);
		padding: 22px
	}
	.maxiscope__item:first-child {
		border-bottom: none
	}
	.maxiscope__col:nth-child(3) .maxiscope__item:first-child {
		border-left: none
	}
	.maxiscope__col:nth-child(3) .maxiscope__item:nth-child(2) {
		border-left: none;
		border-bottom-right-radius: 10px
	}
	.maxiscope__col:nth-child(1) .maxiscope__item:nth-child(2) {
		border-bottom-left-radius: 10px
	}
	.maxiscope img {
		width: 100%
	}
	.comfort__item {
		width: 285px
	}
	.comfort__subtitle {
		margin-bottom: 24px
	}
	.slider-pagination {
		position: static;
		display: block;
		margin-top: 20px
	}
	.slider-pagination .swiper-pagination-bullet {
		margin: 0 4px;
		width: 10px;
		height: 10px;
		background-color: #302a2a;
		opacity: 1
	}
	.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #e0e4eb
	}
	.support {
		padding-bottom: 30px
	}
	.support__title {
		margin: 0 auto;
		max-width: 320px;
		text-align: center
	}
	.support__subtitle {
		margin: 16px auto 30px;
		max-width: 265px;
		text-align: center
	}
	.support__subtitle-break {
		display: inline
	}
	.support__list-title {
		margin-bottom: 16px;
		text-align: center
	}
	.support__list:not(:last-child) {
		margin-bottom: 30px
	}
	.support__list li {
		font-size: 14px
	}
	.support__list li:not(:last-child) {
		margin-bottom: 7px
	}
	.support__list li::before {
		width: 28px;
		height: 28px;
		font-family: Helvetica, sans-serif;
		font-size: 14px
	}
	.support__video {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 527px
	}
	.support__videos {
		display: none
	}
	.support__content {
		display: block;
		margin-bottom: 0
	}
	#modal-complect-1 .modal-complect__btn, .modal-complect__inner.is-more .modal-complect__item:nth-child(10)~.modal-complect__item {
		display: block
	}
	.modal-complect__item {
		width: 50%
	}
	.modal-complect__item:nth-child(10)~.modal-complect__item {
		display: none
	}
	.modal-table {
		font-size: 14px
	}
	.modal-table .modal-table__title-mob {
		text-align: left
	}
	.modal-table__title-mob {
		font-size: 26px
	}
	.modal-chars__title {
		display: none
	}
	.modal-chars .modal-table {
		position: relative;
		padding-top: 100px
	}
	.modal-chars .modal-table table {
		width: 100%
	}
	.modal-chars .modal-table thead {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		display: block;
		margin: 0 auto
	}
	.modal-chars .modal-table thead tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}
	.modal-chars .modal-table thead tr td {
		padding: 0
	}
	.modal-chars .modal-table thead tr td.modal-table__title-mob {
		margin: 0;
		padding: 0
	}
	.modal-chars .modal-table thead tr:nth-child(2) {
		display: none
	}
	.modal-chars .modal-table thead td {
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		height: auto
	}
	.modal-chars .modal-table thead td:not(:last-child) {
		margin-right: 20px;
		padding: 0
	}
	.modal-chars .modal-table thead td img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 110px
	}
	.modal-chars .modal-table .modal-table__title {
		display: none
	}
	.modal-chars .modal-table .modal-table__title-mob {
		display: block
	}
	.modal-chars .modal-table td:first-child {
		font-weight: 300;
		color: rgba(224, 228, 235, .6)
	}
	.modal-chars .modal-table .modal-table__spoiler td {
		border-bottom: 2px solid #0c0c0c;
		padding: 15px;
		font-weight: 400;
		color: #e0e4eb
	}
	.modal-chars td {
		padding: 15px;
		height: 50px
	}
	.modal-chars .modal-table td:first-child, .modal-chars .modal-table th:first-child {
		padding: 10px 15px
	}
	.modal-chars__item-sm {
		font-size: 12px
	}
	.modal-chars .modal__inner {
		padding: 60px 0
	}
	.modal-chars.is-active-1 .modal-table__td-2, .modal-chars.is-active-1 .modal-table__td-3, .modal-chars.is-active-2 .modal-table__td-1, .modal-chars.is-active-2 .modal-table__td-3, .modal-chars.is-active-3 .modal-table__td-1, .modal-chars.is-active-3 .modal-table__td-2 {
		display: none
	}
	.modal-video .modal__inner {
		height: 93vh
	}
	.compare__time-arrow img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 17px;
		height: 17px;
		-o-object-position: right;
		object-position: right
	}
	.compare__time-items {
		margin-bottom: 13px
	}
	.compare__time-mob {
		display: block;
		padding-left: 22px;
		font-size: 10px;
		line-height: 1.4;
		color: #fff
	}
	.compare__time-item {
		font-size: 18px
	}
	.compare .compare__table-title {
		font-size: 16px;
		text-transform: none
	}
	.compare .compare__table-sm {
		font-size: 10px
	}
	.compare .compare__table-title.color-accent {
		font-size: 12px
	}
	.compare .compare__time {
		text-align: left
	}
	.compare .compare__table-bottom td:first-child {
		vertical-align: top;
		padding-top: 20px
	}
	.compare .compare__table-bottom .compare__table-title {
		padding: 0;
		font-family: Helvetica, sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 1.4;
		text-transform: none
	}
	.compare .compare__table-bottom .compare__table-sm {
		display: none
	}
	.tests {
		padding-bottom: 0;
		text-align: center
	}
	.tests__subtitle {
		margin: 0 auto 24px
	}
	.tests__list {
		display: block
	}
	.tests__item {
		margin: 0 auto 24px;
		max-width: 500px
	}
	.documentation__subtitle {
		margin-bottom: 32px
	}
	.study__subtitle {
		margin-bottom: 24px
	}
	.study__items {
		position: static;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
	.study__name-break {
		display: inline
	}
	.study__name {
		text-transform: lowercase
	}
	.study__num {
		font-size: 62px
	}
	.study__item:last-child {
		-ms-grid-column-span: 2;
		grid-column: span 2;
		border-top: none;
		border-radius: 0 0 10px 10px
	}
	.study__item:last-child .study__name {
		max-width: 120px
	}
	.study__item:last-child .study__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.study__item:last-child p {
		max-width: 157px
	}
	.study__item:nth-child(2) {
		border-right: 1px solid #424348
	}
	.garanty::before {
		display: none
	}
	.garanty__name-break {
		display: block
	}
	.garanty__name {
		margin-bottom: 8px;
		font-size: 18px
	}
	.garanty__subtitle {
		margin: 0 auto 34px;
		max-width: 310px
	}
	.garanty__list {
		display: block
	}
	.garanty__item {
		margin: 0 auto 24px;
		max-width: 340px
	}
	.partners__items {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
	.partners__item:nth-child(4)~.partners__item {
		display: none
	}
	.partners__tabs-item.is-more .partners__item:nth-child(4)~.partners__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.chars::after {
		display: none
	}
	.footer__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 -15px;
		padding: 0 15px;
		text-align: center;
		gap: 0
	}
	.footer .container {
		padding: 0
	}
	.footer__logo {
		margin-bottom: 20px
	}
	.footer__logo img {
		width: 150px
	}
	.footer__address {
		margin: 0 auto 24px;
		max-width: 160px;
		font-size: 12px
	}
	.footer__list li {
		margin-bottom: 20px;
		font-size: 14px;
		color: rgba(244, 244, 244, .6)
	}
	.footer__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: auto;
		margin-top: 18px;
		border-top: none;
		padding: 0 15px 24px
	}
	.footer__bottom * {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.footer__col:nth-child(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 38px;
		border-bottom: 1px solid rgba(244, 244, 244, .1);
		padding-bottom: 8px
	}
	.footer__col:nth-child(4) li {
		font-weight: 500;
		color: #f4f4f4
	}
	.footer__col:nth-child(4) li:first-child {
		margin-bottom: 8px;
		font-size: 20px
	}
	.footer__col:nth-child(4) li:last-child {
		font-size: 16px
	}
	.footer__col:nth-child(2), .footer__col:nth-child(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.footer__socials {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 20px
	}
}
@media (max-width:576px) {
	.maxiscope__title {
		font-size: 23px
	}
	.btn {
		padding: 19px 25px;
		min-width: 192px;
		font-size: 14px
	}
	.header__logo img {
		width: 100px
	}
	.hero {
		padding-bottom: 60px
	}
	.hero-benefits {
		padding-bottom: 0
	}
	.diagnostic {
		background-color: #0c0c0c
	}
	.diagnostic__inner::before {
		left: auto;
		right: -70px;
		top: -130px;
		bottom: auto;
		width: 268px;
		height: 268px
	}
	.diagnostic__inner::after {
		right: -100px;
		top: -71px;
		width: 221px;
		height: 221px
	}
	.diagnostic__item {
		max-width: 217px
	}
	.diagnostic__item:not(:last-child) {
		margin-bottom: 8px
	}
	.diagnostic__img {
		width: 220px
	}
	.diagnostic__img-mob {
		left: -122px;
		bottom: -11px
	}
	.diagnostic__img-mob::before {
		top: 73px
	}
	.diagnostic__text {
		font-family: Helvetica, sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4
	}
	.diagnostic__box {
		padding: 24px 19px 24px 112px
	}
	.interface {
		background-color: #141111
	}
	.interface__list {
		display: block
	}
	.interface__list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 0;
		padding: 16px 40px 16px 16px;
		font-size: 14px
	}
	.interface__list li::before {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 16px;
		margin-bottom: 0;
		width: 40px;
		height: 40px;
		font-family: Oswald, sans-serif;
		font-size: 16px
	}
	.interface__list li:first-child {
		border-radius: 10px 10px 0 0
	}
	.interface__list li:last-child {
		border-radius: 0 0 10px 10px
	}
	.tests__title {
		margin: 0 auto 16px;
		max-width: 356px
	}
	.tests__item {
		text-align: left
	}
	.tests__item p {
		margin-bottom: 16px
	}
	.tests__preview picture {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.tests__preview img {
		border-radius: 18px;
		width: 100%
	}
	.tests__subtitle {
		margin-bottom: 30px
	}
	.tests__name {
		margin-bottom: 8px;
		font-size: 18px
	}
	.plyr--video .plyr__controls {
		bottom: 5px;
		padding: 5px 10px
	}
	.plyr--video .plyr__controls .plyr__volume input[type=range] {
		display: none
	}
	.plyr--video .plyr__controls .plyr__controls__item:first-child {
		padding: 0;
		width: 20px;
		height: 20px
	}
	.plyr--video .plyr__controls .plyr__controls__item:first-child svg {
		width: 10px
	}
	.video {
		padding: 0 15px
	}
	.compare__time-mob {
		padding-left: 12px
	}
	.compare__time-item {
		font-size: 16px;
		text-transform: none
	}
	.compare__time-item:first-child {
		margin-right: 0;
		padding-left: 0
	}
	.compare__time-item:last-child {
		margin-left: 0
	}
	.compare__table {
		font-size: 12px
	}
	.compare__table tr:first-child img {
		width: 120px
	}
	.compare__table tr:last-child td:last-child {
		padding-right: 5px;
		padding-left: 5px
	}
	.compare__table td {
		min-width: 105px
	}
	.compare__table td:nth-child(2) {
		min-width: 120px
	}
	.compare__table td:nth-child(3) {
		width: 110px;
		min-width: 125px
	}
	.compare__desc-item {
		margin-bottom: 4px
	}
	.compare .compare__table-title {
		font-size: 16px
	}
	.compare tr:last-child td {
		padding-bottom: 17px
	}
	.support::before {
		display: none
	}
	.cards__item {
		padding: 60px 37px 37px;
		width: 360px;
		height: 215px;
		background-position: top 5px center
	}
	.cards__item::after {
		right: 14px;
		top: 14px
	}
	.cards__item--big {
		padding: 60px 37px 40px;
		width: 437px;
		height: 521px
	}
	.settings__item {
		padding: 16px
	}
	.settings__footer {
		position: relative
	}
	.settings__footer::before {
		content: "";
		position: absolute;
		left: 0;
		top: -66px;
		width: 100%;
		height: 354px;
		background: -webkit-gradient(linear, left top, left bottom, from(#110a0a), to(rgba(5, 5, 5, 0)));
		background: -o-linear-gradient(top, #110a0a 0, rgba(5, 5, 5, 0) 100%);
		background: linear-gradient(180deg, #110a0a 0, rgba(5, 5, 5, 0) 100%)
	}
	.settings__item-text {
		font-size: 14px
	}
	.settings__img {
		margin-bottom: 20px;
		max-width: 280px
	}
	.settings__img-inner, .settings__img::after, .settings__img::before {
		z-index: 3
	}
	.settings__icon {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
		width: 40px;
		height: 40px
	}
	.settings__icon img {
		width: 24px;
		height: 24px
	}
	.remote__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-radius: 7px;
		padding: 16px
	}
	.remote__item::before {
		margin-top: 0
	}
	.remote__content {
		gap: 24px
	}
	.remote__preview img {
		max-height: 200px
	}
	.complect__subtitle {
		margin-bottom: 24px
	}
	.complect__list {
		margin-bottom: 34px
	}
	.complect__item {
		padding: 20px
	}
	.complect__item::before {
		font-size: 14px
	}
	.complect__item p {
		font-size: 12px
	}
	.complect__item:nth-child(2) {
		padding: 20px 40px 20px 20px
	}
	.complect__name {
		margin-bottom: 8px;
		font-size: 22px
	}
	.recharge {
		position: relative
	}
	.recharge::before {
		content: "";
		position: absolute;
		border-radius: 50%;
		width: 342px;
		height: 342px;
		background-color: rgba(139, 103, 103, .2);
		-webkit-filter: blur(50px);
		filter: blur(50px);
		left: -220px;
		top: 54px;
		z-index: -1
	}
	.recharge::after {
		content: "";
		position: absolute;
		border-radius: 50%;
		width: 342px;
		height: 342px;
		background-color: rgba(139, 103, 103, .2);
		-webkit-filter: blur(50px);
		filter: blur(50px);
		right: -250px;
		bottom: 58px;
		z-index: -1
	}
	.recharge__item::after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 22px 22px 0;
		border-color: transparent #d2232a transparent transparent;
		right: 20px;
		top: 20px
	}
	.recharge__name {
		font-size: 20px
	}
	.recharge__text {
		font-size: 18px
	}
	.recharge__hours {
		font-size: 57px
	}
	.recharge__icon img {
		width: 64px
	}
	.recharge__caption {
		font-size: 12px
	}
	.recharge__value {
		font-size: 16px
	}
	.recharge__list {
		font-size: 14px;
		line-height: 1.4
	}
	.recharge__bottom-title {
		margin-top: 5px;
		margin-bottom: 14px;
		margin-left: 14px;
		font-size: 20px
	}
	.study {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, .2)), to(rgba(0, 0, 0, 0))), url(../img/complect-bg.png) center/cover no-repeat;
		background: -o-linear-gradient(bottom, rgba(34, 34, 34, .2) 0, rgba(0, 0, 0, 0) 100%), url(../img/complect-bg.png) center/cover no-repeat;
		background: linear-gradient(360deg, rgba(34, 34, 34, .2) 0, rgba(0, 0, 0, 0) 100%), url(../img/complect-bg.png) center/cover no-repeat
	}
	.study__name {
		padding-left: 55px;
		font-size: 16px
	}
	.study__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 10px 13px
	}
	.study__item::after {
		right: 6px;
		top: 6px;
		border-width: 0 8px 8px 0
	}
	.study__item p {
		max-width: 110px
	}
	.study__item:last-child .study__name {
		max-width: 150px
	}
	.study__item:nth-child(2) .study__name {
		padding-left: 75px
	}
	.study__item-inner {
		position: relative
	}
	.study__num {
		position: absolute;
		left: 0;
		top: 0
	}
	.trust__img {
		padding: 5px;
		width: 107px
	}
	.trust__img img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.trust__item:first-child .trust__img img {
		width: 47px
	}
	.trust__name {
		font-size: 16px
	}
	.partners__tabs li {
		font-size: 20px
	}
	.partners__tabs li a {
		padding: 5px 18px
	}
	.partners__item {
		padding: 25px 18px
	}
	.partners__items {
		gap: 18px 15px
	}
	.plyr--video .plyr__volume {
		width: auto;
		min-width: auto
	}
	.plyr--video .plyr__control {
		padding: 5px
	}
	.plyr--video .plyr__controls .plyr__controls__item.plyr__time {
		font-size: 12px
	}
	.header__bottom .nav__list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.modal__wrapper {
		padding: 0
	}
	.modal__inner {
		padding: 60px 15px
	}
	.modal-complect__name {
		font-size: 12px
	}
	.modal-complect__count {
		top: 10px
	}
	.modal-complect__item-inner {
		padding: 26px 0 22px
	}
}
@media (max-width:476px) {
	.modal-chars .modal-table thead td {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
	.modal-table__title-mob {
		font-size: 22px
	}
	.compare__time-item {
		font-size: 15px
	}
	.compare__table {
		overflow: auto;
		margin: -3px -15px;
		padding: 3px 15px
	}
	.compare__table tr:first-child img {
		width: 80px
	}
	.compare__table td {
		padding: 10px 4px;
		min-width: auto
	}
	.compare__table td:nth-child(1) {
		width: 80px
	}
	.compare__table td:nth-child(2), .compare__table td:nth-child(3) {
		min-width: auto
	}
	.china {
		background: #0c0c0c
	}
	.china__inner::after, .china__inner::before {
		display: none
	}
	.china__title {
		margin-right: auto;
		margin-left: auto;
		max-width: 310px
	}
	.china__tables {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 40px
	}
	.china__list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
	.china__list li:first-child {
		border-bottom-left-radius: 0
	}
	.china__list li:last-child {
		border-top-right-radius: 0
	}
	.china__list li:nth-child(2) {
		border-top-right-radius: 10px
	}
	.china__list li:nth-child(3) {
		border-bottom-left-radius: 10px
	}
	.china__box {
		border: 1px solid #343535;
		border-radius: 10px;
		padding: 20px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: #131010
	}
	.china__box p {
		margin-top: 10px
	}
	.china__box:last-child {
		margin-bottom: 12px;
		border-top: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.china__content-title {
		margin-bottom: 10px;
		font-size: 21px
	}
	.china__content-title-break {
		display: inline
	}
	.china__btn {
		display: block;
		margin: 0 auto;
		border-radius: 5px;
		width: 236px
	}
	.cards__item {
		padding: 48px 15px 24px;
		width: 290px;
		height: 180px
	}
	.cards__item ul {
		margin-bottom: 20px
	}
	.cards__item--big {
		padding: 50px 27px 30px;
		width: 357px;
		height: 426px;
		min-height: auto
	}
	.cards__item--big::before {
		top: -3px
	}
	.cards__img img {
		height: 120px;
		-o-object-fit: contain;
		object-fit: contain
	}
	.complect__list {
		display: block
	}
	.complect__item {
		padding: 16px 40px 16px 16px;
		width: 100%
	}
	.complect__item::before {
		width: 34px;
		height: 34px;
		font-size: 22px
	}
	.complect .complect__item {
		border-radius: 0;
		padding-right: 40px
	}
	.complect .complect__item:first-child {
		border-radius: 10px 10px 0 0;
		padding-right: 10px
	}
	.complect .complect__item:last-child {
		border-radius: 0 0 10px 10px
	}
	.complect .complect__item:nth-child(2) {
		width: 100%
	}
	.recharge__subtitle {
		margin-bottom: 24px
	}
	.recharge__item {
		padding: 44px 25px 28px;
		width: 350px;
		height: 222px;
		background-size: cover
	}
	.complect .btn {
		padding-right: 10px;
		padding-left: 10px;
		width: 100%
	}
	.maxiscope__subtitle {
		margin-bottom: 24px
	}
	.maxiscope__value {
		font-size: 28px
	}
	.maxiscope__item {
		text-align: center
	}
	.maxiscope__item p {
		font-size: 14px
	}
	.garanty__item {
		padding: 36px
	}
	.partners__tabs-item.is-more .partners__item:nth-child(3)~.partners__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.partners__item:not(:last-child) {
		margin-bottom: 18px
	}
	.partners__item:nth-child(3)~.partners__item {
		display: none
	}
	.partners__items {
		display: block
	}
}
@media (max-width:376px) {
	.header__logo {
		margin-right: 3px
	}
	.hero-benefits__text {
		font-size: 12px
	}
	.settings__items {
		max-width: 270px
	}
	.settings__img {
		max-width: 240px
	}
	.cards__item--big {
		padding: 44px 5px 40px 27px;
		width: 100%;
		height: auto;
		background: url(../img/card-panel-top.svg) top/contain no-repeat
	}
	.cards__item--big::after {
		left: 0;
		right: 0;
		top: 36px;
		display: block;
		border: 1px solid #535353;
		border-top: none;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		width: 100%;
		height: calc(100% - 36px)
	}
	.cards__item--big .cards__img {
		margin-right: 25px
	}
	.recharge__item {
		padding-top: 34px;
		width: 307px;
		height: 195px
	}
	.chars__item {
		padding: 20px 15px
	}
	.chars__buttons {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 10px 5px
	}
	.report__qr {
		width: calc(50% - 11px)
	}
	.trust__name {
		padding-right: 0;
		padding-left: 0;
		font-size: 16px
	}
	.trust__item-info {
		padding-left: 39px
	}
	.modal-complect__name {
		padding: 0 18px
	}
}
@media (max-width:350px) {
	.study__item {
		padding: 10px 5px
	}
}

.header__logo_mobile{display:none;}

/* Устройства X-Small (портретные телефоны, менее 576 пикселей)*/
@media (max-width: 575.98px) { 
.header__logo_mobile{display:block;text-align:center;margin:15px 0;}
.modal-video iframe{width:100%;height:250px;}
}
/* Малые девайсы («ландшафтные», >= 575px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.header__logo_mobile{display:block;text-align:center;margin:15px 0;}
.modal-video iframe{width:100%;height:200px;}
}

/* Устройства Medium (планшеты, 768 пикселей и выше)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
.header__logo_mobile{display:block;text-align:center;margin:15px 0;}
.modal-video iframe{max-width: 100%;height:400px;}
}

/* Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
}

/* Устройства X-Large (большие настольные компьютеры, 1200 пикселей и выше)*/
@media (min-width: 1200px) and (max-width: 1399.98px) { 
}

/* Устройства XX-Large (большие настольные компьютеры, 1400 пикселей и выше)*/
@media (min-width: 1400px) {
	}