*, *::after, *::before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-700.woff2') format('woff2'), url('../fonts/museosanscyrl-700.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-700italic.woff2') format('woff2'), url('../fonts/museosanscyrl-700italic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-100.woff2') format('woff2'), url('../fonts/museosanscyrl-100.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-100italic.woff2') format('woff2'), url('../fonts/museosanscyrl-100italic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-300.woff2') format('woff2'), url('../fonts/museosanscyrl-300.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-300italic.woff2') format('woff2'), url('../fonts/museosanscyrl-300italic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-500.woff2') format('woff2'), url('../fonts/museosanscyrl-500.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-500italic.woff2') format('woff2'), url('../fonts/museosanscyrl-500italic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-900.woff2') format('woff2'), url('../fonts/museosanscyrl-900.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url('../fonts/museosanscyrl-900italic.woff2') format('woff2'), url('../fonts/museosanscyrl-900italic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
[type='checkbox'], [type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.main-svg-sprite {
	display: none;
}
a, h1, h2 {
	text-decoration: none;
	margin: 0;
}
body {
	font-family: 'Museo Sans Cyrl', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.page__body {
	width: 100%;
	min-height: 100vh;
	display: block;
	background-color: #ffffff;
	color: #000000;
	min-width: 320px;
	margin: 0 auto;
	padding-top: 70px;
}
.container {
	width: 100%;
	position: relative;
	padding: 0 21px;
}
.btn-reset {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
.img-contain {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.main {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 9px 0 7px 0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	z-index: 100;
}
.header__container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 110;
}
.burger {
	width: 24px;
	height: 19px;
	position: relative;
	margin-right: 8px;
}
.burger span {
	transition: all 0.4s ease 0s;
}
.burger span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 19px;
	height: 2px;
	border-radius: 8px;
	background-color: #000000;
}
.burger span:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	border-radius: 8px;
	background-color: #000000;
}
.burger span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 19px;
	height: 2px;
	border-radius: 8px;
	background-color: #000000;
}
.burger._remove span:nth-child(1) {
	transform: translateY(8.5px) rotate(-45deg);
	background-color: #ffffff;
}
.burger._remove span:nth-child(2) {
	opacity: 0;
}
.burger._remove span:nth-child(3) {
	transform: translateY(-8.5px) rotate(45deg);
	background-color: #ffffff;
}
.logo {
	width: 66px;
	height: 51px;
	margin-right: 13px;
	margin-top: 5px;
}
.logo-big {
	width: 82px;
	margin-left: 16px;
}
.tel__block {
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-left: auto;
}
.tel__block-text {
	text-align: left;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 8px;
	text-transform: uppercase;
	color: #05171f;
}
.whatsApp {
	display: flex;
	justify-content: center;
	align-items: center;
}
.whatsApp img {
	width: 20px;
	height: 20px;
	margin-right: 9px;
}
.whatsApp span {
	font-weight: 500;
	font-size: 12px;
	color: #000000;
}
.header._menu .whatsApp span {
	color: #ffffff;
	transition: all 0.4s ease 0s;
}
.cart {
	width: 25px;
	height: 25px;
	margin-left: 50px;
	position: relative;
}
.cart__count {
	position: absolute;
	top: -8px;
	right: 0;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	background-color: #00b9d8;
	font-size: 8px;
	line-height: 100%;
	color: #ffffff;
	font-weight: 700;
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	padding-top: 75px;
	z-index: 105;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.nav._show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.nav__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	top: 27px;
	left: 21px;
}
.nav__back::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	margin: auto;
	border-radius: 50%;
	background-color: #00161d;
	transition: all 1.4s ease 0s;
}
.dis-scroll {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	overscroll-behavior: none;
}
.page--ios .dis-scroll {
	position: relative;
}
.nav._show .nav__back::before {
	width: 500vh;
	height: 500vh;
}
.nav__scroll {
	width: 100%;
	height: calc(100vh - 75px);
	overflow-y: auto;
}
.nav__list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.nav__item:nth-child(n + 1) {
	width: 100%;
	position: relative;
	padding: 20px 24px;
	border-bottom: 1px solid #00a2d3;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: translateX(-40%);
	transition: all 0.1s ease 0s;
}
.nav._show .nav__item {
	transition: all 0.4s ease 0.7s;
	opacity: 1;
	transform: translateX(0);
}
.nav__item:last-child {
	border-bottom: 0;
}
.nav._show .nav__item:nth-child(2) {
	transition-delay: 0.9s;
}
.nav._show .nav__item:nth-child(3) {
	transition-delay: 1s;
}
.nav._show .nav__item:nth-child(4) {
	transition-delay: 1.1s;
}
.nav._show .nav__item:nth-child(5) {
	transition-delay: 1.2s;
}
.nav._show .nav__item:nth-child(6) {
	transition-delay: 1.3s;
}
.nav._show .nav__item:nth-child(7) {
	transition-delay: 1.4s;
}
.nav._show .nav__item:nth-child(8) {
	transition-delay: 1.5s;
}
.nav._show .nav__item:nth-child(9) {
	transition-delay: 1.6s;
}
.nav._show .nav__item:nth-child(10) {
	transition-delay: 1.7s;
}
.nav._show .nav__item:nth-child(11) {
	transition-delay: 1.8s;
}
.nav._show .nav__item:nth-child(12) {
	transition-delay: 1.9s;
}
.nav._show .nav__item:nth-child(13) {
	transition-delay: 2.1s;
}
.nav._show .nav__item:nth-child(14) {
	transition-delay: 2.2s;
}
.nav__item > span:nth-child(1) {
	width: 32px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 19px;
}
.nav__item > span:nth-child(1) img {
	width: min-content;
}
.nav__item > span:nth-child(2) {
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.nav__item > img {
	width: 27px;
	height: 17px;
	margin-left: auto;
}



header *::selection {
  background: transparent !important;/* Цвет фона выделенного текста */
  color: inherit !important;        /* Цвет текста */
  text-shadow: none;        /* Убирает тень, если она есть */
}

.footer {
	width: 100%;
	padding: 39px 0 32px 0;
	background-color: #00161d;
	color: #ffffff;
}
.footer__container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.footer__top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer__logo {
	width: 82px;
}
.footer__contacts {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.footer__contacts span {
	text-align: left;
	font-weight: 500;
	font-size: 14px;
}
.footer__socials {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.footer__socials a {
	margin-left: 13px;
}
.footer__socials a:first-child {
	margin-left: 0;
}
.footer__local {
	width: 100%;
	text-align: left;
	margin-top: 25px;
	line-height: 200%;
	font-weight: 400;
	font-size: 20px;
}
.footer__phone {
	text-align: left;
	font-size: 24px;
	line-height: 188%;
	color: #ffffff;
}
.footer__description {
	text-align: left;
	font-size: 14px;
	line-height: 262%;
}
.footer__bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 25px;
	padding-top: 37px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__bottom span {
	font-weight: 400;
	font-size: 11px;
}
.footer__bottom span a {
	font-weight: 700;
	font-size: 12px;
	color: #00a2d3;
}
@media screen and (max-width: 400px) {
	.cart {
		margin-left: 20px;
	}
}
@media screen and (max-width: 360px) {
	.whatsApp span {
		display: none;
	}
	.footer__top {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.footer__contacts {
		margin-top: 20px;
	}
}
#map {
	width: 100%;
	height: 296px;
	background-color: silver;
	margin-top: auto;
}
.video {
	width: 100%;
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}
.video iframe {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.img-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.progress__bar {
	position: absolute;
	left: 0;
	width: 100%;
	height: 9px;
	bottom: 5px;
	background-color: transparent;
	z-index: 10;
}
.progress__bar::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	inset: 0;
	margin: auto;
}
.progress__value {
	position: absolute;
	width: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 3px;
	border-radius: 0 5px 5px 0;
	background-color: #00a2d3;
}
.pause {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	transition: all 0.2s ease 0s;
}
.pause._hide {
	opacity: 0;
}
.pause__img {
	width: 100%;
	height: 100%;
	max-width: 108px;
	max-height: 108px;
	pointer-events: none;
}
.poster {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	overflow: hidden;
	transition: all 0.2s ease 0s;
	display: none;
}
.poster._hide {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
.ymaps-layers-pane {
	-webkit-filter: grayscale(100%);
}
.product-block__images-section {
	position: relative;
}
.product-block {
	background-color: #ffffff;
	padding: 19px 21px;
}
.product-block__dop-colorgroup:after, .product-block__main-colorgroup:after, .product-block__rotate-button button {
	color: #000000;
	font-weight: 700;
}
.product-block__rotate-button {
	position: absolute;
	top: 0;
	right: 0;
}
.product-block__dop-colorgroup {
	flex: 1 1 auto;
}
.product-block__button-box {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-block__button-box button {
	margin: 0;
	border: 1px solid #00a2d3;
	background-color: #00b9d8;
    color: #fff;
}
.site-btn[data-remodal-target=config-form] {
	background-color: transparent;
}

.product-block__content-section {
	width: 100%;
	max-width: 100%;
}
.product-block__button-box button {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: calc(50% - 10px); */
}
a.site-btn .site-btn-icon:before, .site-btn .site-btn-icon:before, a.site-btn .site-btn-icon:after, .site-btn .site-btn-icon:after, a.site-btn > span:not(.site-btn-icon):before, .site-btn > span:not(.site-btn-icon):before, a.site-btn > span:not(.site-btn-icon):after, .site-btn > span:not(.site-btn-icon):after, a.site-btn:before, .site-btn:before, a.site-btn:after, .site-btn:after, a.site-btn .site-btn-icon > span, .site-btn .site-btn-icon > span {
	display: none;
}
a.site-btn .site-btn-icon, .site-btn .site-btn-icon {
	background: transparent;
}
.site-btn-icon {
	transition: all 0.5s ease 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	background-color: #00a2d3;
	border-radius: 50%;
}
.site-btn.site-btn--1:nth-child(1) {
	max-width: 200px;
	padding-right: 8px;
}
.site-btn.site-btn--1:nth-child(3) {
	width: 100%;
	background-color: #00a2d3;
	max-width: 182px;
	padding-right: 8px;
}
.site-btn.site-btn--1:nth-child(2) {
	background-color: #00a2d3;
	max-width: fit-content;
	padding-right: 8px;
}
[data-remodal-target=config-form] > span {
	color: #00a2d3;
}

.newsBlock__text a {
	color: #00a2d3;
}

.newsBlock__text img,
.newsBlock__text p img {
	height: initial !important;
    width: 100% !important;
    /* aspect-ratio: 16 / 12; */
}
a.site-btn > span:not(.site-btn-icon), .site-btn > span:not(.site-btn-icon) {
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	padding: 12px 16px;
}
.product-tab__links {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	overflow-x: auto;
	transition: all 0.2s ease 0s;
}
.product-block {
	transition: all 0.1s ease 0s;
	overflow: hidden;
}
.product-tab__links a {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #05171f;
	padding-bottom: 8px;
	transition: all 0.2s ease 0s;
}
.product-tab__links a:first-child {
	width: 70px;
}
.product-tab__links a:hover, .product-tab__links a.active {
	position: relative;
	color: #00a2d3;
}
.product-tab__links a.active::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	border-radius: 3px;
	width: 100%;
	background-color: #00a2d3;
}
.product-tab__body ul > li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	color: #000;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	padding-bottom: 4px;
}
.product-tab__body ul > li:last-child {
	border: none;
}
.product-tab__body ul > li span {
	flex: 0 0 185px;
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	color: #4a4a4a;
}
.product-block__main-tabs-link a {
	background: none;
}
.product-block__main-tabs-link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-block__main-tabs-link a {
	font-weight: 500;
	font-size: 16px;
	color: #05171f;
	padding: 16px 18px;
	margin: 0;
	text-transform: none;
}
.product-block__main-tabs-link a.active {
	color: #00a2d3;
	position: relative;
}
.product-block__main-tabs-link a.active::before {
	content: '';
	position: absolute;
	width: calc(100% - 36px);
	height: 3px;
	left: 18px;
	bottom: -2px;
	background-color: #00a2d3;
}
.product__info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.product__info__left {
	width: calc(100% - 160px);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.product__info__name {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #05171f;
	margin-bottom: 11px;
}
.product__info__count {
	font-weight: 300;
	font-size: 14px;
}
.product__info__count span {
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}
.product__info__right {
	width: 150px;
	text-align: left;
	font-style: italic;
	font-weight: 400;
	font-size: 10px;
	color: #727272;
}
@media screen and (max-width: 400px) {
	.product__info {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	.product__info__left {
		width: 100%;
		margin-bottom: 10px;
	}
	.product__info__right {
		width: 100%;
	}
}
.product__description {
	margin: 40px 0;
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #05171f;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-block.active {
	background: #00161d;
}
.product-block.active .product-block__main-tabs-link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-block.active .product-block__main-tabs-link a {
	color: #ffffff;
}
.app__main {
	width: 100%;
}
.product__slider {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.product__slider > .swiper {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.product__slider .swiper-slide {
	position: relative;
}
.product__slider > .swiper.mySwiper2 {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.product__slider > .swiper.mySwiper2 .swiper-slide {
	aspect-ratio: 1.43656/1;
	position: relative;
}
.product__slider > .swiper.mySwiper .swiper-slide {
	height: auto;
	aspect-ratio: 1.5217/1;
}
.product__slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.swiper-slide-visible.swiper-slide-thumb-active {
	transition: all 0.2s ease 0s;
	-webkit-box-shadow: 0px 0px 30px 15px rgba(0, 162, 211, 0.2);
	-moz-box-shadow: 0px 0px 30px 15px rgba(0, 162, 211, 0.2);
	box-shadow: 0px 0px 30px 15px rgba(0, 162, 211, 0.2);
}
.product__slider__arrow {
	position: absolute;
	top: 31%;
	width: 40px;
	height: 40px;
	z-index: 20;
}
.product__slider__arrow.__next {
	right: -20px;
}
.product__slider__arrow.__prev {
	transform: rotate(180deg);
	left: -20px;
}
.product__slider img.product__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	z-index: 10;
}
a.site-btn .site-btn-icon, .site-btn .site-btn-icon {
	min-width: 40px;
}
.product-block__button-box {
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px 23px;
}
site-btn.site-btn--1:nth-child(2) {
	max-width: 155px;
	margin: 0;
}
.swiper-slide__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.Accessories {
	width: 100%;
	padding: 24px 21px 20px 21px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.Accessories__title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #05171f;
}
.Accessories__items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 38px;
}
.Accessories .cart-block__input-item {
	width: 100%;
}
.Accessories .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
	font-weight: 500;
	font-size: 14px;
}
.select2-dropdown {
	background-color: #ffffff;
	color: #000;
}
.Accessories input[type='text'], .Accessories input[type='password'], .Accessories input[type='email'], .Accessories input[type='tel'], .Accessories input[type='time'], .Accessories input[type='search'], .Accessories input[type='number'], .Accessories textarea {
	color: #000000;
}
.Accessories .site-input-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	opacity: 1;
}
.Accessories .site-input input:focus + .site-input-title, .Accessories .site-input input:valid + .site-input-title {
	opacity: 0;
}
.cart-block__input-item._small {
	width: calc(50% - 7.5px);
	height: 50px;
}
.cart-block__input-item._small.site-input input {
	padding-right: 32px;
	height: 100%;
}
.cart-block__input-item_ico {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: auto 0;
}
.cart-block__input-item._hide .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #8a8a8a;
}
.cart-block__input-item._hide .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.Accessories__btn {
	border-radius: 21px;
	width: 274px;
	height: 43px;
	background: #00a2d3;
	margin: 16px auto 0 auto;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
	border: none;
	outline: none;
}
.Accessories__items {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 30px;
}
.Accessories__things {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 40px;
	margin-top: 34px;
}
.Accessories__thing {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.Accessories__count {
	height: 25px;
	min-width: 117px;
	padding: 0 8px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: rgba(0, 162, 211, 0.5);
	z-index: 5;
}
.Accessories__count span {
	font-weight: 600;
	font-size: 12px;
}
.Accessories__img {
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
	/* aspect-ratio: 16 / 9; */
}
.img-thing {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.Accessories__name {
	width: 100%;
	text-align: center;
	font-weight: 600;
    /* font-size: 14px; */
	font-size: 12px;
	line-height: 150%;
	color: #000;
	word-break: normal;
    overflow-wrap: break-word;
}

.cart-block__input-item._hide .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 22px;
	width: 18px;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
	bottom: 0;
}
.cart-block__input-item._hide._filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/filter.svg);
}
.cart-block__input-item._hide._sort .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/sort.svg);
}
.Accessories__thingName {
	width: 100%;
	grid-column: span 2;
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	color: #05171f;
}
.Accessories__article {
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	text-align: center;
	color: #000;
}
.Accessories__price {
	width: 100%;
	text-align: center;
	margin-top: auto;
    font-weight: 300;
    font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #000;
}
.Accessories__price span {
	font-weight: 600;
	font-size: 19px;
}
.product-block.active .product-block__main-tabs-link a.active {
	color: #00a2d3;
}
@media screen and (max-width: 360px) {
	.product-block__main-tabs-link a {
		padding-left: 4px;
		padding-right: 4px;
	}
	.product-block__button-box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.product-block__button-box button {
		width: 100%;
	}
	site-btn.site-btn--1:nth-child(2) {
		margin-top: 20px;
		max-width: 100%;
	}
}
.about {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 20px 21px 32px 21px;
	position: relative;
	overflow: hidden;
}
.about__back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.about__back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #003343 0%, #006b8b 100%);
	opacity: 0.3;
	z-index: 1;
}
.about__description {
	width: 100%;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	z-index: 5;
}
.about__slider {
	width: 100%;
	position: relative;
}
.about__slider > .swiper {
	width: 100%;
	height: auto;
}
.about__slider .swiper-slide {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	color: #ffffff;
}
.about__title {
	width: 100%;
	font-weight: 900;
	font-size: 32px;
	background: linear-gradient(90deg, #00a2d3 0%, #fff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 17px;
	transform: translateX(-10%);
	opacity: 0;
	visibility: hidden;
	transition: none;
}
.about__text {
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	transform: translateX(-10%);
	opacity: 0;
	visibility: hidden;
	transition: none;
}
.swiper-slide-active .about__title {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0.2s;
}
.swiper-slide-active .about__text {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0.4s;
}
.about__actions {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 24px;
	z-index: 10;
}
.about__btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	outline: none;
	border: none;
}
.about__btn:last-child {
	transform: rotate(180deg);
}
.about__lines {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 1px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about__line {
	width: auto;
	flex: 1 1 auto;
	height: 1px;
	position: relative;
}
.about__line::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 3px;
	border-radius: 8px;
	background-color: #00a2d3;
}
.about__line._active::before {
	width: 100%;
	transition: all 4.8s linear 0s;
}
.about__middle {
	width: auto;
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 10px 10px 0 10px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	background-color: #8a8a8a;
	width: 9px;
	height: 9px;
	margin: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00a2d3;
}
.catalogsCategories {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 21px;
	overflow: hidden;
}
.catalogsCategories__title {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 28px;
	color: #000;
}
.catalogsCategories__text {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #000;
}
.catalogsCategories__buttons {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 15px;
	margin-top: 16px;
}
.catalogsCategories__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #00a2d3;
	height: 38px;
	padding: 0 18px;
	border-radius: 60px;
	border: 1px solid #00a2d3;
}
.catalogsCategories__slider {
	width: 90%;
	position: relative;
	margin-top: 40px;
}
.catalogsCategories__slider > .swiper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: visible;
}
.catalogsCategories__slider .swiper-slide {
	width: 100%;
	position: relative;
	aspect-ratio: 1.9085 / 1;
}
.video__title {
	/*position: absolute;*/
	width: 100%;
	display: block;
	margin-bottom: 10px;
	top: 27px;
	left: 21px;
	text-align: center;
	z-index: 20;
	font-weight: 600;
    font-size: 28px;
    color: #000;
	padding-top: 40px;
	padding-bottom: 10px
}
.main {
	overflow: hidden;
}
.sale {
	width: 100%;
	position: relative;
	padding: 26px 21px 0 21px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background-color: #00161d;
	color: #ffffff;
}
.sale__title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.sale__slider {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.sale__slider .swiper-slide {
	width: 100%;
	position: relative;
	min-height: 48px;
}
.sale__text {
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}
.sale__text span {
	font-weight: 700;
}
.sale__thumb {
	width: 100%;
	overflow: visible;
	position: relative;
	margin-bottom: -32px;
	z-index: 10;
}
.swiper-slide {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.sale__count {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #003d4a;
	color: #ffffff;
	border-radius: 50%;
	height: 28px;
	min-width: 28px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	transition: all 0.2s ease 0s;
}
.sale__img {
	width: 100%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.2/1;
}
.sale__img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #003d4a 0%, #001017 100%);
	opacity: 0.6;
	z-index: 5;
	transition: all 0.2s ease 0s;
}
.sale__thumb .swiper-slide-visible.swiper-slide-thumb-active {
	box-shadow: none;
}
.sale__thumb .swiper-slide-visible.swiper-slide-thumb-active .sale__img::before {
	opacity: 0;
}
.sale__thumb .swiper-slide-visible.swiper-slide-thumb-active .sale__count {
	background: #00a2d3;
}
.news {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 55px 21px 65px 21px;
}
.news__article {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background: #f2f2f7;
	border-radius: 20px;
	padding: 24px 21px;
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.news__title {
	width: 100%;
	text-align: left;
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 16px;
	color: #05171f;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	position: relative;
	z-index: 5;
}
.news__title span {
	font-weight: 900;
	margin-right: 4px;
}
.news__info {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	z-index: 5;
}
.news__text {
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #05171f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	transition: all 0.4s ease 0s;
}
.news__link {
	text-align: left;
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #00a2d3;
}
.news__img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(50% - 21px);
	aspect-ratio: 1.348/1;
	border-radius: 25px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.news__article.__dark {
	background-color: #003343;
}
.news__article.__dark .news__text, .news__article.__dark .news__title {
	color: #ffffff;
	overflow: visible;
	-webkit-line-clamp: unset;
	line-clamp: unset;
}
.news__article.__dark .news__info {
	width: 100%;
}
.news__article.__dark .news__img {
	position: relative;
	width: calc(100% + 42px);
	left: -21px;
	bottom: -24px;
	border-radius: 20px;
}
.news__list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 34px;
	margin-bottom: 64px;
	padding: 0 42px;
}
.news__page {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #05171f;
	position: relative;
	padding-bottom: 9px;
}
.news__page::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #8a8a8a;
}
.news__page._active {
	color: #00a2d3;
}
.news__page._active::before {
	background-color: #00a2d3;
}
.catalog {
	width: 100%;
	padding: 24px 0 60px 0;
}
.catalog__container {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.catalog__title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #05171f;
	margin-bottom: 6px;
}
.catalog__subtitle {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	color: #05171f;
}
.catalog__items {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 35px;
}
.catalog__item {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	padding: 9px 16px 18px 16px;
	border-radius: 18px;
	border: 1px dashed #00a2d3;
}
.catalog__item:last-child {
	margin-bottom: 0;
}
.catalog__top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.catalog__img {
	width: 50%;
	position: relative;
	aspect-ratio: 1.2/1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.catalog__info {
	width: 50%;
	padding-left: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: auto;
	margin-top: 10px;
}
.catalog__name {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	color: #000;
}
/* �������� ----------> */
.catalog__price {
	width: 100%;
	text-align: left;
	margin-top: 24px;
	font-weight: 900;
	font-size: 20px;
	line-height: 150%;
	color: #000;
}
.catalog__price > span {
	display: context;
}
.catalog__price > span > span {
	font-weight: 300;
	font-size: 14px;
}
/* <----------------------> */
.catalog__bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    gap: 10px;
}
.catalog__bottom .site-btn.site-btn--1:first-child > span {
	color: #ffffff;
}
.catalog__bottom site-btn.site-btn--1:nth-child(2) {
	width: calc(50% - 10px);
	max-width: 143px;
	margin: 0;
}
.catalog__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
    max-width: fit-content;
    padding-inline: 20px;
	height: 43px;
	border: 1px solid #00a2d3;
	border-radius: 21px;
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #00a2d3;
	background-color: transparent;
}
.sale__video {
	width: calc(100% + 42px);
	left: -21px;
	position: relative;
}
.serviceNav {
	width: 100%;
	position: relative;
	padding: 25px 0;
	background-color: #00161d;
}
.serviceNav__Container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}
.serviceNav__button {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 calc(50% - 61px);
	height: 43px;
	width: fit-content;
	padding: 4px 8px;
	border: 1px solid #00a2d3;
	border-radius: 21px;
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	color: #00a2d3;
}
.serviceNav__button:nth-child(2) {
	max-width: 78px;
}
.serviceText {
	width: 100%;
	padding: 30px 21px 55px 21px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background-color: #ffffff;
}
.serviceText.__dark {
	background-color: #00161d;
}
.serviceText__title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #05171f;
	margin: 0;
	margin-bottom: 25px;
}
.serviceText.__dark .serviceText__title {
	color: #ffffff;
}
.serviceText__content {
	width: 100%;
	position: relative;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: rgb(5, 23, 31);
	max-height: 82px;
	text-align: left;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.serviceText.__dark .serviceText__content {
	color: #ffffff;
}
.serviceText__more {
	width: 55%;
	position: relative;
	margin-left: auto;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 1) 100%);
	transform: translateY(-24px);
	transition: all 0.4s ease 0s;
}
.serviceText__content._active + .serviceText__more {
	transform: translateY(0);
}
.serviceText.__dark .serviceText__more {
	background: rgb(0, 22, 29);
	background: linear-gradient(90deg, rgba(0, 22, 29, 0) 0%, rgba(0, 22, 29, 1) 7%, rgba(0, 22, 29, 1) 100%);
}
.serviceText__more::before {
	content: '...';
	position: absolute;
	left: 20px;
	bottom: 8px;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #05171f;
	transition: all 0.2s ease 0s;
}
.serviceText__content._active + .serviceText__more::before {
	opacity: 0;
}
.serviceText.__dark .serviceText__more::before {
	color: #ffffff;
}
.serviceText__more span {
	width: 114px;
	height: 24px;
	margin-left: 42px;
	background: #efefef;
	border-radius: 12px;
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 4px;
	z-index: 2;
}
.serviceText__button {
	width: 100%;
	max-width: 224px;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 21px;
	height: 43px;
	background: #00a2d3;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	margin: 33px auto 0 auto;
}
#service, #repair, #installation, #to {
	scroll-margin-top: 70px;
}
.site-form__form-bottom .site-btn.site-btn--1 {
	width: 100%;
	max-width: 224px;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 21px;
	height: 43px;
	background: #00a2d3;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	margin: 35px auto;
}
.site-form__form-bottom .site-btn.site-btn--1 span {
	color: inherit;
}
.gallery {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background-color: #00161d;
	padding: 100px 21px;
	overflow: hidden;
}
.gallery__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
	z-index: 1;
}
.gallery__back img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top;
}
.gallery__title {
	width: 100%;
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.gallery__items {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 13.5px));
	grid-auto-flow: dense;
	gap: 27px;
	margin-top: 106px;
	transition: all 0.2s ease 0s;
	position: relative;
	z-index: 10;
}
.gallery__item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	transition: all 0.2s ease 0s;
	animation: fadeout 1s ease 0s;
	position: relative;
}
.gallery__item .product__slider__arrow {
	top: auto;
	bottom: 30vw;
	opacity: 0;
	pointer-events: none;
}
.gallery__item._show .product__slider__arrow {
	opacity: 1;
	pointer-events: all;
}
.gallery__item._show {
	grid-column: span 2;
	margin: 32px 0;
	animation: fadein 1s ease 0s;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeout {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.gallery__item._show .gallery__slider {
	order: 2;
	pointer-events: all;
}
.gallery__slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease 0s;
	pointer-events: none;
}
.gallery__img {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 1.278/1;
	transition: all 0.2s ease 0s;
}
.gallery__img img {
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.2s ease 0s;
}

.gallery__img iframe {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery__item._show .gallery__name {
	order: 1;
	margin: 0;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 162%;
}
.gallery__item._show .slider-pagination {
	opacity: 1;
}
.gallery__name {
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 17px;
	transition: all 0.2s ease 0s;
}
.slider-pagination {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	z-index: 20;
	width: fit-content;
	left: auto;
	opacity: 0;
}
.team {
	width: 100%;
	position: relative;
	padding: 106px 21px 80px 21px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	overflow: hidden;
	background-color: #00161d;
}
.team__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
.team__back img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}
.team__title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.team__items {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: row;
	gap: 30px 10px;
	position: relative;
	z-index: 10;
	margin-top: 106px;
}
.team__item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.team__img {
	width: 100%;
	aspect-ratio: 1.2/1;
	position: relative;
}
.team__img::before {
	content: '';
	position: absolute;
	top: -1.5px;
	left: -1.5px;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/border.svg);
}
.team__name {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #00a2d3;
	margin-top: 23px;
}
.team__list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin-top: 4px;
}
.team__text {
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
}
.contact {
	width: 100%;
	position: relative;
	padding: 30px 21px 65px 21px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background-color: #00161d;
	color: #fff;
}
.contact__title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}
.contact__name {
	width: 100%;
	text-align: left;
    margin-top: 26px;
    margin-bottom: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #8a8a8a;
	margin-bottom: 8px;
}
.contact__text {
	width: 100%;
	text-align: left;
    max-width: 90%;
	font-weight: 400;
	line-height: 120%;
	font-size: 20px;
	color: #fff;
}
.contact__link {
	width: 100%;
	text-align: left;
	max-width: 309px;
	font-weight: 400;
	line-height: 120%;
	font-size: 20px;
	color: #00a2d3;
}

.contact__text_w-content {
    width: fit-content;
}

.contact__block-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.contact__label {
	max-width: 309px;
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 144%;
	color: #fff;
}
.mb {
	margin-bottom: 24px;
}
.config {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 24px;
}
.config__img {
	width: 100%;
	position: relative;
	aspect-ratio: 1.5/1;
	max-width: 340px;
}
.config__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.config__rotate {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 52px;
	border-radius: 8px;
	border: 1px solid #00b9d8;
	z-index: 12;
}
.config__title {
	width: 100%;
	text-align: left;
	font-size: 24px;
	color: #ffffff;
	line-height: 120%;
	margin-top: 20px;
}
.config .product-block__images-params {
	width: 100%;
	margin-top: 24px;
}
.config .product-block__dop-colorgroup:after, .config .product-block__main-colorgroup:after, .config .product-block__rotate-button button {
	color: #ffffff;
}
.acardions {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.accordion-item {
	border-bottom: 1px solid #ffffff;
	margin-top: 10px;
}
.accordion-button {
	background-color: transparent;
	color: #ffffff;
	width: 100%;
	font-size: 20px;
	padding: 10px 0;
	text-align: left;
	border: none;
	cursor: pointer;
}
.accordion-content {
	transition: all 0.2s ease 0s;
	max-height: 0;
	overflow: hidden;
}
.acardion__check {
	display: block;
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	margin: 12px 0;
}
.remodal__container {
	overflow-y: auto;
}
.config__results {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 20px;
}
.config__result {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	text-align: left;
	margin-top: 16px;
}
.config__result span {
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 4px;
}
.config__result span:last-child {
	font-weight: 600;
}
.config__btn {
	width: 100%;
	font-size: 14px;
	background: #ff3000;
	border: 2px solid #ff3000;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 900;
	border-radius: 60px;
	margin-top: 30px;
}
.remodal__close {
	top: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
}
[class*='ymaps-2'][class*='-ground-pane'] {
	filter: grayscale(1);
}
.footer__local {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer__local a {
	font-weight: 600;
	font-size: 11px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #00a2d3;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #00a2d3;
	border-radius: 21px;
	width: 70px;
	height: 25px;
	margin-left: 10px;
}
.footer__nav {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	gap: 14px;
}
.footer__link {
	text-align: left;
	width: auto;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
}
.testDrive__img {
	width: calc(100% + 42px);
	position: relative;
	margin-top: -52px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service__img {
	margin-top: 50px;
	width: 100%;
	max-width: 304px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalogsCategories.catalogsCategories-test {
	padding-bottom: 0;
}
.catalogsCategories-black {
	color: #ffffff;
	background: #00161d;
}
.catalogsCategories-black .catalogsCategories__title {
	color: #ffffff;
}
.catalogsCategories-black .catalogsCategories__text {
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.site-btn.site-btn--1:nth-child(3) {
		max-width: 171px;
	}
}
.newsContainer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.newsBlock {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 24px 52px 24px;
}
.newsBlock__black {
	background: #00161d;
}
.newsBlock__black .newsBlock__title, .newsBlock__black .newsBlock__text-visible, .newsBlock__black .newsBlock__text {
	color: #ffffff;
}
.newsBlock__title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #05171f;
	margin-bottom: 25px;
}
.newsBlock__content {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}
.newsBlock__text-visible {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #05171f;
}
.newsBlock__text {
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #05171f;
	opacity: 0;
	visibility: hidden;
}
.newsBlock._more .newsBlock__text-visible {
	opacity: 0;
	visibility: hidden;
}
.newsBlock._more .newsBlock__text {
	opacity: 1;
	visibility: visible;
}
.newsBlock__img {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	       aspect-ratio: 14 / 16;
	/* min-height: calc(66.5vw - 48px); */
	margin-top: 24px;
}
.newsBlock__btn {
	border-radius: 12px;
	width: 159px;
	height: 33px;
	max-height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #efefef;
	font-weight: 600;
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
	margin-top: 32px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.newsBlock._more .newsBlock__btn {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
}
.contact__whatsApp {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	height: 52px;
	margin: 0 auto;
	border: 1px solid #00a2d3;
}
.contact__whatsAppMob img,
.contact__whatsApp img {
	width: 26px;
	height: 26px;
	margin-right: 11px;
}
.contact__whatsAppMob span,
.contact__whatsApp span {
	font-weight: 400;
	font-size: 14px;
	line-height: 0%;
	color: #fff;
}

.contact__whatsAppMob {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ��������� -------------->*/
.swiper-slide-active .about__description {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0.2s;
}
.about__description {
	transform: translateX(-10%);
	opacity: 0;
	visibility: hidden;
	transition: none;
}
/* <------------> */
@media screen and (min-width: 1024px) {
	.product-block__button-box button {
		width: 100%;
		max-width: 100% !important;
	}
	.product-tab__links a:first-child {
		width: 130px;
	}
	.product__info__right {
		width: 480px;
	}
	.product-block__main-tabs-link {
		max-width: 480px;
		margin-left: auto;
	}
	.product-block.active {
		position: relative;
		overflow: visible;
	}
	.product-block.active::before {
		position: absolute;
		content: '';
		top: 0;
		left: 50%;
		transform: translate(-50%);
		width: 100vw;
		height: 100%;
		background: #00161d;
		z-index: -1;
	}
}
@media (max-height: 766px) {
	.remodal__container--halfheight {
		max-height: 100%;
	}
}
.img-dop-config {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.img-dop-config img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	object-size: cover;
	object-position: center;
}
.img-dop-config img._hide {
	opacity: 0;
}

/* product accessories */
.product-accessorie__back {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	height: 50px;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 400;
	font-size: 16px;
	color: #05171f;
	text-decoration: none;
}
.product-accessorie-block {
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px 30px;
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	padding: 19px 21px;
	transition: all 0.1s ease 0s;
	overflow: hidden;
}
.product-accessorie__name {
	margin-bottom: 11px;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #05171f;
}
.product-accessorie__info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.product-accessorie__info__count {
	font-weight: 300;
	font-size: 14px;
	color: #000;
}
.product-accessorie__info__count span {
	font-weight: 900;
	font-size: 20px;
	line-height: 1.5;
}
.product-accessorie__info__article {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	color: #05171f;
}
.product-accessorie__info__article b {
	font-weight: 400;
}
.product-accessorie__wrap {
	display: flex;
}
.product-accessorie__image {
	margin: 0 auto;
	display: block;
	width: 50%;
	overflow: hidden;
}
.product-accessorie__image > img {
	display: block;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.product-accessorie__content {
	width: 50%;
}
.product-accessorie__button-box {
	margin-bottom: 19px;
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-accessorie__delivery {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #05171f;
	text-align: center;
}
.product-accessorie__button-box button {
	margin: 0;
	background-color: #00a2d3;
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
	height: 52px;
	margin: 0 auto;
	border: 1px solid #00a2d3;
}
.product-accessorie__description {
	margin: 20px 0;
	padding-top: 30px;
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	color: #05171f;
	padding-bottom: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-accessorie__description ul {
	list-style-type: disc;
	list-style-position: inside;
}
.product-accessorie__description ul li {
	margin-left: 14px;
}
@media (max-width: 766px) {
	.product-accessorie__wrap {
		flex-direction: column;
	}
	.product-accessorie__image {
		width: 100%;
	}
	.product-accessorie__content {
		width: 100%;
	}
	.product-accessorie__button-box button {
		height: 40px;
	}
}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 360px) {
	.product-accessorie__button-box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.product-accessorie__button-box button {
		margin-top: 20px;
		width: 100%;
	}
}


/* ============================new CSS============================ */
.site-input textarea.focus + .site-input-title, 
.site-input textarea:focus + .site-input-title {
    font-size: 10px;
    margin-top: -10px;
    margin-left: -5px;
}

.site-textarea {
    flex-basis: calc(100% - 20px);
    min-height: 50px;
}

.site-textarea textarea {
    padding-top: 20px;
    min-height: 120px;
}

.site-textarea .site-input-title {
    top: 20%;
}


.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  height: 100vh;
  background-color: #001115;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.4s;
    z-index: 102;
}

.modal.open {
	  opacity: 1;
	  visibility: visible;
}

.modal-content {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
        width: 480px;
    min-height: 100%;
    min-height: fit-content;
    z-index: 1;
    background-color: #fff;
    border-radius: 24px;
    transition: transform 0.8s;
}

.modal-title  {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
	    color: black;
}

.modal-close {
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid black;
    position: absolute;
    right: 18px;
    top: 15px;
	background-color: transparent;
}

.modal-close svg {
    width: 14px;
    height: 14px;
}

.about__slider .swiper-wrapper {
    height: max-content !important;
}

.serviceText__more {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0);
}

.serviceText__body {
    position: relative;
}

.serviceText__btn-block {
    height: 38px;
}

.service-video__p {
    margin-bottom: 10px;
}

.service-video__list,
.service-video__list li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* ======================================= секция news ========================================= */
.newsBlock._more .newsBlock__btn {
	opacity: 1;
	visibility: visible;
	max-height: inherit;
}

.newsBlock._more .newsBlock__btn_fixed {
    position: fixed; 
    bottom: 20px;  
    left: 50%;
    transform: translateX(-50%);
}

.newsBlock__content {
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    z-index: 1;
    position: relative;
    will-change: max-height;
}
/* ======================================= секция config ========================================= */
.config__results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(249px, 1fr));
    gap: 20px;
}

.config__img {
    width: 100%;
    position: relative;
    aspect-ratio: 1.5 / 1;
    max-width: fit-content;
}

.acardions-scroll {
	padding: 10px;
	max-height: 275px;
	overflow-x: hidden;
    overflow-y: auto;
}

.acardions-scroll::-webkit-scrollbar {
	width: 2px;
}
.acardions-scroll::-webkit-scrollbar-track {
	background: #fff;
}
.acardions-scroll::-webkit-scrollbar-thumb {
	background-color: #00a2d3;
	border-radius: 20px;
}

.img-dop-config{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.img-dop-config img{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	object-size: cover;
	object-position: center;
}
.img-dop-config img._hide{
	opacity: 0;
}

.site-price {
	display: block;
}

.site-radio input[type='checkbox'] {
	display: flex;
	flex-direction: column;
}

.f15 img,  
.f14 img {  
    z-index: 1;  
}

.accordion-item {
	width: 100%;
}

.config__inner {
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
	width: 85%;
}

.config__right {
	width: 70%;
}

.config__left {
	width: 28%;
}

.config__img {
    max-width: 70%;
    margin: 0 auto;
}

.config__img-block {
	display: contents;
}

.layer {
	pointer-events: none;
}

.layer img{
  user-select: none;   
  -webkit-user-select: none; 
  -moz-user-select: none;   
  -ms-user-select: none;     
}

.img-dop-config{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

/* new */
.newsBlock__img_mb10 {
	margin-bottom: 10px;
}

.product__slider .mySwiper .swiper-slide video {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-slide a {
	display: block;
	width: 100%;
}

.catalogsCategories__buttons {
	z-index: 1
}

.Accessories__things {
	padding: 0 21px 20px 21px
}


/* new services ====================================================*/
.serviceText__more {
	width: 100%;
    position: static;
    display: flex;
    justify-content: center;
    transform: none;
    margin: 0 auto;
}

.serviceText__more span {
	margin-top: 30px;
    margin-left: 0;
}

.serviceText__content h3:not(:last-child){
	    margin-bottom: 10px;
}

.serviceText__content .video:not(:last-child) {
    margin-bottom: 20px;
}

.serviceText__content {
  transition: max-height 0.3s ease-in-out;
  will-change: max-height;
}

.serviceText__more {
	width: 100%;
    position: static;
    display: flex;
    justify-content: center;
    transform: none;
    margin: 0 auto;
}

.serviceText__more {
	    margin-top: 32px;
	width: 114px;
	height: 24px;
	background: #efefef;
	border-radius: 12px;
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serviceText__title,
.serviceText__content {
	padding-inline: 21px;
}

.serviceText__content h3:not(:last-child){
	    margin-bottom: 10px;
}

.serviceText__content .video:not(:last-child) {
    margin-bottom: 20px;
}

.serviceText__content_min-height {
    max-height: 19.6px;
}

.serviceText.__dark .serviceText__content h3 {
	color: rgb(255, 255, 255);
}

.serviceText__content-block {
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    z-index: 1;
    position: relative;
    will-change: max-height;
}


.serviceText__text-visible {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
}

.serviceText__text {
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #05171f;
    opacity: 0;
    visibility: hidden;
}

.serviceText__more_fixed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
	margin: 0;
    padding: 0;
    border: none;
}

.serviceText.__dark .serviceText__more_fixed {
	background: transparent;
}

.serviceText__more::before {
	display: none;
}

.serviceText._active .serviceText__text {
	opacity: 1;
    visibility: visible;
}

.serviceText.__dark .serviceText__more {
	background: #efefef;
}

.serviceText._active  .serviceText__text-visible {
	position: static;
	margin-bottom: 10px;
}
 
.serviceText {
    padding: 30px 0 55px 0;
}

.product-order-form .site-btn.site-btn--1:first-child > span {
	color: #000;
}

/* ======================================= section 20.07 ======================================= */
html.scrollbar-gutter {
    scrollbar-gutter: stable;
}

.body-scroll {
  overflow-y: hidden;
}

.section {
	width: 100%;
	padding: 30px 0 20px;
}

.section_pt43 {
	padding-top: 43px;
}

.section_pt48 {
	padding-top: 48px;
}

.section_pb34 {
	padding-bottom: 34px;
}

.section_pb38 {
	padding-bottom: 38px;
}

.section_pb52 {
	padding-bottom: 52px;
}

.section_pb70 {
    padding-bottom: 70px;
}

.section-bg-steam {
	background: url(../img2/steam.png) no-repeat center / cover;
}

.section-bg-car {
	background: url(../img2/track.png) no-repeat center / cover;	
}

.section-bg-black {
	background-color: rgba(0, 22, 29, 1);
}

.section-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
}

.newsBlock_p-middle {
	padding: 48px 33px 37px 35px;
}

.expirience-video {
	margin-bottom: 0;
}

.expirience-titleSection {
	margin-bottom: 14px;
	text-transform: uppercase;
}

.section-title_uppercase {
	text-transform: uppercase;
}

.section-title_color-wite {
	color: #fff;
}

.newsBlock__text-visible > *:not(:last-child) {
	margin-bottom: 20px;
}

@-moz-document url-prefix()  {
  .hidden-scroll {
    scrollbar-color: transparent;
    scrollbar-width: thin;
    border-radius: 0;
  }
}

.hidden-scroll::-webkit-scrollbar {
  height: 0;
  width: 0;
  border-radius: 0;
}

.hidden-scroll::-webkit-scrollbar-thumb {
  background: transparent;
  height: 0;
  border-radius: 0;
}

.hidden-scroll::-webkit-scrollbar-track {
  height: 0;
  background: transparent;
  border-radius: 0;
}

.hidden-scroll::-webkit-scrollbar-button {
  display: none;
}

.btn-global {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11.8px 27px;
	border: none;
	border-radius: 21.5px;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0, 162, 211, 1);
}

.btn-global svg {
	width: 22px;
	height: 19px;
}

.pagination-global > .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	justify-content: center;
	margin-bottom: 0;
	gap: 10px;
}

.pagination-global > .swiper-pagination-bullet {
	background-color: rgba(138, 138, 138, 1) !important;
}

.pagination-global >  .swiper-pagination-bullet-active {
	background-color: #00a2d3 !important;
}

.branded-border {
	position: relative;
}

.branded-border::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    inset: 0;
    left: 50%;
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid transparent; /* Прозрачная граница, чтобы сохранить место */
    border-radius: 18px;
    background: linear-gradient(45deg, #00A2D3 0%, rgba(0, 162, 211, 0) 100%) border-box;
    -webkit-mask: 
        linear-gradient(#fff, #fff) padding-box, 
        linear-gradient(#fff, #fff) border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
} 

.m-0 {
	margin: 0;
}

.mt15 {
	margin-top: 15px;
}

.mb-18 {
	margin-bottom: 18px;
}

.mb-25{
	margin-bottom: 25px;
}

.mb-28 {
	margin-bottom: 28px;
}

.mb-42 {
	margin-bottom: 42px;
}

.mb-10 {
	margin-bottom: 10px;
}

.our-nav__link {
	display: flex;
    justify-content: center;
	position: relative;
    height: fit-content;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: rgba(5, 23, 31, 1);
}

.our-nav__text {
	display: block;
	width: fit-content;
	overflow: hidden;
	transition: color 0.2s ease;
}

.our-nav__line {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 3px;
	opacity: 0;
	background-color: rgba(0, 162, 211, 1);
	transition: opacity 0.2s ease;
}

.our-nav__link.active {
	color: rgba(0, 162, 211, 1);
}

.our-nav__link.active .our-nav__line {
	opacity: 1;
}

/* .fancybox */

.fancybox-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  top: auto;
  width: 100vw;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
}

.fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0px;
}

.fancybox-image,
.fancybox-spaceball img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

  .fancybox-thumbs__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    list-style: none;
  }

@-moz-document url-prefix()  {
    .fancybox-thumbs__list {
      scrollbar-color: transparent;
      scrollbar-width: thin;
      border-radius: 0;
    }
}

  .fancybox-thumbs__list::-webkit-scrollbar {
    height: 0;
    width: 0;
    border-radius: 0;
  }

  .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: transparent;
    height: 0;
    border-radius: 0;
  }

  .fancybox-thumbs__list::-webkit-scrollbar-track {
    height: 0;
    background: transparent;
    border-radius: 0;
  }

  .fancybox-thumbs__list::-webkit-scrollbar-button {
    display: none;
  }


.fancybox-thumbs__list a {
	height: 60px;
	margin-right: 10px;
	border-radius: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69px;
    flex: 0 0 69px;
  }

/* ======================================= expirience-polygon ======================================= */
.expirience-polygon__list {
	margin-bottom: 19px;
}

.expirience-polygon__item {
	gap: 40px;
	padding: 0 42px 0 35px;
}

.expirience-polygon__item > * {
	color: #fff;
}

.expirience-polygon__item h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}

.expirience-polygon__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
}

.expirience-polygon__text h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
}

.expirience-polygon__block-img {
	position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 222px;
    /* height: 168px; */
    aspect-ratio: 16 / 11.9;
}

.expirience-polygon__block-img img {
	width: 100%;
	height: 100%;
}


/* ===========================================our-programs=========================================== */
.our-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
}

.our-title span {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
}

.our-programs__wrapper {
	padding: 0 19px 0 26px;
}

.our-programs__item {
	    padding-inline: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.our-programs__item-slider {
    padding-inline: 0;
	border: none;
	    overflow: hidden;
}

.our-programs__list-title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.our-programs__list-title_gam-small {
	gap: 6px;
}

.our-programs__item_pb-middle {
    padding-block: 20px;
}

.our-programs__item_pb-big {
    padding-block: 24px;
}

.our-programs__item_border-none {
    border-bottom: none;
}

.our-programs__title_bigLight {
	line-height: 30px;
}

.our-programs__text {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}

.our-programs__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.our-programs__block-title {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 25px;
}

.our-programs__text_pr40 {
    padding-right: 40px;
}

.our-programs__text_pr35 {
	padding-right: 35px;
}

.our-programs__text_pr15 {
	padding-right: 15px;
}

.our-programs__price-dom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}

.our-programs__price-dom_center {
	justify-content: center;
}

.our-programs__price-dom_mb32 {
	margin-bottom: 32px;
}

.our-programs__price-dom_mb18 {
	margin-bottom: 18px;
}

.our-programs__title-descr {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
}

.our-programs__price-btn {
	padding: 8px 5px;
    border: 1px solid rgba(211, 18, 0, 0.5);
    border-radius: 31px;
    width: 35%;
	font-weight: 600;
	font-size: 8px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(211, 18, 0, 1);
	background-color: transparent;
}

.our-programs__block-title_mb30{
    margin-bottom: 30px;
}

.our-programs__footer {
	display: flex;
	gap: 17px;
}

.our-programs__footer_pr30 {
	padding-right: 30px;
}

.our-programs__footer svg {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.our-programs__footer p {
	font-weight: 300;
	font-size: 12px;
	line-height: 140%;
}

.our-programs__galery {
    padding-inline: 1.5px;
    overflow: hidden;
    width: 100%;
	/* height: 366px; */
    aspect-ratio: 16 / 16.044;
    border-radius: 20px;
}

.our-programs__galery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---------------------------------- our-slider ---------------------------------- */
.our-slider__list {
	margin-bottom: 20px;
}

.our-slider__img-block {
	/* width: calc(175/249*100%); */
	aspect-ratio: 16 / 13;
	/* height: 143px; */
}

.our-slider__img-block img {
	width: 100%;
	height: 100%;
}

.our-slider__block-content {
	display: contents;
}

.our-slider__top {
	display: flex;
	justify-content: space-between;
	gap: 17px;
	margin-bottom: 14px;
}

.our-slider__middle {
	display: flex;
    flex-wrap: wrap;
    gap: 23px;
	margin-bottom: 24px;
}

.our-slider__item {
	border-radius: 18px;
	padding: 9px 16px 40px 18px;
}

.our-slider__btn {
	border: 1px solid rgba(0, 162, 211, 1);
	color: rgba(0, 162, 211, 1);
	background-color: transparent;
}

.our-slider__top h3 {
	padding-top: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
}

/* --------------------------------- our-price --------------------------------- */
.our-price ul {
	display: flex;
    flex-direction: column;
    gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.our-price li {
	display: flex;
	    align-items: baseline;
	gap: 15px;
}

.our-price__present {
	display: flex;
    align-items: center;
	gap: 12px;
}

.our-price__present svg {
	width: 17px;
	height: 17px;
}

/* ----------------------------- track ----------------------------- */
.track__wrapper {
	padding: 0 33px 0 35px;
}

.track__header {
	display: flex;
	align-items: center;
	gap: 44px;
	margin-bottom: 17px;
}

.track__logo {
	width: 104px;
	height: 63px;
}

.track__logo img {
	width: 100%;
	height: 100%;
}

.track__content > * {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
}

.track__content > *:not(:last-child) {
	margin-bottom: 20px;
}

.track__content {
	margin-bottom: 32px;
}

.track__spare-table {
	margin-bottom: 35px;
}

.track__bottom-suptitle {
	padding-left: 14px;
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
}
.track__btn {
	margin: 0 auto;
}

.track__btn svg {
	width: 24px;
	height: 24px;
}
/* ------------------------------- .spare-detail ------------------------------- */
.spare-table table {
  border: none;
}

.spare-table .spare-table__scroll {
  overflow-x: scroll;
}

.spare-table table {
  border-collapse: separate;
}

.spare-table tbody tr td {
	  padding: 15px 0 6px;
	  border-bottom: 1px dashed #fff;
	  font-weight: 400;
	  font-size: 13px;
	  line-height: 20px;
	  color: #fff;
}

.spare-table table tbody tr {
  position: relative;
  border-radius: 16px;
}

.spare-table table td:first-child {
    width: 5%;
}

.spare-table table tr td {
    padding-inline: 5px;
    text-align: center;
}

.spare-table table th,
.spare-table table td {
  border-right: none;
}

.spare-table table {
    width: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.spare-table__scroll {
	overflow-x: auto;
}

.spare-table table th {
  color: #fff;
  padding-block: 0;
  padding-bottom: 6px;
    padding-inline: 10px;
  text-wrap: nowrap;
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
}

.spare-table table tr {
  border: none;
}

.spare-table thead {
  background: transparent;
}

/* --------------------------------- addition --------------------------------- */
.addition__wrapper {
	padding: 0 33px 0 35px;
}

.addition__wrapper_color-text > * {
	color: #fff;
}

.addition__title {
	margin-bottom: 7px;
	line-height: 120%;
}

.addition__text {
	margin-bottom: 35px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
}

.addition__rest-block,
.addition__rest-full,
.addition__rest {
	position: relative;
	display: flex;
	flex-direction: column;
}

.addition__rest-full,
.addition__rest  {
	gap: 25px;
	padding: 16px 0 18px 0;
}

.addition__rest_gap-middle {
	gap: 34px;
}

.addition__rest-block {
	gap: 37px;
}

.addition__rest-full {
	padding-inline: 20px;
    margin-inline: -20px;
}

/* --------------------------------- addition-swiper --------------------------------- */
.swiper {
    max-width: 100%;
}

.addition-swiper__block-img,
.addition-swiper__slide {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}

.swiper-wrapper_mb20 {
	margin-bottom: 20px;
}

.addition-swiper__slide  {
	display: flex;
	aspect-ratio: 16 / 16.18;
		/* height: 366px; */
}

.addition-swiper__block-img {
	margin-bottom: 10px;
	max-width: 100%;
	aspect-ratio: 16 / 10.39;
	/* height: 235px; */
	border: none;
}

.addition-swiper__slide_size-sm {
	aspect-ratio: 16 / 11.34;
	/* height: 256px; */
}

.addition-swiper__slide-small {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 100%;
}

.addition-swiper__slide-small p {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.addition-swiper__slide-small time {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}

.addition-swiper__pagination {
	bottom: -43px !important;
}

.addition-swiper__pagination_mb-sm {
    bottom: -34px !important;
}

.addition-swiper__block-img img,
.addition-swiper__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.addition-swiper__slide {
	/* height: fit-content; */
	width: 100%;
	border: none;
}

.addition-swiper__slide_size-xl {
	aspect-ratio: 16 / 18.79;
	/* height: 425px; */
}

.addition-swiper__pagination {
	position: absolute;
	bottom: 0;
}

.addition-swiper_visible-y {
	overflow-x: clip;
	overflow-y: visible;
}

.addition-swiper__absolute {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.addition-swiper__price {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: 32%;
	color: #fff;
}

.rest__title {
	line-height: 29px;
}

.rest__text {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}

/* ---------------------pros--------------------- */
.pros__wrapper {
    padding: 10px 33px 0 35px;
}

.pros__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pros__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.pros__list li p {
	margin-top: auto;
	font-weight: 300;
	font-size: 11px;
	line-height: 140%;
	color: #fff;
}

/* advantagesExp */
.advantagesExp__wrapper {
    padding: 0 33px 0 35px;
}

.addition-swiper__inner h3, .addition-swiper__inner p {
	margin-bottom: 23px;
}

.advantagesExp__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 46px;
    gap: 10px 45px;
    align-items: baseline;
}

.advantagesExp__content,
.advantagesExp__list li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantagesExp__content {
	gap: 7px;
}

.advantagesExp__body {
    padding: 25px 33px 25px 35px;
    margin: 0 -20px;
}

.advantagesExp__content h3 {
	font-weight: 700;
	font-size: 10px;
	line-height: 140%;
	text-transform: uppercase;
	    text-wrap: nowrap;
}

.advantagesExp__img-block {
    margin-bottom: 12px;
    aspect-ratio: 16 / 16;
    width: 50px;
}

.advantagesExp__img-block img {
	width: 100%;
	height: 100%;
}

.advantagesExp__content p {
	font-weight: 300;
	font-size: 11px;
	line-height: 140%;
	text-align: center;
}

.dvantagesExp-our-programs {
	margin-left: -15px;
}

/* ------------------------------.contactExp------------------------------ */
.contactExp {
	padding: 59px 15px 30px 37px;
}

.contactExp__list {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

.contactExp__item {
	display: flex;
	gap: 20px;
}

.contactExp__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.contactExp__img-block {
	display: flex;
    width: 22px;
    height: 31px;
}

.contactExp__img-block img {
	width: 100px;
	height: 100%;
}

/* ----------------------------- madal-event ----------------------------- */
.madal-event h2 {
	font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.remodal__container_white {
	background-color: #fff;
}

.madal-event__wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100vh;
	overflow-y: scroll;
	padding: 10px;
}

.madal-event__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.madal-close {
	width: 40px;
	height: 40px;
}

.madal-event__content > * {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.madal-event__content strong {
	font-weight: 600;
}

.madal-event__content strong a {
	    color: #000000;;
    text-decoration: underline;
}

.madal-event__img-block {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.madal-event__img-block img {
	width: 100%;
	height: 100%;
}

.madal-close {
	background-image: url(../img2/close.svg);
}

@media screen and (max-width: 1200px) {
    .Accessories__things {
        padding: 0 15px 20px 15px;
        gap: 20px;
    }

    .Accessories__thing {
        min-width: 100%;
    }

    /* .Accessories__name {
        word-break: break-all;
    } */

    .Accessories__thing {
        gap: 5px;
    }

    .img-thing {
        object-fit: fill;
    }
}


@media (max-width: 860px) {
	.config {
		padding: 20px;
	}

	.config__img {
        aspect-ratio: 1.6 / 1;
	}

	.config__rotate {
    	left: 0;
	}

	.config__right,
	.config__left {
    	display: contents;
	}

	.config__inner {
        flex-direction: column;
    }

	.config__results {
		gap: 20px;
	}

	.config .product-block__images-params {
		margin-bottom: 15px;
	}

	.config__result {
        gap: 10px;
    }

	.config__img {
		max-width: 90%;
	}

	.config__results {
    	grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.acardions-scroll {
		padding: 0;
		padding-right: 10px;
	}
}

@media (min-width: 860px) {
	.our-slider__block-content {
        display: flex;
        flex-direction: column;
	}

	.our-slider__item {
        display: flex;
        flex-direction: row;
	}

	.our-programs__galery {
		aspect-ratio: 16 / 12.044;
	}

	.our-programs__galery img {
		object-position: top;
	}
}

@media screen and (max-width: 768px) {
    .Accessories__img {
        aspect-ratio: 1.2 / 1;
    }

    .product-block__gallerry-list {
		display: grid;
      grid-template-columns: repeat(2, 1fr);
    }

    .product__slider > .swiper.mySwiper .swiper-slide {
        height: min-content;
    }

    .product__slider .swiper-slide iframe {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .modal-content {
        width: 95%;
        padding: 30px 20px;
    }
}



@media (max-width: 480px) {
	.config {
        padding: 10px 0;
    }

    .config__img {
        aspect-ratio: 1.2 / 1;
    }

	.config__img-block {
		display: block;
		padding-inline: 10px;
	}
}

@media (max-width: 400px) {
	.expirience-polygon__item {
		padding: 0 20px;
	}

	.advantagesExp__wrapper,
	.pros__wrapper,
	.addition__wrapper,
	.track__wrapper,
	.our-programs__wrapper {
		padding: 0 15px;
	}

	.contactExp {
		padding: 20px 15px;
	}

	.our-programs__item {
    	padding-inline: 0;
	}

	.our-nav__link {
		font-size: 11px;
	}

	.our-programs__price-btn {
		width: 45%;
	}

	.our-programs__text {
    	padding-right: 0px;
	}

	.our-programs__price-dom {
		display: flex;
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}

	.addition__rest-full {
		padding-inline: 10px;
		margin-inline: -10px;
	}

	.addition__rest-full, .addition__rest {
    	gap: 15px;
    	padding: 15px 0;
	}

	.addition__rest-full {
		padding: 15px;
	}

	.newsBlock_p-middle {
		padding: 15px;
	}

	.pros__list {
		grid-template-columns: repeat(2, 1fr);
        gap: 12px;
	}

	.pros__list li p { 
		text-align: center;
	}
	
	.advantagesExp__list {
		gap: 10px;
	}

	.advantagesExp__body {
    	padding: 10px;
    	margin: 0 -10px;
	}

	.advantagesExp__list {
    	grid-template-columns: repeat(1, 1fr);
		gap: 15px;
		    margin-bottom: 30px;
	}

	.dvantagesExp-our-programs {
		margin: 0;
	}

	.contactExp .contact__text {
		font-size: 18px;
	}
}
/* end product accessories btn-global .product-block__button-box button .gallery__img .product-block__gallerry-list .product-block__button-box button */