@charset "UTF-8";
@font-face {
	font-family: Manrope;
	font-display: swap;
	src:
		url("../fonts/Manrope-Bold.woff2") format("woff2"),
		url("../fonts/Manrope-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Manrope;
	font-display: swap;
	src:
		url("../fonts/Manrope-ExtraBold.woff2") format("woff2"),
		url("../fonts/Manrope-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: Manrope;
	font-display: swap;
	src:
		url("../fonts/Manrope-Light.woff2") format("woff2"),
		url("../fonts/Manrope-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Manrope;
	font-display: swap;
	src:
		url("../fonts/Manrope-Regular.woff2") format("woff2"),
		url("../fonts/Manrope-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Manrope;
	font-display: swap;
	src:
		url("../fonts/Manrope-Medium.woff2") format("woff2"),
		url("../fonts/Manrope-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Manrope;
	font-display: swap;
	src:
		url("../fonts/Manrope-ExtraLight.woff2") format("woff2"),
		url("../fonts/Manrope-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: Manrope;
	font-display: swap;
	src:
		url("../fonts/Manrope-SemiBold.woff2") format("woff2"),
		url("../fonts/Manrope-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
:root {
	--radius-section: 60px;
	--control-height: 80px;
	--section-7-image-overlay-bg: rgba(0, 0, 0, 0.52);
	--section-7-image-overlay-radius: inherit;
}

@media (max-width: 47.99875em) {
	:root {
		--radius-section: 30px;
		--section-spacing-mobile: 50px;
		--typo-section-title-fs: 30px;
		--typo-section-title-lh: 1.2666666667;
		--typo-section-subtitle-fs: 20px;
		--typo-section-subtitle-lh: 126.666667%;
	}
}
@media (max-width: 29.99875em) {
	:root {
		--typo-section-subtitle-fs: 18px;
	}
}
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.with-fancybox .header {
	padding-right: var(--fancybox-scrollbar-compensate, 0);
}

.fancybox__container {
	max-width: 100%;
}

a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: inherit;
	cursor: pointer;
}
a:hover {
	color: inherit;
}

ul,
ol,
li,
p {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

body {
	line-height: 144.444444%; /* 26/18 */
	background-color: #ececec;
	height: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #2a2a28;
	font-family: Manrope;
	letter-spacing: -0.02em;
}
@media (max-width: 47.99875em) {
	body {
		font-size: 16px;
	}
}
body b,
body strong {
	font-weight: 700;
}
body nobr {
	display: contents;
}

button {
	border: none;
	background: transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-family: inherit;
	cursor: pointer;
}
button:disabled {
	opacity: 0.8;
	pointer-events: none;
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.wrapper > main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}

a {
	leading-trim: both;
	text-edge: cap;
	-webkit-font-feature-settings:
		"pnum" on,
		"lnum" on;
	font-feature-settings:
		"pnum" on,
		"lnum" on;
	font-variant-numeric-figure: lining-nums;
	font-variant-numeric-spacing: proportional-nums;
}

/*
Стили будут применяться ко всем классам содержащим *__container
*/
[class*="__container"] {
	margin-inline: auto;
	max-width: 75rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
@media (max-width: 76.875em) {
	[class*="__container"] {
		max-width: 60.625rem;
	}
}
@media (max-width: 61.99875em) {
	[class*="__container"] {
		max-width: 46.875rem;
	}
}
@media (max-width: 47.99875em) {
	[class*="__container"] {
		max-width: none;
		padding: 0 0.9375rem;
	}
}
@media (max-width: 29.99875em) {
	[class*="__container"] {
		padding: 0 15px;
	}
}

.carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.carousel.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.carousel.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.carousel__viewport {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

.carousel__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: var(--carousel-slide-width, 60%);
	max-width: 100%;
	padding: 1rem;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel__dots .carousel__dot {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.carousel__dots .carousel__dot:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: currentColor;
	opacity: 0.25;
	-webkit-transition: opacity 0.15s ease-in-out;
	-o-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
	opacity: 1;
}

.carousel__button {
	width: var(--carousel-button-width, 48px);
	height: var(--carousel-button-height, 48px);
	padding: 0;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
	color: var(--carousel-button-color, currentColor);
	background: var(--carousel-button-bg, transparent);
	border-radius: var(--carousel-button-border-radius, 50%);
	-webkit-box-shadow: var(--carousel-button-shadow, none);
	box-shadow: var(--carousel-button-shadow, none);
	-webkit-transition: opacity 0.15s ease;
	-o-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel__button.is-prev {
	left: 10px;
}

.carousel__button.is-next {
	right: 10px;
}

.carousel__button[disabled] {
	cursor: default;
	opacity: 0.3;
}

.carousel__button svg {
	width: var(--carousel-button-svg-width, 50%);
	height: var(--carousel-button-svg-height, 50%);
	fill: none;
	stroke: currentColor;
	stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
	stroke-linejoin: bevel;
	stroke-linecap: round;
	-webkit-filter: var(--carousel-button-svg-filter, none);
	filter: var(--carousel-button-svg-filter, none);
	pointer-events: none;
}

html.with-fancybox {
	scroll-behavior: auto;
}

body.compensate-for-scrollbar {
	overflow: hidden !important;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox__container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	margin: 0;
	padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px)
		env(safe-area-inset-left, 0px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: var(--fancybox-color, #fff);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	z-index: 1050;
	outline: none;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
	--carousel-button-svg-stroke-width: 2.5;
	--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.fancybox__container :focus {
	outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
	-webkit-box-shadow:
		0 0 0 1px #fff,
		0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
	.fancybox__container {
		--carousel-button-width: 48px;
		--carousel-button-height: 48px;
		--carousel-button-svg-width: 27px;
		--carousel-button-svg-height: 27px;
	}
}
.fancybox__backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	z-index: 10;
}

.fancybox__carousel.has-dots {
	margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
}

.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.fancybox__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	outline: 0;
	overflow: auto;
	--carousel-button-width: 36px;
	--carousel-button-height: 36px;
	--carousel-button-svg-width: 22px;
	--carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
	content: "";
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0;
	margin: auto;
}

@media all and (min-width: 1024px) {
	.fancybox__slide {
		padding: 64px 100px;
	}
}
.fancybox__content {
	margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
	padding: 36px;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	position: relative;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: thin dotted;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fancybox__caption {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0 0;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	visibility: visible;
	cursor: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
	visibility: hidden;
}

.fancybox__container > .carousel__dots {
	top: 100%;
	color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
	z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
	right: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-next {
		right: 40px;
	}
}
.fancybox__nav .carousel__button.is-prev {
	left: 8px;
}

@media all and (min-width: 1024px) {
	.fancybox__nav .carousel__button.is-prev {
		left: 40px;
	}
}
.carousel__button.is-close {
	position: absolute;
	top: 8px;
	right: 8px;
	top: calc(env(safe-area-inset-top, 0px) + 8px);
	right: calc(env(safe-area-inset-right, 0px) + 8px);
	z-index: 40;
}

@media all and (min-width: 1024px) {
	.carousel__button.is-close {
		right: 40px;
	}
}
.fancybox__content > .carousel__button.is-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
	pointer-events: none;
}

.fancybox__spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
	cursor: pointer;
	z-index: 1053;
}

.fancybox__spinner svg {
	-webkit-animation: fancybox-rotate 2s linear infinite;
	animation: fancybox-rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.fancybox__spinner svg circle {
	fill: none;
	stroke-width: 2.75;
	stroke-miterlimit: 10;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
	animation: fancybox-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
	stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
@keyframes fancybox-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close {
	-webkit-animation: 0.15s ease backwards fancybox-fadeIn;
	animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
	-webkit-animation: 0.15s ease both fancybox-fadeOut;
	animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
	-webkit-animation: 0.15s ease both fancybox-fadeIn;
	animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
	-webkit-animation: 0.1s ease both fancybox-fadeOut;
	animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
	-webkit-animation: 0.2s ease both fancybox-zoomInUp;
	animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
	-webkit-animation: 0.15s ease both fancybox-zoomOutDown;
	animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
	-webkit-animation: 0.15s ease both fancybox-throwOutUp;
	animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
	-webkit-animation: 0.15s ease both fancybox-throwOutDown;
	animation: 0.15s ease both fancybox-throwOutDown;
}

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

@keyframes fancybox-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@keyframes fancybox-fadeOut {
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes fancybox-zoomInUp {
	from {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@keyframes fancybox-zoomOutDown {
	to {
		-webkit-transform: scale(0.97) translate3d(0, 16px, 0);
		transform: scale(0.97) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutUp {
	to {
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
		opacity: 0;
	}
}
@-webkit-keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
@keyframes fancybox-throwOutDown {
	to {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}
}
.fancybox__carousel .carousel__slide {
	scrollbar-width: thin;
	scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
	cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__image {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.has-image .fancybox__content {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	min-height: 1px;
}

.is-closing .has-image .fancybox__content {
	overflow: visible;
}

.has-image[data-image-fit="contain"] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.has-image[data-image-fit="contain"] .fancybox__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.has-image[data-image-fit="contain"] .fancybox__image {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.has-image[data-image-fit="contain-w"] {
	overflow-x: hidden;
	overflow-y: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__content {
	min-height: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__image {
	max-width: 100%;
	height: auto;
}

.has-image[data-image-fit="cover"] {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.has-image[data-image-fit="cover"] .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-image[data-image-fit="cover"] .fancybox__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	max-width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	width: 100%;
	height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, 0.9);
	color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.fancybox__thumbs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	padding: 0px 3px;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
	opacity: 0;
}

.fancybox__thumbs .carousel__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: var(--fancybox-thumbs-width, 96px);
	margin: 0;
	padding: 8px 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	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;
	overflow: visible;
	cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
	opacity: 0;
	-webkit-transition: opacity 0.15s ease;
	-o-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
	opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox__thumb {
	position: relative;
	width: 100%;
	padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
	background-size: cover;
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(hsla(0deg, 0%, 0%, 0)),
		color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)),
		color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)),
		color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)),
		color-stop(29%, hsla(0deg, 0%, 0%, 0.077)),
		color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)),
		color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)),
		color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)),
		color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)),
		color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)),
		color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)),
		color-stop(71%, hsla(0deg, 0%, 0%, 0.363)),
		color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)),
		color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)),
		color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)),
		to(hsla(0deg, 0%, 0%, 0.44))
	);
	background: -o-linear-gradient(
		bottom,
		hsla(0deg, 0%, 0%, 0) 0%,
		hsla(0deg, 0%, 0%, 0.006) 8.1%,
		hsla(0deg, 0%, 0%, 0.021) 15.5%,
		hsla(0deg, 0%, 0%, 0.046) 22.5%,
		hsla(0deg, 0%, 0%, 0.077) 29%,
		hsla(0deg, 0%, 0%, 0.114) 35.3%,
		hsla(0deg, 0%, 0%, 0.155) 41.2%,
		hsla(0deg, 0%, 0%, 0.198) 47.1%,
		hsla(0deg, 0%, 0%, 0.242) 52.9%,
		hsla(0deg, 0%, 0%, 0.285) 58.8%,
		hsla(0deg, 0%, 0%, 0.326) 64.7%,
		hsla(0deg, 0%, 0%, 0.363) 71%,
		hsla(0deg, 0%, 0%, 0.394) 77.5%,
		hsla(0deg, 0%, 0%, 0.419) 84.5%,
		hsla(0deg, 0%, 0%, 0.434) 91.9%,
		hsla(0deg, 0%, 0%, 0.44) 100%
	);
	background: linear-gradient(
		to top,
		hsla(0deg, 0%, 0%, 0) 0%,
		hsla(0deg, 0%, 0%, 0.006) 8.1%,
		hsla(0deg, 0%, 0%, 0.021) 15.5%,
		hsla(0deg, 0%, 0%, 0.046) 22.5%,
		hsla(0deg, 0%, 0%, 0.077) 29%,
		hsla(0deg, 0%, 0%, 0.114) 35.3%,
		hsla(0deg, 0%, 0%, 0.155) 41.2%,
		hsla(0deg, 0%, 0%, 0.198) 47.1%,
		hsla(0deg, 0%, 0%, 0.242) 52.9%,
		hsla(0deg, 0%, 0%, 0.285) 58.8%,
		hsla(0deg, 0%, 0%, 0.326) 64.7%,
		hsla(0deg, 0%, 0%, 0.363) 71%,
		hsla(0deg, 0%, 0%, 0.394) 77.5%,
		hsla(0deg, 0%, 0%, 0.419) 84.5%,
		hsla(0deg, 0%, 0%, 0.434) 91.9%,
		hsla(0deg, 0%, 0%, 0.44) 100%
	);
	padding: 0;
	-ms-touch-action: none;
	touch-action: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	--carousel-button-svg-width: 20px;
	--carousel-button-svg-height: 20px;
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
	.fancybox__toolbar {
		padding: 8px;
	}
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
	-webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
	animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
	opacity: 0;
}

.fancybox__toolbar__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fancybox__toolbar__items--left {
	margin-right: auto;
}

.fancybox__toolbar__items--center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
	margin-left: auto;
}

@media (max-width: 640px) {
	.fancybox__toolbar__items--center:not(:last-child) {
		display: none;
	}
}
.fancybox__counter {
	min-width: 72px;
	padding: 0 10px;
	line-height: var(--carousel-button-height, 48px);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
	background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 30;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
	opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
	opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
	opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
	display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
	display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
	display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
	display: block;
} /**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property:
		height,
		-webkit-transform;
	transition-property:
		height,
		-webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property:
		transform,
		height,
		-webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition:
		0.2s top,
		0.2s -webkit-transform;
	transition:
		0.2s top,
		0.2s -webkit-transform;
	-o-transition:
		0.2s transform,
		0.2s top;
	transition:
		0.2s transform,
		0.2s top;
	transition:
		0.2s transform,
		0.2s top,
		0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition:
		0.2s left,
		0.2s -webkit-transform;
	transition:
		0.2s left,
		0.2s -webkit-transform;
	-o-transition:
		0.2s transform,
		0.2s left;
	transition:
		0.2s transform,
		0.2s left;
	transition:
		0.2s transform,
		0.2s left,
		0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition:
		0.2s right,
		0.2s -webkit-transform;
	transition:
		0.2s right,
		0.2s -webkit-transform;
	-o-transition:
		0.2s transform,
		0.2s right;
	transition:
		0.2s transform,
		0.2s right;
	transition:
		0.2s transform,
		0.2s right,
		0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property:
		opacity,
		height,
		-webkit-transform;
	transition-property:
		opacity,
		height,
		-webkit-transform;
	-o-transition-property: transform, opacity, height;
	transition-property: transform, opacity, height;
	transition-property:
		transform,
		opacity,
		height,
		-webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

main {
	margin-top: var(--header-height, 140px);
}

._link {
	color: #e85122;
	text-decoration: underline;
	text-underline-offset: 5px;
}
._link:hover {
	color: rgb(247, 102, 56);
}

._bgwhite {
	background-color: #fff !important;
	border: none !important;
}

._green-text {
	color: #e85122;
}

.tooltip-horizontal-scroll-icon_hand {
	-webkit-animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
	animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.invisible {
	display: none;
}

.tooltip-horizontal-scroll-icon_card {
	-webkit-animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
	animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

._coursor {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px 0;
}
@media (max-width: 47.99875em) {
	._coursor {
		margin-bottom: 0;
	}
}

@-webkit-keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
	0% {
		-webkit-transform: translateX(80px) scale(1);
		transform: translateX(80px) scale(1);
		opacity: 0;
	}
	10% {
		-webkit-transform: translateX(80px) scale(1);
		transform: translateX(80px) scale(1);
		opacity: 1;
	}
	20%,
	60% {
		-webkit-transform: translateX(175px) scale(0.6);
		transform: translateX(175px) scale(0.6);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(5px) scale(0.6);
		transform: translateX(5px) scale(0.6);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(5px) scale(0.6);
		transform: translateX(5px) scale(0.6);
		opacity: 0;
	}
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
	0% {
		-webkit-transform: translateX(80px) scale(1);
		transform: translateX(80px) scale(1);
		opacity: 0;
	}
	10% {
		-webkit-transform: translateX(80px) scale(1);
		transform: translateX(80px) scale(1);
		opacity: 1;
	}
	20%,
	60% {
		-webkit-transform: translateX(175px) scale(0.6);
		transform: translateX(175px) scale(0.6);
		opacity: 1;
	}
	80% {
		-webkit-transform: translateX(5px) scale(0.6);
		transform: translateX(5px) scale(0.6);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(5px) scale(0.6);
		transform: translateX(5px) scale(0.6);
		opacity: 0;
	}
}
@-webkit-keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
	0%,
	60% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	80%,
	to {
		-webkit-transform: translateX(-240px);
		transform: translateX(-240px);
	}
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
	0%,
	60% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	80%,
	to {
		-webkit-transform: translateX(-240px);
		transform: translateX(-240px);
	}
}
._disable-hover,
._disable-hover * {
	pointer-events: none !important;
}

._section {
	margin-top: 120px;
}
@media (max-width: 47.99875em) {
	._section {
		margin-top: 50px;
	}
}

.fancybox__container {
	max-width: 100%;
}

/* Fancybox: только модальные окна; padding убираем, ширину задаёт контент */
.fancybox__content {
	padding: 0 !important;
}
/* Но если контент = .form-modal, padding должен быть у самой карточки */
.fancybox__content.form-modal {
	padding: 100px 120px !important;
}
@media (max-width: 76.875em) {
	.fancybox__content.form-modal {
		padding: 80px 50px !important;
	}
}
@media (max-width: 61.99875em) {
	.fancybox__content.form-modal {
		padding: 50px 30px !important;
	}
}
@media (max-width: 47.99875em) {
	.fancybox__content.form-modal {
		padding: 30px !important;
	}
}
@media (max-width: 35.99875em) {
	.fancybox__content.form-modal {
		padding: 20px !important;
	}
}
.fancybox__content:has(._radius60) {
	border-radius: 60px;
}
.fancybox__content:has(._radius40) {
	border-radius: 40px;
}
.fancybox__content:has(._radius30) {
	border-radius: 30px;
}
.fancybox__content:has(._radius20) {
	border-radius: 20px;
}

/* Модалка "Шоурум": перебиваем inline-цвет заголовка и убираем отступ _section */
#showroom-modal ._section {
	margin-top: 0 !important;
}
#showroom-modal .section-7__title,
#showroom-modal .section-7__subtitle {
	color: #fff !important;
}

.fancybox__slide:has(.section-7.section-7_favorite) {
	padding: 48px 10px 10px;
}
@media (min-width: 1024px) {
	@media (min-width: 1024px) {
		.fancybox__slide {
			padding: 50px;
		}
	}
	.fancybox__slide:has(.section-7.section-7_favorite) {
		padding: 64px 16px 16px;
	}
}

@media (min-width: 76.875em) {
	footer,
	header,
	main {
		zoom: 85%;
	}
}
@media (min-width: 76.875em) {
	.section-20__map {
		zoom: 117.6471%;
	}
}

.fancybox__content:has(.section-7),
.fancybox__content:has(.form-modal) {
	max-width: min(100vw - 24px, 1560px);
	width: 100%;
}

.fancybox__content ._section,
.fancybox__content ._main-block,
.fancybox__content .section-7,
.fancybox__content .form-modal {
	margin-top: 0;
}
.fancybox__content .section-7__title + .section-7__subtitle {
	margin-top: 20px;
	max-width: 600px;
}

._text-center {
	text-align: center;
}

._image-back {
	width: 100%;
	background-repeat: no-repeat;
	margin-inline: auto;
	max-width: 1920px;
	background-size: cover;
	background-position: top center;
	padding: 120px 0;
}
@media (max-width: 47.99875em) {
	._image-back {
		padding: 30px 0;
	}
}

._main-block {
	margin-top: 50px;
}
@media (max-width: 47.99875em) {
	._main-block {
		margin-top: 30px;
	}
}

._bottom_block {
	margin-bottom: 120px;
}
/* В модальных окнах Fancybox нижний внешний отступ ломает высоту/позиционирование */
.fancybox__content ._bottom_block {
	margin-bottom: 0 !important;
}
@media (max-width: 47.99875em) {
	._bottom_block {
		margin-bottom: 50px;
	}
	.fancybox__content ._bottom_block {
		margin-bottom: 0 !important;
	}
}

._main-btn {
	min-height: 96px;
	text-align: center;
	background: #e85122;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.2);
	box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.2);
	border-radius: 100px;
	width: 100%;
	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;
	color: #ffffff;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	/* 28/20 */
}
._main-btn_center {
	margin-top: 40px;
	margin-inline: auto;
}
@media (max-width: 47.99875em) {
	._main-btn_center {
		margin-top: 20px;
	}
}
._main-btn:hover {
	color: #ffffff;
	background: rgb(247, 102, 56);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.3);
}
._main-btn:active {
	color: #ffffff;
	background-color: #e85122;
	-webkit-box-shadow: none;
	box-shadow: none;
}
._main-btn_green {
	background: #79b833;
	font-weight: bold;
}
._main-btn_green:hover {
	background: #3fca79;
	-webkit-box-shadow:
		0px 20px 40px rgba(37, 211, 102, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.25);
	box-shadow:
		0px 20px 40px rgba(37, 211, 102, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.25);
}
._main-btn_green:active {
	background-color: #3cbf73;
}
._main-btn_transparent {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	gap: 7px;
	color: #939393;
	border: 1px solid #939393;
}
._main-btn_transparent svg path {
	stroke: rgba(42, 42, 40, 1);
}
._main-btn_transparent:hover {
	color: #fff !important;
	background: rgb(126, 191, 54);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(121, 184, 51, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(121, 184, 51, 0.3);
	border-color: rgb(126, 191, 54) !important;
}
._main-btn_transparent:hover svg path {
	stroke: #fff;
}
._main-btn_transparent:active {
	background-color: #e85122;
	color: #fff;
	border-color: #e85122;
}
._main-btn_transparent:active svg path {
	stroke: #fff;
}
@media (max-width: 47.99875em) {
	._main-btn {
		min-height: 75px;
		font-size: 16px;
	}
}
@media (max-width: 35.99875em) {
	._main-btn {
		min-height: 75px;
	}
}
@media (max-width: 29.99875em) {
	._main-btn {
		width: 100% !important;
		max-width: 100% !important;
	}
}

._grey-text {
	color: #5a595e;
}

._list,
.section-25__article ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
._list li,
.section-25__article ul li {
	padding-left: 15px;
	position: relative;
}
._list li::before,
.section-25__article ul li::before {
	content: "";
	top: 10px;
	left: 0;
	position: absolute;
	background-color: #79b833;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}

._around {
	background: #fff;
	padding: 120px 0;
	border-radius: 60px;
}
@media (max-width: 47.99875em) {
	._around {
		padding: 50px 0;
		border-radius: 20px;
	}
}

._position-relative {
	position: relative;
	z-index: 1;
}

._section-title {
	font-weight: 500;
	font-size: 60px;
	line-height: 113.333333%;
	/* 68/60 */
	letter-spacing: 0%;
	text-align: center;
}
._section-title_56 {
	font-size: 56px;
}
@media (max-width: 61.99875em) {
	@supports (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		._section-title_56 {
			font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem);
		}
	}
	@supports not (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		._section-title_56 {
			font-size: calc(1.875rem + 2.125 * (100vw - 29.9375rem) / 32.0625);
		}
	}
}
._section-title_grand {
	font-size: 76px;
	line-height: 110.5263157895%;
	font-weight: 500;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	._section-title_grand {
		font-size: 55px;
	}
}
@media (max-width: 61.99875em) {
	@supports (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		._section-title_grand {
			font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem);
		}
	}
	@supports not (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		._section-title_grand {
			font-size: calc(1.875rem + 2.125 * (100vw - 29.9375rem) / 32.0625);
		}
	}
}
@media (max-width: 61.99875em) {
	._section-title br {
		display: none;
	}
	@supports (font-size: clamp(1.875rem, -0.225877193rem + 7.0175438596vw, 4.125rem)) {
		._section-title {
			font-size: clamp(1.875rem, -0.225877193rem + 7.0175438596vw, 4.125rem);
		}
	}
	@supports not (font-size: clamp(1.875rem, -0.225877193rem + 7.0175438596vw, 4.125rem)) {
		._section-title {
			font-size: calc(1.875rem + 2.25 * (100vw - 29.9375rem) / 32.0625);
		}
	}
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	._section-title {
		font-size: 42px;
	}
}

._section-subtitle {
	font-weight: 400;
	font-size: 26px;
	color: #2a2a28;
	line-height: 126.666667%;
	/* 38/30 */
	letter-spacing: 0%;
	text-align: center;
	margin-top: 20px;
}
._section-subtitle_32 {
	font-size: 32px;
	line-height: 131.25%;
}
@media (max-width: 61.99875em) {
	@supports (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		._section-subtitle_32 {
			font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem);
		}
	}
	@supports not (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		._section-subtitle_32 {
			font-size: calc(1.875rem + 2.125 * (100vw - 29.9375rem) / 32.0625);
		}
	}
}
@media (max-width: 61.99875em) {
	._section-subtitle {
		font-size: 25px;
	}
}
@media (max-width: 47.99875em) {
	._section-subtitle {
		font-size: 20px;
		margin-top: 15px;
	}
	._section-subtitle br {
		display: none;
	}
}
@media (max-width: 29.99875em) {
	._section-subtitle {
		font-size: 18px;
	}
}

._text-left {
	text-align: left;
}

._white-text {
	color: #fff;
}

._nobr {
	white-space: nowrap;
}

._hidden {
	display: none;
}

._grid {
	gap: 18px;
	display: -ms-grid;
	display: grid;
}
._grid_2fr {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.99875em) {
	._grid_2fr {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 15px;
	}
}
._grid_4fr {
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 76.875em) {
	._grid_4fr {
		gap: 10px;
	}
}
._grid_3fr {
	gap: 18px;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 76.875em) {
	._grid_3fr {
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	._grid {
		gap: 10px;
	}
}

@media (max-width: 61.99875em) {
	._overflow-container_tablet {
		padding: 0;
		max-width: 100%;
		overflow: visible;
	}
	._overflow-container_tablet ._coursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	._overflow-container_tablet ._coursor + div {
		padding: 0 15px;
		grid-template-columns: repeat(auto-fill, 300px);
		grid-auto-flow: column;
		overflow-x: scroll;
		margin-top: 0 !important;
		padding-bottom: 10px !important;
	}
	._overflow-container_tablet ._coursor + div > div,
	._overflow-container_tablet ._coursor + div > a {
		min-width: 300px;
	}
}
@media (max-width: 35.99875em) {
	._overflow-container_tablet ._coursor + div {
		padding: 0 !important;
	}
	.p-20 {
		padding: 0 !important;
	}
}
@media (max-width: 47.99875em) {
	._overflow-container_mob {
		max-width: 100%;
		padding: 0;
		overflow: visible;
	}
	._overflow-container_mob ._coursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	._overflow-container_mob ._coursor + div {
		padding: 0 15px;
		grid-template-columns: repeat(auto-fill, 300px);
		grid-auto-flow: column;
		overflow-x: scroll;
		overflow-y: visible;
		margin-top: 0 !important;
		padding-bottom: 10px !important;
		gap: 15px;
	}
	._overflow-container_mob ._coursor + div > div,
	._overflow-container_mob ._coursor + div > a {
		min-width: 300px;
	}
}
._section-border_top {
	border-top: 1px solid #cbd4dd;
	padding-top: 120px;
}
@media (max-width: 47.99875em) {
	._section-border_top {
		padding-top: 30px;
	}
}

._p100 {
	padding-top: 100px;
}
@media (max-width: 35.99875em) {
	._p100 {
		padding-top: 40px;
	}
}

._section-border_bottom {
	border-bottom: 1px solid #cbd4dd;
	padding-bottom: 120px;
}
@media (max-width: 47.99875em) {
	._section-border_bottom {
		padding-bottom: 30px;
	}
}

._radius16 {
	border-radius: 16px;
}

._radius20 {
	border-radius: 20px;
}

._radius40 {
	border-radius: 40px;
}
.fancybox__content ._radius20,
.fancybox__content ._radius30,
.fancybox__content ._radius40 {
	overflow: hidden;
}

._radius60 {
	border-radius: 60px;
}
@media (max-width: 47.99875em) {
	._radius60 {
		border-radius: 20px;
	}
}

._square {
	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;
	color: #fff;
	border-radius: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 66px;
	height: 66px;
	background-color: #e85122;
}
@media (max-width: 47.99875em) {
	._square {
		width: 40px;
		height: 40px;
		border-radius: 9px;
	}
	._square svg {
		width: 65%;
	}
}

._adaptive-pic {
	position: relative;
	overflow: hidden;
}
._adaptive-pic > img,
._adaptive-pic > picture > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

._absolute-pic {
	position: absolute;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.p-20 {
	padding: 0 20px;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.p-20 {
		padding: 0;
	}
}

._text24 {
	font-size: 24px;
	line-height: 133.3333333333%;
}
@media (max-width: 47.99875em) {
	._text24 {
		font-size: 22px;
	}
}
@media (max-width: 35.99875em) {
	._text24 {
		font-size: 20px;
	}
}

._text26 {
	font-size: 26px;
	line-height: 130.769231%;
	/* 34/26 */
}
@media (max-width: 47.99875em) {
	._text26 {
		font-size: 24px;
	}
}
@media (max-width: 35.99875em) {
	._text26 {
		font-size: 22px;
	}
}

._text30 {
	font-size: 30px;
	line-height: 126.6666666667%;
}
@media (max-width: 61.99875em) {
	._text30 {
		font-size: 26px;
	}
}
@media (max-width: 47.99875em) {
	._text30 {
		font-size: 22px;
	}
}
@media (max-width: 35.99875em) {
	._text30 {
		font-size: 18px;
	}
}

._text36 {
	font-size: 36px;
	line-height: 122.2222222222%;
}
@media (max-width: 61.99875em) {
	._text36 {
		font-size: 32px;
	}
}
@media (max-width: 47.99875em) {
	._text36 {
		font-size: 30px;
	}
}
@media (max-width: 35.99875em) {
	._text36 {
		font-size: 23px;
	}
}

.section-25__article h2 {
	font-size: 34px;
	line-height: 123.5294117647%;
	font-weight: 600;
}
@media (max-width: 61.99875em) {
	.section-25__article h2 {
		font-size: 32px;
	}
}
@media (max-width: 47.99875em) {
	.section-25__article h2 {
		font-size: 30px;
	}
}
@media (max-width: 35.99875em) {
	.section-25__article h2 {
		font-size: 23px;
	}
}

._text16 {
	line-height: 120%;
	font-size: 16px;
}
@media (max-width: 35.99875em) {
	._text16 {
		font-size: 14px;
	}
}

._text14 {
	line-height: 110%;
	/* 20/14 */
	font-size: 14px;
}
._text20 {
	font-size: 20px;
	line-height: 140%;
	/* 28/20 */
}
@media (max-width: 35.99875em) {
	._text20 {
		font-size: 18px;
	}
}

._fw600 {
	font-weight: 600;
}

._fw500 {
	font-weight: 500;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: none;
}

.fancybox__viewport.is-draggable {
	cursor: auto;
}

.form__checkbox-label input,
.form__check input,
.form__messenger input,
.callback__time input {
	display: none !important;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

._slider-scrollbar {
	position: static !important;
	margin-top: 40px;
	height: 10px !important;
	background-color: rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
}
@media (max-width: 47.99875em) {
	._slider-scrollbar {
		margin-top: 20px !important;
	}
}
._slider-scrollbar .swiper-scrollbar-drag {
	cursor: pointer;
	background-color: rgb(121, 184, 51) !important;
	border-radius: 10px !important;
	height: 100% !important;
	min-width: 300px !important;
}
@media (max-width: 61.99875em) {
	._slider-scrollbar .swiper-scrollbar-drag {
		min-width: 60px !important;
	}
}
._slider-scrollbar .swiper-scrollbar-drag:hover {
	background-color: rgb(121, 184, 51) !important;
}

._pagination-long {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto !important;
	z-index: 10;
}
._pagination-long .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	border-radius: 2px;
	opacity: 1;
	margin: 0 !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
._pagination-long .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e85122;
}
@media (max-width: 47.99875em) {
	._pagination-long .swiper-pagination-bullet {
		width: 25px;
	}
}

._slider-arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._slider-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	background: rgba(0, 0, 0, 0.06);
	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;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #2a2a28;
	margin: 0 !important;
	position: static !important;
}
@media (max-width: 47.99875em) {
	._slider-arrow {
		width: 45px;
		height: 45px;
	}
}
._slider-arrow::after {
	content: "";
	display: block;
	width: 21px;
	height: 14px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
._slider-arrow.swiper-button-prev::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M19.6671%207L2.67285%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M6.0027%2012.0027L1%207.00001L6.0027%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M19.6671%207L2.67285%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M6.0027%2012.0027L1%207.00001L6.0027%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}
._slider-arrow.swiper-button-next::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M1.33291%207L18.3271%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M14.9973%2012.0027L20%207.00001L14.9973%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M1.33291%207L18.3271%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M14.9973%2012.0027L20%207.00001L14.9973%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}
._slider-arrow:hover {
	background: #e85122;
	color: #fff;
	background: rgb(121, 184, 51) !important;
}
._slider-arrow.swiper-button-disabled {
	opacity: 0.45;
	pointer-events: none;
}

::-webkit-scrollbar-thumb {
	background: #e85122;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: #68896a;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #e85122 transparent;
}

@media (max-width: 29.99875em) {
	.form__subtitle br {
		display: none;
	}
}
.form__content {
	max-width: 396px;
}
.form__content_horizon {
	max-width: 874px;
}
.form__content_horizon .form__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.99875em) {
	.form__content_horizon .form__items {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
@media (max-width: 47.99875em) {
	.form__content_horizon {
		max-width: 396px;
	}
}
.form__content_horizon .form__connection {
	max-width: 396px;
}
.form__label {
	font-weight: 700;
	font-size: 14px;
	line-height: 157.142857%;
	/* 22/14 */
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #939393;
}
.form__messengers {
	margin-top: 8px;
	display: -ms-grid;
	display: grid;
	gap: 6px;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}
.form__toggles {
	margin-top: 8px;
	display: -ms-grid;
	display: grid;
	gap: 10px;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}
.form__toggle label {
	cursor: pointer;
	border-radius: 100px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #939393;
	font-size: 14px;
	font-weight: 500;
	color: #939393;
}
.form__toggle label input {
	display: none;
}
.form__toggle label:has(input:checked) {
	color: #fff;
	background-color: #e85122;
	border-color: #e85122;
}
.form__toggle span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form__messenger label {
	cursor: pointer;
	border-radius: 100px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #939393;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #939393;
	max-width: 121px;
}
.form__messenger label input {
	display: none;
}
.form__messenger label:has(input:checked) {
	color: #fff;
	border-color: transparent;
}
.form__messenger label:has(input:checked) svg path {
	fill: #fff;
}
@media (max-width: 35.99875em) {
	.form__messenger label svg {
		width: 15px;
		height: 15px;
	}
}
.form__messenger span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 35.99875em) {
	.form__messenger span {
		gap: 5px;
	}
}
.form__messenger_call label:has(input:checked) {
	background-color: #e85122 !important;
}
.form__messenger_wh label:has(input:checked) {
	background: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
}
.form__messenger_wh label:not(:has(input:checked)) .icon-max {
	filter: invert(0.4);
}
.form__messenger_wh label:has(input:checked) .icon-max {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.form__messenger_tg label:has(input:checked) {
	background-color: #35a9e5 !important;
}
.form__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.form__input {
	border-radius: 100px;
	min-height: 96px;
	padding-left: 45px;
	padding-right: 15px;
	font-size: 18px;
}
.form__input::-webkit-input-placeholder {
	font-size: 18px;
	color: rgba(26, 26, 26, 0.5);
}
.form__input::-moz-placeholder {
	font-size: 18px;
	color: rgba(26, 26, 26, 0.5);
}
.form__input:-ms-input-placeholder {
	font-size: 18px;
	color: rgba(26, 26, 26, 0.5);
}
.form__input::-ms-input-placeholder {
	font-size: 18px;
	color: rgba(26, 26, 26, 0.5);
}
.form__input::placeholder {
	font-size: 18px;
	color: rgba(26, 26, 26, 0.5);
}
@media (max-width: 47.99875em) {
	.form__input {
		min-height: 75px;
	}
}
@media (max-width: 35.99875em) {
	.form__input {
		min-height: 60px;
	}
}
@media (max-width: 29.99875em) {
	.form__input {
		width: 100% !important;
		max-width: 100% !important;
	}
}
.form__input_textarea {
	padding-top: 35px;
	border-radius: 30px;
	height: 140px;
	font-family: Manrope, sans-serif;
}
.form__file-label {
	cursor: pointer;
	display: block;
	width: 100%;
}
.form__file-input {
	display: none;
}
.form__file-custom {
	border-radius: 12px;
	min-height: 100px;
	padding: 0 40px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	background-color: transparent;
	border: 1px solid rgb(92, 122, 94);
	color: rgb(92, 122, 94);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 47.99875em) {
	.form__file-custom {
		min-height: 75px;
		padding: 0 20px;
		gap: 10px;
	}
}
@media (max-width: 35.99875em) {
	.form__file-custom {
		min-height: 60px;
	}
}
.form__file-custom svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.form__file-custom:hover {
	border-color: rgb(203, 212, 221);
	color: rgb(255, 255, 255);
}
.form__file-custom:hover svg path {
	fill: #fff;
}
.form__file-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.form__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
}
@media (max-width: 47.99875em) {
	.form__checkbox {
		margin-top: 10px;
	}
}

.form__checkbox-label {
	color: #939393;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7.5px;
	cursor: pointer;
}
.form__checkbox-label a {
	color: #e85122;
	text-underline-offset: 2px;
	text-decoration: underline;
}
.form__checkbox-label a:hover {
	color: #849f85;
}
@media (max-width: 47.99875em) {
	.form__checkbox-label {
		gap: 7px;
	}
}

.form__checkbox-icon {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #939393;
	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;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: transparent;
}
.form__checkbox-icon::after {
	right: 2px;
	top: 4px;
	content: "";
	position: absolute;
	width: 10px;
	height: 7px;
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.form__checkbox-label input:checked + .form__checkbox-icon {
	color: #939393;
}
.form__checkbox-label input:checked + .form__checkbox-icon::after {
	opacity: 1;
}

.form__checkbox-text {
	font-size: 14px;
	max-width: 420px;
	line-height: 157.142857%;
	/* 22/14 */
}
@media (max-width: 47.99875em) {
	.form__checkbox-text {
		font-size: 12px;
		line-height: 1.4;
	}
}

/* Страница контактов: textarea в форме */
.page-contacts .form__input_textarea,
.page-contacts textarea.form__input_textarea {
	border-radius: 30px;
	height: 140px;
	padding-top: 35px;
	font-family: Manrope, sans-serif;
}

.showroom-wrapper {
	padding-bottom: 0;
	background-image: url(../img/showroom.webp);
}

.icon-max {
	display: inline-block;
	max-width: 20px;
	max-height: 20px;
	width: 20px;
	height: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	background: url("../img/icon-max.svg") center/contain no-repeat;
}

.icon-max--36 {
	width: 36px;
	height: 36px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
}

.icon-max--fill {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
}
.header__middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}
@media (max-width: 61.99875em) {
	.header__middle {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
.header__top {
	background-color: #f6f6f6;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 61.99875em) {
	.header__top {
		padding: 15px 0;
	}
}
@media (max-width: 47.99875em) {
	.header__top {
		padding: 5px 0;
	}
}
.header__top-inner {
	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;
	gap: 30px;
}
@media (max-width: 76.875em) {
	.header__top-inner {
		gap: 20px;
	}
}
@media (max-width: 61.99875em) {
	.header__top-inner .header__middle {
		display: none;
	}
}
@media (max-width: 29.99875em) {
	.header__top-inner .header__social {
		display: none;
	}
}
.header__brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header__logo {
	display: block;
	text-decoration: none;
	max-width: 255px;
}
@media (max-width: 76.875em) {
	.header__logo {
		max-width: 180px;
	}
}
.header__top-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 76.875em) {
	.header__top-links {
		gap: 15px;
	}
}
@media (max-width: 61.99875em) {
	.header__top-links {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.header__top-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	color: #2a2a28;
	line-height: 150%;
	/* 24/16 */
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
}
@media (max-width: 76.875em) {
	.header__top-link {
		font-size: 14px;
	}
}
.header__top-link svg {
	width: 18px;
	height: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header a.header__top-link:hover {
	color: #79b833;
}
.header a.header__top-link:hover svg path {
	stroke: #79b833;
}
.header__top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 61.99875em) {
	.header__top-right {
		gap: 15px;
	}
}
.header__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
@media (max-width: 479.98px) {
	.header__social {
		display: none;
	}
}
.header__social-link {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	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;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.header__social-link svg {
	width: 20px;
	height: 20px;
}
.header__social-link:hover {
	opacity: 0.8;
}
.header__social-link_whatsapp {
	background-color: #25d366;
	color: #fff;
}
.header__social-link_telegram {
	background-color: #0088cc;
	color: #fff;
}
@media (max-width: 47.99875em) {
	.header__social-link {
		width: 35px;
		height: 35px;
	}
}
.header__contact {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header__phone {
	font-weight: 500;
	font-size: 24px;
	line-height: 133.333333%;
	/* 32/24 */
	letter-spacing: 0%;
}
.header__phone:hover {
	color: #79b833;
}
@media (max-width: 76.875em) {
	.header__phone {
		font-size: 18px;
	}
}
.header__callback {
	font-weight: 700;
	font-size: 14px;
	color: #79b833;
	text-transform: uppercase;
	text-underline-offset: 3px;
	text-decoration-color: rgba(77, 101, 79, 0.4);
}
.header__bottom {
	background-color: #f6f6f6;
	padding: 10px 0;
}
.header__bottom-inner {
	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;
	gap: 50px;
}
@media (max-width: 76.875em) {
	.header__bottom-inner {
		gap: 30px;
	}
}
@media (max-width: 61.99875em) {
	.header__bottom-inner {
		gap: 10px;
	}
}
.header__menu-toggle {
	border-radius: 9px;
	display: none;
	width: 40px !important;
	min-height: 40px !important;
	cursor: pointer;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 991.98px) {
	.header__menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.header__menu-toggle.is-active {
	color: #5c7a5e;
}
.header__nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media (max-width: 991.98px) {
	.header__nav {
		display: none;
	}
}
.header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 76.875em) {
	.header__nav-list {
		gap: 20px;
	}
}
@media (max-width: 61.99875em) {
	.header__nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 0;
		padding: 15px 0;
	}
}
.header__nav-item {
	position: relative;
}
.header__nav-item_dropdown:hover .header__dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
@media (max-width: 61.99875em) {
	.header__nav-item_dropdown.is-open .header__dropdown {
		display: block;
	}
	.header__nav-item_dropdown:not(.is-open) .header__dropdown {
		display: none;
	}
}
@media (max-width: 61.99875em) {
	.header__nav-item {
		border-bottom: 1px solid #e5e5e5;
	}
	.header__nav-item:last-child {
		border-bottom: none;
	}
}
.header__nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	color: #2a2a28;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.header__nav-link:hover {
	color: rgb(232, 81, 34);
}
.header__nav-item_dropdown:hover .header__nav-link svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media (max-width: 61.99875em) {
	.header__nav-link {
		padding: 15px 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header__nav-item_dropdown.is-open .header__nav-link svg {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
.header__dropdown {
	position: absolute;
	top: 121%;
	left: 0;
	margin-top: 10px;
	background-color: #fff;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		-webkit-transform 0.3s ease;
	-o-transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
	z-index: 1001;
	list-style: none;
	margin: 0;
}
.header__dropdown li {
	margin: 0;
}
.header__dropdown a {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition:
		background-color 0.3s ease,
		color 0.3s ease;
	-o-transition:
		background-color 0.3s ease,
		color 0.3s ease;
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
}
.header__dropdown a:hover {
	background-color: rgb(121, 184, 51);
	color: #fff;
}
@media (max-width: 61.99875em) {
	.header__dropdown {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		margin-top: 0;
		padding: 0;
		background-color: #f9f9f9;
		min-width: auto;
	}
	.header__dropdown a {
		padding: 12px 20px 12px 40px;
	}
}
.header__nav-item_mega:hover .header__mega-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.header__mega-menu {
	position: absolute;
	top: 121%;
	left: 0;
	margin-top: 0;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	min-width: 600px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	-o-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	z-index: 1001;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	list-style: none;
	margin: 0;
}
@media (max-width: 61.99875em) {
	.header__mega-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		margin-top: 0;
		min-width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.header__mega-categories {
	background-color: #fff;
	padding: 0;
	min-width: 143px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	list-style: none;
	margin: 0;
}
@media (max-width: 61.99875em) {
	.header__mega-categories {
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}
}
.header__mega-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header__mega-category {
	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;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	pointer-events: auto;
}
.header__mega-category svg {
	width: 8px;
	height: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0.5;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition:
		opacity 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		-webkit-transform 0.3s ease;
	-o-transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
}
.header__mega-category:hover,
.header__mega-category.active {
	color: #fff;
	background-color: rgb(121, 184, 51);
}
.header__mega-category:hover svg,
.header__mega-category.active svg {
	opacity: 1;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.header__mega-category:hover svg path,
.header__mega-category.active svg path {
	fill: #fff;
}
@media (max-width: 61.99875em) {
	.header__mega-category:hover,
	.header__mega-category.active {
		color: #fff;
	}
	.header__mega-category:hover svg path,
	.header__mega-category.active svg path {
		fill: #fff;
	}
}
@media (max-width: 61.99875em) {
	.header__mega-category {
		padding: 12px 20px;
	}
}
.header__mega-subcategories {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 11px 15px;
	background-color: #fff;
	min-width: 400px;
	list-style: none;
	margin: 0;
}
@media (max-width: 61.99875em) {
	.header__mega-subcategories {
		padding: 15px 20px;
		min-width: auto;
	}
}
.header__mega-subcategory-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header__mega-subcategory-group[data-group="color"],
.header__mega-subcategory-group[data-group="style"] {
	display: none;
}
.header__mega-subcategory-group li {
	margin: 0;
	padding: 0;
}
@media (max-width: 61.99875em) {
	.header__mega-subcategory-group {
		gap: 6px;
	}
}
.header__mega-subcategory-link {
	padding: 8px 0;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	position: relative;
}
.header__mega-subcategory-link:hover {
	color: #79b833;
	text-decoration: underline;
	text-underline-offset: 5px;
}
@media (max-width: 61.99875em) {
	.header__mega-subcategory-link {
		padding: 3px 0;
		font-size: 14px;
	}
}
.header__search {
	position: relative;
	width: 251px;
	max-width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	min-width: 0;
}
@media (max-width: 76.875em) {
	.header__search {
		width: 200px;
	}
}
@media (max-width: 61.99875em) {
	.header__search {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.header__search {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 150px;
	}
}
.header__search-input {
	width: 100%;
	min-height: 40px;
	padding: 10px 15px 10px 45px;
	border: 1px solid #e5e5e5;
	border-radius: 50px;
	font-size: 16px;
	outline: none;
	-webkit-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
	background: url(../img/search-02.svg) no-repeat left center #fff;
	background-position-x: 20px;
}
.header__search-input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	/* сдвигаем крестик левее кнопки поиска */
	margin-right: 38px;
	opacity: 0.6;
	background: no-repeat center/18px 18px
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M4.5 4.5l9 9M13.5 4.5l-9 9' stroke='%23939393' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}
.header__search-input[type="search"]::-webkit-search-cancel-button:hover {
	opacity: 1;
}
/* Edge/IE clear button (на всякий случай) */
.header__search-input[type="search"]::-ms-clear {
	width: 18px;
	height: 18px;
}
.header__search-input:focus {
	border-color: #5c7a5e;
}
.header__search-input::-webkit-input-placeholder {
	color: #999;
}
.header__search-input::-moz-placeholder {
	color: #999;
}
.header__search-input:-ms-input-placeholder {
	color: #999;
}
.header__search-input::-ms-input-placeholder {
	color: #999;
}
.header__search-input::placeholder {
	color: #999;
}
.header__search-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #666;
	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;
}
.header__search-btn svg {
	width: 20px;
	height: 20px;
}
.header__search-btn:hover {
	color: #5c7a5e;
}

/* Header live search dropdown (AJAX): module inc/modules/search */
.header__search-dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	max-height: 420px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
}
.header__search-dropdown_active {
	display: block;
}
.header__search-dropdown-list {
	list-style: none;
	margin: 0;
	padding: 6px;
}
.header__search-dropdown-item {
	border-radius: 10px;
}
.header__search-dropdown-item a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	color: inherit;
}
.header__search-dropdown-item:hover,
.header__search-dropdown-item_selected {
	background: #f5f5f5;
}
.header__search-loading,
.header__search-no-results {
	padding: 12px;
	color: #666;
}
.header__search-result-title {
	font-weight: 600;
}
.header__search-result-category,
.header__search-result-type {
	margin-top: 2px;
	font-size: 12px;
	color: #7a7a7a;
}
.header__mobile-menu-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	-o-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}
.header__mobile-menu-backdrop.show {
	opacity: 1;
	visibility: visible;
}
.header__mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 400px;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: right 0.3s ease;
	-o-transition: right 0.3s ease;
	transition: right 0.3s ease;
	overflow-y: auto;
}
.header__mobile-menu.show {
	right: 0;
}
@media (max-width: 575.98px) {
	.header__mobile-menu {
		max-width: 100%;
	}
}
.header__mobile-menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.header__mobile-menu-close {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #000;
	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;
	padding: 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.header__mobile-menu-close:hover {
	color: #5c7a5e;
}
.header__mobile-menu-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
}
.header__mobile-nav .header__nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 0;
	padding: 0;
}
.header__mobile-nav .header__nav-item {
	border-bottom: 1px solid #e5e5e5;
}
.header__mobile-nav .header__nav-item:last-child {
	border-bottom: none;
}
.header__mobile-nav .header__nav-link {
	padding: 5px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__mobile-nav .header__nav-link svg {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition:
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
}
.header__nav-item_dropdown.is-open .header__mobile-nav .header__nav-link svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header__mobile-nav .header__dropdown {
	position: static;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
	padding: 0;
	background-color: #f9f9f9;
	min-width: auto;
	display: none;
}
.header__mobile-nav .header__dropdown.is-open {
	display: block;
}
.header__mobile-nav .header__dropdown a {
	padding: 5px 20px 5px 40px;
}
.header__mobile-nav .header__dropdown a:hover {
	background-color: transparent;
	color: inherit;
}
.header__mobile-nav .header__mega-menu {
	position: static;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
	min-width: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none;
}
.header__mobile-nav .header__mega-menu.is-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__mobile-nav .header__mega-categories {
	border-right: none;
	border-bottom: 1px solid #e5e5e5;
	min-width: auto;
	width: 100%;
	display: block;
}
.header__mobile-nav .header__mega-category-list {
	background-color: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header__mobile-nav .header__mega-category-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header__mobile-nav .header__mega-subcategories {
	padding: 15px 20px;
	min-width: auto;
	display: block;
}
.header__mobile-nav .header__mega-category {
	padding: 5px 20px 5px 40px;
	cursor: pointer;
}
.header__mobile-nav .header__mega-category svg {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition:
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.header__mobile-nav .header__mega-category:hover {
	background-color: rgb(121, 184, 51);
}
.header__mobile-nav .header__mega-category.active {
	background-color: rgb(121, 184, 51);
	color: #fff;
}
.header__mobile-nav .header__mega-category.active svg {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.header__mobile-nav .header__mega-category.active svg path {
	fill: #fff;
}
.header__mobile-nav .header__mega-subcategory-link:hover {
	color: inherit;
	text-decoration: none;
}
.header__mobile-nav .header__mega-subcategory-group {
	display: none;
}
.header__mobile-nav .header__mega-subcategory-group[data-group="form"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__mobile-nav .header__mega-subcategory-group.is-active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.header__mobile-nav .header__mega-subcategory-group-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3px;
	list-style: none;
	margin: 0;
	padding: 5px 20px;
	padding-left: 60px;
	background-color: #f9f9f9;
}
.header__mobile-middle {
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
}
.header__mobile-middle .header__middle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 15px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header__mobile-middle .header__top-links {
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 29.99875em) {
	.header__mobile-middle .header__top-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.header__mobile-middle .header__top-link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header__mobile-middle .header__franchise-btn {
	width: 100%;
	max-width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header__mobile-middle .header__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;
}
@media (max-width: 479.98px) {
	.header__mobile-middle .header__social {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (max-width: 479.98px) {
	.header__mobile-middle .header__franchise-btn {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
.header__mobile-middle .header__franchise-social-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
@media (max-width: 479.98px) {
	.header__mobile-middle .header__franchise-social-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 479.98px) {
	.header__mobile-middle .header__middle .header__franchise-btn {
		max-width: 235px !important;
	}
}

.footer {
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: rgb(26, 26, 26);
}
@media (max-width: 47.99875em) {
	.footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.footer__block {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 56.5% 31%;
	grid-template-columns: 56.5% 31%;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 76.875em) {
	.footer__block {
		-ms-grid-columns: 66.5% 30%;
		grid-template-columns: 66.5% 30%;
	}
}
@media (max-width: 61.99875em) {
	.footer__block {
		-ms-grid-columns: 58.5% 39%;
		grid-template-columns: 58.5% 39%;
		gap: 20px;
	}
}
.footer__top {
	margin-bottom: 30px;
}
@media (max-width: 35.99875em) {
	.footer__top {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
@media (max-width: 29.99875em) {
	.footer__top {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 35.99875em) {
	.footer__right-inner {
		margin-top: 20px;
	}
}
.footer__menu {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 61.99875em) {
	.footer__menu {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 0;
	}
}
@media (max-width: 47.99875em) {
	.footer__menu {
		display: contents;
	}
}
.footer__nav-title {
	color: rgb(147, 147, 147);
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 157.142857%; /* 22/14 */
	text-transform: uppercase;
}
.footer__nav-title a:hover {
	color: #fff;
}
.footer__nav-list {
	gap: 7px;
}
.footer__nav-link:hover {
	color: rgb(126, 191, 54);
}
.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}
@media (max-width: 29.99875em) {
	.footer__contacts {
		width: 100%;
		gap: 15px;
	}
}
.footer__contacts-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
@media (max-width: 29.99875em) {
	.footer__contacts-top {
		width: 100%;
	}
}
.footer__tel {
	font-weight: 500;
	font-size: 32px;
	line-height: 125%; /* 40/32 */
	letter-spacing: 0%;
}
.footer__tel:hover {
	color: rgb(247, 102, 56);
}
@media (max-width: 76.875em) {
	.footer__tel {
		font-size: 23px;
	}
}
.footer__links {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}
.footer__link {
	font-size: 16px;
	line-height: 150%; /* 24/16 */
	min-height: 40px;
	padding: 5px;
	border-color: #939393;
	color: #939393;
}
.footer__middle .footer__menu {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.footer__middle .footer__right {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-ms-grid-column-align: end;
	justify-self: end;
}
@media (max-width: 47.99875em) {
	.footer__middle {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
@media (max-width: 35.99875em) {
	.footer__middle {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
.footer__tfa {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.footer__tfa span {
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	line-height: 137.5%; /* 22/16 */
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 25%;
	text-decoration-thickness: 6%;
	color: rgb(147, 147, 147);
}
.footer__tfa svg {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.footer__tfa:hover svg path {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	fill: rgb(92, 122, 94);
}
.footer__tfa:hover span {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	color: rgb(92, 122, 94);
}
@media (max-width: 35.99875em) {
	.footer__tfa {
		margin-top: 15px;
	}
}
.footer__bottom {
	margin-top: 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 40px;
}
@media (max-width: 47.99875em) {
	.footer__bottom {
		padding-top: 30px;
		margin-top: 15px;
	}
}
.footer__bottom .footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
._messengers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
._messengers__item {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	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;
}
._messengers__item_wh {
	background: -o-linear-gradient(30deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
	background: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
}
._messengers__item_wh:hover {
	-webkit-filter: brightness(1.08);
	filter: brightness(1.08);
}
._messengers__item_tg {
	background-color: rgb(53, 169, 229);
}
._messengers__item_tg:hover {
	background-color: rgb(84, 192, 248);
}

.form-modal {
	max-width: 1440px;
	width: 100%;
	padding: 100px 120px;
	border-radius: 20px;
}
@media (max-width: 76.875em) {
	.form-modal {
		max-width: 60.625rem;
		padding: 80px 50px;
		background-position: 30%;
	}
}
@media (max-width: 61.99875em) {
	.form-modal {
		max-width: 750px;
		padding: 50px 30px;
	}
}
@media (max-width: 47.99875em) {
	.form-modal {
		max-width: 99%;
		padding: 30px;
	}
}
@media (max-width: 35.99875em) {
	.form-modal {
		padding: 20px;
		background-position: left;
	}
}
.form-modal .form__input {
	max-width: 100%;
}
.form-modal .form__subtitle {
	max-width: 560px;
}
.main-form-fancybox .section-7__title {
	position: relative;
	z-index: 1;
	max-width: 600px;
	font-size: 52px;
}
@media (max-width: 47.99875em) {
	.main-form-fancybox .section-7__title {
		font-size: 24px;
	}
}

#form-modal2 .section-7__title {
	max-width: 665px;
}

#form-modal3 .form__content_horizon {
	max-width: 730px;
}
@media (max-width: 47.99875em) {
	#form-modal3 .form__content_horizon {
		max-width: 432px;
	}
}
#form-modal3 .form__content_horizon .form__connection {
	max-width: 432px;
}

.callback-modal {
	border-radius: 20px;
	max-width: 964px;
	width: 100%;
	padding: 0;
	background: rgb(255, 255, 255);
}
@media (max-width: 61.99875em) {
	.callback-modal {
		max-width: 750px;
	}
}
@media (max-width: 47.99875em) {
	.callback-modal {
		max-width: 400px;
	}
	.callback-modal .form__check {
		margin-inline: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.callback-modal__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.callback-modal .form__items {
	gap: 15px;
	margin-top: 0;
}
.callback-modal .form__input {
	max-width: 100%;
	background-color: rgb(250, 251, 252);
	border: 1px solid rgb(241, 241, 241);
}
@media (max-width: 47.99875em) {
	.callback-modal .form__input {
		margin-top: 0;
	}
}
@media (max-width: 29.99875em) {
	.callback-modal .form__input {
		padding-left: 20px;
		font-size: 16px;
	}
	.callback-modal .form__input::-webkit-input-placeholder {
		font-size: 16px;
	}
	.callback-modal .form__input::-moz-placeholder {
		font-size: 16px;
	}
	.callback-modal .form__input:-ms-input-placeholder {
		font-size: 16px;
	}
	.callback-modal .form__input::-ms-input-placeholder {
		font-size: 16px;
	}
	.callback-modal .form__input::placeholder {
		font-size: 16px;
	}
}
.callback-modal .form__messenger label {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.callback-modal .form__label {
	margin-bottom: 8px;
}
.callback-modal .form__button {
	max-width: 100%;
	margin-top: 0;
}
.callback-modal__form {
	width: 100%;
	padding: 50px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
@media (max-width: 76.875em) {
	.callback-modal__form {
		padding: 30px;
	}
}
@media (max-width: 61.99875em) {
	.callback-modal__form {
		padding: 20px;
	}
}
@media (max-width: 29.99875em) {
	.callback-modal__form {
		padding: 15px;
	}
}

.callback__manager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.callback__manager-photo {
	width: 140px;
	height: 140px;
}
.callback__manager-name {
	font-weight: 500;
	margin-bottom: 5px;
}
.callback__leftside {
	max-width: 464px;
	width: 50%;
	color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-image: url(../img/call-back.webp);
	background-position: top center;
	background-size: cover;
	padding: 50px;
	padding-top: 40px;
	padding-bottom: 0;
	border-radius: 20px;
	overflow: hidden;
}
.callback__leftside_mod {
	padding: 30px;
	padding-bottom: 0;
}
.callback__leftside_mod .callback__title {
	font-size: 32px;
}
@media (max-width: 61.99875em) {
	.callback__leftside {
		padding: 25px;
		padding-bottom: 0;
	}
	.callback__leftside_mod {
		padding: 20px;
		padding-bottom: 0;
	}
	.callback__leftside_mod .callback__title {
		font-size: 28px;
	}
}
@media (max-width: 47.99875em) {
	.callback__leftside {
		display: none;
	}
}
.callback__content {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
.callback__content.callback__content_top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.callback__title_mob {
	display: none;
}
@media (max-width: 47.99875em) {
	.callback__title_mob {
		color: #1d1b23;
		font-size: 25px;
		font-weight: 700;
		display: block;
		margin-top: 0;
	}
	.callback__title_mob br {
		display: none;
	}
}
.callback__subtitle {
	margin-top: 15px;
}
.callback__subtitle_mob {
	display: none;
}
@media (max-width: 47.99875em) {
	.callback__subtitle_mob {
		display: block;
		color: #1d1b23;
		font-size: 16px;
		margin-bottom: 15px;
		margin-top: 7px;
	}
	.callback__subtitle_mob br {
		display: none;
	}
}
.callback__phone {
	max-height: 369px;
	margin-inline: auto;
	margin-top: 18px;
}
.callback__phone img {
	max-height: 100%;
}
@media (max-width: 61.99875em) {
	.callback__phone {
		max-width: 280px;
		margin-inline: auto;
	}
}
.callback__phone_section11 {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.callback__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.callback__messengers {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
.callback__times {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
.callback__time {
	width: 100%;
	max-width: 129px;
}
.callback__time label {
	cursor: pointer;
	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;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	height: 42px;
	color: rgb(147, 147, 147);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0%;
}
.callback__time input {
	display: none;
}
.callback__time input:checked + label {
	color: #fff;
	font-weight: 500;
	background: rgb(121, 184, 51);
	border-color: rgb(121, 184, 51);
	border-radius: 100px;
}
.callback__date {
	font-size: 18px;
	padding-left: 35px;
	border-radius: 6px;
	background-color: #e8e9eb;
}
.callback__date::-webkit-input-placeholder {
	font-size: 18px;
	font-family: Onest;
	color: #1d1b23;
}
.callback__date::-moz-placeholder {
	font-size: 18px;
	font-family: Onest;
	color: #1d1b23;
}
.callback__date:-ms-input-placeholder {
	font-size: 18px;
	font-family: Onest;
	color: #1d1b23;
}
.callback__date::-ms-input-placeholder {
	font-size: 18px;
	font-family: Onest;
	color: #1d1b23;
}
.callback__date::placeholder {
	font-size: 18px;
	font-family: Onest;
	color: #1d1b23;
}
.callback__date:disabled {
	background: rgb(232, 233, 235);
	color: rgba(26, 26, 26, 0.3);
	cursor: not-allowed;
	border-color: rgb(241, 241, 241);
}
.callback__item-input {
	width: 100%;
	max-width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	background-color: #f9fafb;
	border-radius: 100px;
	color: rgba(19, 19, 19, 0.3);
	font-size: 18px;
	font-weight: 400;
	padding-left: 45px;
	text-align: left;
	font-family: Manrope, sans-serif;
}
.callback__item-input::-webkit-input-placeholder {
	font-family: Manrope, sans-serif;
	color: rgba(19, 19, 19, 0.3);
}
.callback__item-input::-moz-placeholder {
	font-family: Manrope, sans-serif;
	color: rgba(19, 19, 19, 0.3);
}
.callback__item-input:-ms-input-placeholder {
	font-family: Manrope, sans-serif;
	color: rgba(19, 19, 19, 0.3);
}
.callback__item-input::-ms-input-placeholder {
	font-family: Manrope, sans-serif;
	color: rgba(19, 19, 19, 0.3);
}
.callback__item-input::placeholder {
	font-family: Manrope, sans-serif;
	color: rgba(19, 19, 19, 0.3);
}
@media (max-width: 47.99875em) {
	.callback__item-input {
		height: 85px;
	}
}
@media (max-width: 29.99875em) {
	.callback__item-input {
		padding-left: 20px;
		font-size: 16px;
		height: 60px;
	}
	.callback__item-input::-webkit-input-placeholder {
		font-size: 16px;
	}
	.callback__item-input::-moz-placeholder {
		font-size: 16px;
	}
	.callback__item-input:-ms-input-placeholder {
		font-size: 16px;
	}
	.callback__item-input::-ms-input-placeholder {
		font-size: 16px;
	}
	.callback__item-input::placeholder {
		font-size: 16px;
	}
}

.modal-form_correct {
	border-radius: 20px;
	max-width: 460px;
}
.modal-form_correct .section-7__subtitle {
	color: #131313;
}
.modal-form_correct .form__input {
	max-width: 100%;
	background-color: rgb(250, 251, 252);
	border: 1px solid rgb(241, 241, 241);
}
@media (max-width: 29.99875em) {
	.modal-form_correct {
		padding: 20px;
	}
}

.catalog-cards {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 61.99875em) {
	.catalog-cards {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.catalog-cards {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.catalog-card {
	height: 100%;
	color: rgb(26, 26, 26);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgb(255, 255, 255);
	border-radius: 16px;
	overflow: hidden;
	padding: 10px;
	padding-bottom: 20px;
	gap: 20px;
}
@media (max-width: 76.875em) {
	.catalog-card {
		gap: 12px;
	}
}
@media (max-width: 35.99875em) {
	.catalog-card {
		padding: 7px;
	}
}
.catalog-card__inner {
	padding-inline: 10px;
	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-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	gap: 20px;
}
@media (max-width: 76.875em) {
	.catalog-card__inner {
		padding: 0;
		gap: 15px;
	}
}
.catalog-card__slider-wrapper {
	position: relative;
}
.catalog-card__slider {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 4px;
	position: relative;
}
@media (max-width: 35.99875em) {
	.catalog-card__slider {
		border-radius: 8px;
	}
}
.catalog-card__slide {
	background-color: grey;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 71.5%;
	overflow: hidden;
}
@media (max-width: 35.99875em) {
	.catalog-card__slide {
		padding-bottom: 65%;
	}
}
.catalog-card__navigation {
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-53%);
	-ms-transform: translateY(-53%);
	transform: translateY(-53%);
	z-index: 10;
	pointer-events: none;
}
@media (max-width: 35.99875em) {
	.catalog-card__navigation {
		top: 57%;
	}
}
.catalog-card__arrow {
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 7px;
	background-color: rgb(92, 122, 94);
	border: none;
	cursor: pointer;
	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;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.catalog-card__arrow::after {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}
.catalog-card__arrow:hover {
	background-color: #fff;
}
.catalog-card__arrow:hover::after {
	color: #5c7a5e;
}
@media (max-width: 35.99875em) {
	.catalog-card__arrow {
		width: 30px;
		height: 30px;
	}
}
.catalog-card__arrow_prev {
	left: 10px;
}
@media (max-width: 35.99875em) {
	.catalog-card__arrow_prev {
		left: 5px;
	}
}
.catalog-card__arrow_next {
	right: 10px;
}
@media (max-width: 35.99875em) {
	.catalog-card__arrow_next {
		right: 5px;
	}
}
.catalog-card__discount {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgb(236, 17, 17);
	color: #fff;
	padding: 1px 13px;
	border-radius: 5px;
	font-size: 14px;
	z-index: 10;
}
@media (max-width: 35.99875em) {
	.catalog-card__discount {
		top: 5px;
		right: 5px;
		padding: 1px 5x;
	}
}
.catalog-card__thumb-slider .swiper-slide {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.catalog-card__thumb-slider .swiper-slide-thumb-active {
	opacity: 1;
}
.catalog-card__thumb {
	background-color: grey;
	padding-bottom: 80%;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid transparent;
	-webkit-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
@media (max-width: 35.99875em) {
	.catalog-card__thumb {
		padding-bottom: 65%;
	}
}
.swiper-slide-thumb-active .catalog-card__thumb {
	border-color: #5c7a5e;
}
.catalog-card__thumb > img {
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}
.catalog-card__content {
	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-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.catalog-card__title:hover {
	color: #5c7a5e;
}
@media (max-width: 76.875em) {
	.catalog-card__title {
		font-size: 30px;
	}
}
@media (max-width: 35.99875em) {
	.catalog-card__title {
		font-size: 25px;
	}
}
@media (max-width: 29.99875em) {
	.catalog-card__title {
		font-size: 21px;
	}
}
.catalog-card__price {
	margin-top: 10px;
}
@media (max-width: 76.875em) {
	.catalog-card__price {
		font-size: 20px;
	}
}
@media (max-width: 35.99875em) {
	.catalog-card__price {
		font-size: 16px;
	}
}
.catalog-card__specs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	margin-top: 15px;
}
@media (max-width: 35.99875em) {
	.catalog-card__specs {
		margin-top: 10px;
		gap: 3px;
	}
}
.catalog-card__spec b {
	font-weight: 500;
}
@media (max-width: 76.875em) {
	.catalog-card__spec {
		font-size: 16px;
	}
}
@media (max-width: 35.99875em) {
	.catalog-card__spec {
		font-size: 14px;
		line-height: 1.2;
	}
}
.catalog-card__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
}
@media (max-width: 35.99875em) {
	.catalog-card__footer {
		gap: 5px;
	}
}
.catalog-card__btn {
	min-height: 66px;
	border-radius: 8px;
}
@media (max-width: 47.99875em) {
	.catalog-card__btn {
		min-height: 66px !important;
	}
}
@media (max-width: 35.99875em) {
	.catalog-card__btn {
		font-size: 16px;
		line-height: 1.1;
		min-height: 55px !important;
	}
}
.catalog-card__more {
	margin-top: 15px;
	text-align: center;
}
@media (max-width: 35.99875em) {
	.catalog-card__more {
		margin-top: 10px;
		font-size: 16px;
	}
}
.catalog-card__favorite {
	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;
	gap: 10px;
	margin-top: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	padding: 0;
	color: rgb(90, 89, 94);
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.catalog-card__favorite:hover {
	color: rgb(236, 17, 17);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.catalog-card__favorite:hover svg path {
	stroke: rgb(236, 17, 17);
}
.catalog-card__favorite svg {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.catalog-card__favorite._active {
	color: rgb(236, 17, 17);
}
.catalog-card__favorite._active svg path {
	stroke: rgb(236, 17, 17);
	fill: rgb(236, 17, 17);
}
@media (max-width: 76.875em) {
	.catalog-card__favorite {
		font-size: 17px;
	}
}
@media (max-width: 35.99875em) {
	.catalog-card__favorite {
		margin-top: 0;
		font-size: 12px;
		gap: 5px;
	}
	.catalog-card__favorite svg {
		width: 15px;
	}
}
.catalog-card__btn {
	width: 100%;
	text-align: center;
}

/* В т.ч. section-15__card: кнопка с классом catalog-card__favorite без обёртки .catalog-card */
.catalog-card__favorite._active svg path {
	stroke: rgb(236, 17, 17);
	fill: rgb(236, 17, 17);
}

.catalog__more {
	width: 100%;
	max-width: 356px;
	grid-column: -1/1;
}

.section-1 {
	background-image: url(../img/sec1.webp);
	padding-bottom: 0;
	padding-top: 130px;
	background-position: center;
	background-size: cover;
	/*
  	Герой с _white-text: заголовок и подзаголовок по левому краю (как доставка / рефералы).
  	«По центру на мобилке» — у светлых hero-top (дизайнеры) уже через .section-1_hero-top;
  	если для тёмного героя нужен центр только подзаголовка — повесь на <section> класс .section-1_hero-mob-sub-center
  */
	/* Опция: подзаголовок по центру на мобилке при _white-text (добавлять на секцию по необходимости) */
	/* Dynamic Adapt: блок с data-da на мобиле получает ._dynamic_adapt_ — кнопки в колонку, высота $control-height */
}
.section-1.section-1_home {
	position: relative;
	padding-top: 0;
	min-height: 660px;
	border-radius: 36px;
	overflow: hidden;
	background-position: center right;
	background-size: cover;
	color: #2a2a28;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-1.section-1_home {
		background-position: bottom;
	}
}
.section-1.section-1_home .section-1__container {
	height: 100%;
	position: relative;
}
.section-1.section-1_home .section-1__overlay {
	position: absolute;
	inset: 0;
	max-width: 100%;
	/* backdrop-filter: blur(8px); */
	z-index: 1;
	background:
		-o-linear-gradient(149.54deg, rgba(255, 255, 255, 0) 26.84%, rgba(255, 255, 255, 0.2) 87.8%),
		-o-linear-gradient(192.97deg, rgba(255, 255, 255, 0) 49.93%, rgba(255, 255, 255, 0.8) 92.03%);
	background:
		linear-gradient(300.46deg, rgba(255, 255, 255, 0) 26.84%, rgba(255, 255, 255, 0.2) 87.8%),
		linear-gradient(257.03deg, rgba(255, 255, 255, 0) 49.93%, rgba(255, 255, 255, 0.8) 92.03%);
	width: 100%;
}
.section-1.section-1_home .section-1__inner {
	position: relative;
	z-index: 2;
	padding: 140px 0 156px 0;
}
.section-1.section-1_home .section-1__title {
	max-width: 100%;
	padding-right: 0;
}
.section-1.section-1_home .section-1__subtitle {
	margin-top: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 540px;
}
.section-1.section-1_home .section-1__meta {
	position: relative;
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
}
.section-1.section-1_home .section-1__actions {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-1.section-1_home .section-1__actions ._main-btn {
	width: 100%;
	padding-inline: 26px;
	max-width: 320px;
}
.section-1.section-1_home .section-1__actions ._main-btn_transparent {
	max-width: 238px;
	border: 1px solid rgb(42, 42, 40);
	color: rgb(42, 42, 40);
}
.section-1.section-1_home .section-1__links {
	margin-top: 24px;
	display: -ms-grid;
	display: grid;
	gap: 12px;
}
.section-1.section-1_home .section-1__messenger-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 26px;
	line-height: 1.25;
	text-decoration: underline;
	text-underline-offset: 4px;
	font-size: 16px;
	font-weight: bold;
}
.section-1.section-1_home .section-1__messenger-link_wh {
	color: #5a8cff;
}
.section-1.section-1_home .section-1__messenger-link_tg {
	color: #35a9e5;
}
.section-1.section-1_home .section-1__messenger-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 100%;
}
.section-1.section-1_home .section-1__rating {
	position: static;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 14px 34px rgba(36, 36, 36, 0.14);
	box-shadow: 0 14px 34px rgba(36, 36, 36, 0.14);
	padding: 23px 20px 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 9px;
	width: 100%;
	max-width: 238px;
}
.section-1.section-1_home .section-1__rating-content p {
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.2;
	color: #2a2a28;
}
.section-1.section-1_home .section-1__rating-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 5px;
}
.section-1.section-1_home .section-1__rating-value {
	font-size: 32px;
	line-height: 1;
	color: #2a2a28;
	font-weight: bold;
}
.section-1.section-1_home .section-1__rating-stars {
	font-size: 14px;
	line-height: 1;
	color: #f8bc23;
	letter-spacing: 1px;
}
.section-1.section-1_home .section-1__yandex-reviews-gallery-hidden {
	display: none !important;
}
@media (max-width: 76.875em) {
	.section-1.section-1_home .section-1__inner {
		padding-left: 25px;
	}
	.section-1.section-1_home .section-1__title {
		max-width: 95%;
	}
	.section-1.section-1_home .section-1__subtitle {
		margin-top: 18px;
		max-width: 500px;
	}
	.section-1.section-1_home .section-1__meta {
		margin-top: 18px;
	}
	.section-1.section-1_home .section-1__messenger-link {
		font-size: 22px;
	}
}
@media (max-width: 61.99875em) {
	.section-1.section-1_home {
		min-height: 560px;
		border-radius: 24px;
	}
	.section-1.section-1_home::after {
		display: none;
	}
	.section-1.section-1_home .section-1__overlay {
		max-width: 72%;
	}
	.section-1.section-1_home .section-1__inner {
		max-width: 630px;
		padding: 60px 0 45px 20px;
	}
	.section-1.section-1_home .section-1__title {
		max-width: 90%;
	}
	.section-1.section-1_home .section-1__subtitle {
		max-width: 80%;
	}
	.section-1.section-1_home .section-1__meta {
		gap: 14px;
	}
	.section-1.section-1_home .section-1__actions {
		margin-top: 24px;
	}
	.section-1.section-1_home .section-1__actions ._main-btn {
		padding-inline: 20px;
	}
	.section-1.section-1_home .section-1__actions ._main-btn_transparent {
		min-width: 230px;
	}
	.section-1.section-1_home .section-1__messenger-link {
		font-size: 18px;
	}
	.section-1.section-1_home .section-1__rating {
		max-width: 190px;
	}
}
@media (max-width: 47.99875em) {
	.section-1.section-1_home {
		padding-top: 0;
		min-height: auto;
		border-radius: 18px;
		background-position: center;
		background-image: url(../img/sec1-mob.png);
		background-size: contain;
	}
	.section-1.section-1_home .section-1__overlay {
		max-width: 100%;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.section-1.section-1_home .section-1__inner {
		padding: 26px 15px 28px;
		max-width: 100%;
	}
	.section-1.section-1_home .section-1__title {
		max-width: 100%;
		font-size: 34px;
	}
	.section-1.section-1_home .section-1__subtitle {
		margin-top: 14px;
		max-width: 100%;
		font-size: 20px;
	}
	.section-1.section-1_home .section-1__meta {
		margin-top: 14px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 12px;
	}
	.section-1.section-1_home .section-1__actions {
		margin-top: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.section-1.section-1_home .section-1__actions ._main-btn {
		width: 100%;
	}
	.section-1.section-1_home .section-1__actions ._main-btn_transparent {
		min-width: 0;
	}
	.section-1.section-1_home .section-1__links {
		margin-top: 16px;
		gap: 10px;
	}
	.section-1.section-1_home .section-1__messenger-link {
		font-size: 16px;
	}
	.section-1.section-1_home .section-1__messenger-icon {
		width: 36px;
		height: 36px;
	}
	.section-1.section-1_home .section-1__rating {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 230px;
		padding: 10px 12px;
	}
	.section-1.section-1_home .section-1__rating-value {
		font-size: 30px;
	}
	.section-1.section-1_home .section-1__rating-stars {
		font-size: 11px;
	}
}
.section-1 + .section-13 {
	margin-top: 0 !important;
}
@media (max-width: 61.99875em) {
	.section-1 {
		padding-top: 90px;
	}
}
.section-1__ras {
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	-webkit-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
	background: #5c7a5e;
	-webkit-box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.4),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.4),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: 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;
	top: 115px;
	right: 178px;
	font-size: 14px;
	text-transform: uppercase;
}
@media (max-width: 61.99875em) {
	.section-1__ras {
		right: 0;
	}
}
@media (max-width: 47.99875em) {
	.section-1__ras {
		right: 0;
		top: 0;
		bottom: 0;
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 47.99875em) {
	.section-1 {
		padding-top: 30px;
		position: relative;
	}
	.section-1::after {
		content: "";
		position: absolute;
		inset: 0;
		background-color: rgba(15, 16, 18, 0.65);
		border-radius: inherit;
		pointer-events: none;
		z-index: 0;
	}
	.section-1 .section-1__inner {
		position: relative;
		z-index: 1;
	}
}
.section-1__container {
	position: relative;
}
.section-1__inner {
	position: relative;
}
.section-1__title {
	text-align: left;
}
@media (max-width: 61.99875em) {
	.section-1__title {
		max-width: 590px;
	}
}
@media (max-width: 47.99875em) {
	.section-1__title {
		max-width: 82%;
	}
}
@media (max-width: 35.99875em) {
	.section-1__title {
		padding-right: 85px;
		max-width: 100%;
	}
}
.section-1__subtitle {
	text-align: left;
	margin-top: 20px;
}
.section-1._white-text .section-1__title._section-title {
	text-align: left;
	color: #fff;
}
.section-1._white-text .breadcrumbs a.breadcrumbs__link {
	color: #79b833;
}
.section-1._white-text .breadcrumbs .breadcrumbs__separator,
.section-1._white-text .breadcrumbs .breadcrumbs__current {
	color: #c3c3c3;
}
.section-1._white-text .section-1__subtitle._section-subtitle._white-text {
	color: #fff;
	text-align: left;
	margin-inline: unset;
}
@media (max-width: 47.99875em) {
	.section-1._white-text .section-1__subtitle._section-subtitle._white-text {
		font-weight: 400;
		font-size: 20px;
		line-height: 126.666667%;
		letter-spacing: 0;
		margin-top: 15px;
		padding-right: 0;
	}
}
@media (max-width: 29.99875em) {
	.section-1._white-text .section-1__subtitle._section-subtitle._white-text {
		font-size: 18px;
	}
}
@media (max-width: 47.99875em) {
	.section-1._white-text.section-1_hero-mob-sub-center .section-1__subtitle._section-subtitle._white-text {
		text-align: center;
		max-width: 620px;
		margin-inline: auto;
	}
}
.section-1__footer {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
@media (max-width: 35.99875em) {
	.section-1__footer {
		margin-top: 20px;
	}
}
.section-1__footer[class~="_dynamic_adapt_"] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.section-1__footer[class~="_dynamic_adapt_"] .section-1__footer-btn {
	max-width: 100%;
	width: 100%;
	min-height: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-1__footer-btn {
	max-width: 320px;
}
.section-1__video-play {
	cursor: pointer;
	right: 67px;
	top: 85px;
	background-image: url(../img/text.svg);
	background-size: 190px 190px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 2;
	width: 160px;
	height: 160px;
	border-radius: 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;
	background-color: #e85122;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.4),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.4),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
}
.section-1__video-play svg {
	position: absolute;
}
@media (max-width: 61.99875em) {
	.section-1__video-play {
		width: 130px;
		background-size: 152px 152px;
		height: 130px;
	}
	.section-1__video-play svg {
		width: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-1__video-play {
		width: 100px;
		background-size: 120px 120px;
		height: 100px;
	}
	.section-1__video-play svg {
		width: 20px;
	}
}
@media (max-width: 29.99875em) {
	.section-1__video-play {
		width: 80px;
		background-size: 94px 94px;
		height: 80px;
	}
	.section-1__video-play svg {
		width: 15px;
	}
}
.section-1__video-play:hover {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	color: #ffffff;
	background-color: #68896a;
	-webkit-box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
}
.section-1__video-play:active {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	color: #ffffff;
	background-color: #5c7a5e;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 61.99875em) {
	.section-1__video-play {
		right: 10px;
		top: 0;
	}
}
.section-1__items {
	position: relative;
	z-index: 2;
	margin-top: 100px;
	display: -ms-grid;
	display: grid;
	gap: 3px;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 47.99875em) {
	.section-1__items {
		margin-top: 30px;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
.section-1__item {
	position: relative;
	padding: 30px 35px;
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
}
@media (max-width: 76.875em) {
	.section-1__item {
		padding: 20px;
	}
	.section-1__item br {
		display: none;
	}
}
@media (max-width: 61.99875em) {
	.section-1__item {
		padding-bottom: 30px;
	}
}
@media (max-width: 47.99875em) {
	.section-1__item {
		padding: 20px 15px;
		padding-right: 40px;
	}
}
.section-1__item-text {
	margin-top: 10px;
}
@media (max-width: 61.99875em) {
	.section-1__item-text {
		font-size: 16px;
	}
}
.section-1__item-link {
	display: block;
	margin-top: 15px;
}
.section-1__item-link:hover {
	color: #fff;
}
@media (max-width: 76.875em) {
	.section-1__item-link {
		font-size: 18px;
	}
}
@media (max-width: 61.99875em) {
	.section-1__item-link {
		font-size: 16px;
	}
}
@media (max-width: 47.99875em) {
	.section-1__item-link {
		margin-top: 10px;
	}
}
.section-1__item-icon {
	bottom: 30px;
	right: 30px;
}
@media (max-width: 76.875em) {
	.section-1__item-icon {
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 61.99875em) {
	.section-1__item-icon {
		bottom: 5px;
		right: 15px;
	}
	.section-1__item-icon svg {
		width: 30px;
	}
}
@media (max-width: 47.99875em) {
	.section-1__item-icon {
		bottom: 0px;
		right: 10px;
	}
}
.section-1__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
@media (max-width: 61.99875em) {
	.section-1__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
}
.section-1__leftside {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.section-1__rightside {
	width: 100%;
	max-width: 100%;
}
.section-1__gallery {
	width: 100%;
	max-width: 100%;
}
.section-1__main-slider {
	margin-bottom: 8px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.section-1__slide {
	background-color: #e85122;
	padding-bottom: 68.5%;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-1__slide > img {
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-1__thumb-slider .swiper-slide {
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	pointer-events: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.section-1__thumb {
	padding-bottom: 70.5%;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 4px solid transparent;
	-webkit-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.section-1__thumb:after {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
	content: "";
	inset: 0;
	position: absolute;
	background-image: url(../img/eye.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
}
.section-1__thumb:hover {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.section-1__thumb:hover:after {
	background-color: transparent;
}
.section-1__thumb:hover:after,
.swiper-slide-thumb-active .section-1__thumb:after {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 1 !important;
}
.swiper-slide-thumb-active .section-1__thumb {
	border-color: #e85122;
}
.swiper-slide-thumb-active .section-1__thumb:after {
	background-color: rgba(232, 81, 34, 0.4) !important;
}
.section-1__thumb picture > img,
.section-1__thumb > img {
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-1__navigation {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}
.section-1__arrow {
	position: absolute;
	width: 62px;
	height: 62px;
	border-radius: 100%;
	background-color: #fff;
	cursor: pointer;
	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;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
	color: #2a2a28;
}
@media (max-width: 35.99875em) {
	.section-1__arrow {
		width: 45px;
		height: 45px;
	}
}
.section-1__arrow::after {
	content: "";
	display: block;
	width: 21px;
	height: 14px;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.section-1__arrow:hover {
	background: rgb(121, 184, 51);
	color: #fff;
}
.section-1__arrow_prev {
	left: 20px;
}
.section-1__arrow_prev::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M19.6671%207L2.67285%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M6.0027%2012.0027L1%207.00001L6.0027%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M19.6671%207L2.67285%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M6.0027%2012.0027L1%207.00001L6.0027%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 47.99875em) {
	.section-1__arrow_prev {
		left: 10px;
	}
}
.section-1__arrow_next {
	right: 20px;
}
.section-1__arrow_next::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M1.33291%207L18.3271%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M14.9973%2012.0027L20%207.00001L14.9973%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='14'%20viewBox='0%200%2021%2014'%20fill='none'%3E%3Cpath%20d='M1.33291%207L18.3271%207'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M14.9973%2012.0027L20%207.00001L14.9973%201.99732'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 47.99875em) {
	.section-1__arrow_next {
		right: 10px;
	}
}
.section-1_single {
	background-image: url(../img/sec1_1.webp);
}
.section-1_single .section-1__title-kitchen {
	gap: 14px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.section-1_single .section-1__title-kitchen::before,
.section-1_single .section-1__title-kitchen::after {
	width: 29px;
	height: 7px;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.section-1_single .section-1__title-kitchen::before {
	background-image: url("../img/left-el.svg");
}
.section-1_single .section-1__title-kitchen::after {
	background-image: url("../img/right-el.svg");
}
.section-1_single .section-1__title {
	padding-right: 0;
}
.section-1_single .section-1__subtitle {
	margin-top: 19px;
}
@media (max-width: 47.99875em) {
	.section-1_single .section-1__footer {
		width: 100%;
		margin-top: 0;
	}
}
@media (max-width: 35.99875em) {
	.section-1_single .section-1__footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.section-1_bc {
	padding-bottom: 120px;
	padding-top: 20px;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border-radius: var(--radius-section);
	/* Фон + моб. ::after-оверлей обрезаются по скруглению (как на garantii) */
	overflow: hidden;
}
.section-1_bc .section-1__inner {
	max-width: 100%;
}
@media (max-width: 47.99875em) {
	.section-1_bc {
		padding-bottom: 30px;
	}
}
.section-1_ref .section-1__title {
	padding-right: 0;
	margin-top: 90px;
}
@media (max-width: 47.99875em) {
	.section-1_ref .section-1__title {
		margin-top: 30px;
	}
}
.section-1_ref .section-1__footer-btn {
	max-width: 360px;
}
.section-1_ref-overlay {
	position: relative;
	overflow: hidden;
}
.section-1_ref-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -o-linear-gradient(0.56deg, rgba(15, 16, 18, 0.5) 37.73%, rgba(15, 16, 18, 0) 58.55%);
	background: linear-gradient(89.44deg, rgba(15, 16, 18, 0.5) 37.73%, rgba(15, 16, 18, 0) 58.55%);
	pointer-events: none;
	z-index: 0;
}
.section-1_ref-overlay .section-1__container {
	position: relative;
	z-index: 1;
}
.section-1.section-1_rassrochka {
	position: relative;
	overflow: hidden;
}
.section-1.section-1_rassrochka::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(0.56deg, rgba(255, 255, 255, 0.78) 37.73%, rgba(255, 255, 255, 0) 58.55%);
	background: linear-gradient(89.44deg, rgba(255, 255, 255, 0.78) 37.73%, rgba(255, 255, 255, 0) 58.55%);
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_rassrochka .section-1__container,
.section-1.section-1_rassrochka .section-1__inner {
	position: relative;
	z-index: 1;
}
.section-1.section-1_rassrochka .section-1__title,
.section-1.section-1_rassrochka .section-1__subtitle {
	color: #2a2a28;
}
.section-1.section-1_rassrochka .section-1__title {
	margin-top: 70px;
	max-width: 520px;
}
.section-1.section-1_rassrochka .section-1__subtitle {
	margin-top: 16px;
	max-width: 520px;
	font-size: 28px;
	line-height: 128.5714285714%;
}
.section-1.section-1_rassrochka .section-1__footer {
	margin-top: 28px;
}
@media (max-width: 47.99875em) {
	.section-1.section-1_rassrochka {
		/* Светлый desktop-градиент + тёмный текст на фото дают «грязь» на мобиле — как на garantii/ref */
	}
	.section-1.section-1_rassrochka::before {
		background: -o-linear-gradient(0.56deg, rgba(15, 16, 18, 0.55) 37.73%, rgba(15, 16, 18, 0) 62%);
		background: linear-gradient(89.44deg, rgba(15, 16, 18, 0.55) 37.73%, rgba(15, 16, 18, 0) 62%);
	}
	.section-1.section-1_rassrochka .section-1__title,
	.section-1.section-1_rassrochka .section-1__subtitle {
		color: #fff;
	}
	.section-1.section-1_rassrochka .breadcrumbs a.breadcrumbs__link {
		color: #79b833;
	}
	.section-1.section-1_rassrochka .breadcrumbs .breadcrumbs__separator,
	.section-1.section-1_rassrochka .breadcrumbs .breadcrumbs__current {
		color: #c3c3c3;
	}
	.section-1.section-1_rassrochka .section-1__title {
		margin-top: 30px;
	}
	.section-1.section-1_rassrochka .section-1__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
	}
	.section-1.section-1_rassrochka .section-1__subtitle {
		font-size: 20px;
		line-height: 126.666667%;
		font-weight: 400;
		margin-top: 15px;
	}
	.section-1.section-1_rassrochka .section-1__subtitle br {
		display: none;
	}
	.section-1.section-1_rassrochka .section-1__footer-btn {
		max-width: 100%;
		min-height: 80px;
	}
}
@media (max-width: 47.99875em) {
	.section-1_rev .section-1__title,
	.section-1_rev .section-1__subtitle {
		max-width: 450px;
	}
}
@media (max-width: 35.99875em) {
	.section-1_rev .section-1__title,
	.section-1_rev .section-1__subtitle {
		max-width: 300px;
	}
}
.section-1_single2 {
	position: relative;
}
@media (max-width: 47.99875em) {
	.section-1_single2 {
		padding-bottom: 50px;
	}
}
.section-1_single2 .section-1__subtitle {
	margin-top: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 47.99875em) {
	.section-1_single2 .section-1__subtitle {
		margin-top: 30px;
	}
}
.section-1_single2 .section-1__subtitle:before,
.section-1_single2 .section-1__subtitle:after {
	content: "";
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background-color: rgb(92, 122, 94);
}
.section-1_single2 .section-1__title {
	margin-inline: auto;
	margin-top: 10px;
}
.section-1_single2 .section-1__subtitle,
.section-1_single2 .section-1__title {
	text-align: center;
}
.section-1_single2::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(15, 16, 18, 0.65);
	border-radius: var(--radius-section);
}
.section-1_single2 .section-1__inner {
	position: relative;
	z-index: 2;
}
.section-1_zamer {
	position: relative;
	overflow: hidden;
	color: #2a2a28;
	border-radius: 20px;
}
.section-1_zamer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(0.56deg, rgba(255, 255, 255, 0.84) 35%, rgba(255, 255, 255, 0) 60%);
	background: linear-gradient(89.44deg, rgba(255, 255, 255, 0.84) 35%, rgba(255, 255, 255, 0) 60%);
	pointer-events: none;
	z-index: 0;
}
.section-1_zamer .section-1__container,
.section-1_zamer .section-1__inner {
	position: relative;
	z-index: 1;
}
.section-1_zamer .section-1__title,
.section-1_zamer .section-1__subtitle {
	color: #2a2a28;
}
.section-1_zamer .section-1__title {
	margin-top: 64px;
	max-width: 640px;
}
.section-1_zamer .section-1__subtitle {
	margin-top: 14px;
	max-width: 610px;
	font-size: 28px;
	line-height: 128.5714285714%;
}
.section-1_zamer .section-1__footer {
	margin-top: 30px;
}
.section-1_zamer .section-1__footer-btn {
	max-width: 360px;
}
.section-1_zamer .section-1__zamer-badge {
	position: absolute;
	right: 449px;
	bottom: -17px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #f1f1f2;
	border: 10px solid #e3e3e6;
	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;
	gap: 6px;
	z-index: 2;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-1_zamer .section-1__zamer-badge {
		right: 314px;
	}
}
.section-1_zamer .section-1__zamer-badge::after {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	border: 1px solid #ececee;
	pointer-events: none;
}
.section-1_zamer .section-1__zamer-badge svg {
	position: relative;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: rotate(11deg);
	-ms-transform: rotate(11deg);
	transform: rotate(11deg);
	margin-left: 19px;
}
.section-1_zamer .section-1__zamer-badge-text {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 133.3333333333%;
	color: #2a2a28;
	-webkit-transform: rotate(11deg);
	-ms-transform: rotate(11deg);
	transform: rotate(11deg);
}
.section-1_zamer .breadcrumbs a.breadcrumbs__link {
	color: #79b833;
}
.section-1_zamer .breadcrumbs .breadcrumbs__current,
.section-1_zamer .breadcrumbs .breadcrumbs__separator,
.section-1_zamer .breadcrumbs > .breadcrumbs__link {
	color: #939393;
}
@media (max-width: 61.99875em) {
	.section-1_zamer .section-1__inner {
		position: relative;
		z-index: 1;
		max-width: 475px;
	}
	.section-1_zamer .section-1__inner br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-1_zamer {
		position: relative;
	}
	.section-1_zamer .section-1__inner {
		color: white;
		max-width: 340px;
	}
	.section-1_zamer .section-1__title._section-title {
		color: #fff;
		font-size: 30px;
		line-height: 1.2666666667;
	}
	.section-1_zamer .section-1__subtitle._section-subtitle {
		color: #fff;
		font-size: 20px;
		line-height: 126.666667%;
		margin-top: 15px;
	}
	.section-1_zamer .section-1__zamer-badge {
		display: none;
	}
	.section-1_zamer::after {
		content: "";
		inset: 0;
		position: absolute;
		background-color: rgba(15, 16, 18, 0.65);
	}
}
@media (max-width: 29.99875em) {
	.section-1_zamer .section-1__subtitle._section-subtitle {
		font-size: 18px;
	}
}
.section-1_blog .section-1__subtitle {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-1_blog .section-1__subtitle:before,
.section-1_blog .section-1__subtitle:after {
	display: none;
}
.section-1_blog .section-1__title {
	padding-right: 0;
	margin-inline: auto;
	margin-top: 90px;
}
@media (max-width: 47.99875em) {
	.section-1_blog .section-1__title {
		margin-top: 30px;
	}
}
@media (max-width: 29.99875em) {
	.section-1_ras .section-1__title {
		max-width: 200px;
	}
}
.section-1_about {
	padding-bottom: 307px;
}
@media (max-width: 47.99875em) {
	.section-1_about {
		padding-bottom: 100px;
	}
	.section-1_about::after {
		display: none;
	}
}
@media (max-width: 29.99875em) {
	.section-1_about {
		padding-bottom: 50px;
	}
}
.section-1_about .section-1__subtitle {
	margin-inline: auto;
	text-align: center;
}
.section-1_about .section-1__video-play {
	position: static;
	margin-inline: auto;
	margin-top: 20px;
}
.section-1_hero-top {
	position: relative;
	min-height: 929px;
	color: #2a2a28;
	background-position: center;
	background-size: cover;
}
.section-1_hero-top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(195deg, rgba(255, 255, 255, 0.05) 38%, rgba(255, 255, 255, 0.72) 85%);
	background: linear-gradient(255deg, rgba(255, 255, 255, 0.05) 38%, rgba(255, 255, 255, 0.72) 85%);
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
}
.section-1_hero-top .section-1__container {
	position: relative;
	z-index: 1;
	height: 100%;
}
.section-1_hero-top .section-1__inner {
	min-height: 909px;
	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;
}
.section-1_hero-top .breadcrumbs-section {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.section-1_hero-top .section-1__title {
	margin-top: 98px;
	max-width: 940px;
	padding-right: 0;
	text-align: center;
}
.section-1_hero-top .section-1__subtitle {
	margin-top: 20px;
	max-width: 780px;
	text-align: center;
	font-size: 28px;
	line-height: 128.5714285714%;
}
.section-1_hero-top .section-1__footer {
	margin-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-1_hero-top .section-1__footer-btn {
	max-width: 340px;
	width: 100%;
	min-width: 340px;
}
@media (max-width: 61.99875em) {
	.section-1_hero-top {
		min-height: 760px;
	}
	.section-1_hero-top .section-1__inner {
		min-height: 740px;
	}
	.section-1_hero-top .section-1__title {
		margin-top: 62px;
	}
}
@media (max-width: 47.99875em) {
	.section-1_hero-top {
		min-height: 560px;
	}
	.section-1_hero-top::before {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(255, 255, 255, 0.94)),
			color-stop(38%, rgba(255, 255, 255, 0.82)),
			color-stop(72%, rgba(255, 255, 255, 0.68)),
			to(rgba(255, 255, 255, 0.55))
		);
		background: -o-linear-gradient(
			top,
			rgba(255, 255, 255, 0.94) 0%,
			rgba(255, 255, 255, 0.82) 38%,
			rgba(255, 255, 255, 0.68) 72%,
			rgba(255, 255, 255, 0.55) 100%
		);
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.94) 0%,
			rgba(255, 255, 255, 0.82) 38%,
			rgba(255, 255, 255, 0.68) 72%,
			rgba(255, 255, 255, 0.55) 100%
		);
	}
	.section-1_hero-top::after {
		display: none;
	}
	.section-1_hero-top .section-1__inner {
		min-height: 520px;
	}
	.section-1_hero-top .section-1__title {
		margin-top: 26px;
		max-width: 100%;
	}
	.section-1_hero-top .section-1__subtitle {
		max-width: 100%;
	}
	.section-1_hero-top .section-1__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
	}
	.section-1_hero-top .section-1__subtitle._section-subtitle {
		font-size: 20px;
		line-height: 126.666667%;
		margin-top: 15px;
	}
}
@media (max-width: 29.99875em) {
	.section-1_hero-top .section-1__subtitle._section-subtitle {
		font-size: 18px;
	}
}
.section-1.section-1_disigners.section-1_hero-top::before {
	display: none;
}
@media (max-width: 47.99875em) {
	.section-1.section-1_disigners.section-1_hero-top::before {
		display: block;
		content: "";
		position: absolute;
		inset: 0;
		border-radius: inherit;
		pointer-events: none;
		z-index: 0;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(255, 255, 255, 0.94)),
			color-stop(38%, rgba(255, 255, 255, 0.82)),
			color-stop(72%, rgba(255, 255, 255, 0.68)),
			to(rgba(255, 255, 255, 0.55))
		);
		background: -o-linear-gradient(
			top,
			rgba(255, 255, 255, 0.94) 0%,
			rgba(255, 255, 255, 0.82) 38%,
			rgba(255, 255, 255, 0.68) 72%,
			rgba(255, 255, 255, 0.55) 100%
		);
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.94) 0%,
			rgba(255, 255, 255, 0.82) 38%,
			rgba(255, 255, 255, 0.68) 72%,
			rgba(255, 255, 255, 0.55) 100%
		);
	}
}
.section-1.section-1_vakansii {
	position: relative;
	overflow: hidden;
	/* Планшет / десктоп: без тёмного ::after — только светлый ::before + тёмная типографика */
}
.section-1.section-1_vakansii::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(193.71deg, rgba(255, 255, 255, 0) 47.03%, rgba(255, 255, 255, 0.6) 60.28%);
	background: linear-gradient(256.29deg, rgba(255, 255, 255, 0) 47.03%, rgba(255, 255, 255, 0.6) 60.28%);
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_vakansii .section-1__container {
	position: relative;
	z-index: 1;
}
.section-1.section-1_vakansii .section-1__inner {
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.section-1.section-1_vakansii .section-1__title,
	.section-1.section-1_vakansii .section-1__subtitle {
		color: #2a2a28;
	}
	.section-1.section-1_vakansii .breadcrumbs a.breadcrumbs__link {
		color: #79b833;
	}
	.section-1.section-1_vakansii .breadcrumbs .breadcrumbs__separator,
	.section-1.section-1_vakansii .breadcrumbs .breadcrumbs__current {
		color: #c3c3c3;
	}
}
@media (max-width: 47.99875em) {
	.section-1.section-1_vakansii {
		/* Глобальный .section-1::after перекрывает светлый ::before — иначе снова нечитаемо */
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-1.section-1_vakansii::after {
		display: none;
	}
	.section-1.section-1_vakansii::before {
		border-radius: inherit;
		background: -o-linear-gradient(0.56deg, rgba(15, 16, 18, 0.77) 37.73%, rgba(15, 16, 18, 0) 62%);
		background: linear-gradient(89.44deg, rgba(15, 16, 18, 0.77) 37.73%, rgba(15, 16, 18, 0) 62%);
	}
	.section-1.section-1_vakansii .section-1__title,
	.section-1.section-1_vakansii .section-1__subtitle {
		color: #fff;
	}
	.section-1.section-1_vakansii .breadcrumbs a.breadcrumbs__link {
		color: #79b833;
	}
	.section-1.section-1_vakansii .breadcrumbs .breadcrumbs__separator,
	.section-1.section-1_vakansii .breadcrumbs .breadcrumbs__current {
		color: #c3c3c3;
	}
	.section-1.section-1_vakansii .section-1__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
	}
	.section-1.section-1_vakansii .section-1__subtitle {
		font-size: 20px;
		line-height: 126.666667%;
		font-weight: 400;
		margin-top: 15px;
	}
	.section-1.section-1_vakansii .section-1__subtitle br {
		display: none;
	}
	.section-1.section-1_vakansii .section-1__footer-btn {
		max-width: 100%;
		min-height: 80px;
	}
}
.section-1.section-1_dostavka .section-1__title {
	max-width: 640px;
}
.section-1.section-1_dostavka .section-1__subtitle {
	max-width: 620px;
	font-size: 26px;
	line-height: 128.5714285714%;
}
.section-1.section-1_dostavka .section-1__footer {
	margin-top: 30px;
}
.section-1.section-1_dostavka .section-1__links {
	margin-top: 24px;
	gap: 12px;
}
.section-1.section-1_dostavka .section-1__messenger-link {
	font-weight: 700;
}
.section-1.section-1_dostavka .section-1__messenger-icon {
	width: 52px;
	height: 52px;
}
.section-1.section-1_single-project {
	position: relative;
	overflow: hidden;
}
.section-1.section-1_single-project::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 16, 18, 0.52);
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_single-project .section-1__container {
	position: relative;
	z-index: 1;
}
.section-1.section-1_single-project .section-1__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;
	padding: 26px 0 74px;
}
.section-1.section-1_single-project .breadcrumbs-section {
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 100%;
}
.section-1.section-1_single-project .section-1__title-kitchen {
	margin-top: 38px;
	color: #fff;
}
.section-1.section-1_single-project .section-1__title {
	margin-top: 16px;
	max-width: 100%;
	padding-right: 0;
	text-align: center;
}
@media (max-width: 47.99875em) {
	.section-1.section-1_single-project .section-1__inner {
		padding: 20px 15px 34px;
	}
	.section-1.section-1_single-project .section-1__title-kitchen {
		margin-top: 24px;
	}
}
.section-1.section-1_projects .section-1__footer-btn:first-child {
	max-width: 340px;
}
.section-1.section-1_contacts.section-1_figma-overlay::after {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}
.section-1.section-1_contacts .section-1__inner {
	padding: 0 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-1.section-1_contacts .breadcrumbs-section {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
}
.section-1.section-1_contacts .breadcrumbs {
	text-align: center;
}
.section-1.section-1_contacts .section-1__title {
	margin-top: 80px;
	text-align: center;
	padding-right: 0;
}
.section-1.section-1_contacts .section-1__footer {
	margin-top: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-1.section-1_contacts .section-1__footer-btn {
	width: 360px;
	max-width: 360px;
}
@media (max-width: 47.99875em) {
	.section-1.section-1_contacts .section-1__inner {
		padding: 20px 15px 30px;
	}
	.section-1.section-1_contacts .section-1__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
		color: #fff;
	}
}
.section-1.section-1_favorite-start.section-1_figma-overlay::after {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}
.section-1.section-1_favorite-start .section-1__inner {
	padding: 16px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-1.section-1_favorite-start .breadcrumbs-section {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
}
.section-1.section-1_favorite-start .breadcrumbs {
	text-align: center;
}
.section-1.section-1_favorite-start .section-1__title,
.section-1.section-1_favorite-start .section-1__subtitle {
	text-align: center;
	padding-right: 0;
}
.section-1.section-1_favorite-start .section-1__title {
	margin-top: 24px;
	max-width: 760px;
}
.section-1.section-1_favorite-start .section-1__subtitle {
	margin-top: 20px;
}
.section-1.section-1_favorite-start .section-1__footer {
	margin-top: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-1.section-1_favorite-start .section-1__footer-btn {
	width: 360px;
	max-width: 360px;
}
.section-1.section-1_favorite-start .breadcrumbs__link {
	color: #79b833;
}
.section-1.section-1_favorite-start .breadcrumbs__separator,
.section-1.section-1_favorite-start .breadcrumbs__current {
	color: #c3c3c3;
}
@media (max-width: 47.99875em) {
	.section-1.section-1_favorite-start .section-1__inner {
		padding: 20px 15px 30px;
	}
	.section-1.section-1_favorite-start .section-1__footer-btn {
		width: 100%;
		max-width: 360px;
	}
}
.section-1.section-1_favorite {
	position: relative;
	overflow: hidden;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	height: 500px;
	min-height: 500px;
	padding-top: 0;
	padding-bottom: 0;
}
.section-1.section-1_favorite::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 16, 18, 0.58);
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_favorite .section-1__container,
.section-1.section-1_favorite .section-1__inner {
	position: relative;
	z-index: 1;
}
.section-1.section-1_favorite .section-1__container {
	height: 100%;
	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;
}
.section-1.section-1_favorite .section-1__inner {
	width: 100%;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.section-1.section-1_favorite .breadcrumbs-section {
	width: 100%;
	max-width: 760px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-1.section-1_favorite .breadcrumbs {
	text-align: center;
}
.section-1.section-1_favorite .section-1__title,
.section-1.section-1_favorite .section-1__subtitle {
	color: #fff;
	text-align: center;
	padding-right: 0;
}
.section-1.section-1_favorite .section-1__title {
	margin-top: 20px;
	max-width: 760px;
}
.section-1.section-1_favorite .section-1__subtitle {
	margin-top: 16px;
	max-width: 700px;
}
.section-1.section-1_favorite .section-1__footer {
	margin-top: 18px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-1.section-1_favorite .section-1__footer-btn {
	max-width: 300px;
	min-height: 76px;
}
.section-1.section-1_favorite .breadcrumbs__link {
	color: #79b833;
}
.section-1.section-1_favorite .breadcrumbs__separator,
.section-1.section-1_favorite .breadcrumbs__current {
	color: #c3c3c3;
}
@media (max-width: 47.99875em) {
	.section-1.section-1_favorite {
		height: auto;
		min-height: 420px;
		padding-top: 20px;
		padding-bottom: 26px;
	}
}
.section-1.section-1_reviews-hero {
	position: relative;
	overflow: hidden;
	padding-bottom: 18px;
}
.section-1.section-1_reviews-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(250, 251, 252, 0.78)),
		color-stop(32%, rgba(250, 251, 252, 0.46)),
		color-stop(58%, rgba(250, 251, 252, 0.1)),
		color-stop(73%, rgba(250, 251, 252, 0))
	);
	background: -o-linear-gradient(
		left,
		rgba(250, 251, 252, 0.78) 0%,
		rgba(250, 251, 252, 0.46) 32%,
		rgba(250, 251, 252, 0.1) 58%,
		rgba(250, 251, 252, 0) 73%
	);
	background: linear-gradient(
		90deg,
		rgba(250, 251, 252, 0.78) 0%,
		rgba(250, 251, 252, 0.46) 32%,
		rgba(250, 251, 252, 0.1) 58%,
		rgba(250, 251, 252, 0) 73%
	);
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_reviews-hero .section-1__container {
	position: relative;
	z-index: 1;
}
.section-1.section-1_reviews-hero .section-1__title,
.section-1.section-1_reviews-hero .section-1__subtitle {
	max-width: 650px;
	padding-right: 0;
}
.section-1.section-1_reviews-hero .section-1__footer {
	margin-top: 30px;
}
.section-1.section-1_reviews-hero .section-1__footer-btn {
	max-width: 360px;
}
.section-1.section-1_reviews-hero .section-1__rates {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 18px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.section-1.section-1_reviews-hero .section-1__rate-card {
	width: 388px;
	height: 131px;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 5px;
}
.section-1.section-1_reviews-hero .section-1__rate-logo {
	width: auto;
	height: 26px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
	max-width: 140px;
}
.section-1.section-1_reviews-hero .section-1__rate-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-size: 27px;
	line-height: 1;
}
.section-1.section-1_reviews-hero .section-1__rate-value {
	font-size: 20px;
	line-height: 136.3636363636%;
	color: #2a2a28;
	font-weight: 700;
}
.section-1.section-1_reviews-hero .section-1__rate-stars {
	color: #f8bc23;
	letter-spacing: 1px;
	font-size: 20px;
}
.section-1.section-1_reviews-hero .section-1__rate-count {
	font-size: 20px;
	line-height: 140%;
	color: #5a595e;
	margin-left: 5px;
}
@media (max-width: 61.99875em) {
	.section-1.section-1_reviews-hero .section-1__rates {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fill, 300px);
		grid-auto-flow: column;
		overflow-x: auto;
		padding-bottom: 8px;
	}
	.section-1.section-1_reviews-hero .section-1__rate-card {
		width: 300px;
		min-width: 300px;
	}
}
@media (max-width: 47.99875em) {
	.section-1.section-1_reviews-hero {
		/* На всю ширину экрана — иначе справа проступает body (#ececec) */
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* Базовый .section-1::after на мобиле — 20px; совпадаем с ._bc / var(--radius-section) */
		/* Светлый desktop-градиент + тёмный ::after на мобиле — как section-1_rassrochka */
	}
	.section-1.section-1_reviews-hero::after {
		border-radius: inherit;
	}
	.section-1.section-1_reviews-hero::before {
		background: -o-linear-gradient(0.56deg, rgba(15, 16, 18, 0.55) 37.73%, rgba(15, 16, 18, 0) 62%);
		background: linear-gradient(89.44deg, rgba(15, 16, 18, 0.55) 37.73%, rgba(15, 16, 18, 0) 62%);
	}
	.section-1.section-1_reviews-hero .section-1__title,
	.section-1.section-1_reviews-hero .section-1__subtitle {
		color: #fff;
	}
	.section-1.section-1_reviews-hero .breadcrumbs a.breadcrumbs__link {
		color: #79b833;
	}
	.section-1.section-1_reviews-hero .breadcrumbs .breadcrumbs__separator,
	.section-1.section-1_reviews-hero .breadcrumbs .breadcrumbs__current {
		color: #c3c3c3;
	}
	.section-1.section-1_reviews-hero .section-1__title {
		margin-top: 30px;
	}
	.section-1.section-1_reviews-hero .section-1__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
	}
	.section-1.section-1_reviews-hero .section-1__subtitle {
		font-size: 20px;
		line-height: 126.666667%;
		font-weight: 400;
		margin-top: 15px;
	}
	.section-1.section-1_reviews-hero .section-1__subtitle br {
		display: none;
	}
	.section-1.section-1_reviews-hero .section-1__footer-btn {
		max-width: 100%;
		min-height: 80px;
	}
	.section-1.section-1_reviews-hero .section-1__rates {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		justify-items: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		overflow-x: visible;
		gap: 8px;
	}
	.section-1.section-1_reviews-hero .section-1__rate-card {
		height: auto;
		min-height: 120px;
		padding: 20px;
		width: 100%;
		max-width: 300px;
	}
}
.section-1.section-1_akcii-overlay {
	position: relative;
	overflow: hidden;
}
.section-1.section-1_akcii-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(177.3deg, rgba(255, 255, 255, 0) 54.09%, rgba(255, 255, 255, 0.48) 64.34%);
	background: linear-gradient(272.7deg, rgba(255, 255, 255, 0) 54.09%, rgba(255, 255, 255, 0.48) 64.34%);
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_akcii-overlay .section-1__container {
	position: relative;
	z-index: 1;
}
.section-1.section-1_figma-overlay {
	position: relative;
	overflow: hidden;
	/* Fine-grain monotone noise layer from Figma settings */
}
.section-1.section-1_figma-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 24, 0.8);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-radius: inherit;
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_figma-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: -o-radial-gradient(rgba(139, 139, 139, 0.15) 0.5px, transparent 0.5px);
	background-image: radial-gradient(rgba(139, 139, 139, 0.15) 0.5px, transparent 0.5px);
	background-size: 2px 2px;
	border-radius: inherit;
	pointer-events: none;
	z-index: 1;
}
.section-1.section-1_figma-overlay .section-1__container {
	position: relative;
	z-index: 2;
}
.section-1.section-1_figma-overlay .section-1__inner {
	position: relative;
	z-index: 2;
}
.section-1.section-1_showroom {
	position: relative;
	overflow: hidden;
}
.section-1.section-1_showroom::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(189.88deg, rgba(255, 255, 255, 0) 52.38%, rgba(255, 255, 255, 0.46) 65.3%);
	background: linear-gradient(260.12deg, rgba(255, 255, 255, 0) 42.38%, rgb(255 255 255 / 82%) 61.3%);
	pointer-events: none;
	z-index: 0;
}
.section-1.section-1_showroom .section-1__container,
.section-1.section-1_showroom .section-1__inner {
	position: relative;
	z-index: 1;
}
.section-1.section-1_showroom .section-1__title,
.section-1.section-1_showroom .section-1__subtitle,
.section-1.section-1_showroom .section-1__showroom-list {
	color: #2a2a28;
}
.section-1.section-1_showroom .section-1__title {
	max-width: 520px;
	margin-top: 50px;
	text-align: left;
}
.section-1.section-1_showroom .section-1__subtitle {
	margin-top: 30px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 28px;
	line-height: 128.5714285714%;
}
.section-1.section-1_showroom .section-1__subtitle::before,
.section-1.section-1_showroom .section-1__subtitle::after {
	display: none;
}
.section-1.section-1_showroom .section-1__showroom-list {
	margin-top: 20px;
	display: -ms-grid;
	display: grid;
	gap: 10px;
	max-width: 520px;
}
.section-1.section-1_showroom .section-1__showroom-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	font-size: 20px;
	line-height: 140%;
}
.section-1.section-1_showroom .section-1__showroom-list svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-top: 5px;
}
.section-1.section-1_showroom .section-1__footer {
	margin-top: 24px;
}
.section-1.section-1_showroom .section-1__footer-btn {
	max-width: 420px;
	min-height: 96px;
}
@media (max-width: 47.99875em) {
	.section-1.section-1_showroom {
		/* Глобальный .section-1::after (затемнение) перекрывает светлый ::before — без этого снова «ничего не видно» */
		/* На всю ширину экрана — как reviews-hero, без полоски body справа */
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-1.section-1_showroom::after {
		display: none;
	}
	.section-1.section-1_showroom::before {
		border-radius: inherit;
		background: -o-linear-gradient(0.56deg, rgba(15, 16, 18, 0.77) 37.73%, rgba(15, 16, 18, 0) 62%);
		background: linear-gradient(93deg, rgba(15, 16, 18, 0.77) 37.73%, rgba(15, 16, 18, 0) 112%);
	}
	.section-1.section-1_showroom .section-1__title,
	.section-1.section-1_showroom .section-1__subtitle,
	.section-1.section-1_showroom .section-1__showroom-list,
	.section-1.section-1_showroom .section-1__showroom-list li {
		color: #fff;
	}
	.section-1.section-1_showroom .breadcrumbs a.breadcrumbs__link {
		color: #79b833;
	}
	.section-1.section-1_showroom .breadcrumbs .breadcrumbs__separator,
	.section-1.section-1_showroom .breadcrumbs .breadcrumbs__current {
		color: #c3c3c3;
	}
	.section-1.section-1_showroom .section-1__title {
		margin-top: 26px;
	}
	.section-1.section-1_showroom .section-1__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
	}
	.section-1.section-1_showroom .section-1__subtitle {
		font-size: 20px;
		line-height: 126.666667%;
		font-weight: 400;
		margin-top: 15px;
	}
	.section-1.section-1_showroom .section-1__subtitle br {
		display: none;
	}
	.section-1.section-1_showroom .section-1__showroom-list li {
		font-size: 18px;
		line-height: 144.4444444444%;
	}
	.section-1.section-1_showroom .section-1__showroom-list {
		max-width: 80%;
	}
	.section-1.section-1_showroom .section-1__footer-btn {
		max-width: 100%;
		min-height: 80px;
	}
}
.section-1__links {
	margin-top: 14px;
	display: -ms-grid;
	display: grid;
	gap: 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.section-1__messenger-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.section-1__messenger-link_wh {
	color: #5a8cff;
}
.section-1__messenger-link_tg {
	color: #35a9e5;
}
@media (max-width: 47.99875em) {
	.section-1__messenger-link {
		font-size: 14px;
	}
}
.section-1__messenger-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.section-1_kuhni {
	padding-bottom: 0;
}
.section-1_kuhni .section-1__title {
	margin-inline: auto;
	text-align: center;
}
.section-1_kuhni .section-1__footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-1_kuhni .section-1__footer-btn {
	max-width: 340px;
}
.section-1_archive .section-1__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 47.99875em) {
	.section-1_archive .section-1__subtitle {
		gap: 20px;
	}
}
.section-1_archive .section-1__subtitle li:not(:first-of-type) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.section-1_archive .section-1__subtitle li:not(:first-of-type)::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgb(92, 122, 94);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 47.99875em) {
	.section-1_archive .section-1__subtitle li:not(:first-of-type) {
		gap: 20px;
	}
}
.section-1__logo {
	padding-top: 247px;
	text-align: center;
}
@media (max-width: 47.99875em) {
	.section-1__logo {
		padding-top: 100px;
	}
}
@media (max-width: 29.99875em) {
	.section-1__logo {
		padding-top: 50px;
	}
}
.section-1__wrapper {
	margin-top: 50px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-grid-columns: 48% minmax(300px, 580px);
	grid-template-columns: 48% minmax(300px, 580px);
	gap: 40px;
}
@media (max-width: 61.99875em) {
	.section-1__wrapper {
		gap: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-1__wrapper {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 47.99875em) {
	.section-1__leftside {
		width: 100%;
	}
}
.section-1__title-kitchen {
	font-weight: 700;
	font-size: 14px;
	line-height: 128.571429%;
	/* 18/14 */
	position: relative;
	letter-spacing: 0%;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}
.section-1__title-kitchen:before,
.section-1__title-kitchen:after {
	content: "";
	width: 15px;
	height: 2px;
	border-radius: 2px;
	background-color: rgb(92, 122, 94);
}
.section-1__header {
	margin-top: 9px;
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 47.99875em) {
	.section-1__header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.section-1__like {
	font-size: 18px;
	gap: 10px;
	max-width: 190px;
	min-height: 60px;
}
.section-1__like.catalog-card__favorite {
	margin-top: 0;
	color: #939393;
	border: 1px solid #939393;
}
.section-1__like.catalog-card__favorite svg path {
	stroke: #939393;
	fill: none;
}
.section-1__like.catalog-card__favorite:hover {
	color: #fff;
}
.section-1__like.catalog-card__favorite:hover svg path {
	stroke: #fff;
}
.section-1__like.catalog-card__favorite._active {
	background: rgb(232, 81, 34);
	-webkit-box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	color: #fff;
	border-color: rgb(232, 81, 34);
}
.section-1__like.catalog-card__favorite._active svg path {
	stroke: #fff;
	fill: #fff;
}
@media (max-width: 47.99875em) {
	.section-1__like {
		max-width: 160px !important;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-height: 45px;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}
.section-1__variants {
	margin-top: 20px;
}
.section-1__variants-label {
	text-transform: uppercase;
	color: rgb(147, 147, 147);
}
.section-1__var-items {
	margin-top: 10px;
	gap: 12px;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	display: -ms-grid;
	display: grid;
}
@media (max-width: 35.99875em) {
	.section-1__var-items {
		gap: 5px;
	}
}
.section-1__var-item {
	padding-bottom: 100%;
	border-radius: 14px;
}
@media (max-width: 35.99875em) {
	.section-1__var-item {
		border-radius: 9px;
	}
}
.section-1__characters {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
@media (max-width: 35.99875em) {
	.section-1__characters {
		gap: 15px;
		margin-top: 15px;
	}
}
.section-1__character-name {
	text-transform: uppercase;
	color: rgb(147, 147, 147);
	margin-top: 10px;
	margin-bottom: 7px;
}
@media (max-width: 35.99875em) {
	.section-1__character-text {
		font-size: 16px;
	}
}
@media (max-width: 35.99875em) {
	.section-1__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.section-1__reviews {
	margin-top: 30px;
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 35.99875em) {
	.section-1__reviews {
		margin-top: 20px;
	}
}
.section-1__review-item {
	max-width: 200px;
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 3px;
	font-size: 16px;
	color: rgb(146, 146, 146);
}
.breadcrumbs__link {
	color: rgb(121, 184, 51);
	font-weight: 600;
}
.breadcrumbs__link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.garantii-page .section-1_garantii.section-1_ref-overlay::before {
	background: -o-linear-gradient(193.71deg, rgba(255, 255, 255, 0) 47.03%, rgba(255, 255, 255, 0.4) 60.28%);
	background: linear-gradient(256.29deg, rgba(255, 255, 255, 0) 47.03%, rgba(255, 255, 255, 0.4) 60.28%);
}
.garantii-page .section-1_garantii.section-1_ref-overlay .section-1__title,
.garantii-page .section-1_garantii.section-1_ref-overlay .section-1__subtitle {
	color: #2a2a28;
}
@media (max-width: 47.99875em) {
	.garantii-page .section-1_garantii.section-1_ref-overlay {
		/* Базовый .section-1::after на мобиле затемняет блок — только для этой страницы отключаем */
	}
	.garantii-page .section-1_garantii.section-1_ref-overlay::after {
		display: none;
	}
	.garantii-page .section-1_garantii.section-1_ref-overlay .section-1__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
		color: #2a2a28;
	}
	.garantii-page .section-1_garantii.section-1_ref-overlay .section-1__subtitle._section-subtitle {
		font-size: 20px;
		line-height: 126.666667%;
		font-weight: 400;
		margin-top: 15px;
		color: #2a2a28;
	}
	.garantii-page .section-1_garantii.section-1_ref-overlay .section-1__subtitle br {
		display: none;
	}
}

@media (max-width: 35.99875em) {
	.section-1_bc {
		padding-bottom: 60px;
	}
	.section-1.section-1_home .section-1__inner {
		padding: 26px 0 28px;
	}
	.section-1_zamer .section-1__inner {
		color: #fff;
		max-width: 100%;
	}
}
@media (max-width: 35.99875em) {
	.section-1.section-1_home .section-1__title {
		font-size: 34px;
	}
	.section-1.section-1_home .section-1__subtitle {
		font-size: 20px;
	}
}
.sectionnew-2 {
	background-color: #ececec;
}
.sectionnew-2__grid {
	margin-inline: auto;
}
.sectionnew-2__card {
	min-height: 228px;
	border-radius: 20px;
	border: 1px solid #cbd4dd;
	background-color: #ececec;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 388px;
}
.sectionnew-2__card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}
.sectionnew-2__card-title {
	line-height: 120%;
	font-weight: 600;
}
.sectionnew-2__card-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.sectionnew-2__card-text {
	margin-top: auto;
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #5a595e;
}
.sectionnew-2__card-link {
	margin-top: 22px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 600;
}
.sectionnew-2__list {
	margin-top: auto;
	display: -ms-grid;
	display: grid;
	gap: 8px;
	font-size: 16px;
	line-height: 125%;
	color: #5a595e;
}
.sectionnew-2__list li {
	position: relative;
	padding-left: 12px;
	font-size: 18px;
}
.sectionnew-2__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #79b833;
}
.sectionnew-2__card_image {
	padding: 0;
	overflow: hidden;
	background: #d7dde2;
}
@media (max-width: 61.99875em) {
	.sectionnew-2__grid {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.sectionnew-2__card {
		min-height: 205px;
	}
	.sectionnew-2 .overflow__container._overflow-container_tablet .sectionnew-2__grid > article,
	.sectionnew-2 .overflow__container._overflow-container_tablet .sectionnew-2__grid > div {
		min-width: 300px;
		width: 300px;
	}
}
@media (max-width: 35.99875em) {
	.sectionnew-2__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
@media (max-width: 47.99875em) {
	.sectionnew-2 .overflow__container._overflow-container_mob .sectionnew-2__grid > article,
	.sectionnew-2 .overflow__container._overflow-container_mob .sectionnew-2__grid > div {
		min-width: 300px;
		width: 300px;
	}
}

.section-akcii {
	padding: 0 20px;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-akcii {
		padding: 0;
	}
}
@media (max-width: 35.99875em) {
	.section-akcii {
		padding: 0;
	}
}
.section-akcii__bg-main {
	background: #fff;
	border-top-left-radius: var(--radius-section);
	border-top-right-radius: var(--radius-section);
}
.section-akcii__container {
	padding: 120px 0;
}
.section-akcii__head {
	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;
	gap: 20px;
}
.section-akcii__nav {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.section-akcii__title {
	font-weight: 500;
}
.section-akcii ._coursor {
	margin-top: 15px;
}
.section-akcii__slider {
	margin-top: 50px;
	overflow: visible;
}
.section-akcii__slider.is-initial .swiper-slide-prev {
	opacity: 0 !important;
	visibility: hidden;
	pointer-events: none;
}
.section-akcii__slide {
	width: 800px;
	min-width: 800px;
	height: 576px;
	min-height: 576px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	padding: 40px;
	background: #a9afb6;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section-akcii__slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(207.4deg, rgba(15, 16, 18, 0) 36.42%, rgba(15, 16, 18, 0.9) 100%);
	background: linear-gradient(242.6deg, rgba(15, 16, 18, 0) 36.42%, rgba(15, 16, 18, 0.9) 100%);
	z-index: 1;
	pointer-events: none;
}
.section-akcii__slide_dark {
	background: #98a3b2;
}
.section-akcii__slide_dark::before {
	background: -o-linear-gradient(227.52deg, rgba(15, 16, 18, 0) 40.37%, #0f1012 93.03%);
	background: linear-gradient(222.48deg, rgba(15, 16, 18, 0) 40.37%, #0f1012 93.03%);
}
.section-akcii__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.section-akcii__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-akcii__badge {
	-ms-flex-item-align: start;
	align-self: flex-start;
	background: #ffcc00;
	border-radius: 999px;
	padding: 10px 24px;
	font-size: 16px;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.section-akcii__content {
	color: #fff;
	position: relative;
	z-index: 2;
	margin-top: auto;
	width: 100%;
	max-width: min(560px, 60%);
}
.section-akcii__slide-title {
	font-size: 34px;
	line-height: 123.5294117647%;
	font-weight: 600;
}
.section-akcii__slide-title._text24 {
	font-size: 34px;
	line-height: 123.5294117647%;
}
@media (max-width: 61.99875em) {
	.section-akcii__slide-title._text24 {
		font-size: 30px;
		line-height: 126.6666666667%;
	}
}
@media (max-width: 47.99875em) {
	.section-akcii__slide-title._text24 {
		font-size: 28px;
		line-height: 1.2;
	}
}
.section-akcii__text {
	margin-top: 10px;
	font-size: 18px;
	line-height: 162.5%;
}
.section-akcii__list {
	margin-top: 10px;
	display: -ms-grid;
	display: grid;
	gap: 6px;
	font-size: 18px;
	line-height: 144.4444444444%;
}
.section-akcii__list li {
	position: relative;
	padding-left: 14px;
}
.section-akcii__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #79b833;
}
.section-akcii__list.section-akcii__list_horizontal {
	-ms-grid-columns: (minmax(0, 1fr)) [3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 4px;
}
@media (max-width: 47.99875em) {
	.section-akcii__list.section-akcii__list_horizontal {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-akcii__btn {
	margin-top: 30px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-height: 76px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 100px;
	padding: 12px 26px;
	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;
	color: #fff;
	font-size: 16px;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	min-width: 280px;
}
.section-akcii__btn:hover {
	background-color: rgba(255, 255, 255, 0.18);
}
.section-akcii__more {
	margin-top: 40px;
	margin-inline: auto;
	max-width: 320px;
	min-height: 80px;
}
@media (max-width: 61.99875em) {
	.section-akcii__container {
		padding: 35px 15px 24px;
	}
	.section-akcii__title {
		font-size: 42px;
	}
	.section-akcii__slide {
		width: 680px;
		min-width: 680px;
		height: 500px;
		min-height: 500px;
	}
	.section-akcii__slide-title {
		font-size: 34px;
	}
	.section-akcii__text,
	.section-akcii__list {
		font-size: 18px;
	}
	.section-akcii__btn {
		min-height: 58px;
	}
}
@media (max-width: 47.99875em) {
	.section-akcii {
		padding: 0;
	}
	.section-akcii ._coursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.section-akcii__slider {
		margin-top: 0;
		overflow: visible;
	}
	.section-akcii__head {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.section-akcii__title._section-title {
		font-size: 30px;
		line-height: 1.2666666667;
	}
	.section-akcii__slide {
		width: calc(100vw - 40px);
		min-width: calc(100vw - 40px);
		height: auto;
		min-height: 360px;
		padding: 20px;
	}
	.section-akcii__slide-title {
		font-size: 28px;
	}
	.section-akcii__text,
	.section-akcii__list {
		font-size: 16px;
		line-height: 1.35;
	}
	.section-akcii__badge {
		font-size: 12px;
	}
	.section-akcii__more {
		min-height: 70px;
	}
}
@media (max-width: 35.99875em) {
	.section-akcii__slide::before {
		background: -o-linear-gradient(207.4deg, rgba(15, 16, 18, 0) 24%, rgba(15, 16, 18, 0.95) 100%);
		background: linear-gradient(242.6deg, rgba(15, 16, 18, 0) 24%, rgba(15, 16, 18, 0.95) 100%);
	}
	.section-akcii__slide_dark::before {
		background: -o-linear-gradient(227.52deg, rgba(15, 16, 18, 0) 24%, rgb(15, 16, 18) 100%);
		background: linear-gradient(222.48deg, rgba(15, 16, 18, 0) 24%, rgb(15, 16, 18) 100%);
	}
	.section-akcii__slider {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-akcii__slider .swiper {
		width: 100% !important;
		max-width: 100% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-akcii__slider .swiper-wrapper {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.section-akcii__slide {
		width: 100% !important;
		min-width: 100% !important;
		min-height: 360px;
	}
	body.post-type-archive-actions .section-akcii__slide {
		min-height: 470px;
	}
	.section-akcii__content {
		max-width: min(560px, 100%);
	}
	.section-akcii__list li br {
		display: none;
	}
}

.section-akcii_thankyou .section-akcii__container {
	padding-bottom: 0;
}
.section-akcii_thankyou .section-akcii__nav ._slider-arrow {
	background: #fff;
}
.section-akcii_thankyou .section-akcii__slide {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.section-akcii_grid {
	padding: 0;
}
.section-akcii_grid .section-akcii__container {
	padding: 0;
}
.section-akcii_grid .section-akcii__head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-akcii_grid .section-akcii__title {
	text-align: center;
	max-width: 920px;
	margin: 0 auto;
}
.section-akcii_grid ._coursor {
	margin-top: 20px;
	margin-bottom: 0;
}
.section-akcii_grid .section-akcii__grid-wrap._overflow-container_tablet ._coursor + div,
.section-akcii_grid .section-akcii__grid-wrap._overflow-container_mob ._coursor + div {
	padding-left: 0;
	padding-right: 0;
}
.section-akcii_grid .section-akcii__grid {
	margin-top: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.section-akcii_grid .section-akcii__slide {
	width: 100%;
	min-width: 0;
	height: 460px;
	min-height: 576px;
}
.section-akcii_grid .section-akcii__badge {
	padding: 8px 24px;
	font-size: 16px;
	width: auto;
	height: 44px;
	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;
}
.section-akcii_grid .section-akcii__list {
	gap: 3px;
}
.section-akcii_grid .section-akcii__slide-title._text24 {
	font-size: 24px;
	line-height: 133.3333333333%;
}
@media (max-width: 47.99875em) {
	.section-akcii_grid .section-akcii__slide-title._text24 {
		font-size: 22px;
	}
}
@media (max-width: 35.99875em) {
	.section-akcii_grid .section-akcii__slide-title._text24 {
		font-size: 20px;
	}
}
.section-akcii_grid .section-akcii__btn {
	min-height: 76px;
	min-width: 260px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}
.section-akcii_grid .section-akcii__slide_bonus .section-akcii__list {
	-ms-grid-columns: (minmax(0, 1fr)) [3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 4px;
}
@media (max-width: 76.875em) {
	.section-akcii_grid .section-akcii__grid {
		gap: 14px;
	}
	.section-akcii_grid .section-akcii__slide {
		min-height: 520px;
	}
	.section-akcii_grid .section-akcii__badge {
		height: 40px;
		font-size: 14px;
	}
}
@media (max-width: 61.99875em) {
	.section-akcii_grid .section-akcii__grid-wrap._overflow-container_tablet ._coursor + div {
		grid-template-columns: repeat(auto-fill, 300px);
		grid-auto-flow: column;
		gap: 15px;
		overflow-x: auto;
	}
	.section-akcii_grid .section-akcii__grid-wrap._overflow-container_tablet ._coursor + div > article {
		min-width: 300px;
		width: 300px;
	}
	.section-akcii_grid .section-akcii__slide {
		height: 440px;
		min-height: 440px;
	}
	.section-akcii_grid .section-akcii__title br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-akcii_grid .section-akcii__grid-wrap._overflow-container_mob ._coursor + div {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 300px;
		-ms-grid-columns: unset;
		grid-template-columns: unset;
		gap: 15px;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		margin-top: 0 !important;
	}
	.section-akcii_grid .section-akcii__grid-wrap._overflow-container_mob ._coursor + div > article {
		min-width: 300px;
		width: 300px;
	}
	.section-akcii_grid .section-akcii__grid {
		margin-top: 30px;
	}
	.section-akcii_grid .section-akcii__slide {
		height: auto;
		min-height: 360px;
		padding: 20px;
	}
	.section-akcii_grid .section-akcii__badge {
		height: auto;
		min-height: 36px;
		padding: 8px 14px;
		font-size: 12px;
	}
	.section-akcii_grid .section-akcii__text br {
		display: none;
	}
	.section-akcii_grid .section-akcii__btn {
		min-height: 56px;
		min-width: 220px;
		margin-top: 18px;
	}
	.section-akcii_grid .section-akcii__slide_bonus .section-akcii__list {
		-ms-grid-columns: (minmax(0, 1fr)) [3];
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 4px;
	}
}

/* archive-actions.php — архив акций (CPT actions) */
@media (max-width: 47.99875em) {
	body.post-type-archive-actions .section-akcii__content {
		color: #fff;
		position: relative;
		z-index: 2;
		margin-top: auto;
		width: 100%;
		max-width: min(560px, 100%);
	}
}
@media (min-width: 61.99875em) {
	body.post-type-archive-actions .section-akcii__content {
		max-width: min(560px, 100%);
	}
}
.section-2 {
	border-top: 1px solid #cbd4dd;
	padding-top: 120px;
}
.section-2__gallery {
	border-top: 1px solid #cbd4dd;
	padding-top: 40px;
	overflow: visible;
}
@media (max-width: 61.99875em) {
	.section-2__gallery {
		padding-top: 20px;
	}
}
.section-2__gallery_2 {
	border-top: none;
}
.section-2__gallery .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-2__gallery .swiper-slide {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-2__gallery a {
	background-color: grey;
	display: block;
	width: 100%;
	height: 100%;
}
.section-2__gallery ._adaptive-pic {
	width: 100%;
	padding-bottom: 66%;
}
.section-2__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	position: relative;
}
.section-2__items_v2 {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}
.section-2__items_v2 .section-2__item:not(:first-child)::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 115%;
	width: 1px;
	height: 60%;
	background-color: #cbd4dd;
	pointer-events: none;
	z-index: 1;
}
@media (max-width: 76.875em) {
	.section-2__items_v2 .section-2__item:not(:first-child)::before {
		right: 105%;
	}
}
@media (max-width: 61.99875em) {
	.section-2__items_v2 .section-2__item:not(:first-child)::before {
		right: 103%;
	}
}
@media (max-width: 47.99875em) {
	.section-2__items_v2 .section-2__item:not(:first-child)::before {
		display: none;
	}
}
@media (max-width: 61.99875em) {
	.section-2__items {
		-ms-grid-columns: (auto) [4];
		grid-template-columns: repeat(4, auto);
	}
}
@media (max-width: 47.99875em) {
	.section-2__items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 40px;
		-ms-grid-columns: (auto) [2];
		grid-template-columns: repeat(2, auto);
	}
}
@media (max-width: 35.99875em) {
	.section-2__items {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 10px;
		margin-bottom: 20px;
	}
}
.section-2__item-title {
	margin-bottom: 10px;
}
.section-2__item {
	min-width: 339px;
	padding-bottom: 30px;
	gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.section-2__item:not(:first-child)::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 115%;
	width: 1px;
	height: 60%;
	background-color: #cbd4dd;
	pointer-events: none;
	z-index: 1;
}
@media (max-width: 76.875em) {
	.section-2__item:not(:first-child)::before {
		right: 107%;
	}
}
@media (max-width: 47.99875em) {
	.section-2__item:not(:first-child)::before {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-2__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 76.875em) {
	.section-2__item {
		min-width: unset;
	}
}
@media (max-width: 35.99875em) {
	.section-2__item {
		padding-bottom: 0;
	}
}
@media (max-width: 61.99875em) {
	.section-2__item-text {
		font-size: 16px;
	}
}
.section-2__link {
	max-width: 370px;
}
.section-2.section-2_showroom {
	background: #ececec;
	padding-top: 0;
	border: none;
}
.section-2.section-2_showroom .section-2__container {
	text-align: center;
}
.section-2.section-2_showroom .section-2__title {
	margin-inline: auto;
}
.section-2.section-2_showroom .section-2__subtitle {
	margin-top: 16px;
	margin-inline: auto;
}
.section-2.section-2_showroom .section-2__gallery_showroom {
	margin-top: 50px;
	border-top: none;
	padding-top: 0;
	overflow: visible;
}
.section-2.section-2_showroom .section-2__gallery_showroom .swiper-slide {
	width: 500px;
	height: 330px;
}
@media (max-width: 35.99875em) {
	.section-2.section-2_showroom .section-2__gallery_showroom .swiper {
		width: 100% !important;
		max-width: 100% !important;
	}
	.section-2.section-2_showroom .section-2__gallery_showroom .swiper-wrapper {
		width: 100%;
	}
	.section-2.section-2_showroom .section-2__gallery_showroom .swiper-slide {
		width: 100% !important;
	}
	.section-2.section-2_showroom .section-2__gallery_showroom ._adaptive-pic {
		width: 100% !important;
	}
}
.section-2.section-2_showroom .section-2__gallery_showroom ._adaptive-pic {
	width: 500px;
	height: 330px;
	padding-bottom: 0;
	border-radius: 20px;
}

.about-showroom-top .section-2.section-2_showroom {
	border-top: 1px solid #cbd4dd;
	padding-top: 120px;
}
@media (max-width: 35.99875em) {
	.about-showroom-top .section-2.section-2_showroom {
		padding-top: 50px;
	}
}

.dostavka-showroom-top .section-2.section-2_showroom {
	border-top: 1px solid #cbd4dd;
	padding-top: 120px;
}
@media (max-width: 35.99875em) {
	.dostavka-showroom-top .section-2.section-2_showroom {
		padding-top: 50px;
	}
}

.garantii-showroom-top .section-2.section-2_showroom {
	border-top: none;
	padding-top: 0;
}

/* Только главная: фиксируем рамку/отступы шапки showroom */
body.front-page .section-2.section-2_showroom,
body.home .section-2.section-2_showroom {
	border-top: 1px solid #cbd4dd !important;
	padding-top: 120px !important;
}

@media (max-width: 35.99875em) {
	body.front-page .section-2.section-2_showroom,
	body.home .section-2.section-2_showroom {
		border-top: 1px solid #cbd4dd !important;
		padding-top: 50px !important;
	}
}
@media (max-width: 47.99875em) {
	.section-3 ._coursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.section-3__title {
	font-weight: 500;
}
.section-3__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}
@media (max-width: 47.99875em) {
	.section-3__blocks {
		gap: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-3__blocks._main-block ._text30 {
		font-size: 22px;
		margin-top: 30px;
	}
}
.section-3__block {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 17% auto;
	grid-template-columns: 17% auto;
	gap: 40px;
}
.section-3__block:last-of-type .section-3__item {
	min-height: 500px;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-3__block {
		gap: 20px;
		-ms-grid-columns: 20% auto;
		grid-template-columns: 20% auto;
	}
}
@media (max-width: 61.99875em) {
	.section-3__block {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
@media (max-width: 47.99875em) {
	.section-3__block {
		gap: 0;
	}
}
@media (max-width: 61.99875em) {
	.section-3__block-title br {
		display: none;
	}
}
.section-3__items {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}
.section-3__items_3 {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}
.section-3__items_2 {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.99875em) {
	.section-3__items {
		grid-template-columns: repeat(auto-fill, 300px);
		grid-auto-flow: column;
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	.section-3__items .section-3__item {
		min-width: 300px;
	}
}
.section-3__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 400px;
}
.section-3__item img {
	background-color: grey;
}
.section-3__item-inner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(261.45deg, rgba(20, 20, 20, 0) 37.54%, #141414 97.41%);
	background: linear-gradient(188.55deg, rgba(20, 20, 20, 0) 37.54%, #141414 97.41%);
	z-index: 1;
}
.section-3__item-inner {
	padding: 30px;
	position: relative;
	z-index: 2;
	margin-top: auto;
}
@media (max-width: 61.99875em) {
	.section-3__item-inner {
		padding: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-3__item-text br {
		display: none;
	}
}
.section-3__list {
	margin-top: 10px;
}
.section-4 {
	background-image: url(../img/sec4.webp);
}
.section-4_v2 {
	background-image: none;
}
.section-4_v2 .section-4__item-top {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.section-4_v2 .section-4__item-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.section-4_v3 .section-4__item-title {
	padding-right: 0;
	font-weight: 600;
}
.section-4_v3 .section-4__item::after {
	display: none;
}
.section-4_v3 .section-4__item {
	min-height: 530px;
}
@media (max-width: 47.99875em) {
	.section-4_v3 .section-4__item {
		min-height: 450px;
	}
}
@media (max-width: 61.99875em) {
	.section-4_v3 .section-4__item .section-4__item-inner {
		padding: 15px;
	}
}
.section-4_v4 .section-4__item-title {
	padding-right: 0;
}
.section-4_v4 .section-4__item::after {
	display: none;
}
.section-4_v4 .section-4__button {
	margin-top: 30px;
	min-height: 96px;
}
@media (max-width: 47.99875em) {
	.section-4_v4 .section-4__button {
		min-height: 70px;
		margin-top: 15px;
	}
}
.section-4_v31 {
	background-image: url(../img/sec41.webp);
}
.section-4_v31 .section-4__item {
	min-height: 420px;
}
@media (max-width: 47.99875em) {
	.section-4_v31 .section-4__item {
		min-height: 400px;
	}
}
.section-4_about-planning {
	background: #ececec;
	padding-top: 120px;
}
.section-4_about-planning .section-4__title,
.section-4_about-planning .section-4__subtitle {
	text-align: center;
}
.section-4_about-planning .section-4__subtitle {
	margin-top: 12px;
}
.section-4_about-planning .section-4__items {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.section-4_about-planning .section-4__item {
	width: 285px;
	min-height: 430px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 285px;
	flex: 0 0 285px;
}
.section-4_about-planning .section-4__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(15, 16, 18, 0.6)),
		color-stop(50%, rgba(15, 16, 18, 0))
	);
	background: -o-linear-gradient(top, rgba(15, 16, 18, 0.6) 0%, rgba(15, 16, 18, 0) 50%);
	background: linear-gradient(180deg, rgba(15, 16, 18, 0.6) 0%, rgba(15, 16, 18, 0) 50%);
	z-index: 1;
	pointer-events: none;
}
.section-4_about-planning .section-4__item-inner {
	padding: 25px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.section-4_about-planning .section-4__item-title {
	font-size: 18px;
	line-height: 144.4444444444%;
	font-weight: 400;
	padding-right: 0;
}
.section-4_about-planning .section-4__text {
	display: none;
}
@media (max-width: 47.99875em) {
	.section-4_about-planning {
		padding-top: 50px;
	}
	.section-4_about-planning .overflow__container._overflow-container_mob ._coursor + div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.section-4_about-planning .section-4__items {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.section-4_about-planning .section-4__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 228px;
		flex: 0 0 228px;
		min-width: 228px;
	}
}
.section-4_about-team {
	position: relative;
	border-radius: 36px;
	overflow: hidden;
	padding: 88px 0 100px;
}
.section-4_about-team::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 16, 18, 0.62)), to(rgba(15, 16, 18, 0.72)));
	background: -o-linear-gradient(top, rgba(15, 16, 18, 0.62) 0%, rgba(15, 16, 18, 0.72) 100%);
	background: linear-gradient(180deg, rgba(15, 16, 18, 0.62) 0%, rgba(15, 16, 18, 0.72) 100%);
	z-index: 0;
}
.section-4_about-team::after {
	content: none !important;
	display: none !important;
}
.section-4_about-team .section-4__container {
	position: relative;
	z-index: 1;
}
.section-4_about-team .section-4__title,
.section-4_about-team .section-4__subtitle {
	text-align: center;
}
.section-4_about-team .section-4__subtitle {
	margin-top: 14px;
	color: #fff;
}
.section-4_about-team .section-4__items {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
}
.section-4_about-team .section-4__item {
	width: 388px;
	min-height: 600px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 388px;
	flex: 0 0 388px;
}
.section-4_about-team .section-4__item::after {
	display: none;
}
.section-4_about-team .section-4__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(261.45deg, rgba(20, 20, 20, 0) 37.54%, #141414 97.41%);
	background: linear-gradient(188.55deg, rgba(20, 20, 20, 0) 37.54%, #141414 97.41%);
	z-index: 1;
	pointer-events: none;
}
.section-4_about-team .section-4__item-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 30px;
	position: relative;
	z-index: 2;
	text-align: center;
}
.section-4_about-team .section-4__item-title {
	padding-right: 0;
}
.section-4_about-team .section-4__text {
	display: none;
}
@media (max-width: 61.99875em) {
	.section-4_about-team {
		padding: 56px 0 60px;
	}
	.section-4_about-team .section-4__item {
		width: calc(50% - 9px);
		min-height: 520px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 9px);
		flex: 0 0 calc(50% - 9px);
	}
}
@media (max-width: 47.99875em) {
	.section-4_about-team {
		padding: 36px 0 44px;
	}
	.section-4_about-team .overflow__container._overflow-container_mob ._coursor + div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.section-4_about-team .section-4__items {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.section-4_about-team .section-4__item {
		width: 310px;
		min-height: 352px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
		min-width: 310px;
	}
}
.section-4_referrals {
	background: #ececec;
	/* Как .section-28__reviews — сетка, пузырь, «хвост» */
	/* Горизонтальный скролл карточек: .overflow__container + ._coursor (как у dostavka-responsibility) */
}
.section-4_referrals .section-4__title {
	text-align: center;
}
.section-4_referrals .section-4__items {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.section-4_referrals .section-4__item {
	width: 285px;
	min-height: 430px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 285px;
	flex: 0 0 285px;
	overflow: hidden;
}
.section-4_referrals .section-4__item img {
	height: 100%;
}
.section-4_referrals .section-4__item::after {
	display: none;
}
.section-4_referrals .section-4__item::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(30%, rgba(15, 16, 18, 0)),
		to(rgba(15, 16, 18, 0.82))
	);
	background: -o-linear-gradient(top, rgba(15, 16, 18, 0) 30%, rgba(15, 16, 18, 0.82) 100%);
	background: linear-gradient(180deg, rgba(15, 16, 18, 0) 30%, rgba(15, 16, 18, 0.82) 100%);
	z-index: 1;
	pointer-events: none;
}
.section-4_referrals .section-4__item-inner {
	padding: 25px;
	position: relative;
	z-index: 2;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.section-4_referrals .section-4__item-title {
	padding-right: 0;
	font-size: 18px;
	line-height: 144.4444444444%;
	font-weight: 400;
}
.section-4_referrals .section-4__text {
	display: none;
}
.section-4_referrals .section-4__reviews {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
@media (max-width: 47.99875em) {
	.section-4_referrals .section-4__reviews {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px;
	}
}
.section-4_referrals .section-4__review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.section-4_referrals .section-4__review-person {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
	text-align: center;
	gap: 10px;
}
.section-4_referrals .section-4__review-person p {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
}
.section-4_referrals .section-4__review-person b {
	font-weight: 600;
}
.section-4_referrals .section-4__review-person img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 35.99875em) {
	.section-4_referrals .section-4__review-person img {
		width: 50px;
		height: 50px;
	}
}
.section-4_referrals .section-4__review-text {
	padding: 25px;
	border-radius: 16px;
	background-color: rgb(250, 251, 252);
	position: relative;
	font-size: 16px;
	line-height: 150%;
	color: #2a2a28;
}
.section-4_referrals .section-4__review-text::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 30px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid rgb(250, 251, 252);
	z-index: 3;
}
.section-4_referrals .section-4__review-text::after {
	position: absolute;
	left: -10px;
	top: 31px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgb(250, 251, 252);
	z-index: 4;
}
@media (max-width: 76.875em) {
	.section-4_referrals .section-4__review-text br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-4_referrals .section-4__review-text {
		padding: 15px;
	}
}
@media (max-width: 61.99875em) {
	.section-4_referrals .overflow__container._overflow-container_tablet .section-4__items,
	.section-4_referrals .overflow__container._overflow-container_mob .section-4__items {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.section-4_referrals .overflow__container._overflow-container_tablet .section-4__item,
	.section-4_referrals .overflow__container._overflow-container_mob .section-4__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		width: 300px;
		min-width: 300px;
		max-width: 300px;
	}
}
@media (max-width: 47.99875em) {
	.section-4_referrals {
		/* Один inset 15px: иначе padding у __container + у ._coursor+div (_global) */
	}
	.section-4_referrals .section-4__container {
		padding-left: 0;
		padding-right: 0;
	}
	.section-4_referrals .section-4__title,
	.section-4_referrals .section-4__reviews {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 61.99875em) {
	.section-4_referrals .overflow__container._overflow-container_tablet {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-4_referrals .overflow__container._overflow-container_tablet ._coursor + div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.section-4.section-4_disigners-mask .section-4__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(288.47deg, rgba(15, 16, 18, 0.84) 0.82%, rgba(15, 16, 18, 0) 35.28%);
	background: linear-gradient(161.53deg, rgba(15, 16, 18, 0.84) 0.82%, rgba(15, 16, 18, 0) 35.28%);
	z-index: 1;
	pointer-events: none;
}
.section-4.section-4_disigners-mask .section-4__item-inner {
	position: relative;
	z-index: 2;
}
@media (max-width: 35.99875em) {
	.section-4.section-4_disigners-mask ._overflow-container_tablet ._coursor + div {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.section-4.section-4_v3.section-4_disigners-mask._section:not(.section-4_zamer):not(.section-4_dostavka):not(
		.section-4_rassrochka
	) {
	padding-top: 120px;
	padding-bottom: 120px;
	border-radius: var(--radius-section);
	background-color: #fff;
	background-image: none;
}
@media (max-width: 47.99875em) {
	.section-4.section-4_v3.section-4_disigners-mask._section:not(.section-4_zamer):not(.section-4_dostavka):not(
			.section-4_rassrochka
		) {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.section-4.section-4_zamer {
	padding: 120px 40px 0;
	border-top: 1px solid #cbd4dd;
}
.section-4.section-4_zamer .section-4__items {
	-ms-grid-columns: (590px) [2];
	grid-template-columns: repeat(2, 590px);
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-4.section-4_zamer .section-4__item {
	width: 590px;
	min-height: 520px;
	height: 520px;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-4.section-4_zamer .section-4__item {
		width: auto;
	}
}
.section-4.section-4_zamer .section-4__item-inner {
	padding: 40px;
}
.section-4.section-4_zamer .section-4__item::before {
	background: -o-linear-gradient(260.5deg, rgba(15, 16, 18, 0) 39.3%, rgba(15, 16, 18, 0.9) 94.58%);
	background: linear-gradient(189.5deg, rgba(15, 16, 18, 0) 39.3%, rgba(15, 16, 18, 0.9) 94.58%);
}
@media (max-width: 61.99875em) {
	.section-4.section-4_zamer {
		padding: 0;
	}
	.section-4.section-4_zamer .section-4__items {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 300px;
		-ms-grid-columns: none;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: visible;
		padding: 0 15px 10px !important;
		scroll-padding-right: 15px;
		margin-top: 0 !important;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.section-4.section-4_zamer .section-4__item {
		width: 300px;
		min-width: 300px;
		height: 520px;
		min-height: 520px;
	}
	.section-4.section-4_zamer .section-4__item-inner {
		padding: 24px;
	}
}
@media (max-width: 47.99875em) {
	.section-4.section-4_zamer {
		padding: 50px 0 0;
	}
	.section-4.section-4_zamer .section-4__item {
		width: 300px;
		min-width: 300px;
		height: 520px;
		min-height: 520px;
	}
	.section-4.section-4_zamer .section-4__item-inner {
		padding: 20px;
	}
}
.section-4.section-4_dostavka .section-4__item::before {
	background: -o-linear-gradient(261deg, rgba(15, 16, 18, 0) 28.03%, rgba(15, 16, 18, 0.8) 99.49%);
	background: linear-gradient(189deg, rgba(15, 16, 18, 0) 28.03%, rgba(15, 16, 18, 0.8) 99.49%);
}
@media (max-width: 47.99875em) {
	.section-4.section-4_dostavka .overflow__container._overflow-container_tablet {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-4.section-4_dostavka .overflow__container._overflow-container_tablet ._coursor + div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.section-4.section-4_rassrochka {
	/* rassrochka: внешний отступ — margin; внутри под линией — padding-top (без лишней суммы с 30px у ._section-border_top) */
}
.section-4.section-4_rassrochka .section-4__item {
	min-height: 600px;
}
@media (max-width: 47.99875em) {
	.section-4.section-4_rassrochka .section-4__item {
		min-height: 600px;
	}
}
.section-4.section-4_rassrochka .section-4__button {
	max-width: 270px;
	font-weight: bold;
	margin-top: 20px;
}
@media (max-width: 47.99875em) {
	.section-4.section-4_rassrochka._section._section-border_top {
		margin-top: 0;
		padding-top: 50px;
	}
}
@media (max-width: 35.99875em) {
	.section-4.section-4_v2._section._section-border_top .overflow__container._overflow-container_tablet ._coursor + div,
	.section-4.section-4_v3._section._section-border_top .overflow__container._overflow-container_tablet ._coursor + div,
	.section-4.section-4_disigners-mask._section._section-border_top
		.overflow__container._overflow-container_tablet
		._coursor
		+ div,
	.section-4.section-4_dostavka._section._section-border_top
		.overflow__container._overflow-container_tablet
		._coursor
		+ div,
	.section-4.section-4_rassrochka._section._section-border_top
		.overflow__container._overflow-container_tablet
		._coursor
		+ div {
		padding: 0 15px !important;
	}
}
.section-4.section-4_dostavka-care {
	background-image: none;
	padding-bottom: 190px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.section-4.section-4_dostavka-care .section-4__item-title {
	font-weight: 600;
}
.section-4.section-4_dostavka-care .section-4__item {
	min-height: 600px;
}
.section-4.section-4_dostavka-care .section-4__item::before {
	background: -o-linear-gradient(281.26deg, rgba(255, 255, 255, 0.5) 4.11%, rgba(255, 255, 255, 0) 50.23%);
	background: linear-gradient(168.74deg, rgba(255, 255, 255, 0.5) 4.11%, rgba(255, 255, 255, 0) 50.23%);
}
@media (max-width: 47.99875em) {
	.section-4.section-4_dostavka-care .section-4__item {
		min-height: 465px;
	}
	.section-4.section-4_dostavka-care .overflow__container._overflow-container_tablet {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-4.section-4_dostavka-care .overflow__container._overflow-container_tablet ._coursor + div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.section-4.section-4_dostavka-responsibility {
	background-image: none;
	background-color: transparent;
	/* Ряд в .overflow__container: глобальный скролл цепляется к ._coursor + div, но flex-wrap: wrap ломал горизонтальный скролл на планшете/мобиле */
}
.section-4.section-4_dostavka-responsibility .section-4__title {
	text-align: center;
}
.section-4.section-4_dostavka-responsibility .section-4__items {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 50px;
}
.section-4.section-4_dostavka-responsibility .section-4__item-wrap {
	width: 388px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 388px;
	flex: 0 0 388px;
}
.section-4.section-4_dostavka-responsibility .section-4__item {
	width: 100%;
	min-height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.section-4.section-4_dostavka-responsibility .section-4__item::before,
.section-4.section-4_dostavka-responsibility .section-4__item::after {
	display: none;
}
.section-4.section-4_dostavka-responsibility .section-4__item-image {
	width: 100%;
	height: 280px;
}
.section-4.section-4_dostavka-responsibility .section-4__item-image img {
	-o-object-fit: cover;
	object-fit: cover;
}
.section-4.section-4_dostavka-responsibility .section-4__text {
	margin-top: 25px;
	color: #2a2a28;
	font-size: 18px;
	line-height: 144.4444444444%;
	text-align: center;
}
@media (max-width: 47.99875em) {
	.section-4.section-4_dostavka-responsibility > .overflow__container._overflow-container_tablet {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-4.section-4_dostavka-responsibility > .overflow__container._overflow-container_tablet ._coursor + div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.section-4.section-4_dostavka-responsibility > .overflow__container._overflow-container_tablet .section-4__items,
	.section-4.section-4_dostavka-responsibility > .overflow__container._overflow-container_mob .section-4__items {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.section-4.section-4_dostavka-responsibility > .overflow__container._overflow-container_tablet .section-4__item-wrap,
	.section-4.section-4_dostavka-responsibility > .overflow__container._overflow-container_mob .section-4__item-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		width: 300px;
		min-width: 300px;
		max-width: 300px;
	}
}
.section-4.section-4_garantii-quality .section-4__title {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
.section-4.section-4_garantii-quality .section-4__items {
	margin-top: 42px;
}
.section-4.section-4_garantii-quality .section-4__item-image {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.section-4.section-4_garantii-quality .section-4__item-badge {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #79b833;
	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;
}
.section-4.section-4_garantii-quality .section-4__text {
	margin-top: 18px;
	font-size: 18px;
	line-height: 144.4444444444%;
}
@media (max-width: 76.875em) {
	.section-4.section-4_garantii-quality .section-4__text {
		font-size: 17px;
		line-height: 141.1764705882%;
	}
}
@media (max-width: 61.99875em) {
	.section-4.section-4_garantii-quality .section-4__title br,
	.section-4.section-4_garantii-quality .section-4__text br {
		display: none;
	}
	.section-4.section-4_garantii-quality .section-4__item-badge {
		width: 40px;
		height: 40px;
	}
	.section-4.section-4_garantii-quality .section-4__text {
		font-size: 16px;
		line-height: 143.75%;
	}
}
@media (max-width: 47.99875em) {
	.section-4.section-4_garantii-quality .section-4__item-badge {
		width: 36px;
		height: 36px;
		right: 12px;
		bottom: 12px;
	}
	.section-4.section-4_garantii-quality .section-4__text {
		font-size: 15px;
		line-height: 146.6666666667%;
	}
}
.section-4__items {
	position: relative;
	z-index: 2;
	counter-reset: section-4-counter;
}
.section-4__items._main-block {
	/*
  	Раньше было max-width: $tablet → 0 на всём до 991px, в том числе на мобиле,
  	и перебивало padding 15px (та же специфичность .section-4 .section-4__items._main-block).
  	Обнуляем только «планшетный» диапазон; на мобиле — явный inset 15px.
  */
}
@media (min-width: 768px) and (max-width: 61.99875em) {
	.section-4__items._main-block {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media (max-width: 47.99875em) {
	.section-4__items._main-block {
		padding-left: 0.9375rem !important;
		padding-right: 0.9375rem !important;
	}
}
.section-4__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 600px;
	counter-increment: section-4-counter;
}
.section-4__item img {
	height: 110%;
}
.section-4__item::after {
	content: counter(section-4-counter, decimal-leading-zero);
	position: absolute;
	top: 0;
	right: 16px;
	width: 48px;
	height: 52px;
	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;
	background: url(../img/flag.svg) no-repeat center/contain;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	z-index: 2;
}
@media (max-width: 47.99875em) {
	.section-4__item::after {
		right: 10px;
		width: 40px;
		height: 44px;
	}
}
@media (max-width: 47.99875em) {
	.section-4__item {
		min-height: 450px;
	}
}
.section-4__item-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 61.99875em) {
	.section-4__item-inner {
		padding: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-4__item-inner {
		padding: 15px;
	}
}
.section-4__item-top {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.section-4__item-title {
	padding-right: 66px;
}
@media (max-width: 76.875em) {
	.section-4__item-title br {
		display: none;
	}
}
.section-4__text {
	margin-top: 10px;
}
@media (max-width: 76.875em) {
	.section-4__text br {
		display: none;
	}
}
.section-4__button {
	max-width: 100%;
	min-height: 76px;
}

/* page-dostavka.php: тройная сетка под hero — без margin от ._main-block (рассрочка: тот же section-4_dostavka, но без .page-dostavka) */
.page-dostavka
	.section-4.section-4_dostavka:not(.section-4_rassrochka)
	.section-4__items._grid._grid_3fr._main-block._white-text {
	margin-top: 0;
}

@media (max-width: 47.99875em) {
	.p-20.p-20_zamer {
		padding-right: 0;
	}
}

.section-5__container {
	position: relative;
}
.section-5__title {
	position: relative;
	z-index: 1;
}
.section-5__subtitle {
	position: relative;
	z-index: 1;
}
.section-5__items {
	position: relative;
	z-index: 1;
	padding-left: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
@media (max-width: 61.99875em) {
	.section-5__items {
		padding-left: 0;
	}
}
@media (max-width: 29.99875em) {
	.section-5__items {
		gap: 10px;
	}
}
.section-5__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-5__docs {
	right: -232px;
	max-width: 994px;
	top: -108px;
}
@media (max-width: 76.875em) {
	.section-5__docs {
		right: -370px;
		max-width: 894px;
	}
}
@media (max-width: 61.99875em) {
	.section-5__docs {
		right: -310px;
		max-width: 724px;
		top: 62px;
	}
}
@media (max-width: 47.99875em) {
	.section-5__docs {
		right: -13%;
		max-width: 48%;
		top: 39%;
	}
}
@media (max-width: 29.99875em) {
	.section-5__docs {
		display: none;
	}
}
.section-5__docs2 {
	right: -345px;
	max-width: 1305px;
	top: -231px;
}
@media (max-width: 76.875em) {
	.section-5__docs2 {
		right: -405px;
		max-width: 1105px;
		top: -141px;
	}
}
@media (max-width: 61.99875em) {
	.section-5__docs2 {
		right: -355px;
		max-width: 835px;
		top: -1px;
	}
}
@media (max-width: 47.99875em) {
	.section-5__docs2 {
		right: -145px;
		max-width: 68%;
		top: 33%;
	}
}
@media (max-width: 35.99875em) {
	.section-5__docs2 {
		display: none;
	}
}
.section-5.section-5_garantii {
	border-radius: 30px;
	overflow: hidden;
	background: -o-linear-gradient(352deg, #101215 0%, #0d0f12 58%, #0b0d10 100%);
	background: linear-gradient(98deg, #101215 0%, #0d0f12 58%, #0b0d10 100%);
}
.section-5.section-5_garantii .section-5__container {
	min-height: 352px;
}
.section-5.section-5_garantii .section-5__title {
	color: #fff;
	margin-bottom: 28px;
}
.section-5.section-5_garantii .section-5__items {
	padding-left: 0;
	gap: 0;
	max-width: 662px;
}
.section-5.section-5_garantii .section-5__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
}
.section-5.section-5_garantii .section-5__item:nth-child(odd) {
	background: #fff;
	border-radius: 10px;
	padding: 14px 30px;
	height: 70px;
}
.section-5.section-5_garantii .section-5__item:nth-child(odd) .section-5__item-text {
	color: #1f242b;
}
.section-5.section-5_garantii .section-5__item:nth-child(even) {
	padding: 0 30px;
}
.section-5.section-5_garantii .section-5__item:nth-child(even) .section-5__item-text {
	color: rgba(255, 255, 255, 0.92);
}
.section-5.section-5_garantii .section-5__item-text {
	font-size: 18px;
	line-height: 144.4444444444%;
}
.section-5.section-5_garantii .section-5__docs2 {
	top: 50%;
	right: -255px;
	-webkit-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
	transform: translateY(-48%);
	z-index: 8;
}
@media (max-width: 76.875em) {
	.section-5.section-5_garantii .section-5__item-text {
		font-size: 20px;
	}
	.section-5.section-5_garantii .section-5__docs2 {
		right: -345px;
		max-width: 830px;
	}
}
@media (max-width: 61.99875em) {
	.section-5.section-5_garantii .section-5__container {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.section-5.section-5_garantii .section-5__items {
		max-width: 100%;
	}
	.section-5.section-5_garantii .section-5__item-text {
		font-size: 17px;
	}
	.section-5.section-5_garantii .section-5__docs2 {
		opacity: 0.42;
		right: -240px;
		max-width: 680px;
	}
}
@media (max-width: 47.99875em) {
	.section-5.section-5_garantii {
		border-radius: 20px;
	}
	.section-5.section-5_garantii .section-5__title {
		margin-bottom: 18px;
	}
	.section-5.section-5_garantii .section-5__item:nth-child(odd) {
		padding: 12px 14px;
	}
	.section-5.section-5_garantii .section-5__item-text {
		font-size: 14px;
	}
	.section-5.section-5_garantii .section-5__docs2 {
		display: none;
	}
}

.section-6 {
	position: relative;
	max-width: 1560px;
	margin-top: 190px;
	border-radius: 0 0 30px 30px;
	background-image: url(../img/Subtract2.webp);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
	padding-top: 50px;
}
@media (max-width: 47.99875em) {
	.section-6 {
		padding-top: 20px;
		margin-top: 120px;
	}
}
@media (max-width: 61.99875em) {
	.section-6__items {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 29.99875em) {
	.section-6__items {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 10px;
	}
}
.section-6__item {
	width: 100%;
	border: 1px solid rgba(215, 215, 215, 0.2);
	padding: 35px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
@media (max-width: 76.875em) {
	.section-6__item {
		padding: 25px;
	}
}
@media (max-width: 47.99875em) {
	.section-6__item {
		padding: 15px;
	}
}
@media (max-width: 29.99875em) {
	.section-6__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 10px;
	}
}
.section-6__item-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}
@media (max-width: 29.99875em) {
	.section-6__item-icon {
		top: -10px;
	}
	.section-6__item-icon svg {
		width: 30px;
	}
}
@media (max-width: 76.875em) {
	.section-6__item-info br {
		display: none;
	}
}
.section-6__item-text {
	margin-top: 10px;
}
.section-6__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 19px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-6__block .section-6__item {
	height: 100%;
	padding: 26px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px;
}
@media (max-width: 47.99875em) {
	.section-6__block .section-6__item {
		padding: 15px;
		gap: 15px;
	}
}
@media (max-width: 29.99875em) {
	.section-6__block .section-6__item {
		padding: 10px;
	}
	.section-6__block .section-6__item .section-6__item-icon {
		top: 3px;
	}
}
@media (max-width: 61.99875em) {
	.section-6__block {
		grid-column: -1/1;
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		display: -ms-grid;
		display: grid;
	}
}
@media (max-width: 29.99875em) {
	.section-6__block {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		gap: 10px;
	}
}
.section-6__button {
	max-width: 320px;
}
.section-6__gc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	z-index: 1;
	height: 70px;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/wave.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.section-6__gc img {
	position: relative;
	max-width: 71px;
	-o-object-fit: contain;
	object-fit: contain;
}
.section-6 .section-6__gc {
	border-radius: 30px 30px 0px 0px;
}
@media (max-width: 47.99875em) {
	.section-6 .section-6__gc {
		border-radius: 20px 20px 0 0;
	}
}
.section-6.section-6_garantii {
	border-radius: 0;
	background: #ececec;
	color: #2a2a28;
	background-image: none;
	max-width: 100%;
	margin-top: 120px;
	padding-top: 0;
}
.section-6.section-6_garantii .section-6__title {
	text-align: center;
}
.section-6.section-6_garantii .section-6__subtitle {
	margin-top: 14px;
	text-align: center;
	color: #2a2a28;
}
.section-6.section-6_garantii .section-6__steps {
	margin: 52px auto 0;
	max-width: 980px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid #d8d8d8;
}
.section-6.section-6_garantii .section-6__step {
	position: relative;
	padding: 0 70px 30px 70px;
	border-right: 0;
	margin-bottom: 16px;
}
.section-6.section-6_garantii .section-6__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 38.4px;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #d8d8d8;
}
.section-6.section-6_garantii .section-6__step-number {
	font-size: 18px;
	font-weight: 700;
	color: #79b833;
	line-height: 1.2;
}
.section-6.section-6_garantii .section-6__step-text {
	margin-top: 12px;
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #2a2a28;
}
.section-6.section-6_garantii .section-6__action {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-6.section-6_garantii .section-6__button {
	min-height: 80px;
	padding-left: 38px;
	padding-right: 38px;
	max-width: 360px;
}
.section-6.section-6_garantii .section-6__gc,
.section-6.section-6_garantii .section-6__items,
.section-6.section-6_garantii .section-6__block {
	display: none;
}
@media (max-width: 61.99875em) {
	.section-6.section-6_garantii .section-6__subtitle br,
	.section-6.section-6_garantii .section-6__step-text br {
		display: none;
	}
	.section-6.section-6_garantii .section-6__steps {
		margin-top: 34px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		border-bottom: 0;
	}
	.section-6.section-6_garantii .section-6__step {
		padding: 0 0 16px;
		border-right: 0;
		border-bottom: 1px solid #d8d8d8;
		margin-bottom: 16px;
	}
	.section-6.section-6_garantii .section-6__step::after {
		display: none;
	}
	.section-6.section-6_garantii .section-6__step:last-child {
		border-bottom: 1px solid #d8d8d8;
	}
	.section-6.section-6_garantii .section-6__step-text {
		font-size: 18px;
		line-height: 144.4444444444%;
	}
}
@media (max-width: 47.99875em) {
	.section-6.section-6_garantii {
		margin-top: 50px;
	}
}

/* Мобилка: форма на фото — один набор правил + токены var(--section-7-image-overlay-*) из _vars */
.section-7 {
	padding: 120px 0;
	max-width: 1560px;
	background-image: url(../img/form2.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	contain: layout;
	/* single / блоки без ._white-text: тёмный текст на фото не читается — тот же оверлей и светлые типографика/кнопки */
}
.section-7_v2 .section-7__title,
.section-7_v2 .section-7__subtitle {
	margin-inline: auto;
}
@media (max-width: 47.99875em) {
	.section-7 {
		padding: 30px 0;
	}
	.section-7_v2 {
		background-position: 30%;
	}
	.section-7::after {
		position: absolute;
		content: "";
		inset: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.35);
		border-radius: 20px;
	}
}
@media (max-width: 29.99875em) {
	.section-7 {
		background-position: 60%;
	}
	.section-7_v2 {
		background-position: left;
	}
}
.section-7__form {
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.section-7__form .form__input,
.section-7__form .form__button {
	width: 100%;
}
@media (max-width: 47.99875em) {
	.section-7__form {
		margin-top: 20px;
	}
	.section-7__form .form__input,
	.section-7__form .form__button {
		min-height: 80px;
	}
}
.section-7__block {
	position: relative;
	z-index: 1;
}
.section-7__faq {
	max-width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.section-7__faq-item {
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-7__faq-item.is-active .section-7__faq-question {
	background-color: rgb(92, 122, 94);
	color: #fff;
}
.section-7__faq-item.is-active .section-7__faq-question .section-7__faq-number {
	color: #fff;
}
.section-7__faq-item.is-active .section-7__faq-question .section-7__faq-text {
	color: #fff;
}
.section-7__faq-item.is-active .section-7__faq-question .section-7__faq-icon {
	color: #fff;
}
.section-7__faq-question {
	width: 100%;
	min-height: 90px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 30px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	text-align: left;
	-webkit-transition:
		background-color 0.3s ease,
		color 0.3s ease;
	-o-transition:
		background-color 0.3s ease,
		color 0.3s ease;
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
}
@media (max-width: 35.99875em) {
	.section-7__faq-question {
		padding: 15px;
		padding-right: 10px;
		min-height: auto;
		gap: 7px;
	}
}
.section-7__faq-number {
	font-size: 18px;
	color: rgb(214, 214, 206);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
@media (max-width: 35.99875em) {
	.section-7__faq-number {
		font-size: 14px;
	}
}
.section-7__faq-text {
	font-weight: 400;
	font-size: 22px;
	color: rgb(26, 26, 26);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
@media (max-width: 35.99875em) {
	.section-7__faq-text {
		font-size: 18px;
	}
}
@media (max-width: 29.99875em) {
	.section-7__faq-text {
		font-size: 16px;
	}
}
.section-7__faq-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: rgb(203, 212, 221);
	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-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	position: relative;
}
.section-7__faq-icon svg {
	width: 100%;
	height: 100%;
}
@media (max-width: 35.99875em) {
	.section-7__faq-icon {
		width: 20px;
		height: 20px;
	}
}
.section-7__faq-icon-plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	-o-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}
.section-7__faq-icon-plus svg {
	width: 100%;
	height: 100%;
}
@media (max-width: 35.99875em) {
	.section-7__faq-icon-plus svg {
		width: 13px;
	}
}
.section-7__faq-icon-minus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	-o-transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}
.section-7__faq-icon-minus svg {
	width: 17px;
	height: 3px;
}
@media (max-width: 35.99875em) {
	.section-7__faq-icon-minus svg {
		width: 13px;
		height: 3px;
	}
}
.section-7__faq-item.is-active .section-7__faq-icon-plus {
	opacity: 0;
	visibility: hidden;
}
.section-7__faq-item.is-active .section-7__faq-icon-minus {
	opacity: 1;
	visibility: visible;
}
.section-7__faq-answer {
	max-height: 0;
	overflow: hidden;
	-webkit-transition:
		max-height 0.4s ease-out,
		padding 0.4s ease-out;
	-o-transition:
		max-height 0.4s ease-out,
		padding 0.4s ease-out;
	transition:
		max-height 0.4s ease-out,
		padding 0.4s ease-out;
	padding: 0 60px;
	background-color: transparent;
}
@media (max-width: 47.99875em) {
	.section-7__faq-answer {
		padding: 0 30px;
	}
}
@media (max-width: 35.99875em) {
	.section-7__faq-answer {
		padding: 0 15px;
	}
}
.section-7__faq-answer p {
	font-size: 16px;
	line-height: 150%;
	/* 24/16 */
	opacity: 0;
	-webkit-transition:
		color 0.3s ease 0.15s,
		opacity 0.3s ease 0.15s;
	-o-transition:
		color 0.3s ease 0.15s,
		opacity 0.3s ease 0.15s;
	transition:
		color 0.3s ease 0.15s,
		opacity 0.3s ease 0.15s;
}
@media (max-width: 29.99875em) {
	.section-7__faq-answer p {
		font-size: 14px;
	}
}
.section-7__faq-item.is-active .section-7__faq-answer {
	max-height: 1000px;
	padding: 25px 60px 15px 60px;
}
@media (max-width: 47.99875em) {
	.section-7__faq-item.is-active .section-7__faq-answer {
		padding: 25px 30px 15px 30px;
	}
}
@media (max-width: 35.99875em) {
	.section-7__faq-item.is-active .section-7__faq-answer {
		padding: 15px;
	}
}
.section-7__faq-item.is-active .section-7__faq-answer p {
	color: #fff;
	opacity: 1;
	-webkit-transition:
		color 0.3s ease 0.1s,
		opacity 0.3s ease 0.1s;
	-o-transition:
		color 0.3s ease 0.1s,
		opacity 0.3s ease 0.1s;
	transition:
		color 0.3s ease 0.1s,
		opacity 0.3s ease 0.1s;
}
.section-7__title {
	position: relative;
	z-index: 1;
}
.section-7__title + .section-7__subtitle {
	margin-top: 20px;
}
@media (max-width: 47.99875em) {
	.section-7__title + .section-7__subtitle {
		margin-top: 10px;
	}
}
.section-7__subtitle {
	position: relative;
	z-index: 1;
}
@media (max-width: 47.99875em) {
	.section-7__subtitle {
		font-size: 20px;
		max-width: 430px;
	}
}
@media (max-width: 29.99875em) {
	.section-7__subtitle {
		font-size: 17px;
	}
}
.section-7.section-7_showroom {
	margin-top: 120px;
	max-width: 1560px;
	border-radius: 40px;
	background-position: center;
}
@media (max-width: 47.99875em) {
	.section-7.section-7_showroom {
		margin-top: 50px;
		max-width: 1560px;
		border-radius: 20px;
		background-position: center;
		overflow: hidden;
	}
	.section-7.section-7_showroom::after {
		background-color: rgba(0, 0, 0, 0.45);
		border-radius: 20px;
	}
	.section-7.section-7_showroom .section-7__title,
	.section-7.section-7_showroom .section-7__subtitle,
	.section-7.section-7_showroom .form__label,
	.section-7.section-7_showroom .form__checkbox-label,
	.section-7.section-7_showroom .form__checkbox-text {
		color: #fff;
	}
	.section-7.section-7_showroom .form__messenger label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7.section-7_showroom .form__messenger svg path {
		fill: rgba(255, 255, 255, 0.85);
	}
}
.section-7.section-7_favorite {
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	background-position: center;
}
.section-7.section-7_favorite::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -o-linear-gradient(349.55deg, rgba(15, 16, 18, 0.4) 38.65%, rgba(15, 16, 18, 0) 60.18%);
	background: linear-gradient(100.45deg, rgba(15, 16, 18, 0.4) 38.65%, rgba(15, 16, 18, 0) 60.18%);
	pointer-events: none;
	z-index: 0;
}
.section-7.section-7_favorite .section-7__container {
	position: relative;
	z-index: 1;
}
.section-7.section-7_zamer {
	width: 100%;
	max-width: 100%;
	/* только верхние углы; ._radius60 на том же теге иначе даёт скругление снизу */
	border-radius: var(--radius-section) var(--radius-section) 0 0;
}
.section-7.section-7_zamer._radius60 {
	border-radius: var(--radius-section) var(--radius-section) 0 0 !important;
}
.section-7.section-7_zamer::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -o-linear-gradient(166.04deg, rgba(255, 255, 255, 0) 52.98%, rgba(255, 255, 255, 0.6) 67.14%);
	background: linear-gradient(283.96deg, rgba(255, 255, 255, 0) 52.98%, rgba(255, 255, 255, 0.6) 67.14%);
	pointer-events: none;
	z-index: 0;
}
.section-7.section-7_zamer .section-7__container {
	position: relative;
	z-index: 1;
}
.section-7.section-7_zamer .section-7__block {
	position: relative;
	z-index: 1;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-7.section-7_zamer._section._image-back._radius60 .form__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-7.section-7_zamer {
		overflow: hidden;
		/* Светлый ::before + тёмный текст на фото; глобальный .section-7::after усугубляет — приводим к одному слою + светлой типографике */
	}
	.section-7.section-7_zamer::before {
		border-radius: inherit;
		background: -o-linear-gradient(0.56deg, rgba(15, 16, 18, 0.77) 37.73%, rgba(15, 16, 18, 0) 62%);
		background: linear-gradient(89.44deg, rgba(15, 16, 18, 0.77) 37.73%, rgba(15, 16, 18, 0) 62%);
	}
	.section-7.section-7_zamer::after {
		border-radius: inherit;
		z-index: 0;
		background-color: rgba(0, 0, 0, 0.35);
	}
	.section-7.section-7_zamer .section-7__container,
	.section-7.section-7_zamer .section-7__block,
	.section-7.section-7_zamer .section-7__form {
		position: relative;
		z-index: 1;
	}
	.section-7.section-7_zamer .section-7__title,
	.section-7.section-7_zamer .section-7__subtitle {
		color: #fff;
	}
	.section-7.section-7_zamer .form__label,
	.section-7.section-7_zamer .form__checkbox-label,
	.section-7.section-7_zamer .form__checkbox-text {
		color: #fff;
	}
	.section-7.section-7_zamer .form__checkbox-text a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_zamer .form__checkbox-icon {
		border-color: rgba(255, 255, 255, 0.55);
	}
	.section-7.section-7_zamer .form__messenger label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7.section-7_zamer .form__messenger label:has(input:checked) {
		border-color: transparent;
	}
	.section-7.section-7_zamer .form__messenger_call label:has(input:checked),
	.section-7.section-7_zamer .form__messenger_wh label:has(input:checked),
	.section-7.section-7_zamer .form__messenger_tg label:has(input:checked) {
		color: #fff;
	}
	.section-7.section-7_zamer .form__messenger svg path {
		fill: rgba(255, 255, 255, 0.85);
	}
	.section-7.section-7_zamer .form__input,
	.section-7.section-7_zamer .form__button {
		min-height: 80px;
	}
}
.section-7.section-7_zamer-online {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	border-radius: 0 0 var(--radius-section) var(--radius-section);
	overflow: hidden;
}
.section-7.section-7_zamer-online::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: #0f1012;
	pointer-events: none;
	z-index: 0;
}
.section-7.section-7_zamer-online::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background-image: -o-radial-gradient(1px 1px, circle, rgba(119, 119, 119, 0.05) 1px, transparent 1px);
	background-image: radial-gradient(circle at 1px 1px, rgba(119, 119, 119, 0.05) 1px, transparent 1px);
	background-size: 2px 2px;
	pointer-events: none;
	z-index: 0;
}
.section-7.section-7_zamer-online .section-7__container {
	position: relative;
	z-index: 1;
}
.section-7.section-7_zamer-online .section-7__title,
.section-7.section-7_zamer-online .section-7__subtitle {
	color: #fff;
	text-align: center;
	margin-inline: auto;
}
.section-7.section-7_zamer-online .section-7__block {
	max-width: 1180px;
	margin-inline: auto;
}
.section-7.section-7_zamer-online .section-7__form {
	margin-top: 30px;
}
.section-7.section-7_zamer-online .form__content {
	max-width: 100%;
}
.section-7.section-7_zamer-online .form__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 388px 396px 396px;
	grid-template-columns: 388px 396px 396px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-7.section-7_zamer-online .form__file-label {
	max-width: 388px;
	width: 100%;
}
.section-7.section-7_zamer-online .form__input {
	max-width: 396px;
	width: 100%;
	padding-left: 24px;
}
.section-7.section-7_zamer-online .form__input::-webkit-input-placeholder {
	color: rgba(42, 42, 40, 0.4);
	font-size: 16px;
}
.section-7.section-7_zamer-online .form__input::-moz-placeholder {
	color: rgba(42, 42, 40, 0.4);
	font-size: 16px;
}
.section-7.section-7_zamer-online .form__input:-ms-input-placeholder {
	color: rgba(42, 42, 40, 0.4);
	font-size: 16px;
}
.section-7.section-7_zamer-online .form__input::-ms-input-placeholder {
	color: rgba(42, 42, 40, 0.4);
	font-size: 16px;
}
.section-7.section-7_zamer-online .form__input::placeholder {
	color: rgba(42, 42, 40, 0.4);
	font-size: 16px;
}
.section-7.section-7_zamer-online .form__file-custom {
	border-radius: 100px;
	border-color: rgba(232, 81, 34, 0.7);
	color: #e85122;
	padding: 0 24px;
}
.section-7.section-7_zamer-online .form__button {
	max-width: 396px;
	width: 100%;
}
.section-7.section-7_zamer-online .form__checkbox {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 2px;
}
.section-7.section-7_zamer-online .form__checkbox-label {
	color: #939393;
}
@media (max-width: 61.99875em) {
	.section-7.section-7_zamer-online .form__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.section-7.section-7_zamer-online .form__file-label,
	.section-7.section-7_zamer-online .form__input,
	.section-7.section-7_zamer-online .form__button {
		max-width: 100%;
	}
	.section-7.section-7_zamer-online .form__checkbox {
		grid-column: auto;
		margin-top: 8px;
	}
}
@media (max-width: 47.99875em) {
	.section-7.section-7_rass-program {
		overflow: hidden;
	}
	.section-7.section-7_rass-program::after {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		border-radius: var(--section-7-image-overlay-radius, inherit);
		background-color: var(--section-7-image-overlay-bg, rgba(0, 0, 0, 0.52));
		z-index: 0;
	}
	.section-7.section-7_rass-program .section-7__container {
		position: relative;
		z-index: 1;
	}
	.section-7.section-7_rass-program .section-7__title,
	.section-7.section-7_rass-program .section-7__subtitle,
	.section-7.section-7_rass-program .form__label,
	.section-7.section-7_rass-program .form__checkbox-label,
	.section-7.section-7_rass-program .form__checkbox-text {
		color: #fff;
	}
	/* В попапе заголовок может иметь inline style="color:..." — перебиваем на мобиле */
	#rassrochka-popup .section-7.section-7_rass-program .section-7__title {
		color: #fff !important;
	}
	.section-7.section-7_rass-program .form__checkbox-label a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_rass-program .form__checkbox-text a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_rass-program .form__checkbox-icon {
		border-color: rgba(255, 255, 255, 0.55);
	}
	.section-7.section-7_rass-program .form__messenger label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7.section-7_rass-program .form__messenger label:has(input:checked) {
		border-color: transparent;
	}
	.section-7.section-7_rass-program .form__messenger_call label:has(input:checked),
	.section-7.section-7_rass-program .form__messenger_wh label:has(input:checked),
	.section-7.section-7_rass-program .form__messenger_tg label:has(input:checked) {
		color: #fff;
	}
	.section-7.section-7_rass-program .form__messenger svg path {
		fill: rgba(255, 255, 255, 0.85);
	}
	.section-7.section-7_rass-program .form__input,
	.section-7.section-7_rass-program .form__button {
		min-height: 80px;
	}
}
@media (max-width: 47.99875em) {
	.section-7.section-7_referals {
		overflow: hidden;
	}
	.section-7.section-7_referals::after {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		border-radius: var(--section-7-image-overlay-radius, inherit);
		background-color: var(--section-7-image-overlay-bg, rgba(0, 0, 0, 0.52));
		z-index: 0;
	}
	.section-7.section-7_referals .section-7__container {
		position: relative;
		z-index: 1;
	}
	.section-7.section-7_referals .section-7__title,
	.section-7.section-7_referals .section-7__subtitle,
	.section-7.section-7_referals .form__label,
	.section-7.section-7_referals .form__checkbox-label,
	.section-7.section-7_referals .form__checkbox-text {
		color: #fff;
	}
	.section-7.section-7_referals .form__checkbox-label a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_referals .form__checkbox-text a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_referals .form__checkbox-icon {
		border-color: rgba(255, 255, 255, 0.55);
	}
	.section-7.section-7_referals .form__messenger label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7.section-7_referals .form__messenger label:has(input:checked) {
		border-color: transparent;
	}
	.section-7.section-7_referals .form__messenger_call label:has(input:checked),
	.section-7.section-7_referals .form__messenger_wh label:has(input:checked),
	.section-7.section-7_referals .form__messenger_tg label:has(input:checked) {
		color: #fff;
	}
	.section-7.section-7_referals .form__messenger svg path {
		fill: rgba(255, 255, 255, 0.85);
	}
	.section-7.section-7_referals .form__input,
	.section-7.section-7_referals .form__button {
		min-height: 80px;
	}
}
@media (max-width: 47.99875em) {
	.section-7.section-7_partners {
		overflow: hidden;
	}
	.section-7.section-7_partners::after {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		border-radius: var(--section-7-image-overlay-radius, inherit);
		background-color: var(--section-7-image-overlay-bg, rgba(0, 0, 0, 0.52));
		z-index: 0;
	}
	.section-7.section-7_partners .section-7__container {
		position: relative;
		z-index: 1;
	}
	.section-7.section-7_partners .section-7__title,
	.section-7.section-7_partners .section-7__subtitle,
	.section-7.section-7_partners .form__label,
	.section-7.section-7_partners .form__checkbox-label,
	.section-7.section-7_partners .form__checkbox-text {
		color: #fff;
	}
	.section-7.section-7_partners .form__checkbox-label a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_partners .form__checkbox-text a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_partners .form__checkbox-icon {
		border-color: rgba(255, 255, 255, 0.55);
	}
	.section-7.section-7_partners .form__messenger label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7.section-7_partners .form__messenger label:has(input:checked) {
		border-color: transparent;
	}
	.section-7.section-7_partners .form__messenger_call label:has(input:checked),
	.section-7.section-7_partners .form__messenger_wh label:has(input:checked),
	.section-7.section-7_partners .form__messenger_tg label:has(input:checked) {
		color: #fff;
	}
	.section-7.section-7_partners .form__messenger svg path {
		fill: rgba(255, 255, 255, 0.85);
	}
	.section-7.section-7_partners .form__input,
	.section-7.section-7_partners .form__button {
		min-height: 80px;
	}
}
@media (max-width: 47.99875em) {
	.section-7.section-7_partners {
		--section-7-image-overlay-bg: rgb(0 0 0 / 55%);
		--section-7-image-overlay-radius: 40px;
	}
	.section-7.section-7_partners .form__toggle label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7.section-7_partners .form__toggle label:has(input:checked) {
		background-color: #e85122;
		border-color: transparent;
		color: #fff;
	}
	.section-7.section-7_partners .form__input {
		background-color: rgba(250, 251, 252, 0.92);
		color: #2a2a28;
	}
	.section-7.section-7_partners .form__input::-webkit-input-placeholder {
		color: rgba(42, 42, 40, 0.7);
	}
	.section-7.section-7_partners .form__input::-moz-placeholder {
		color: rgba(42, 42, 40, 0.7);
	}
	.section-7.section-7_partners .form__input:-ms-input-placeholder {
		color: rgba(42, 42, 40, 0.7);
	}
	.section-7.section-7_partners .form__input::-ms-input-placeholder {
		color: rgba(42, 42, 40, 0.7);
	}
	.section-7.section-7_partners .form__input::placeholder {
		color: rgba(42, 42, 40, 0.7);
	}
}
@media (max-width: 47.99875em) {
	.section-7._section._image-back._radius20:not(._white-text) {
		overflow: hidden;
	}
	.section-7._section._image-back._radius20:not(._white-text)::after {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		border-radius: var(--section-7-image-overlay-radius, inherit);
		background-color: var(--section-7-image-overlay-bg, rgba(0, 0, 0, 0.52));
		z-index: 0;
	}
	.section-7._section._image-back._radius20:not(._white-text) .section-7__container {
		position: relative;
		z-index: 1;
	}
	.section-7._section._image-back._radius20:not(._white-text) .section-7__title,
	.section-7._section._image-back._radius20:not(._white-text) .section-7__subtitle,
	.section-7._section._image-back._radius20:not(._white-text) .form__label,
	.section-7._section._image-back._radius20:not(._white-text) .form__checkbox-label,
	.section-7._section._image-back._radius20:not(._white-text) .form__checkbox-text {
		color: #fff;
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__checkbox-label a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__checkbox-text a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__checkbox-icon {
		border-color: rgba(255, 255, 255, 0.55);
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__messenger label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__messenger label:has(input:checked) {
		border-color: transparent;
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__messenger_call label:has(input:checked),
	.section-7._section._image-back._radius20:not(._white-text) .form__messenger_wh label:has(input:checked),
	.section-7._section._image-back._radius20:not(._white-text) .form__messenger_tg label:has(input:checked) {
		color: #fff;
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__messenger svg path {
		fill: rgba(255, 255, 255, 0.85);
	}
	.section-7._section._image-back._radius20:not(._white-text) .form__input,
	.section-7._section._image-back._radius20:not(._white-text) .form__button {
		min-height: 80px;
	}
}
.section-7.section-7_disigners::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -o-linear-gradient(201.39deg, rgba(255, 255, 255, 0) 48.41%, rgba(255, 255, 255, 0.55) 76.52%);
	background: linear-gradient(248.61deg, rgba(255, 255, 255, 0) 48.41%, rgba(255, 255, 255, 0.55) 76.52%);
	pointer-events: none;
	z-index: 0;
}
.section-7.section-7_disigners .section-7__block,
.section-7.section-7_disigners .section-7__form,
.section-7.section-7_disigners .section-7__title,
.section-7.section-7_disigners .section-7__subtitle {
	position: relative;
	z-index: 1;
}
@media (max-width: 47.99875em) {
	.section-7.section-7_disigners {
		overflow: hidden;
		border-radius: 30px;
		/* +30px к нижнему внутреннему отступу (базово 30px у .section-7 / ._image-back) */
		padding: 30px 0 60px;
		margin-bottom: 30px;
	}
	/* Модалка партнёрства дизайнеров: убираем лишние внешние отступы и перебиваем inline-цвет заголовка */
	#designers-partner-modal .section-7.section-7_disigners {
		margin-top: 0 !important; /* _section */
		margin-bottom: 0 !important;
		padding: 50px 0 30px !important;
	}
	#designers-partner-modal .section-7.section-7_disigners .section-7__title,
	#designers-partner-modal .section-7.section-7_disigners .section-7__subtitle {
		color: #fff !important;
	}
	.section-7.section-7_disigners::before {
		border-radius: 30px;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(250, 251, 252, 0.82)),
			to(rgba(250, 251, 252, 0.2))
		);
		background: -o-linear-gradient(top, rgba(250, 251, 252, 0.82) 0%, rgba(250, 251, 252, 0.2) 100%);
		background: linear-gradient(180deg, rgba(250, 251, 252, 0.82) 0%, rgba(250, 251, 252, 0.2) 100%);
	}
	.section-7.section-7_disigners::after {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 30px;
		background-color: rgba(0, 0, 0, 0.45);
		pointer-events: none;
		z-index: 0;
	}
	.section-7.section-7_disigners .section-7__container {
		position: relative;
		z-index: 1;
	}
	.section-7.section-7_disigners .section-7__title,
	.section-7.section-7_disigners .section-7__subtitle,
	.section-7.section-7_disigners .form__label,
	.section-7.section-7_disigners .form__checkbox-label,
	.section-7.section-7_disigners .form__checkbox-text {
		color: #fff;
	}
	.section-7.section-7_disigners .form__checkbox-text a {
		color: #e85122;
		text-decoration: underline;
	}
	.section-7.section-7_disigners .form__messenger label {
		border-color: rgba(255, 255, 255, 0.45);
		color: #fff;
		background-color: rgba(15, 16, 18, 0.25);
	}
	.section-7.section-7_disigners .form__messenger svg path {
		fill: rgba(255, 255, 255, 0.85);
	}
	.section-7.section-7_disigners .form__input,
	.section-7.section-7_disigners .form__button {
		min-height: 80px;
	}
}
.section-7.section-7_vakansii {
	overflow: hidden;
	margin-top: -120px;
	padding-top: 240px;
}
.section-7.section-7_vakansii .form__content {
	max-width: 460px;
}
.section-7.section-7_vakansii::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(250, 251, 252, 0.88)),
		color-stop(38%, rgba(250, 251, 252, 0.72)),
		color-stop(62%, rgba(250, 251, 252, 0.25)),
		color-stop(80%, rgba(250, 251, 252, 0))
	);
	background: -o-linear-gradient(
		left,
		rgba(250, 251, 252, 0.88) 0%,
		rgba(250, 251, 252, 0.72) 38%,
		rgba(250, 251, 252, 0.25) 62%,
		rgba(250, 251, 252, 0) 80%
	);
	background: linear-gradient(
		90deg,
		rgba(250, 251, 252, 0.88) 0%,
		rgba(250, 251, 252, 0.72) 38%,
		rgba(250, 251, 252, 0.25) 62%,
		rgba(250, 251, 252, 0) 80%
	);
	pointer-events: none;
	z-index: 0;
}
.section-7.section-7_vakansii .section-7__container {
	position: relative;
	z-index: 1;
}
.section-7.section-7_vakansii .section-7__title,
.section-7.section-7_vakansii .section-7__subtitle {
	margin-inline: 0;
	color: #2a2a28;
	text-align: left;
}
.section-7.section-7_vakansii .section-7__block {
	max-width: 460px;
	margin-top: 50px;
}
.section-7.section-7_vakansii .section-7__form {
	margin-top: 0;
}
.section-7.section-7_vakansii .form__input {
	min-height: 96px;
	padding-left: 24px;
	background: #fff;
	border: 1px solid rgb(241, 241, 241);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
.section-7.section-7_vakansii .form__input::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.4);
}
.section-7.section-7_vakansii .form__input::-moz-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.4);
}
.section-7.section-7_vakansii .form__input:-ms-input-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.4);
}
.section-7.section-7_vakansii .form__input::-ms-input-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.4);
}
.section-7.section-7_vakansii .form__input::placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.4);
}
.section-7.section-7_vakansii .form__file-custom {
	min-height: 96px;
	padding: 0 24px;
	border: 1px solid rgba(232, 81, 34, 0.65);
	color: #e85122;
	border-radius: 100px;
}
.section-7.section-7_vakansii .form__button {
	min-height: 96px;
}
.section-7.section-7_vakansii .form__checkbox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.section-7.section-7_vakansii .form__checkbox-text {
	font-size: 12px;
	line-height: 1.35;
}
@media (max-width: 47.99875em) {
	.section-7.section-7_vakansii {
		overflow: hidden;
		margin-top: 0;
		padding: 40px 0;
	}
	.section-7.section-7_vakansii::before {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(250, 251, 252, 0.82)),
			to(rgba(250, 251, 252, 0.2))
		);
		background: -o-linear-gradient(top, rgba(250, 251, 252, 0.82) 0%, rgba(250, 251, 252, 0.2) 100%);
		background: linear-gradient(180deg, rgba(250, 251, 252, 0.82) 0%, rgba(250, 251, 252, 0.2) 100%);
	}
	.section-7.section-7_vakansii::after {
		border-radius: inherit;
		z-index: 0;
		background-color: rgba(0, 0, 0, 0.45);
	}
	.section-7.section-7_vakansii .section-7__container,
	.section-7.section-7_vakansii .section-7__block,
	.section-7.section-7_vakansii .section-7__form {
		position: relative;
		z-index: 1;
	}
	.section-7.section-7_vakansii .section-7__title,
	.section-7.section-7_vakansii .section-7__subtitle {
		color: #fff;
	}
	.section-7.section-7_vakansii .form__label {
		color: #fff;
	}
	.section-7.section-7_vakansii .form__input,
	.section-7.section-7_vakansii .form__file-custom,
	.section-7.section-7_vakansii .form__button {
		min-height: 80px;
	}
	.section-7.section-7_vakansii .form__file-custom {
		background: rgba(255, 255, 255, 0.12);
		border-color: rgba(255, 255, 255, 0.55);
		color: #fff;
	}
	.section-7.section-7_vakansii .form__file-custom svg path {
		fill: #fff;
	}
	.section-7.section-7_vakansii .form__checkbox-label,
	.section-7.section-7_vakansii .form__checkbox-text {
		color: rgba(255, 255, 255, 0.92);
	}
	.section-7.section-7_vakansii .form__checkbox-text a {
		color: #fff;
	}
	.section-7.section-7_vakansii .section-7__block {
		max-width: 100%;
		margin-top: 20px;
	}
}
.section-7.section-7_garantii {
	margin-top: 120px;
	padding-top: 120px;
	max-width: 100%;
}
/* В модалке гарантий отступ сверху не нужен */
#garantii-service-modal .section-7.section-7_garantii {
	margin-top: 0 !important;
}
.section-7.section-7_garantii .form__content {
	max-width: 435px;
}
.section-7.section-7_garantii::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -o-linear-gradient(174.34deg, rgba(255, 255, 255, 0) 41.17%, rgba(255, 255, 255, 0.6) 63.21%);
	background: linear-gradient(275.66deg, rgba(255, 255, 255, 0) 41.17%, rgba(255, 255, 255, 0.6) 63.21%);
	pointer-events: none;
	z-index: 0;
}
@media (max-width: 47.99875em) {
	.section-7.section-7_garantii {
		margin-top: 50px;
		padding-top: 30px;
	}
}
.section-7.section-7_akcii {
	margin-top: 0;
	padding-top: 120px;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/* Модалка "акции" (#actions-archive-consult-modal): не используем отступы/радиусы как у секции на странице */
#actions-archive-consult-modal .section-7.section-7_akcii {
	/* _section даёт margin-top (120/50) — в модалке его быть не должно */
	margin-top: 0 !important;
	padding-top: 50px !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
#actions-archive-consult-modal .section-7.section-7_akcii::before {
	background: rgba(0, 0, 0, 0.52);
}
#actions-archive-consult-modal .section-7.section-7_akcii .section-7__title,
#actions-archive-consult-modal .section-7.section-7_akcii .section-7__subtitle {
	color: #fff !important; /* перебиваем inline style="color:..." */
}
#actions-archive-consult-modal .section-7.section-7_akcii .form__toggle label:has(input:checked) {
	background-color: #e85122 !important;
	color: #fff !important;
	border-color: #e85122 !important;
}
@media (max-width: 47.99875em) {
	#actions-archive-consult-modal .section-7.section-7_akcii {
		margin-top: 0 !important;
		padding-top: 50px !important;
	}
	#actions-archive-consult-modal .section-7.section-7_akcii .section-7__form {
		margin-top: 24px;
	}
}
.section-7.section-7_akcii::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: -o-linear-gradient(162.76deg, rgba(255, 255, 255, 0) 61.59%, rgba(255, 255, 255, 0.35) 70.77%);
	background: linear-gradient(287.24deg, rgba(255, 255, 255, 0) 61.59%, rgba(255, 255, 255, 0.35) 70.77%);
	pointer-events: none;
	z-index: 0;
}
.section-7.section-7_akcii .section-7__container {
	position: relative;
	z-index: 1;
}
.section-7.section-7_akcii .section-7__title,
.section-7.section-7_akcii .section-7__subtitle {
	margin-inline: 0;
	color: #2a2a28;
	text-align: left;
}
.section-7.section-7_akcii .section-7__block {
	max-width: 585px;
	margin-top: 0;
}
.section-7.section-7_akcii .section-7__form {
	margin-top: 50px;
}
.section-7.section-7_akcii .form__content {
	max-width: 435px;
}
.section-7.section-7_akcii .form__toggles {
	gap: 5px;
}
.section-7.section-7_akcii .form__toggle label {
	height: 66px;
	font-size: 18px;
	line-height: 144.4444444444%;
}
.section-7.section-7_akcii .form__input {
	padding-left: 45px;
}
.section-7.section-7_akcii .form__input::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.35);
}
.section-7.section-7_akcii .form__input::-moz-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.35);
}
.section-7.section-7_akcii .form__input:-ms-input-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.35);
}
.section-7.section-7_akcii .form__input::-ms-input-placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.35);
}
.section-7.section-7_akcii .form__input::placeholder {
	font-size: 16px;
	color: rgba(42, 42, 40, 0.35);
}
@media (max-width: 47.99875em) {
	.section-7.section-7_akcii {
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-7.section-7_akcii::before {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(250, 251, 252, 0.9)),
			to(rgba(250, 251, 252, 0.35))
		);
		background: -o-linear-gradient(top, rgba(250, 251, 252, 0.9) 0%, rgba(250, 251, 252, 0.35) 100%);
		background: linear-gradient(180deg, rgba(250, 251, 252, 0.9) 0%, rgba(250, 251, 252, 0.35) 100%);
	}
	.section-7.section-7_akcii::after {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: rgba(0, 0, 0, 0.45);
		pointer-events: none;
		z-index: 0;
	}
	.section-7.section-7_akcii .section-7__container,
	.section-7.section-7_akcii .section-7__block,
	.section-7.section-7_akcii .section-7__form {
		position: relative;
		z-index: 1;
	}
	.section-7.section-7_akcii .section-7__title,
	.section-7.section-7_akcii .section-7__subtitle {
		color: #fff;
	}
	.section-7.section-7_akcii .form__label {
		color: #fff;
	}
	.section-7.section-7_akcii .form__toggle label {
		height: 45px;
		font-size: 18px;
		line-height: 144.4444444444%;
		border: 1px solid #c2c2c2;
		color: #c2c2c2;
	}
	.section-7.section-7_akcii .form__input,
	.section-7.section-7_akcii .form__button {
		min-height: 80px;
	}
	.section-7.section-7_akcii .form__checkbox-label,
	.section-7.section-7_akcii .form__checkbox-text {
		color: rgba(255, 255, 255, 0.92);
	}
	.section-7.section-7_akcii .form__checkbox-text a {
		color: #fff;
	}
	.section-7.section-7_akcii .section-7__block,
	.section-7.section-7_akcii .form__content {
		max-width: 100%;
	}
}

.section-8__items_v2 .section-8__item-wr {
	height: 100%;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.section-8__items_v3 .section-8__item {
	padding: 30px 25px;
}
@media (max-width: 61.99875em) {
	.section-8__items_v3 .section-8__item {
		min-height: 300px;
		padding: 20px;
	}
}
@media (max-width: 35.99875em) {
	.section-8__items_v3 .section-8__item {
		padding: 15px;
		min-height: unset;
	}
}
.section-8__items_v3 .section-8__btn {
	margin-top: 30px;
}
@media (max-width: 61.99875em) {
	.section-8__items_v3 {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
.section-8__top {
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.section-8__text {
	margin-top: 10px;
}
.section-8__btn {
	min-height: 76px;
	max-width: 270px;
	margin-top: 20px;
}
@media (max-width: 35.99875em) {
	.section-8__btn {
		margin-top: 20px;
	}
}
.section-8__item {
	position: relative;
	padding: 30px;
}
@media (max-width: 61.99875em) {
	.section-8__item {
		padding: 20px;
	}
	.section-8__item::after {
		position: absolute;
		content: "";
		inset: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.35);
		border-radius: 20px;
	}
}
.section-8__item-wr {
	color: #fff;
	position: relative;
	z-index: 1;
}
.section-8__item-inner {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.section-8__block-label {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 157.142857%;
	/* 22/14 */
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #939393;
}
.section-8__block-title_tel {
	font-size: 30px;
}
.section-8__block-title_tel:hover {
	color: #5c7a5e;
}
.section-8_rass {
	background: #ececec;
	margin-top: 104px;
	/* Мобилка: один отступ 50px — не ._section + margin-top + padding 48px с $tablet */
}
.section-8_rass .section-8__rass-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 669px -webkit-max-content;
	-ms-grid-columns: 669px max-content;
	grid-template-columns: 669px -webkit-max-content;
	grid-template-columns: 669px max-content;
	-webkit-column-gap: 104px;
	-moz-column-gap: 104px;
	column-gap: 104px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.section-8_rass .section-8__rass-content {
	max-width: 669px;
}
.section-8_rass .section-8__rass-title,
.section-8_rass .section-8__rass-subtitle {
	color: #2a2a28;
}
.section-8_rass .section-8__rass-subtitle {
	margin-top: 20px;
	max-width: 700px;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-8_rass .section-8__rass-grid {
		-ms-grid-columns: 515px -webkit-max-content;
		-ms-grid-columns: 515px max-content;
		grid-template-columns: 515px -webkit-max-content;
		grid-template-columns: 515px max-content;
	}
	.section-8_rass .section-8__rass-subtitle br {
		display: none;
	}
}
.section-8_rass .section-8__rass-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-grid;
	display: grid;
	gap: 12px;
	min-width: 300px;
	-ms-grid-column-align: start;
	justify-self: start;
}
.section-8_rass .section-8__rass-list b {
	font-weight: 600;
}
.section-8_rass .section-8__rass-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #2a2a28;
}
.section-8_rass .section-8__rass-list small {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 133.3333333333%;
	color: #7e7e7e;
}
.section-8_rass .section-8__rass-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #79b833;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 56px;
	flex: 0 0 56px;
	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;
}
.section-8_rass .section-8__rass-icon svg {
	width: 26px;
	height: 26px;
}
@media (max-width: 61.99875em) {
	.section-8_rass {
		padding: 48px 0;
	}
	.section-8_rass .section-8__rass-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.section-8_rass .section-8__rass-list {
		min-width: 0;
		max-width: 420px;
	}
}
@media (max-width: 47.99875em) {
	.section-8_rass {
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 48px;
	}
}
.section-8.section-8_contacts {
	background: #ececec;
}
.section-8.section-8_contacts .section-8__items {
	gap: 10px;
	max-width: 1190px;
	margin-inline: auto;
	-ms-grid-columns: (590px) [2];
	grid-template-columns: repeat(2, 590px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-8.section-8_contacts .section-8__item {
	width: 590px;
	height: 375px;
	min-height: 375px;
	padding: 40px;
	overflow: hidden;
}
.section-8.section-8_contacts .section-8__item::after {
	position: absolute;
	content: "";
	inset: 0;
	background: -o-linear-gradient(350deg, rgba(15, 16, 18, 0.6) 30%, rgba(15, 16, 18, 0.15) 100%);
	background: linear-gradient(100deg, rgba(15, 16, 18, 0.6) 30%, rgba(15, 16, 18, 0.15) 100%);
	border-radius: inherit;
}
.section-8.section-8_contacts .section-8__item-title {
	color: #fff;
	font-size: 34px;
	line-height: 1.05;
	font-weight: 600;
}
.section-8.section-8_contacts .section-8__item-inner {
	margin-top: 15px;
	gap: 0;
	max-width: 320px;
}
.section-8.section-8_contacts .section-8__item-inner .section-8__block + .section-8__block {
	margin-top: 20px;
}
.section-8.section-8_contacts .section-8__item-inner .section-8__block_phone {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
}
.section-8.section-8_contacts .section-8__item-inner .section-8__block_phone .section-8__block-label {
	margin-bottom: 0;
}
.section-8.section-8_contacts .section-8__block-title {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
}
.section-8.section-8_contacts .section-8__block-title_accent {
	display: inline-block;
	color: #f04d23;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
}
.section-8.section-8_contacts .section-8__block-title_tel {
	font-size: 36px;
	line-height: 1.1;
}
.section-8.section-8_contacts .section-8__contacts-social-title {
	margin-top: 54px;
	text-align: center;
	color: #2a2a28;
}
.section-8.section-8_contacts .section-8__contacts-social {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-8.section-8_contacts .section-8__contacts-social-btn {
	min-height: 96px;
	width: 300px;
	gap: 10px;
	padding: 10px 30px;
	border-radius: 100px;
	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;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}
.section-8.section-8_contacts .section-8__contacts-social-btn_whatsapp {
	background: #9925d3;
}
.section-8.section-8_contacts .section-8__contacts-social-btn_telegram {
	background: #35a9e5;
}
.section-8.section-8_contacts .section-8__contacts-social-btn_vk {
	background: #0077ff;
}
@media (max-width: 47.99875em) {
	.section-8.section-8_contacts .section-8__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px;
		width: 100%;
		max-width: none;
	}
	.section-8.section-8_contacts .section-8__item {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 20px;
	}
}

.section-9__item-text {
	margin-top: 10px;
}
@media (max-width: 61.99875em) {
	.section-9__items {
		gap: 10px;
	}
}
.section-9__items_v2 .section-9__link {
	max-width: 395px;
}
@media (max-width: 61.99875em) {
	.section-9__items_v2 br {
		display: none;
	}
	.section-9__items_v2 .section-9__item {
		aspect-ratio: 1/1;
	}
}
@media (max-width: 47.99875em) {
	.section-9__items_v2 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.section-9__items_v2 .section-9__item {
		aspect-ratio: 1/1;
		max-width: 400px;
		width: 100%;
		margin-inline: auto;
	}
}
.section-9__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	aspect-ratio: 590/500;
}
@media (max-width: 61.99875em) {
	.section-9__item > img {
		-webkit-filter: brightness(0.75);
		filter: brightness(0.75);
	}
}
@media (max-width: 47.99875em) {
	.section-9__item {
		aspect-ratio: unset;
	}
}
.section-9__item-inner {
	padding: 30px;
	width: 100%;
	position: relative;
	z-index: 2;
}
@media (max-width: 61.99875em) {
	.section-9__item-inner {
		padding: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-9__item-inner {
		padding-top: 40px;
	}
}
.section-9__item-list {
	margin-top: 10px;
}
.section-9__link {
	min-height: 76px;
	max-width: 250px;
	margin-top: 20px;
}
@media (max-width: 35.99875em) {
	.section-9__link {
		min-height: 60px;
	}
}
.section-9.section-9_disigners .section-9__title {
	text-align: center;
}
.section-9.section-9_disigners .section-9__items {
	margin-top: 36px;
}
.section-9.section-9_disigners .section-9__item {
	position: relative;
}
.section-9.section-9_disigners .section-9__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(251deg, rgba(15, 16, 18, 0) 36.37%, rgba(15, 16, 18, 0.8) 87.17%);
	background: linear-gradient(199deg, rgba(15, 16, 18, 0) 36.37%, rgba(15, 16, 18, 0.8) 87.17%);
	z-index: 1;
	pointer-events: none;
}
.section-9.section-9_disigners .section-9__item-inner {
	position: relative;
	z-index: 2;
	padding: 40px;
}
@media (max-width: 47.99875em) {
	.section-9.section-9_disigners .section-9__item-inner {
		position: relative;
		z-index: 2;
		padding: 20px;
	}
}
.section-9.section-9_disigners .section-9__item-title {
	font-size: 24px;
	line-height: 133.3333333333%;
	font-weight: 700;
}
.section-9.section-9_disigners .section-9__item-text {
	margin-top: 8px;
	font-size: 18px;
	line-height: 144.4444444444%;
}
.section-9.section-9_disigners .section-9__link {
	display: inline-block;
	min-height: 0;
	max-width: none;
	margin-top: 14px;
	padding: 0;
	color: #e85122;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 144.4444444444%;
	text-decoration: none;
}
.section-9.section-9_disigners .section-9__item-list {
	margin-top: 12px;
	padding-left: 0;
}
.section-9.section-9_disigners .section-9__list-item {
	position: relative;
	padding-left: 14px;
}
.section-9.section-9_disigners .section-9__list-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #79b833;
}

.section-10 {
	counter-reset: section-10-counter;
}
.section-10_v2 {
	background-image: url(../img/diz2.webp);
}
.section-10__cursor {
	display: none;
}
.section-10__cursor ._coursor {
	margin: 0;
}
.section-10__slider {
	margin-top: 50px;
	overflow: visible;
	position: relative;
}
.section-10__slider.swiper {
	/* fallback до инициализации Swiper; grab/grabbing задаёт grabCursor в sliders.js */
	cursor: -webkit-grab;
	cursor: grab;
}
.section-10__slider.swiper a,
.section-10__slider.swiper button,
.section-10__slider.swiper [role="button"],
.section-10__slider.swiper .section-10__card-link,
.section-10__slider.swiper .swiper-scrollbar,
.section-10__slider.swiper .swiper-scrollbar-drag {
	cursor: pointer;
}
.section-10 .swiper-slide {
	height: auto !important;
}
.section-10__card {
	position: relative;
	height: 100%;
	min-height: 400px;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	counter-increment: section-10-counter;
	border: 1px solid rgb(106, 110, 116);
	background: url(../img/black.webp) no-repeat center/cover;
	/* Rectangle 4018 */
	background-color: rgba(26, 28, 30, 0.4);
	-webkit-backdrop-filter: blur(8.5px);
	backdrop-filter: blur(8.5px);
}
.section-10__card::before {
	content: counter(section-10-counter, decimal-leading-zero);
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	z-index: 1;
}
@media (max-width: 47.99875em) {
	.section-10__card::before {
		left: 20px;
		top: 20px;
	}
}
.section-10__card_green {
	background-image: none;
	background-color: rgb(92, 122, 94);
	border: none;
}
.section-10__card_green .section-10__card-link {
	color: #fff;
}
.section-10__card_green .section-10__card-link:hover {
	color: #2a2a28;
}
@media (max-width: 47.99875em) {
	.section-10__card {
		min-height: 350px;
		padding: 20px;
	}
}
.section-10__card-title {
	font-size: 28px;
	line-height: 128.571429%; /* 36/28 */
	margin-top: 144px;
	margin-bottom: 240px;
}
@media (max-width: 76.875em) {
	.section-10__card-title {
		margin-top: 120px;
		margin-bottom: 200px;
	}
}
@media (max-width: 61.99875em) {
	.section-10__card-title {
		margin-top: 70px;
		margin-bottom: 100px;
	}
}
@media (max-width: 47.99875em) {
	.section-10__card-title {
		font-size: 23px;
		margin-top: 50px;
		margin-bottom: 80px;
	}
}
@media (max-width: 29.99875em) {
	.section-10__card-title {
		font-size: 21px;
		margin-bottom: 50px;
	}
}
.section-10__card-text {
	margin-bottom: 15px;
	margin-top: auto;
}
@media (max-width: 47.99875em) {
	.section-10__card-text {
		font-size: 18px;
	}
	.section-10__card-text br {
		display: none;
	}
}
.section-10__card-link {
	color: rgb(92, 122, 94);
}
.section-10__card-link:hover {
	color: rgb(255, 255, 255);
}
@media (max-width: 47.99875em) {
	.section-10__card-link {
		font-size: 18px;
	}
}
.section-10.section-10_disigners {
	counter-reset: none;
}
.section-10.section-10_disigners._section {
	padding-bottom: 0;
}
.section-10.section-10_disigners .section-10__title {
	text-align: center;
}
.section-10.section-10_disigners .section-10__cursor {
	margin-top: 44px;
}
.section-10.section-10_disigners .section-10__card {
	border: none;
	background: transparent;
	min-height: 520px;
	padding: 40px;
	overflow: hidden;
	isolation: isolate;
	counter-increment: none;
}
.section-10.section-10_disigners .section-10__card::before {
	display: none;
}
.section-10.section-10_disigners .section-10__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(276.73deg, rgba(15, 16, 18, 0.64) 2.21%, rgba(15, 16, 18, 0) 49.24%);
	background: linear-gradient(173.27deg, rgba(15, 16, 18, 0.64) 2.21%, rgba(15, 16, 18, 0) 49.24%);
	z-index: -1;
	pointer-events: none;
}
.section-10.section-10_disigners .section-10__card.section-10_showroom .section-10__slider .swiper-slide {
	width: 388px !important;
	height: 600px;
	min-width: 388px;
}
.section-10.section-10_disigners .section-10__card.section-10_showroom .section-10__card {
	width: 388px !important;
	height: 600px;
	min-height: 600px;
}
.section-10.section-10_disigners .section-10__card.section-10_showroom .section-10__card-bg {
	height: 100%;
}
.section-10.section-10_disigners .section-10__card-bg {
	position: absolute;
	inset: 0;
	z-index: -2;
}
.section-10.section-10_disigners .section-10__card-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-10.section-10_disigners .section-10__card-title {
	margin: 0;
	color: #fff;
	padding-right: 0;
}
.section-10.section-10_disigners .section-10__card-text {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	line-height: 144.4444444444%;
}
@media (max-width: 47.99875em) {
	.section-10.section-10_disigners {
		padding: 50px 0;
		border-radius: 24px;
		/* .section-10.section-10_disigners._section — один ритм сверху, без padding снизу */
	}
	.section-10.section-10_disigners._section {
		margin-top: 0;
		padding-bottom: 0;
	}
	.section-10.section-10_disigners .section-10__cursor {
		margin-top: 15px;
	}
	.section-10.section-10_disigners .section-10__card {
		min-height: 430px;
		padding: 24px;
	}
}
.section-10.section-10_showroom .section-10__card::after {
	display: none;
}
.section-10.section-10_showroom .section-10__slider .swiper-slide {
	width: 388px;
	min-width: 388px;
	height: 600px;
}
.section-10.section-10_showroom .section-10__card {
	width: 388px;
	min-width: 388px;
	height: 600px;
	min-height: 600px;
	max-height: 600px;
	padding: 25px;
	color: #2a2a28;
}
.section-10.section-10_showroom .section-10__card-bg {
	width: 100%;
	height: 100%;
}
.section-10.section-10_showroom .section-10__card-title,
.section-10.section-10_showroom .section-10__card-text {
	color: #2a2a28;
}
.section-10.section-10_showroom .section-10__card-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 133.3333333333%;
	margin: 0;
}
@media (max-width: 47.99875em) {
	.section-10.section-10_showroom .section-10__card-title {
		font-size: 22px;
	}
}
@media (max-width: 35.99875em) {
	.section-10.section-10_showroom .section-10__card-title {
		font-size: 20px;
	}
}
.section-10.section-10_showroom .section-10__card-list {
	margin-top: 10px;
	display: -ms-grid;
	display: grid;
	gap: 8px;
}
.section-10.section-10_showroom .section-10__card-list li {
	position: relative;
	padding-left: 16px;
	font-size: 20px;
	line-height: 140%;
	color: #2a2a28;
}
.section-10.section-10_showroom .section-10__card-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #79b833;
}
.section-10.section-10_showroom .section-10__card-badge {
	margin-top: 14px;
	background: #fff;
	border-radius: 20px;
	padding: 14px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}
.section-10.section-10_showroom .section-10__card-badge svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
}
.section-10.section-10_showroom .section-10__card-badge p {
	font-size: 16px;
	line-height: 150%;
	color: #2a2a28;
}
.section-10.section-10_showroom .section-10__scrollbar._slider-scrollbar .swiper-scrollbar-drag {
	background-color: #e85122 !important;
}
@media (max-width: 61.99875em) {
	.section-10__cursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 12px;
	}
	.section-10__cursor ._coursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.section-11__container {
	max-width: 75.4%;
	width: 100%;
	margin-inline: auto;
}
@media (max-width: 76.875em) {
	.section-11__container {
		max-width: 60.625rem;
	}
}
@media (max-width: 61.99875em) {
	.section-11__container {
		max-width: 46.875rem;
	}
}
@media (max-width: 47.99875em) {
	.section-11__container {
		max-width: 33.75rem;
	}
}
@media (max-width: 35.99875em) {
	.section-11__container {
		max-width: 100%;
		width: 100%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.section-11__slider {
	position: relative;
	overflow: visible;
}
@media (max-width: 35.99875em) {
	.section-11__slider {
		max-width: 100%;
		width: 100%;
	}
}
.section-11__slide {
	padding-bottom: 48.6%;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: grey;
	overflow: hidden;
}
@media (max-width: 47.99875em) {
	.section-11__slide {
		padding-bottom: 60%;
	}
}
@media (max-width: 35.99875em) {
	.section-11__slide {
		max-width: 100%;
		width: 100%;
	}
}
.section-11__slide picture > img,
.section-11__slide > img {
	border-radius: 16px;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-11__pagination {
	position: absolute;
	bottom: 40px !important;
	left: 0;
	right: 0;
	margin-inline: auto;
}
@media (max-width: 47.99875em) {
	.section-11__pagination {
		bottom: 20px !important;
	}
}
.section-11__pagination .swiper-pagination-bullet {
	background-color: rgb(255, 255, 255);
}
.section-11__arrow {
	background-color: #e85122;
	top: 44%;
	width: 100px;
	height: 100px;
	border-radius: 50%;

	border: 10px solid #fff;
	cursor: pointer;
	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;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
@media (max-width: 47.99875em) {
	.section-11__arrow {
		width: 70px;
		height: 70px;
		border-width: 5px;
		top: 47%;
	}
}
@media (max-width: 29.99875em) {
	.section-11__arrow {
		width: 55px;
		height: 55px;
		border-width: 3px;
	}
}
.section-11__arrow::after {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.section-11__arrow:hover {
	background-color: #ff8660;
}
.section-11__arrow_prev {
	left: -50px;
}
@media (max-width: 76.875em) {
	.section-11__arrow_prev {
		left: -30px;
	}
}
@media (max-width: 47.99875em) {
	.section-11__arrow_prev {
		left: -15px;
	}
}
.section-11__arrow_next {
	right: -50px;
}
@media (max-width: 76.875em) {
	.section-11__arrow_next {
		right: -30px;
	}
}
@media (max-width: 47.99875em) {
	.section-11__arrow_next {
		right: -15px;
	}
}
.section-11__arrow.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.section-11__button {
	max-width: 420px;
}
.section-11_about {
	background: #ececec;
	border-top: 1px solid #cbd4dd;
	padding-top: 120px;
}
.section-11_about .section-11__container {
	max-width: none;
	padding: 0;
}
.section-11_about .section-11__title {
	text-align: center;
	max-width: none;
}
.section-11_about .section-11__subtitle {
	margin-top: 20px;
	text-align: center;
	max-width: none;
}
.section-11_about .section-11__slider {
	margin-top: 28px;
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
}
.section-11_about .section-11__slide {
	padding-bottom: 58.333333%;
}

.section-11_about .section-11__pagination {
	bottom: 16px !important;
}
.section-11_about .section-11__pagination .swiper-pagination-bullet {
	background-color: #ffffff;
}
.section-11_about .section-11__pagination .swiper-pagination-bullet-active {
	background-color: #79b833;
}
@media (max-width: 61.99875em) {
	.section-11_about .section-11__slider {
		max-width: calc(100% - 70px);
	}
}
@media (max-width: 47.99875em) {
	.section-11_about {
		padding-top: 50px;
	}
	.section-11_about .section-11__container {
		padding: 0 12px;
	}
	.section-11_about .section-11__slider {
		max-width: 100%;
		margin-top: 20px;
	}
}
.section-11_projects {
	background: #ececec;
}
.section-11_projects .section-11__container {
	max-width: 100%;
	padding: 0 35px;
}
.section-11_projects .section-11__title {
	text-align: center;
}
.section-11_projects .section-11__slider {
	overflow: hidden;
}
.section-11_projects .section-11__slide {
	padding-bottom: 56.222222%;
	border-radius: 16px;
}
.section-11_projects .section-11__slide picture > img,
.section-11_projects .section-11__slide > img {
	border-radius: 16px;
}
.section-11_projects .section-11__navigation {
	display: none;
}
.section-11_projects .section-11__pagination {
	position: static;
	margin-top: 16px;
}
.section-11_projects .section-11__pagination .swiper-pagination-bullet {
	background-color: #d7d7d7;
}
.section-11_projects .section-11__pagination .swiper-pagination-bullet-active {
	background-color: #79b833;
}
@media (max-width: 61.99875em) {
	.section-11_projects .section-11__container {
		padding: 0 15px;
	}
	.section-11_projects .section-11__slide {
		padding-bottom: 58%;
	}
}

._main-btn_grey {
	background: #6a6a6a;
	-webkit-box-shadow:
		0px 20px 40px rgba(106, 106, 106, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(106, 106, 106, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
}
._main-btn_grey:hover {
	background: #7a7a7a;
	-webkit-box-shadow:
		0px 20px 40px rgba(106, 106, 106, 0.3),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(106, 106, 106, 0.3),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
}
._main-btn_grey:active {
	background-color: #6a6a6a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-11-projects {
	/* Горизонтальный скролл табов + подсказка ._coursor (глобальная сетка overflow не ломает flex-ряд) */
}
.section-11-projects__container {
	max-width: 75.4%;
	width: 100%;
	margin-inline: auto;
}
@media (max-width: 76.875em) {
	.section-11-projects__container {
		max-width: 60.625rem;
	}
}
@media (max-width: 61.99875em) {
	.section-11-projects__container {
		max-width: 46.875rem;
	}
}
@media (max-width: 47.99875em) {
	.section-11-projects__container {
		max-width: 33.75rem;
	}
}
@media (max-width: 35.99875em) {
	.section-11-projects__container {
		max-width: 100%;
		width: 100%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.section-11-projects__title {
	text-align: center;
	font-size: 48px;
}
@media (max-width: 61.99875em) {
	.section-11-projects__title {
		font-size: 38px;
	}
}
.section-11-projects__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 38px;
}
@media (max-width: 61.99875em) {
	.section-11-projects__nav {
		display: -ms-grid;
		display: grid;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-inline: auto;
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.section-11-projects__nav {
		margin-bottom: 15px;
	}
}
@media (max-width: 29.99875em) {
	.section-11-projects__nav {
		gap: 5px;
	}
}
@media (max-width: 61.99875em) {
	.section-11-projects .overflow__container._overflow-container_tablet ._coursor {
		margin-bottom: 10px;
	}
	.section-11-projects .overflow__container._overflow-container_tablet ._coursor + .section-11-projects__nav {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-inline: 0;
		max-width: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		-ms-grid-columns: none !important;
		grid-template-columns: none !important;
		grid-auto-flow: unset !important;
		grid-auto-columns: unset !important;
	}
	.section-11-projects
		.overflow__container._overflow-container_tablet
		._coursor
		+ .section-11-projects__nav
		> .section-11-projects__nav-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}
.section-11-projects__nav-item {
	color: #2a2a28 !important;
	-webkit-text-fill-color: #2a2a28 !important;
	border: 1px solid #cbd4dd;
	border-radius: 100px;
	font-size: 16px;
	line-height: 1;
	min-width: 200px;
	min-height: 70px;
	padding: 10px 22px;
	background: transparent;
	cursor: pointer;
	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;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.section-11-projects__nav-item a {
	color: #2a2a28 !important;
	-webkit-text-fill-color: #2a2a28 !important;
}
.section-11-projects__nav-item.is-active {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	border-color: transparent;
	background: #e85122;
	-webkit-box-shadow: 0px 8px 20px rgba(232, 81, 34, 0.2);
	box-shadow: 0px 8px 20px rgba(232, 81, 34, 0.2);
}
.section-11-projects__nav-item.is-active a {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}
@media (max-width: 47.99875em) {
	.section-11-projects__nav-item {
		min-width: 150px;
		min-height: 52px;
		font-size: 14px;
		padding: 8px 14px;
	}
}
@media (max-width: 29.99875em) {
	.section-11-projects__nav-item {
		min-width: 120px;
		min-height: 44px;
		font-size: 12px;
	}
}
.section-11-projects__content {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.section-11-projects__pane {
	display: none;
}
.section-11-projects__pane.is-active {
	display: block;
}
.section-11-projects__slider {
	position: relative;
	overflow: hidden;
}
@media (max-width: 35.99875em) {
	.section-11-projects__slider {
		max-width: 100%;
		width: 100%;
	}
}
.section-11-projects__slider .swiper-slide {
	width: 900px;
}
@media (max-width: 960px) {
	.section-11-projects__slider .swiper-slide {
		width: min(900px, 100vw - 80px);
	}
}
@media (max-width: 47.99875em) {
	.section-11-projects__slider .swiper-slide {
		width: calc(100vw - 30px);
	}
}
.section-11-projects__slide {
	padding-bottom: 56.222222%;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: grey;
	overflow: hidden;
}
@media (max-width: 47.99875em) {
	.section-11-projects__slide {
		padding-bottom: 60%;
	}
}
@media (max-width: 35.99875em) {
	.section-11-projects__slide {
		max-width: 100%;
		width: 100%;
	}
}
.section-11-projects__slide picture > img,
.section-11-projects__slide > img {
	border-radius: 16px;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-11-projects__pagination {
	position: static;
	margin-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
}
.section-11-projects__pagination .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	border-radius: 2px;
	margin: 0 !important;
	background-color: #d7d7d7;
}
.section-11-projects__pagination .swiper-pagination-bullet-active {
	background-color: #79b833 !important;
}
.section-11-projects__navigation {
	display: none;
}
.section-11-projects__arrow {
	top: 44%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #5c7a5e;
	border: 10px solid #fff;
	cursor: pointer;
	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;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
@media (max-width: 47.99875em) {
	.section-11-projects__arrow {
		width: 70px;
		height: 70px;
		border-width: 5px;
		top: 47%;
	}
}
@media (max-width: 29.99875em) {
	.section-11-projects__arrow {
		width: 55px;
		height: 55px;
		border-width: 3px;
	}
}
.section-11-projects__arrow::after {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.section-11-projects__arrow:hover {
	background-color: #68896a;
}
.section-11-projects__arrow_prev {
	left: -50px;
}
@media (max-width: 76.875em) {
	.section-11-projects__arrow_prev {
		left: -30px;
	}
}
@media (max-width: 47.99875em) {
	.section-11-projects__arrow_prev {
		left: -15px;
	}
}
.section-11-projects__arrow_next {
	right: -50px;
}
@media (max-width: 76.875em) {
	.section-11-projects__arrow_next {
		right: -30px;
	}
}
@media (max-width: 47.99875em) {
	.section-11-projects__arrow_next {
		right: -15px;
	}
}
.section-11-projects__arrow.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.section-12__video {
	padding-bottom: 56.25%;
	border-radius: 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-12__video:hover > img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.section-12__video > img {
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.section-12__video-play {
	inset: 0;
	margin: auto;
}
.section-12__video-play_2 {
	background-size: 202px 202px;
}
@media (max-width: 61.99875em) {
	.section-12__video-play_2 {
		background-size: 165px 165px;
	}
}
@media (max-width: 47.99875em) {
	.section-12__video-play_2 {
		background-size: 130px 130px;
	}
}
@media (max-width: 29.99875em) {
	.section-12__video-play_2 {
		background-size: 99px 99px;
	}
}
.section-12__btn {
	max-width: 360px;
}

.section-13 {
	padding-bottom: 0;
	background-image: url(../img/sec13.webp);
}
.section-13_v2 {
	background-image: url(../img/sec13-1.webp);
}
.section-13_v2 .section-13__items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3px;
	margin-top: 587px;
}
@media (max-width: 61.99875em) {
	.section-13_v2 .section-13__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [5];
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.section-13_v2 .section-13__items {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		margin-top: 50%;
	}
}
@media (max-width: 29.99875em) {
	.section-13_v2 .section-13__items {
		margin-top: 30px;
	}
}
.section-13_v2 .section-13__item {
	width: 100%;
	padding: 25px;
	gap: 10px;
}
.section-13_v2 .section-13__item b {
	font-weight: 500;
}
@media (max-width: 61.99875em) {
	.section-13_v2 .section-13__item {
		padding: 15px;
	}
}
@media (max-width: 47.99875em) {
	.section-13_v2 .section-13__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.section-13_v2 .section-13__item-text {
	font-size: 15px;
}
@media (max-width: 35.99875em) {
	.section-13 {
		background-position: bottom;
		background-position: 73%;
	}
}
.section-13__items {
	margin-top: 351px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 3px;
}
@media (max-width: 47.99875em) {
	.section-13__items {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		margin-top: 50%;
	}
}
.section-13__item {
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
}
@media (max-width: 61.99875em) {
	.section-13__item {
		padding: 15px;
	}
}
@media (max-width: 47.99875em) {
	.section-13__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 35.99875em) {
	.section-13__item {
		background: rgba(0, 0, 0, 0.5);
	}
}
.section-13__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;
	gap: 10px;
}
@media (max-width: 76.875em) {
	.section-13__item-inner br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-13__item-inner {
		gap: 5px;
	}
}
@media (max-width: 61.99875em) {
	.section-13__item-text {
		font-size: 16px;
	}
}

.section-14 {
	background: #ececec;
	margin-top: 0;
	padding-top: 120px;
}
@media (max-width: 47.99875em) {
	.section-14 {
		padding-top: 50px;
	}
}
.section-14__items {
	margin-top: 34px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 61.99875em) {
	.section-14__items {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.section-14__items {
		gap: 10px;
	}
}
@media (max-width: 35.99875em) {
	.section-14__items {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
.section-14__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: auto;
	padding: 30px 25px;
	background-color: rgb(250, 251, 252);
}
@media (max-width: 47.99875em) {
	.section-14__item {
		padding: 15px;
	}
}
@media (max-width: 35.99875em) {
	.section-14__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}
}
.section-14__item-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 26px;
	line-height: 1;
	color: rgb(121, 184, 51);
}
.section-14__item-icon svg {
	display: block;
	width: 1em;
	height: 1em;
}
@media (max-width: 47.99875em) {
	.section-14__item-icon {
		font-size: 21px;
	}
}
.section-14__item-text {
	margin-top: 15px;
	font-size: 18px;
	line-height: 144.4444444444%;
	font-weight: 400;
	color: #2a2a28;
}
@media (max-width: 76.875em) {
	.section-14__item-text br {
		display: none;
	}
}
@media (max-width: 35.99875em) {
	.section-14__item-text {
		margin-top: 7px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
	}
}

.section-15 {
	background-image: url(../img/substract2.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
	margin-top: 0;
	padding: 120px 0;
	color: #fff;
	position: relative;
	border-bottom-right-radius: var(--radius-section);
	border-bottom-left-radius: var(--radius-section);
}
@media (max-width: 61.99875em) {
	.section-15 {
		margin-top: 0;
		padding: 36px 0 56px;
	}
}
.section-15__bridge-logo {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f6f6f6;
	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;
	z-index: 2;
}
.section-15__bridge-logo img {
	width: 26px;
	height: 26px;
	-o-object-fit: contain;
	object-fit: contain;
}
.section-15__title {
	text-align: center;
}
.section-15__filter-toggle {
	display: none;
}
.section-15__filter-backdrop {
	display: none;
}
.section-15__filters {
	margin-top: 26px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [4] 200px;
	grid-template-columns: repeat(4, minmax(0, 1fr)) 200px;
	gap: 10px;
	position: relative;
	z-index: 5;
}
@media (max-width: 61.99875em) {
	.section-15__filters {
		-ms-grid-columns: (minmax(0, 1fr)) [2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.section-15__filter-groups {
	display: contents;
}
.section-15__filter-group {
	display: contents;
}
.section-15__filter-title {
	display: none;
}
.section-15__filter-close {
	display: none;
}
.section-15__filter-buttons {
	display: contents;
}
.section-15__filter-btn {
	min-height: 48px;
	border-radius: 8px;
	font-size: 16px;
}
.section-15__filter-apply {
	display: none;
}
.section-15__select {
	width: 100%;
	min-height: 56px;
	max-width: none;
	border-radius: 8px;
	border: 1px solid #d9dce0;
	background: #fff;
	color: #7a7d81;
	font-size: 16px;
	padding: 10px 38px 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M2 2L6 6L10 2' stroke='%23848589' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 14px) center;
}
.section-15 button.section-15__select {
	font-family: inherit;
	cursor: pointer;
	text-align: left;
}
.section-15__filter-select-wrap {
	position: relative;
	width: 100%;
	z-index: 1;
}
.section-15__filter-select-wrap.is-open {
	z-index: 30;
}
.section-15__filter-select-value {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-15__filter-dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	max-height: min(320px, 55vh);
	overflow-y: auto;
	padding: 12px 10px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #d9dce0;
	-webkit-box-shadow: 0 12px 32px rgba(15, 16, 18, 0.18);
	box-shadow: 0 12px 32px rgba(15, 16, 18, 0.18);
	color: #2a2a28;
}
.section-15__filter-dropdown[hidden] {
	display: none !important;
}
.section-15__filter-select-wrap.is-open .section-15__filter-dropdown {
	display: block !important;
}
.section-15__filter-dropdown .section-15__filter-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
}
.section-15__filter-dropdown .section-15__filter-item {
	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;
	gap: 8px;
	cursor: pointer;
	position: relative;
	min-height: 32px;
}
.section-15__filter-dropdown .section-15__filter-item:hover .section-15__filter-text {
	color: #f04d23;
}
.section-15__filter-dropdown .section-15__filter-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	line-height: 1.25;
	min-width: 0;
}
.section-15__filter-dropdown .section-15__filter-count {
	margin-left: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #5a595e;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	min-width: 22px;
	padding: 2px 6px;
	border-radius: 4px;
	text-align: center;
	line-height: 1.2;
}
.section-15__filter-dropdown .section-15__filter-checkbox {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
.section-15__filter-dropdown .section-15__filter-checkbox + .section-15__filter-checkbox-custom {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #dedede;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
	-o-transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
}
.section-15__filter-dropdown .section-15__filter-checkbox + .section-15__filter-checkbox-custom::after {
	opacity: 0;
	content: "";
	position: absolute;
	top: 5px;
	left: 4px;
	width: 8px;
	height: 6px;
	background: url("../img/check2.svg") center/contain no-repeat;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.section-15__filter-dropdown .section-15__filter-checkbox:checked + .section-15__filter-checkbox-custom {
	border-color: #f04d23;
}
.section-15__filter-dropdown .section-15__filter-checkbox:checked + .section-15__filter-checkbox-custom::after {
	opacity: 1;
}
.section-15__reset {
	min-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	min-width: 200px;
}
.section-15__filter-reset {
	min-width: 200px;
}
.section-15__cards {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
@media (max-width: 61.99875em) {
	.section-15__cards {
		-ms-grid-columns: (minmax(0, 1fr)) [2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 47.99875em) {
	.section-15__cards {
		-ms-grid-columns: (minmax(0, 1fr)) [2];
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 12px;
	}
}
.section-15__card {
	background: #fff;
	border-radius: 14px;
	color: #2a2a28;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-15__card-media-wrap {
	position: relative;
}
.section-15__card-media {
	position: relative;
	display: block;
	padding-bottom: 100%;
}
.section-15__discount {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #f04d23;
	color: #fff;
	border-radius: 5px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1;
	z-index: 2;
	width: 88px;
	height: 28px;
	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;
	text-transform: uppercase;
	font-weight: 800;
}
.section-15__favorite {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 8px;
	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;
	cursor: pointer;
	z-index: 2;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.3);
}
.section-15__favorite path {
	stroke: #fff;
}
.section-15__favorite:hover path {
	stroke: #f04d23;
	fill: #f04d23;
}
.section-15__favorite.catalog-card__favorite._active svg path {
	stroke: rgb(236, 17, 17);
	fill: rgb(236, 17, 17);
}
.section-15__card-body {
	padding: 25px;
	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-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.section-15__card-title {
	font-weight: 600;
}
.section-15__card-subtitle {
	margin-top: 10px;
	font-size: 16px;
	line-height: 150%;
	color: #47494d;
}
.section-15__card-price {
	margin-top: 10px;
	font-size: 20px;
	line-height: 140%;
	color: #1a1a1a;
}
.section-15__specs {
	margin-top: 8px;
	display: -ms-grid;
	display: grid;
	gap: 4px;
	font-size: 16px;
	line-height: 1.25;
}
.section-15__specs b {
	font-weight: 600;
}
.section-15__actions {
	margin-top: auto;
	padding-top: 12px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}
.section-15__action-btn {
	min-height: 66px;
	border-radius: 999px;
	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;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 8px 10px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.section-15__action-btn_primary {
	background: #f04d23;
	color: #fff;
}
.section-15__action-btn_primary:hover {
	background: rgb(247, 102, 56);
	color: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.3);
}
.section-15__action-btn_secondary {
	border: 1px solid #c7c9cd;
	color: #2a2a28;
	background: #fff;
}
.section-15__action-btn_secondary:hover {
	color: #fff;
	background: rgb(126, 191, 54);
	border-color: rgb(126, 191, 54);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(121, 184, 51, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(121, 184, 51, 0.3);
}
.section-15__more {
	margin: 40px auto 0;
	max-width: 360px;
	min-height: 96px;
	color: #fff;
	border-color: #fff;
}
@media (max-width: 47.99875em) {
	.section-15__filter-toggle {
		margin-top: 16px;
		width: 100%;
		min-height: 80px;
		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;
		gap: 10px;
	}
	.section-15__filter-toggle svg {
		width: 18px;
		height: 18px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.section-15__filter-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 10000;
		background: rgba(15, 16, 18, 0.55);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition:
			opacity 0.3s ease,
			visibility 0.3s ease;
		-o-transition:
			opacity 0.3s ease,
			visibility 0.3s ease;
		transition:
			opacity 0.3s ease,
			visibility 0.3s ease;
	}
	.section-15__filter-backdrop.show {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.section-15__filters {
		margin-top: 0;
		position: fixed;
		top: 0;
		right: 0;
		width: min(92vw, 420px);
		height: 100dvh;
		border-radius: 0;
		background: #fff;
		color: #2a2a28;
		z-index: 10001;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
		transition:
			transform 0.3s ease,
			-webkit-transform 0.3s ease;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-grid-columns: none;
		grid-template-columns: none;
		gap: 16px;
		padding: 56px 16px 20px;
		overflow: hidden;
	}
	.section-15__filters.show {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.section-15__filter-close {
		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;
		width: 36px;
		height: 36px;
		border: none;
		background: transparent;
		color: #2a2a28;
		position: absolute;
		top: 12px;
		right: 12px;
	}
	.section-15__filter-groups {
		display: -ms-grid;
		display: grid;
		gap: 12px;
		overflow-y: auto;
		padding-right: 2px;
	}
	.section-15__filter-group {
		display: -ms-grid;
		display: grid;
		gap: 8px;
	}
	.section-15__filter-title {
		display: block;
		margin: 0;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 600;
		color: #2a2a28;
	}
	.section-15__select {
		min-height: 50px;
	}
	.section-15__filter-dropdown {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		margin-top: 8px;
		max-height: min(260px, 45vh);
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.section-15__filter-buttons {
		margin-top: auto;
		display: -ms-grid;
		display: grid;
		gap: 10px;
	}
	.section-15__filter-apply {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.section-15__filter-apply {
		background: #e85122;
		color: #fff;
	}
	.section-15__filter-apply:hover {
		background: rgb(247, 102, 56);
		color: #fff;
		-webkit-box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.3);
		box-shadow: 0px 10px 30px 0px rgba(232, 81, 34, 0.3);
	}
	.section-15__filter-reset {
		background: transparent;
		color: #2a2a28;
		border: 1px solid rgb(42, 42, 40);
	}
	.section-15__filter-reset:hover {
		background: rgba(42, 42, 40, 0.06);
	}
	.section-15__filter-btn,
	.section-15__filter-reset {
		min-width: 0;
		width: 100%;
		min-height: 80px;
	}
	.section-15__card {
		border-radius: 16px;
		padding: 7px;
		gap: 12px;
	}
	.section-15__card-media {
		border-radius: 8px;
		overflow: hidden;
		padding-bottom: 65%;
	}
	.section-15__discount {
		left: 5px;
		top: 5px;
		width: auto;
		height: auto;
		padding: 2px 8px;
		font-size: 11px;
	}
	.section-15__favorite {
		right: 5px;
		bottom: 5px;
		width: 30px;
		height: 30px;
		border-radius: 7px;
	}
	.section-15__favorite svg {
		width: 16px;
		height: 16px;
	}
	.section-15__card-body {
		padding: 0;
	}
	.section-15__card-title {
		font-size: 21px;
		line-height: 1.15;
	}
	.section-15__card-subtitle {
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.2;
	}
	.section-15__card-price {
		margin-top: 8px;
		font-size: 16px;
		line-height: 1.2;
	}
	.section-15__specs {
		margin-top: 10px;
		gap: 3px;
		font-size: 14px;
		line-height: 1.2;
	}
	.section-15__actions {
		padding-top: 10px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 5px;
	}
	.section-15__action-btn {
		min-height: 55px;
		border-radius: 8px;
		font-size: 16px;
		line-height: 1.1;
	}
	.section-15__more {
		min-height: 80px;
	}
}
@media (max-width: 47.99875em) and (max-width: 35.99875em) {
	.section-15__filter-toggle,
	.section-15__filter-btn,
	.section-15__filter-reset {
		min-height: 80px;
	}
}
.section-15.section-15_favorite {
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	padding: 60px 0 0;
	color: #2a2a28;
}
.section-15.section-15_favorite .section-15__cards {
	margin-top: 0;
}
.section-15.section-15_favorite .section-15__card {
	border: 1px solid #dfe1e5;
}

@media (max-width: 47.99875em) {
	body.home .section-15._section,
	body.front-page .section-15._section {
		margin-top: 50px;
	}
}
.archive-template-page .section-15,
.section-15.section-15_plain {
	background-image: none;
	background-color: transparent;
	color: #2a2a28;
	padding-bottom: 0;
	/* «Открыть больше позиций»: не белая обводка/текст (фон секции светлый), размеры как в каталоге */
}
.archive-template-page .section-15 .section-15__title._section-title,
.section-15.section-15_plain .section-15__title._section-title {
	color: #2a2a28;
}
.archive-template-page .section-15 .section-15__more,
.section-15.section-15_plain .section-15__more {
	margin: 40px auto 0;
	max-width: 360px;
	min-height: 96px;
	color: #939393;
	border-color: #939393;
}

body.home .section-15._section,
body.front-page .section-15._section {
	background-image: url(../img/substract2.jpg);
	background-size: cover;
}

.section-16 {
	background-image: url(../img/sec16.webp);
}
.section-16__slider {
	overflow: visible;
	position: relative;
}
.section-16 .swiper-slide {
	height: auto !important;
}

.section-17 {
	width: 100%;
	max-width: 1560px;
	margin-inline: auto;
}
.section-17__slider {
	position: relative;
}
@media (max-width: 35.99875em) {
	.section-17__slider {
		max-width: 100%;
		width: 100%;
	}
}
.section-17__slide {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 120px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-17__slide::after {
	z-index: 1;
	content: "";
	inset: 0;
	position: absolute;
	background:
		-o-linear-gradient(170.06deg, rgba(15, 16, 18, 0) 35.66%, rgba(15, 16, 18, 0.7) 97.44%),
		-o-linear-gradient(212.37deg, rgba(15, 16, 18, 0) 38.06%, rgba(15, 16, 18, 0.3) 94.2%),
		-o-linear-gradient(250.19deg, rgba(15, 16, 18, 0) 58.81%, #0f1012 109.7%);
	background:
		linear-gradient(279.94deg, rgba(15, 16, 18, 0) 35.66%, rgba(15, 16, 18, 0.7) 97.44%),
		linear-gradient(237.63deg, rgba(15, 16, 18, 0) 38.06%, rgba(15, 16, 18, 0.3) 94.2%),
		linear-gradient(199.81deg, rgba(15, 16, 18, 0) 58.81%, #0f1012 109.7%);
}
@media (max-width: 61.99875em) {
	.section-17__slide {
		padding: 80px 0;
	}
	.section-17__slide::after {
		background: rgba(26, 26, 26, 0.5);
	}
}
@media (max-width: 47.99875em) {
	.section-17__slide {
		padding: 30px 0;
	}
}
.section-17__slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section-17__slide-bg picture,
.section-17__slide-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-17__slide-content {
	text-align: left;
	position: relative;
	z-index: 2;
	width: 100%;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100%;
}
.section-17__slide-text-wrapper {
	max-width: 650px;
}
@media (max-width: 61.99875em) {
	.section-17__slide-text-wrapper {
		max-width: 80%;
	}
}
.section-17__slide-title {
	text-align: left;
}
.section-17__slide-title span {
	vertical-align: middle;
	width: 52px;
	height: 52px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	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;
	background-color: rgb(92, 122, 94);
}
@media (max-width: 47.99875em) {
	.section-17__slide-title span {
		width: 35px;
		height: 35px;
	}
	.section-17__slide-title span svg {
		width: 60%;
	}
}
@media (max-width: 29.99875em) {
	.section-17__slide-title span {
		width: 30px;
		height: 30px;
	}
}
.section-17__slide-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
@media (max-width: 47.99875em) {
	.section-17__slide-text {
		gap: 10px;
	}
}
.section-17__slide-description {
	font-size: 24px;
	line-height: 140%;
	color: #ffffff;
}
@media (max-width: 47.99875em) {
	.section-17__slide-description {
		font-size: 20px;
	}
}
@media (max-width: 35.99875em) {
	.section-17__slide-description {
		font-size: 18px;
	}
}
.section-17__slide-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-top: 45px;
}
@media (max-width: 47.99875em) {
	.section-17__slide-buttons {
		margin-top: 20px;
	}
}
@media (max-width: 29.99875em) {
	.section-17__slide-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.section-17__button {
	max-width: 320px;
}
.section-17__pagination {
	position: relative;
	margin-top: 30px;
}
@media (max-width: 47.99875em) {
	.section-17__pagination {
		margin-top: 20px;
	}
}
.section-17__pagination .swiper-pagination-bullet {
	background-color: rgb(214, 214, 206);
}

.section-18 {
	background: #ececec;
}
.section-18__title {
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 35.9988em) {
	.section-18__title {
		font-size: 28px !important;
	}
}
.section-18__tabs {
	margin-top: 38px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 250px minmax(0, 1fr);
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.section-18__tabs-nav {
	display: -ms-grid;
	display: grid;
	gap: 8px;
}
.section-18__tab-btn {
	min-height: 100px;
	padding: 10px 14px;
	border: 1px solid #d2d6dc;
	border-radius: 12px;
	background: #e9ebee;
	cursor: pointer;
	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-transition:
		border-color 0.3s ease,
		background-color 0.3s ease,
		-webkit-transform 0.3s ease;
	transition:
		border-color 0.3s ease,
		background-color 0.3s ease,
		-webkit-transform 0.3s ease;
	-o-transition:
		border-color 0.3s ease,
		background-color 0.3s ease,
		transform 0.3s ease;
	transition:
		border-color 0.3s ease,
		background-color 0.3s ease,
		transform 0.3s ease;
	transition:
		border-color 0.3s ease,
		background-color 0.3s ease,
		transform 0.3s ease,
		-webkit-transform 0.3s ease;
}
.section-18__tab-btn img {
	max-width: 160px;
	max-height: 34px;
	width: auto;
	height: auto;
}
.section-18__tab-btn span {
	font-size: 36px;
	line-height: 1;
	color: #2a2a28;
}
.section-18__tab-btn:hover {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}
.section-18__tab-btn.active {
	background: #fff;
	border-color: #c3c9d1;
}
.section-18__flamp-logo {
	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;
	min-width: 126px;
	height: 34px;
	background: #2f4f9f;
	color: #fff !important;
	border-radius: 4px;
	font-size: 30px !important;
}
.section-18__tabs-item {
	display: none;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}
.section-18__tabs-item.active {
	display: block;
}
.section-18__tabs-content {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.section-18__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.section-18__caption {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
}
.section-18__caption-logo {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin-left: 8px;
	max-width: 179px;
}
.section-18__slider {
	margin-top: 33px;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.section-18__slider .swiper-wrapper {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}
.section-18__slider .swiper-slide {
	height: auto;
	max-width: 100%;
	min-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-18__review-card {
	border: 1px solid #cbd1d8;
	border-radius: 16px;
	background: transparent;
	overflow: hidden;
	padding: 5px;
	width: 100%;
}
.section-18__review-card img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 16px;
}
.section-18__navigation ._slider-arrow {
	width: 62px;
	height: 62px;
	background: #fc2b13;
	color: #fff;
}
.section-18__navigation ._slider-arrow:hover {
	background: #d8441e;
}
@media (max-width: 61.99875em) {
	.section-18__title {
		font-size: 48px;
		line-height: 116.6666666667%;
	}
	.section-18__tabs {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.section-18__tabs-nav {
		-ms-grid-columns: (minmax(0, 1fr)) [3];
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.section-18__caption {
		font-size: 38px;
		line-height: 115.7894736842%;
		max-width: none;
	}
	.section-18__caption-logo {
		height: 34px;
	}
}
@media (max-width: 47.99875em) {
	.section-18 {
		padding: 40px 0;
	}
	.section-18__title {
		text-align: left;
		font-size: 36px;
		line-height: 122.2222222222%;
	}
	.section-18__tabs-nav {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.section-18__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.section-18__caption {
		font-size: 28px;
		line-height: 121.4285714286%;
	}
	.section-18__caption-logo {
		height: 28px;
		margin-left: 6px;
	}
	.section-18__navigation ._slider-arrow {
		width: 48px;
		height: 48px;
	}
}

@media (max-width: 35.99875em) {
	.section-18__title {
		font-size: 30px !important;
	}
}
.section-19__block {
	-ms-grid-columns: (1fr) [6];
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
}
@media (max-width: 61.99875em) {
	.section-19__block {
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-19__block {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-19__card {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 450px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-19__card:nth-child(1),
.section-19__card:nth-child(2) {
	-ms-grid-column-span: 3;
	grid-column: span 3;
}
@media (max-width: 47.99875em) {
	.section-19__card:nth-child(1),
	.section-19__card:nth-child(2) {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}
}
.section-19__card:nth-child(3),
.section-19__card:nth-child(4),
.section-19__card:nth-child(5) {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
@media (max-width: 47.99875em) {
	.section-19__card:nth-child(3),
	.section-19__card:nth-child(4),
	.section-19__card:nth-child(5) {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}
}
.section-19__card img {
	background-color: grey;
}
.section-19__card-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
	font-weight: 600;
}
@media (max-width: 76.875em) {
	.section-19__card-inner br {
		display: none;
	}
}
@media (max-width: 61.99875em) {
	.section-19__card-inner {
		padding: 25px;
		gap: 12px;
	}
}
@media (max-width: 47.99875em) {
	.section-19__card-inner {
		padding: 20px;
		gap: 10px;
	}
}
.section-19__card-arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 14px;
	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;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 47.99875em) {
	.section-19__card-arrow {
		width: 50px;
		height: 50px;
		top: 15px;
		right: 15px;
	}
}
.section-19__card-arrow svg {
	width: 30px;
	height: 30px;
}
@media (max-width: 47.99875em) {
	.section-19__card-arrow svg {
		width: 24px;
		height: 24px;
	}
}
.section-19__card:hover .section-19__card-arrow {
	background: #5c7a5e;
}
.section-19:not(.section-19_garantii):not(.section-19_blog):not(.section-19_furniture) .section-19__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(60%, rgba(15, 16, 18, 0)),
		to(rgba(15, 16, 18, 0.8))
	);
	background: -o-linear-gradient(top, rgba(15, 16, 18, 0) 60%, rgba(15, 16, 18, 0.8) 100%);
	background: linear-gradient(180deg, rgba(15, 16, 18, 0) 60%, rgba(15, 16, 18, 0.8) 100%);
}
.section-19.section-19_furniture .section-19__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: -o-linear-gradient(247.37deg, rgba(15, 16, 18, 0) 45.42%, rgba(15, 16, 18, 0.8) 77.58%);
	background: linear-gradient(202.63deg, rgba(15, 16, 18, 0) 45.42%, rgba(15, 16, 18, 0.8) 77.58%);
}
.section-19.section-19_furniture .section-19__card-text {
	font-size: 16px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
}
.section-19.section-19_furniture .section-19__card_static {
	cursor: default;
}
.section-19.section-19_garantii .section-19__title {
	text-align: center;
}
.section-19.section-19_garantii .section-19__subtitle {
	max-width: 760px;
	margin: 20px auto 0;
	text-align: center;
}
.section-19.section-19_garantii .section-19__card {
	min-height: 450px;
	position: relative;
}
.section-19.section-19_garantii .section-19__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(60%, rgba(15, 16, 18, 0)),
		to(rgba(15, 16, 18, 0.8))
	);
	background: -o-linear-gradient(top, rgba(15, 16, 18, 0) 60%, rgba(15, 16, 18, 0.8) 100%);
	background: linear-gradient(180deg, rgba(15, 16, 18, 0) 60%, rgba(15, 16, 18, 0.8) 100%);
}
@media (max-width: 47.99875em) {
	.section-19.section-19_garantii .section-19__card {
		min-height: 300px;
	}
}
.section-19.section-19_garantii .section-19__card-inner {
	padding: 28px 24px;
}
.section-19.section-19_garantii .section-19__card-title {
	font-weight: 500;
}
.section-19.section-19_garantii .section-19__card-text {
	font-size: 16px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 61.99875em) {
	.section-19.section-19_garantii .section-19__title br,
	.section-19.section-19_garantii .section-19__subtitle br {
		display: none;
	}
}
.section-19.section-19_blog .section-19__card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: -o-linear-gradient(247.37deg, rgba(15, 16, 18, 0) 45.42%, rgba(15, 16, 18, 0.8) 77.58%);
	background: linear-gradient(202.63deg, rgba(15, 16, 18, 0) 45.42%, rgba(15, 16, 18, 0.8) 77.58%);
}

.section-20__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 47.99875em) {
	.section-20__container {
		min-height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.section-20__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
@media (max-width: 35.99875em) {
	.section-20__social {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.section-20__block {
	background-color: rgb(250, 251, 252);
	position: relative;
}
.section-20__social-btn {
	max-width: 300px;
	gap: 10px;
	border-radius: 12px;
}
.section-20__social-btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-20__social-btn_whatsapp {
	background: #25d366;
	-webkit-box-shadow:
		0px 20px 40px rgba(37, 211, 102, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	box-shadow:
		0px 20px 40px rgba(37, 211, 102, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
}
.section-20__social-btn_whatsapp:hover {
	background: #2de873;
	-webkit-box-shadow:
		0px 20px 40px rgba(37, 211, 102, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	box-shadow:
		0px 20px 40px rgba(37, 211, 102, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
}
.section-20__social-btn_whatsapp:active {
	background: #25d366;
}
.section-20__social-btn_telegram {
	background: #35a9e5;
	-webkit-box-shadow:
		0px 20px 40px rgba(53, 169, 229, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	box-shadow:
		0px 20px 40px rgba(53, 169, 229, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
}
.section-20__social-btn_telegram:hover {
	background: #54c0f8;
	-webkit-box-shadow:
		0px 20px 40px rgba(53, 169, 229, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	box-shadow:
		0px 20px 40px rgba(53, 169, 229, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
}
.section-20__social-btn_telegram:active {
	background: #35a9e5;
}
.section-20__social-btn_vk {
	background: #0077ff;
	-webkit-box-shadow:
		0px 20px 40px rgba(0, 119, 255, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	box-shadow:
		0px 20px 40px rgba(0, 119, 255, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
}
.section-20__social-btn_vk:hover {
	background: #4099ff;
	-webkit-box-shadow:
		0px 20px 40px rgba(0, 119, 255, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	box-shadow:
		0px 20px 40px rgba(0, 119, 255, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
}
.section-20__social-btn_vk:active {
	background: #0077ff;
}
.section-20__map {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	/*
    Карта должна "прилипать" к левому краю экрана, даже если .section-20__container — центрованный контейнер.
    Ширина карты — до начала колонки формы (500px) + зазор (40px).
  */
	left: calc(50% - 50vw);
	width: min(960px, calc(100vw - 540px));
}
@media (max-width: 76.875em) {
	.section-20__map {
		width: min(600px, calc(100vw - 420px)); /* 380px форма + ~40px зазор */
	}
}
@media (max-width: 61.99875em) {
	.section-20__map {
		width: min(460px, calc(100vw - 420px)); /* 380px форма + ~40px зазор */
	}
}
@media (max-width: 47.99875em) {
	.section-20__map {
		position: relative;
		top: auto;
		left: 0;
		width: 100%;
		height: 400px;
		margin-bottom: 30px;
	}
}
@media (max-width: 35.99875em) {
	.section-20__map {
		height: 300px;
		margin-bottom: 20px;
	}
}
.section-20__form-wrapper {
	max-width: 500px;
	position: relative;
	z-index: 2;
	padding: 80px 0;
}
@media (min-width: 76.875em) {
	.section-20__form-wrapper {
		background: rgb(250, 251, 252);
		padding-left: 40px;
	}
}
@media (max-width: 61.99875em) {
	.section-20__form-wrapper {
		max-width: 380px;
	}
}
@media (max-width: 47.99875em) {
	.section-20__form-wrapper {
		margin-inline: auto;
		padding: 30px 0;
	}
}
.section-20__form-title {
	font-size: 34px;
	line-height: 123.5294117647%;
	margin-bottom: 20px;
}
.section-20__form-title svg {
	vertical-align: middle;
}
@media (max-width: 61.99875em) {
	.section-20__form-title {
		font-size: 35px;
	}
	.section-20__form-title svg {
		width: 30px;
	}
}
@media (max-width: 47.99875em) {
	.section-20__form-title {
		font-size: 30px;
	}
}
@media (max-width: 29.99875em) {
	.section-20__form-title {
		font-size: 25px;
	}
	.section-20__form-title svg {
		width: 20px;
	}
}
@media (max-width: 29.99875em) {
	.section-20__form-subtitle {
		font-size: 18px;
	}
	.section-20__form-subtitle br {
		display: none;
	}
}
.section-20__form {
	max-width: 380px;
	margin-top: 30px;
}

@media (max-width: 76.875em) {
	.section-21__title br {
		display: none;
	}
}
.section-21__projects {
	position: relative;
}
.section-21__project {
	display: none;
}
.section-21__project.is-active {
	display: block;
}
.section-21__grid {
	margin-bottom: 0;
	gap: 10px;
}
.section-21__item {
	position: relative;
}
.section-21__image {
	padding-bottom: 75.3%;
	position: relative;
	display: block;
	overflow: hidden;
}
.section-21__label {
	position: absolute;
	top: 20px;
	left: 20px;
	min-height: 56px;
	z-index: 2;
	padding: 8px 25px;
	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;
	background: rgb(255, 255, 255);
	border-radius: 8px;
}
@media (max-width: 61.99875em) {
	.section-21__label {
		min-height: auto;
		top: 15px;
		left: 15px;
		padding: 6px 12px;
	}
}
@media (max-width: 47.99875em) {
	.section-21__label {
		top: 10px;
		left: 10px;
		padding: 6px 12px;
	}
}
.section-21__button {
	max-width: 360px; /* Rectangle 2 */
	color: rgb(42, 42, 40);
	font-weight: 700;
}
.section-21.section-21_disigners .section-21__container {
	max-width: none;
	padding-inline: 25px;
}
.section-21.section-21_disigners .section-21__label {
	min-height: 42px;
	padding: 0 18px;
	border-radius: 100px;
	font-size: 16px;
	line-height: 150%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	top: 30px;
	left: 30px;
	width: 180px;
	height: 44px;
}
.section-21.section-21_disigners .section-21__label_light {
	background: #fff;
	color: #2a2a28;
	left: auto;
	right: 30px;
}
.section-21.section-21_disigners .section-21__label_accent {
	background: #e85122;
	color: #fff;
}

.section-22 {
	background: #fff;
	padding: 70px 0 82px;
	border-radius: var(--radius-section);
	/* Подсказка скролла: ._coursor + .section-22__thumbs — без глобальной сетки 300px (ломает Swiper) */
}
.section-22__container {
	margin-top: 0;
}
.section-22__title {
	text-align: center;
}
.section-22__thumbs {
	margin-top: 50px;
	overflow: hidden;
}
.section-22__thumbs .swiper-wrapper {
	justify-content: center;
}
.section-22__thumbs .swiper-slide {
	width: 162px;
	height: 162px;
}
@media (max-width: 61.99875em) {
	.section-22 .overflow__container._overflow-container_tablet ._coursor {
		margin-bottom: 10px;
	}
	.section-22 .overflow__container._overflow-container_tablet ._coursor + .section-22__thumbs {
		display: block !important;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-grid-columns: none !important;
		grid-template-columns: none !important;
		grid-auto-flow: unset !important;
		grid-auto-columns: unset !important;
		overflow-x: hidden !important;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
	}
	.section-22 .overflow__container._overflow-container_tablet ._coursor + .section-22__thumbs > .swiper-wrapper,
	.section-22 .overflow__container._overflow-container_tablet ._coursor + .section-22__thumbs > div {
		min-width: 0 !important;
		width: auto;
	}.section-22__thumbs .swiper-wrapper {
    justify-content: flex-start;
}
}
.section-22__thumb {
	height: 162px;
	width: 162px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	background: transparent;
	border: 2px solid transparent;
	padding: 0;
	-webkit-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.section-22__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-22__thumbs .swiper-slide-thumb-active .section-22__thumb {
	border-color: #ffcc00;
}
.section-22__content {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 560px) minmax(0, 100%);
	grid-template-columns: minmax(0, 560px) minmax(0, 100%);
	gap: 40px;

	justify-content: center;

	align-items: flex-start;
}
@media (max-width: 61.99875em) {
	.section-22__content {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-22__main {
	position: relative;
	width: 100%;
	max-width: 560px;
	min-width: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #c1c1c6;
}
.section-22__main .swiper-slide {
	width: 100% !important;
}
@media (max-width: 61.99875em) {
	.section-22__main {
		max-width: 100%;
	}
}
.section-22__slide {
	display: block;
	width: 560px;
	max-width: 100%;
	height: 700px;
	border-radius: 20px;
	overflow: hidden;
}
@media (max-width: 61.99875em) {
	.section-22__slide {
		width: 100%;
		height: auto;
		aspect-ratio: 560/700;
	}
}
.section-22__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}
.section-22__arrow {
	position: absolute !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff !important;
	border: none !important;
	z-index: 3;
	margin: 0 !important;
	padding: 0 !important;
}
.section-22__arrow_prev {
	left: 12px;
}
.section-22__arrow_next {
	right: 12px;
}
.section-22__pagination {
	position: absolute;
	bottom: 10px !important;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
}
.section-22__pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #fff;
	opacity: 0.5;
}
.section-22__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #79b833;
}
.section-22__info-title {
	margin-bottom: 8px;
	font-size: 34px;
	line-height: 175%;
	font-weight: 600;
}
@media (max-width: 47.99875em) {
	.section-22__info-title {
		font-size: 26px;
	}
}
.section-22__info-text {
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #3f3f3f;
}
.section-22__info-block + .section-22__info-block {
	margin-top: 30px;
}
.section-22__info {
	min-width: 0;
}
.section-22__project {
	display: none;
}
.section-22__project.is-active {
	display: block;
}
.section-22__button {
	margin-top: 24px;
	max-width: 420px;
}
.section-22__more {
	margin: 40px auto 0;
	max-width: 360px;
	font-weight: bold;
}
@media (max-width: 47.99875em) {
	.section-22__more {
		margin: 20px auto 0;
	}
}
@media (max-width: 47.99875em) {
	.section-22 {
		background: #fff;
		padding: 30px 0 82px;
	}
}

.projects-section-22 .section-22__more {
	display: none;
}

.section-23 {
	background-image: url(../img/sec23.webp);
}
@media (max-width: 61.99875em) {
	.section-23__subtitle br {
		display: none;
	}
}
.section-23__projects-slider {
	width: 100%;
}
.section-23__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
@media (max-width: 47.99875em) {
	.section-23__blocks {
		gap: 15px;
	}
}
.section-23__content {
	-webkit-backdrop-filter: blur(8.5px);
	backdrop-filter: blur(8.5px);
	border-radius: 30px;
	background: url(../img/black.webp) no-repeat center/110% 110%;
	background-color: rgba(26, 28, 30, 0.4);
	padding: 50px 60px;
	display: -ms-grid;
	display: grid;
	border: 1px solid rgb(106, 110, 116);
	-ms-grid-columns: minmax(300px, 580px) auto;
	grid-template-columns: minmax(300px, 580px) auto;
	gap: 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
@media (max-width: 61.99875em) {
	.section-23__content {
		padding: 25px;
		gap: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-23__content {
		padding: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}
}
.section-23__leftside {
	width: 100%;
}
.section-23__rightside {
	width: 100%;
	padding-top: 30px;
}
.section-23__gallery {
	width: 100%;
	max-width: 100%;
}
.section-23__main-slider {
	margin-bottom: 8px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.section-23__slide {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding-bottom: 68.5%;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-23__slide > img {
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-23__thumb-slider .swiper-slide {
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	pointer-events: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.section-23__thumb {
	padding-bottom: 70.5%;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 4px solid transparent;
	-webkit-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.section-23__thumb:after {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0;
	content: "";
	inset: 0;
	position: absolute;
	background-image: url(../img/eye.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
}
.section-23__thumb:hover {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.section-23__thumb:hover:after {
	background-color: transparent;
}
.section-23__thumb:hover:after,
.swiper-slide-thumb-active .section-23__thumb:after {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 1 !important;
}
.swiper-slide-thumb-active .section-23__thumb {
	border-color: rgb(92, 122, 94);
}
.swiper-slide-thumb-active .section-23__thumb:after {
	background-color: rgba(92, 122, 94, 0.4) !important;
}
.section-23__thumb picture > img,
.section-23__thumb > img {
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-23__navigation {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 30;
	pointer-events: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}
@media (max-width: 47.99875em) {
	.section-23__navigation {
		padding: 0 10px;
	}
}
.section-23__navigation ._slider-arrow {
	position: relative;
	z-index: 31;
	pointer-events: auto;
}
@media (min-width: 47.99875em) {
	.section-23__navigation ._slider-arrow {
		background: #fff;
	}
}
.section-23__arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background-color: rgb(90, 89, 94);
	cursor: pointer;
	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;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
@media (max-width: 35.99875em) {
	.section-23__arrow {
		width: 45px;
		height: 45px;
	}
}
.section-23__arrow::after {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.section-23__arrow:hover {
	background-color: #68896a;
}
.section-23__arrow_prev {
	left: 20px;
}
@media (max-width: 47.99875em) {
	.section-23__arrow_prev {
		left: 10px;
	}
}
.section-23__arrow_next {
	right: 20px;
}
@media (max-width: 47.99875em) {
	.section-23__arrow_next {
		right: 10px;
	}
}
.section-23__info-title {
	margin-bottom: 15px;
	font-size: 34px;
	line-height: 123.5294117647%;
	font-weight: 600;
	/* В блоке с _text24 на мобиле оставляем ~24px, а не глобальные 18px у ._text24 */
}
@media (max-width: 47.99875em) {
	.section-23__info-title {
		margin-bottom: 15px;
	}
}
@media (max-width: 47.99875em) {
	.section-23__info-title._text24 {
		font-size: 24px;
		line-height: 133.3333333333%;
	}
}
.section-23__info-list {
	margin-bottom: 30px;
}
@media (max-width: 47.99875em) {
	.section-23__info-list {
		margin-bottom: 20px;
	}
}
.section-23__info-list li b {
	font-weight: 500;
}
.section-23__btn {
	max-width: 356px;
}
.section-23__btn_inside {
	grid-column: 1/-1;
	margin: 12px auto 0;
}
.section-23__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	max-width: 260px;
	min-height: 96px;
}
@media (max-width: 47.99875em) {
	.section-23__button {
		min-height: 80px; /* 80px, как у остальных кнопок на мобиле */
	}
}
.section-23__button svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.section-23.section-23_projects {
	background: #ececec;
	background-image: none;
	color: #2a2a28;
	padding-top: 70px;
	padding-bottom: 0;
	/* Мобилка: не суммируем ._section (50px) + ._image-back + padding-top 70 — один отступ 50px ($section-spacing-mobile) */
}
.section-23.section-23_projects .section-23__container {
	max-width: 1560px;
}
.section-23.section-23_projects .section-23__title {
	color: #2a2a28;
}
.section-23.section-23_projects .section-23__projects-slider {
	margin-top: 0;
}
.section-23.section-23_projects .section-23__projects-slider > .swiper-wrapper > .swiper-slide {
	width: 1560px;
}
.section-23.section-23_projects .section-23__main-slider {
	width: 660px;
	height: 450px;
	max-width: 100%;
}
.section-23.section-23_projects .section-23__slide {
	height: 450px;
	padding-bottom: 0;
}
.section-23.section-23_projects .section-23__content {
	margin-top: 30px;
	background: #17181b;
	border: none;
	border-radius: 24px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-23.section-23_projects .section-23__info-title,
.section-23.section-23_projects .section-23__info-list {
	color: #fff;
}
.section-23.section-23_projects .section-23__button {
	max-width: 260px;
}
.section-23.section-23_projects .section-23__btn {
	max-width: 360px;
	color: #cbd4dd;
	border-color: #cbd4dd;
}
@media (max-width: 61.99875em) {
	.section-23.section-23_projects .section-23__container {
		max-width: 100%;
	}
	.section-23.section-23_projects .section-23__projects-slider > .swiper-wrapper > .swiper-slide {
		width: 100%;
	}
	.section-23.section-23_projects .section-23__main-slider {
		width: 100%;
		height: auto;
	}
	.section-23.section-23_projects .section-23__slide {
		height: auto;
		aspect-ratio: 660/450;
	}
}
@media (max-width: 47.99875em) {
	.section-23.section-23_projects {
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* category-projects.php */
@media (max-width: 47.99875em) {
	body.category-projects .section-23.section-23_projects,
	body.category-projects-php .section-23.section-23_projects {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 0;
	}
}

.section-24 {
	background: #fff;
}
@media (max-width: 47.99875em) {
	.section-24__items {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.section-24__item {
	color: rgb(26, 26, 26) !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgb(250, 251, 252);
}
.section-24__item:hover .section-24__item-pic img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.section-24__item:hover .section-24__item-title {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	color: rgb(92, 122, 94);
}
.section-24__item-pic {
	padding-bottom: 72.17%;
}
.section-24__item-pic img {
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.section-24__inner {
	padding: 25px;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	gap: 30px;
}
@media (max-width: 61.99875em) {
	.section-24__inner {
		padding: 15px;
		gap: 20px;
	}
}
.section-24__item-title {
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.section-24__item-text {
	margin-top: 10px;
}
.section-24__btn {
	gap: 10px;
	font-weight: bold;
}
.section-24__btn::after {
	content: "";
	width: 12px;
	height: 12px;
	right: 15px;
	top: 15px;
	background-image: url(../img/arrw.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.section-25 {
	margin-top: 80px;
	/* Мобилка: отдельно от вложенности __article — выше специфичность, без конфликта с .section-25__article ul в global */
}
@media (max-width: 47.99875em) {
	.section-25 {
		margin-top: 30px;
	}
}
.section-25__inner {
	width: 100%;
	max-width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -ms-grid;
	display: grid;
	gap: 60px;
	-ms-grid-columns: 58.4% auto;
	grid-template-columns: 58.4% auto;
}
@media (max-width: 76.875em) {
	.section-25__inner {
		gap: 40px;
		-ms-grid-columns: 55.4% auto;
		grid-template-columns: 55.4% auto;
	}
}
@media (max-width: 61.99875em) {
	.section-25__inner {
		gap: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.section-25__block {
	width: 100%;
	max-width: 100%;
}
.section-25__article {
	width: 100%;
	max-width: 100%;
}
.section-25__article .section-25__toc {
	margin-bottom: 34px;
}
.section-25__article .section-25__toc-title {
	font-size: 60px;
	line-height: 1.08;
	margin-bottom: 12px;
}
@media (max-width: 47.99875em) {
	.section-25__article .section-25__toc-title {
		font-size: 40px;
		margin-bottom: 8px;
	}
}
.section-25__article .section-25__toc-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}
.section-25__article .section-25__toc-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #79b833;
	padding-left: 0;
}
.section-25__article .section-25__toc-list li::before {
	content: "";
	position: static;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #79b833;
}
.section-25__article b {
	font-weight: 500;
}
.section-25__article img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 30px;
}
@media (max-width: 47.99875em) {
	.section-25__article img {
		margin-top: 15px;
	}
}
.section-25__article h2 {
	margin-bottom: 15px;
}
.section-25__article h2:not(:first-of-type) {
	margin-top: 40px;
}
@media (max-width: 47.99875em) {
	.section-25__article h2:not(:first-of-type) {
		margin-top: 20px;
	}
}
.section-25__article p {
	margin-bottom: 30px;
}
@media (max-width: 47.99875em) {
	.section-25__article p {
		margin-bottom: 10px;
	}
}
.section-25__article a {
	color: rgb(92, 122, 94);
}
.section-25__article a:hover {
	text-underline-offset: 3px;
	text-decoration: underline;
}
.section-25__slider {
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
	position: relative;
}
@media (max-width: 47.99875em) {
	.section-25__slider {
		margin-top: 20px;
	}
}
.section-25__slide {
	padding-bottom: 60%;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: grey;
	overflow: hidden;
}
@media (max-width: 47.99875em) {
	.section-25__slide {
		padding-bottom: 60%;
	}
}
.section-25__slide picture > img,
.section-25__slide > img {
	border-radius: 16px;
	-o-object-fit: cover;
	object-fit: cover;
}
.section-25__navigation {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}
.section-25__arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background-color: rgb(90, 89, 94);
	cursor: pointer;
	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;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
@media (max-width: 35.99875em) {
	.section-25__arrow {
		width: 45px;
		height: 45px;
	}
}
.section-25__arrow::after {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.section-25__arrow:hover {
	background-color: #68896a;
}
.section-25__arrow_prev {
	left: 20px;
}
@media (max-width: 47.99875em) {
	.section-25__arrow_prev {
		left: 10px;
	}
}
.section-25__arrow_next {
	right: 20px;
}
@media (max-width: 47.99875em) {
	.section-25__arrow_next {
		right: 10px;
	}
}
.section-25__arrow.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.section-25__form-block {
	background-image: url(../img/sec25.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 35px 30px;
	padding-bottom: 365px !important;
}
@media (max-width: 76.875em) {
	.section-25__form-block {
		padding-inline: 25px;
	}
}
@media (max-width: 61.99875em) {
	.section-25__form-block {
		margin-inline: auto;
		padding: 20px;
		padding-bottom: 300px !important;
	}
}
@media (max-width: 29.99875em) {
	.section-25__form-block {
		padding-inline: 15px;
	}
}
.section-25__form {
	margin-top: 30px;
}
.section-25__form-logo {
	top: 35px;
	right: 30px;
}
@media (max-width: 61.99875em) {
	.section-25__form-logo {
		top: 15px;
		right: 15px;
	}
}
.section-25__form-sub {
	margin-top: 15px;
	font-size: 22px;
	line-height: 136.363636%; /* 30/22 */
	letter-spacing: 0%;
}
@media (max-width: 61.99875em) {
	.section-25__form-sub {
		font-size: 18px;
	}
}
@media (max-width: 47.99875em) {
	.section-25__form-sub br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-25 .section-25__article .section-25__toc-list li {
		font-size: 16px;
		gap: 8px;
	}
	.section-25 .section-25__article .section-25__toc-list li::before {
		width: 3px;
		height: 3px;
	}
}

.section-26__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-26__item-pic {
	padding-bottom: 178%;
}
.section-26__item-pic::after {
	inset: 0;
	position: absolute;
	margin: auto;
	background-image: url(../img/play.svg);
	background-size: 17px;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 80px;
	border-radius: 50%;
	width: 80px;
	background-color: #5c7a5e;
	-webkit-box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.4),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.4),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
}
.section-26__item-pic:hover::after {
	background-color: #68896a;
	-webkit-box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
}
.section-26__item-review {
	height: 100%;
	position: relative;
	margin-top: 22px;
	padding: 30px;
	border: 1px solid rgb(203, 212, 221);
	background-color: #fff;
	background-image: url(../img/quote.svg);
	background-size: 31px 28px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
.section-26__item-review::before {
	content: "";
	position: absolute;
	top: -11px;
	left: 30px;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid rgb(203, 212, 221);
	z-index: 3;
}
.section-26__item-review::after {
	position: absolute;
	top: -10px;
	left: 31px;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	z-index: 4;
}
@media (max-width: 47.99875em) {
	.section-26__item-review {
		padding: 15px;
		background-size: 21px 18px;
		background-repeat: no-repeat;
		background-position: 10px 10px;
	}
}
.section-26.section-26_disigners {
	background: rgb(24, 24, 24);
	border-radius: 30px;
	padding: 120px 0;
}
@media (max-width: 47.99875em) {
	.section-26.section-26_disigners {
		padding: 50px 0;
	}
}
.section-26.section-26_disigners .section-26__title {
	color: #fff;
	text-align: center;
}
.section-26.section-26_disigners .section-26__items {
	gap: 18px;
	margin-inline: 0;
	padding: 0 15px !important;
}
.section-26.section-26_disigners .section-26__item {
	position: relative;
	min-height: 530px;
}
@media (max-width: 47.99875em) {
	.section-26.section-26_disigners .section-26__item {
		min-height: 450px;
	}
}
.section-26.section-26_disigners .section-26__item-pic {
	padding-bottom: 0;
	height: 100%;
}
.section-26.section-26_disigners .section-26__item-pic::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(65%, rgba(15, 16, 18, 0)),
		to(rgba(15, 16, 18, 0.8))
	);
	background: -o-linear-gradient(top, rgba(15, 16, 18, 0) 65%, rgba(15, 16, 18, 0.8) 100%);
	background: linear-gradient(180deg, rgba(15, 16, 18, 0) 65%, rgba(15, 16, 18, 0.8) 100%);
	pointer-events: none;
	z-index: 1;
}
.section-26.section-26_disigners .section-26__item-pic::after {
	top: 14px;
	right: 14px;
	left: auto;
	bottom: auto;
	margin: 0;
	width: 80px;
	height: 80px;
	background-color: #e85122;
	-webkit-box-shadow: 0 10px 24px rgba(232, 81, 34, 0.35);
	box-shadow: 0 10px 24px rgba(232, 81, 34, 0.35);
	z-index: 2;
}
.section-26.section-26_disigners .section-26__item-review {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	margin-top: 0;
	padding: 0 26px 26px;
	border: 0;
	color: #fff;
	background: transparent;
	border-radius: 0 0 16px 16px;
	font-size: 20px;
	line-height: 150%;
	z-index: 3;
}
@media (max-width: 47.99875em) {
	.section-26.section-26_disigners .section-26__item-review {
		padding: 0 15px 15px;
		font-size: 18px;
		line-height: 150%;
	}
}
.section-26.section-26_disigners .section-26__item-review::before,
.section-26.section-26_disigners .section-26__item-review::after {
	display: none;
}

.section-27__title {
	text-align: center;
}
.section-27__nav {
	display: -ms-grid;
	display: grid;
	gap: 10px;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	padding-inline: 25px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
@media (max-width: 76.875em) {
	.section-27__nav {
		padding-inline: 0;
	}
}
@media (max-width: 61.99875em) {
	.section-27__nav {
		display: -ms-grid;
		display: grid;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-inline: auto;
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.section-27__nav {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 15px;
	}
}
@media (max-width: 35.99875em) {
	.section-27__nav {
		gap: 5px;
	}
}
.section-27__nav-item {
	color: #2a2a28 !important;
	-webkit-text-fill-color: #2a2a28 !important;
	width: 100%;
	border: 1px solid #cbd4dd;
	border-radius: 12px;
	font-size: 20px;
	line-height: 140%;
	/* 28/20 */
	max-width: 280px;
	min-height: 80px;
	padding: 16px 24px;
	background: transparent;
	cursor: pointer;
	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;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.section-27__nav-item a {
	color: #2a2a28 !important;
	-webkit-text-fill-color: #2a2a28 !important;
}
.section-27__nav-item.is-active {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	border-color: transparent;
	background: #5a595e;
	-webkit-box-shadow:
		0px 20px 40px rgba(74, 73, 78, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	box-shadow:
		0px 20px 40px rgba(74, 73, 78, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.1);
	border-radius: 12px;
}
.section-27__nav-item.is-active a {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}
@media (max-width: 47.99875em) {
	.section-27__nav-item {
		min-height: 50px;
		font-size: 18px;
		padding: 10px;
	}
}
@media (max-width: 29.99875em) {
	.section-27__nav-item {
		font-size: 14px;
		min-height: 45px;
	}
}
.section-27__content {
	position: relative;
}
.section-27__pane {
	display: none;
}
.section-27__pane.is-active {
	display: block;
}
.section-27__cards {
	margin-bottom: 40px;
}
@media (max-width: 61.99875em) {
	.section-27__cards {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}
@media (max-width: 47.99875em) {
	.section-27__cards {
		margin-bottom: 20px;
		gap: 15px;
	}
}
@media (max-width: 35.99875em) {
	.section-27__cards {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}
.section-27__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background-color: rgb(250, 251, 252);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.section-27__card-image {
	padding: 33.5%;
	position: relative;
	overflow: hidden;
	display: block;
	background-color: #f5f5f5;
}
.section-27__card-image img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
}
.section-27__card-banner {
	border-radius: 6px;
	background-color: rgb(90, 89, 94);
	color: #fff;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 11px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
}
@media (max-width: 47.99875em) {
	.section-27__card-banner {
		font-size: 12px;
		padding: 8px 15px;
	}
}
.section-27__card-content {
	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-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 47.99875em) {
	.section-27__card-content {
		padding: 15px;
	}
}
.section-27__card-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
@media (max-width: 47.99875em) {
	.section-27__card-body {
		gap: 12px;
	}
}
.section-27__card-button {
	width: 100%;
	margin-top: 30px;
}
@media (max-width: 35.99875em) {
	.section-27__card-button {
		margin-top: 15px;
	}
}
.section-27__btn {
	max-width: 356px;
}
.section-27__btn svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.section-27.section-27_assortment {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 0;
}
@media (max-width: 47.99875em) {
	.section-27.section-27_assortment {
		padding-top: 50px;
		padding-bottom: 0;
	}
}
.section-27.section-27_assortment .section-27__title {
	text-align: center;
}
.section-27.section-27_assortment .section-27__nav {
	-ms-grid-columns: (minmax(0, 1fr)) [2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 610px;
	margin: 50px auto 0;
	padding-inline: 0;
	gap: 12px;
}
.section-27.section-27_assortment .section-27__nav-item {
	min-height: 68px;
	max-width: none;
	border-radius: 100px;
	font-size: 18px;
	line-height: 144.4444444444%;
	font-weight: 500;
	padding: 12px 24px;
}
.section-27.section-27_assortment .section-27__nav-item.is-active {
	background: #e85122;
	-webkit-box-shadow: 0 10px 20px rgba(232, 81, 34, 0.25);
	box-shadow: 0 10px 20px rgba(232, 81, 34, 0.25);
}
.section-27.section-27_assortment .section-27__subtitle {
	margin-top: 22px;
	text-align: center;
	color: #5a595e;
}
.section-27.section-27_assortment .section-27__cards {
	margin-top: 34px;
	margin-bottom: 0;
}
.section-27.section-27_assortment .section-27__cards-scroll ._coursor {
	margin-bottom: 0;
}
.section-27.section-27_assortment .section-27__cards-scroll._overflow-container_tablet ._coursor + div,
.section-27.section-27_assortment .section-27__cards-scroll._overflow-container_mob ._coursor + div {
	padding-left: 0;
	padding-right: 0;
}
.section-27.section-27_assortment .section-27__card {
	background: transparent;
	border-radius: 0;
	overflow: visible;
}
.section-27.section-27_assortment .section-27__card-image {
	padding: 50%;
}
.section-27.section-27_assortment .section-27__card-image img {
	border-radius: 16px;
}
.section-27.section-27_assortment .section-27__card-content {
	padding: 30px 0 0 20px;
}
.section-27.section-27_assortment .section-27__card-body {
	gap: 0;
}
.section-27.section-27_assortment .section-27__card-text {
	font-size: 20px;
	line-height: 140%;
	color: #2a2a28;
}
.section-27.section-27_assortment .section-27__card-button {
	margin-top: 20px;
	min-height: 76px;
	font-size: 18px;
	font-weight: bold;
	max-width: 348px;
}
@media (max-width: 61.99875em) {
	.section-27.section-27_assortment .section-27__cards-scroll._overflow-container_tablet ._coursor + div {
		grid-template-columns: repeat(auto-fill, 300px);
		grid-auto-flow: column;
		gap: 15px;
		overflow-x: auto;
	}
	.section-27.section-27_assortment .section-27__cards-scroll._overflow-container_tablet ._coursor + div > article {
		min-width: 300px;
		width: 300px;
	}
	.section-27.section-27_assortment .section-27__nav {
		max-width: 100%;
	}
	.section-27.section-27_assortment .section-27__subtitle {
		font-size: 26px;
	}
}
@media (max-width: 47.99875em) {
	.section-27.section-27_assortment .section-27__cards-scroll._overflow-container_mob ._coursor + div {
		grid-template-columns: repeat(auto-fill, 300px);
		grid-auto-flow: column;
		gap: 15px;
		overflow-x: auto;
	}
	.section-27.section-27_assortment .section-27__cards-scroll._overflow-container_mob ._coursor + div > article {
		min-width: 300px;
		width: 300px;
	}
	.section-27.section-27_assortment .section-27__nav {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		max-width: 360px;
		margin-top: 20px;
		gap: 10px;
	}
	.section-27.section-27_assortment .section-27__nav-item {
		min-height: 56px;
		font-size: 18px;
	}
	.section-27.section-27_assortment .section-27__subtitle {
		font-size: 20px;
		margin-top: 14px;
	}
	.section-27.section-27_assortment .section-27__cards {
		margin-top: 20px;
	}
	.section-27.section-27_assortment .section-27__card-text {
		font-size: 20px;
	}
	.section-27.section-27_assortment .section-27__card-button {
		min-height: 62px;
		font-size: 15px;
	}
}

.section-28__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 113px;
}
@media (max-width: 76.875em) {
	.section-28__items {
		gap: 30px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
	.section-28__items br {
		display: none;
	}
}
@media (max-width: 61.99875em) {
	.section-28__items {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 20px;
	}
}
@media (max-width: 35.99875em) {
	.section-28__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-28__item:last-of-type .section-28__item-square::after {
	display: none;
}
@media (max-width: 61.99875em) {
	.section-28__item:last-of-type .section-28__item-square::after {
		display: block;
	}
}
@media (max-width: 35.99875em) {
	.section-28__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
	}
}
.section-28__item-square {
	font-weight: 400;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 169.230769%; /* 44/26 */
	letter-spacing: 0%;
	text-align: center;
	position: relative;
}
.section-28__item-square::after {
	content: "";
	position: absolute;
	right: -280%;
	width: 130px;
	height: 4px;
	background-image: url(../img/dots.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 76.875em) {
	.section-28__item-square::after {
		right: -230%;
	}
}
@media (max-width: 47.99875em) {
	.section-28__item-square::after {
		right: -400%;
	}
}
@media (max-width: 35.99875em) {
	.section-28__item-square::after {
		display: none !important;
	}
}
@media (max-width: 47.99875em) {
	.section-28__item-square {
		font-size: 20px;
	}
}
.section-28__item-text {
	margin-top: 15px;
}
@media (max-width: 35.99875em) {
	.section-28__item-text {
		margin-top: 0;
	}
}
.section-28__reviews {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
@media (max-width: 47.99875em) {
	.section-28__reviews {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px;
	}
}
.section-28__review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.section-28__review-left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.section-28__review-photo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
@media (max-width: 35.99875em) {
	.section-28__review-photo {
		width: 50px;
		height: 50px;
	}
}
.section-28__review-name {
	font-weight: 500;
}
.section-28__review-text {
	padding: 25px;
	border-radius: 16px;
	background-color: rgb(250, 251, 252);
	position: relative;
}
.section-28__review-text::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 30px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid rgb(250, 251, 252);
	z-index: 3;
}
.section-28__review-text::after {
	position: absolute;
	left: -10px;
	top: 31px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgb(250, 251, 252);
	z-index: 4;
}
@media (max-width: 76.875em) {
	.section-28__review-text br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-28__review-text {
		padding: 15px;
	}
}

@media (max-width: 76.875em) {
	.section-29__title br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-29__title {
		position: relative;
		z-index: 1;
	}
}
.section-29__block {
	background-image: url(../img/sec29.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 462px;
	max-width: 1440px;
	margin-inline: auto;
}
@media (max-width: 47.99875em) {
	.section-29__block {
		padding-top: 200px;
		position: relative;
	}
	.section-29__block::after {
		content: "";
		inset: 0;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.2117647059);
	}
}
@media (max-width: 29.99875em) {
	.section-29__block {
		padding-top: 30px;
	}
}
.section-29__items {
	padding-inline: 84px;
	margin-top: 30px;
	gap: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 76.875em) {
	.section-29__items {
		padding-inline: 0;
	}
}
@media (max-width: 61.99875em) {
	.section-29__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.section-29__items {
		position: relative;
		z-index: 1;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin-inline: auto;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
}
@media (max-width: 29.99875em) {
	.section-29__items {
		margin-top: 15px;
	}
}
.section-29__item {
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 76.875em) {
	.section-29__item {
		max-width: 400px;
	}
}
@media (max-width: 61.99875em) {
	.section-29__item {
		padding: 15px;
	}
}
@media (max-width: 29.99875em) {
	.section-29__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 76.875em) {
	.section-29__item-inner br {
		display: none;
	}
}
.section-29__item-text {
	margin-top: 10px;
}

.section-30__head {
	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;
	gap: 16px;
	margin-bottom: 30px;
}
@media (max-width: 47.99875em) {
	.section-30__head {
		margin-bottom: 15px;
	}
}
.section-30__nav {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.section-30__title {
	margin-bottom: 0;
}
@media (max-width: 47.99875em) {
	.section-30__title._section-title {
		text-align: left;
	}
}
@media (max-width: 47.99875em) {
	.section-30__arrow {
		width: 44px;
		height: 44px;
	}
}
.section-30__slider {
	overflow: visible;
	position: relative;
}
.section-30 .swiper-slide {
	height: auto !important;
}
.section-30 .section-27__card-image {
	margin: 10px;
	padding-bottom: 32.24%;
}
.section-30__card {
	background-color: rgb(250, 251, 252);
}
.section-30__card-list {
	margin: 0;
}
.section-30 .section-27__card-text b {
	font-weight: 500;
}
.section-28__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 113px;
}
@media (max-width: 76.875em) {
	.section-28__items {
		gap: 30px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
	.section-28__items br {
		display: none;
	}
}
@media (max-width: 61.99875em) {
	.section-28__items {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 20px;
	}
}
@media (max-width: 35.99875em) {
	.section-28__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-28__item:last-of-type .section-28__item-square::after {
	display: none;
}
@media (max-width: 61.99875em) {
	.section-28__item:last-of-type .section-28__item-square::after {
		display: block;
	}
}
@media (max-width: 35.99875em) {
	.section-28__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
	}
}
.section-28__item-square {
	font-weight: 400;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 169.230769%; /* 44/26 */
	letter-spacing: 0%;
	text-align: center;
	position: relative;
}
.section-28__item-square::after {
	content: "";
	position: absolute;
	right: -280%;
	width: 130px;
	height: 4px;
	background-image: url(../img/dots.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 76.875em) {
	.section-28__item-square::after {
		right: -230%;
	}
}
@media (max-width: 47.99875em) {
	.section-28__item-square::after {
		right: -400%;
	}
}
@media (max-width: 35.99875em) {
	.section-28__item-square::after {
		display: none !important;
	}
}
@media (max-width: 47.99875em) {
	.section-28__item-square {
		font-size: 20px;
	}
}
.section-28__item-text {
	margin-top: 15px;
}
@media (max-width: 35.99875em) {
	.section-28__item-text {
		margin-top: 0;
	}
}
.section-28__reviews {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
@media (max-width: 47.99875em) {
	.section-28__reviews {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px;
	}
}
.section-28__review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.section-28__review-left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.section-28__review-photo {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
@media (max-width: 35.99875em) {
	.section-28__review-photo {
		width: 50px;
		height: 50px;
	}
}
.section-28__review-name {
	font-weight: 500;
}
.section-28__review-text {
	padding: 25px;
	border-radius: 16px;
	background-color: rgb(250, 251, 252);
	position: relative;
}
.section-28__review-text::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 30px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid rgb(250, 251, 252);
	z-index: 3;
}
.section-28__review-text::after {
	position: absolute;
	left: -10px;
	top: 31px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgb(250, 251, 252);
	z-index: 4;
}
@media (max-width: 76.875em) {
	.section-28__review-text br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-28__review-text {
		padding: 15px;
	}
}

@media (max-width: 76.875em) {
	.section-29__title br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-29__title {
		position: relative;
		z-index: 1;
	}
}
.section-29__block {
	background-image: url(../img/sec29.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 462px;
	max-width: 1440px;
	margin-inline: auto;
}
@media (max-width: 47.99875em) {
	.section-29__block {
		padding-top: 200px;
		position: relative;
	}
	.section-29__block::after {
		content: "";
		inset: 0;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.2117647059);
	}
}
@media (max-width: 29.99875em) {
	.section-29__block {
		padding-top: 30px;
	}
}
.section-29__items {
	padding-inline: 84px;
	margin-top: 30px;
	gap: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 76.875em) {
	.section-29__items {
		padding-inline: 0;
	}
}
@media (max-width: 61.99875em) {
	.section-29__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.section-29__items {
		position: relative;
		z-index: 1;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin-inline: auto;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}
}
@media (max-width: 29.99875em) {
	.section-29__items {
		margin-top: 15px;
	}
}
.section-29__item {
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 76.875em) {
	.section-29__item {
		max-width: 400px;
	}
}
@media (max-width: 61.99875em) {
	.section-29__item {
		padding: 15px;
	}
}
@media (max-width: 29.99875em) {
	.section-29__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 76.875em) {
	.section-29__item-inner br {
		display: none;
	}
}
.section-29__item-text {
	margin-top: 10px;
}

@media (max-width: 61.99875em) {
	.section-31__items {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 35.99875em) {
	.section-31__items {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
.section-31__item-wrap {
	display: contents;
}
@media (max-width: 35.99875em) {
	.section-31__item-wrap {
		display: block;
	}
}
.section-31__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgb(250, 251, 252);
	padding: 30px 25px;
}
@media (max-width: 76.875em) {
	.section-31__item {
		padding: 20px;
	}
}
@media (max-width: 61.99875em) {
	.section-31__item {
		padding: 15px;
	}
}
@media (max-width: 35.99875em) {
	.section-31__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 15px;
	}
}
@media (max-width: 35.99875em) {
	.section-31__item-icon svg {
		width: 30px;
	}
}
.section-31__item-inner {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
}
@media (max-width: 76.875em) {
	.section-31__item-inner br {
		display: none;
	}
}
@media (max-width: 35.99875em) {
	.section-31__item-inner {
		margin-top: 10px;
		gap: 5px;
	}
}
@media (max-width: 61.99875em) {
	.section-31__item-link {
		margin-top: 15px;
	}
}
@media (max-width: 35.99875em) {
	.section-31__item-link {
		display: block;
		margin-top: 15px;
	}
}
.section-31__little-text {
	line-height: 157.142857%; /* 22/14 */
}

.section-32 {
	margin-top: 200px;
}
@media (max-width: 47.99875em) {
	.section-32 {
		margin-top: 50px;
	}
}
.section-32__container {
	position: relative;
}
.section-32__title {
	position: relative;
	z-index: 2;
}
.section-32__subtitle {
	padding-bottom: 200px;
	position: relative;
	z-index: 2;
}
@media (max-width: 47.99875em) {
	.section-32__subtitle {
		padding-bottom: 0;
	}
}
.section-32__pic {
	right: -360px;
	max-width: 987px;
	bottom: 0;
}
@media (max-width: 76.875em) {
	.section-32__pic {
		max-width: 750px;
	}
}
@media (max-width: 61.99875em) {
	.section-32__pic {
		max-width: 600px;
	}
}
@media (max-width: 47.99875em) {
	.section-32__pic {
		position: static;
		margin-left: auto;
		margin-right: -15px;
		margin-top: 10px;
	}
}

.section-33 {
	margin-top: 20px;
	position: relative;
	max-width: 1560px;
	border-radius: 30px;
	background-image: url(../img/sec33.webp);
	position: relative;
}
@media (max-width: 61.99875em) {
	.section-33::after {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(0, rgba(255, 255, 255, 0.9)),
			to(rgba(255, 255, 255, 0))
		);
		background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 100%);
	}
}
@media (max-width: 47.99875em) {
	.section-33 {
		background-position: 8%;
		border-radius: 20px;
	}
}
.section-33__title {
	position: relative;
	z-index: 2;
}
.section-33__items {
	position: relative;
	z-index: 2;
	margin-top: 50px;
	padding-left: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
@media (max-width: 61.99875em) {
	.section-33__items {
		padding-left: 0;
	}
}
@media (max-width: 47.99875em) {
	.section-33__items {
		margin-top: 20px;
		gap: 12px;
	}
}
.section-33__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-33.section-33_garantii {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	border-radius: 32px;
	overflow: hidden;
	background-image: -webkit-image-set(
		url("../img/sopr.webp") type("image/webp"),
		url("../img/sopr.png") type("image/png")
	);
	background-image: image-set(url("../img/sopr.webp") type("image/webp"), url("../img/sopr.png") type("image/png"));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section-33.section-33_garantii .section-33__container {
	position: relative;
	min-height: 520px;
	padding-top: 64px;
	padding-bottom: 64px;
	z-index: 2;
}
@media (max-width: 47.99875em) {
	.section-33.section-33_garantii {
		padding: 0;
	}
	.section-33.section-33_garantii::after {
		content: "";
		position: absolute;
		inset: 0;
		background: -o-linear-gradient(
			290deg,
			rgba(255, 255, 255, 0.45) 0%,
			rgba(255, 255, 255, 0.97) 45%,
			rgba(255, 255, 255, 0.61) 72%
		);
		background: linear-gradient(
			160deg,
			rgba(255, 255, 255, 0.45) 0%,
			rgba(255, 255, 255, 0.97) 45%,
			rgba(255, 255, 255, 0.61) 72%
		);
		pointer-events: none;
		z-index: 1;
	}
	.section-33.section-33_garantii .section-33__container::before {
		display: none;
	}
}
.section-33.section-33_garantii .section-33__subtitle,
.section-33.section-33_garantii .section-33__items {
	position: relative;
	z-index: 1;
}
.section-33.section-33_garantii .section-33__title {
	margin: 0;
	line-height: 1.08;
}
.section-33.section-33_garantii .section-33__subtitle {
	margin-top: 50px;
	color: #2a2a28;
}
.section-33.section-33_garantii .section-33__items {
	margin-top: 30px;
	padding-left: 0;
	gap: 20px;
}
.section-33.section-33_garantii .section-33__item {
	gap: 10px;
}
.section-33.section-33_garantii .section-33__item-square {
	width: 56px;
	height: 56px;
	min-width: 30px;
	border-radius: 50%;
	background: #79b833;
}
.section-33.section-33_garantii .section-33__item-text {
	font-size: 18px;
	line-height: 133.3333333333%;
	color: #2a2a28;
}
@media (max-width: 61.99875em) {
	.section-33.section-33_garantii {
		border-radius: 24px;
	}
	.section-33.section-33_garantii .section-33__container {
		min-height: 460px;
		padding-top: 44px;
		padding-bottom: 44px;
	}
	.section-33.section-33_garantii .section-33__title,
	.section-33.section-33_garantii .section-33__subtitle,
	.section-33.section-33_garantii .section-33__items {
		padding-left: 30px;
		max-width: 520px;
	}
	.section-33.section-33_garantii .section-33__title br,
	.section-33.section-33_garantii .section-33__subtitle br,
	.section-33.section-33_garantii .section-33__item-text br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-33.section-33_garantii {
		border-radius: 18px;
		/* фон уводим вправо — меньше шумного участка за текстом */
		background-position: 78% center;
	}
	.section-33.section-33_garantii .section-33__container {
		min-height: 0;
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.section-33.section-33_garantii .section-33__title,
	.section-33.section-33_garantii .section-33__subtitle,
	.section-33.section-33_garantii .section-33__items {
		padding-left: 16px;
		padding-right: 16px;
		max-width: 100%;
	}
	.section-33.section-33_garantii .section-33__title._section-title {
		color: #2a2a28;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
	}
	.section-33.section-33_garantii .section-33__subtitle {
		margin-top: 10px;
		color: #2a2a28;
	}
	.section-33.section-33_garantii .section-33__items {
		margin-top: 10px;
	}
	.section-33.section-33_garantii .section-33__item-text {
		font-size: 14px;
		line-height: 142.8571428571%;
		color: #2a2a28;
	}
}

.section-34 {
	padding: 115px 0;
	background-position: center;
	background-size: cover;
	border-radius: 60px;
	background-image: url(../img/thanks.webp);
}
@media (max-width: 47.99875em) {
	.section-34 {
		padding: 30px 0;
		background-position: 30%;
	}
}
@media (max-width: 29.99875em) {
	.section-34 {
		background-position: left;
	}
}
.section-34__container {
	position: relative;
}
.section-34__title {
	max-width: 100%;
}
@media (max-width: 29.99875em) {
	.section-34__title br {
		display: none;
	}
}
.section-34__inner {
	position: relative;
	z-index: 1;
}
@media (max-width: 29.99875em) {
	.section-34__title {
		font-size: 30px;
	}
}
.section-34__subtitle {
	margin-top: 22px;
}
@media (max-width: 61.99875em) {
	.section-34__subtitle br {
		display: block;
	}
}
@media (max-width: 35.99875em) {
	.section-34__subtitle br {
		display: none;
	}
}
@media (max-width: 29.99875em) {
	.section-34__subtitle {
		font-size: 16px;
		margin-top: 10px;
	}
	.section-34__subtitle br {
		display: none;
	}
}
.section-34__correct {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.section-34__correct svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 47.99875em) {
	.section-34__correct {
		margin-top: 20px;
	}
}
@media (max-width: 29.99875em) {
	.section-34__correct {
		gap: 10px;
	}
}
@media (max-width: 29.99875em) {
	.section-34__correct-text {
		font-size: 16px;
	}
	.section-34__correct-text br {
		display: none;
	}
}
.section-34__form {
	margin-top: 20px;
}
.section-34__form-items {
	max-width: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 35.99875em) {
	.section-34__form-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
	}
}
.section-34__input {
	border-radius: 100px;
	font-weight: 600;
	width: 100%;
	font-size: 24px;
	border-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-left: 0;
}
.section-34__input::-webkit-input-placeholder {
	font-weight: 600;
	font-family: VelaSans;
}
.section-34__input::-moz-placeholder {
	font-weight: 600;
	font-family: VelaSans;
}
.section-34__input:-ms-input-placeholder {
	font-weight: 600;
	font-family: VelaSans;
}
.section-34__input::-ms-input-placeholder {
	font-weight: 600;
	font-family: VelaSans;
}
.section-34__input::placeholder {
	font-weight: 600;
	font-family: VelaSans;
}
@media (max-width: 47.99875em) {
	.section-34__input {
		margin-top: 0;
	}
}
@media (max-width: 35.99875em) {
	.section-34__input {
		width: 100%;
		max-width: 100% !important;
	}
}
@media (max-width: 29.99875em) {
	.section-34__input {
		max-width: 100% !important;
	}
}
.section-34__btn {
	font-weight: bold;
}

.section-35__items {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px 18px;
}
@media (max-width: 76.875em) {
	.section-35__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 47.99875em) {
	.section-35__items {
		gap: 10px;
		margin-top: 20px;
	}
}
.section-35__item {
	padding: 5px 25px;
	min-height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}
@media (max-width: 47.99875em) {
	.section-35__item {
		padding: 10px;
		min-height: auto;
	}
}
.section-35__subtitle {
	text-align: center;
}
.section-35__pic {
	margin-top: 40px;
	padding-bottom: 38.55%;
}
@media (max-width: 47.99875em) {
	.section-35__pic {
		margin-top: 30px;
	}
}

.section-36__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px;
}
@media (max-width: 47.99875em) {
	.section-36__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.section-36__title {
	display: block;
}
@media (max-width: 76.875em) {
	.section-36__title br {
		display: none;
	}
}
.section-36__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 47.99875em) {
	.section-36__navigation {
		margin-inline: auto;
	}
}
.section-36__arrow {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background-color: rgb(92, 122, 94);
	cursor: pointer;
	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;
	pointer-events: auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
	position: static;
	margin: 0;
}
@media (max-width: 35.99875em) {
	.section-36__arrow {
		width: 45px;
		height: 45px;
	}
}
.section-36__arrow::after {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.section-36__arrow:hover {
	background-color: #68896a;
}
.section-36__slider {
	overflow: visible;
	position: relative;
}
@media (max-width: 35.99875em) {
	.section-36__slider {
		margin-top: 15px;
	}
}
.section-36 .swiper-slide {
	height: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-36__slide {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 500px;
}
@media (max-width: 47.99875em) {
	.section-36__slide {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		min-height: auto;
	}
}
.section-36__slide-left {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 16px;
	background-color: rgb(90, 89, 94);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	height: 100%;
}
@media (max-width: 76.875em) {
	.section-36__slide-left br {
		display: none;
	}
}
@media (max-width: 61.99875em) {
	.section-36__slide-left {
		padding: 20px;
	}
}
@media (max-width: 47.99875em) {
	.section-36__slide-left {
		min-height: 400px;
		height: 400px;
	}
}
@media (max-width: 29.99875em) {
	.section-36__slide-left {
		padding: 15px;
		min-height: 370px;
		height: 370px;
	}
}
.section-36__slide-number {
	font-size: 100px;
	font-weight: 400;
	line-height: 1; /* 44/26 */
	color: rgb(214, 214, 206);
}
@media (max-width: 61.99875em) {
	.section-36__slide-number {
		font-size: 80px;
	}
}
@media (max-width: 47.99875em) {
	.section-36__slide-number {
		font-size: 50px;
	}
}
.section-36__slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
.section-36__slide-icon {
	display: block;
}
@media (max-width: 47.99875em) {
	.section-36__slide-icon {
		width: 30px;
		height: 30px;
	}
	.section-36__slide-icon svg {
		width: 100%;
		height: 100%;
	}
}
.section-36__slide-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.section-36__slide-title {
	display: block;
}
.section-36__slide-text {
	display: block;
}
.section-36__slide-list {
	margin: 0;
	color: #fff;
}
.section-36__slide-list li::before {
	background-color: #fff;
}
.section-36__slide-right {
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	display: block;
}
@media (max-width: 47.99875em) {
	.section-36__slide-right {
		height: 300px;
		min-height: 300px;
	}
}
.section-36__slide-image {
	height: 100%;
	display: block;
}
@media (max-width: 47.99875em) {
	.section-36__slide-image {
		height: 300px;
		min-height: 300px;
		padding-bottom: 0;
	}
	.section-36__slide-image img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.section-37 {
	max-width: 1560px;
}
.section-37__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
@media (max-width: 61.99875em) {
	.section-37__blocks {
		gap: 15px;
	}
}
@media (max-width: 47.99875em) {
	.section-37__blocks {
		gap: 10px;
		display: -ms-grid;
		display: grid;
	}
}
.section-37__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.section-37__block:last-of-type .section-37__item {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media (max-width: 61.99875em) {
	.section-37__block {
		gap: 15px;
	}
}
@media (max-width: 47.99875em) {
	.section-37__block {
		display: contents;
	}
}
.section-37__item {
	width: 100%;
	padding: 30px;
	min-height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 61.99875em) {
	.section-37__item {
		padding: 20px;
	}
	.section-37__item::before {
		z-index: 1;
		content: "";
		position: absolute;
		inset: 0;
		background-color: rgba(0, 0, 0, 0.3568627451);
	}
}
@media (max-width: 47.99875em) {
	.section-37__item {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-width: 300px;
		padding: 12px;
	}
	.section-37__item img {
		-o-object-position: 82%;
		object-position: 82%;
	}
	.section-37__item::before {
		background-color: transparent;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.9)), to(30%));
		background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, 30%);
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, 30%);
	}
}
.section-37__item_little {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}
.section-37__inner {
	position: relative;
	z-index: 2;
}
@media (max-width: 47.99875em) {
	.section-37__inner br {
		display: none;
	}
}
.section-37__item-text {
	margin-top: 10px;
}

.section-38 {
	max-width: 1440px;
	width: 100%;
	margin-inline: auto;
}
.section-38__button {
	max-width: 430px;
	margin-inline: auto;
	margin-top: 499px;
	margin-bottom: 80px;
}
@media (max-width: 47.99875em) {
	.section-38__button {
		margin-top: 47%;
		margin-bottom: 6%;
	}
}

.section-39__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 61.99875em) {
	.section-39__items {
		gap: 20px;
	}
}
.section-39__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 400px auto;
	grid-template-columns: 400px auto;
	padding-left: 28px;
	position: relative;
}
.section-39__item::before {
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 6px;
	border-radius: 12px;
	background-color: rgb(237, 237, 237);
}
.section-39__item:first-of-type::before {
	background: #5c7a5e;
	-webkit-box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
	box-shadow:
		0px 20px 40px rgba(77, 101, 79, 0.2),
		inset 0px 10px 25px rgba(255, 255, 255, 0.2);
}
@media (max-width: 61.99875em) {
	.section-39__item {
		padding-left: 15px;
		-ms-grid-columns: 45% auto;
		grid-template-columns: 45% auto;
	}
	.section-39__item br {
		display: none;
	}
}
@media (max-width: 47.99875em) {
	.section-39__item {
		gap: 20px;
		padding-left: 15px;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}
.section-39__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-39__block {
	position: relative;
	padding: 30px 35px;
	background-color: rgb(250, 251, 252);
}
@media (max-width: 61.99875em) {
	.section-39__block {
		padding: 20px;
	}
}
@media (max-width: 61.99875em) {
	.section-39__block {
		padding-right: 30px;
	}
}
.section-39__text {
	margin-top: 10px;
}
.section-39__list {
	margin-top: 10px;
}
.section-39__icon {
	position: absolute;
	right: 35px;
	bottom: 30px;
}
@media (max-width: 61.99875em) {
	.section-39__icon {
		right: 10px;
		bottom: 0px;
		width: 35px;
	}
	.section-39__icon svg {
		width: 100%;
	}
}
.section-39__left-text {
	margin-top: 20px;
}

.section-40 {
	position: relative;
	max-width: 1920px;
	background-image: url(../img/Subtract2.webp);
	background-repeat: repeat;
	background-position: 0 0;
	background-size: auto;
	padding-top: 50px;
	margin-top: 190px;
}
@media (max-width: 47.99875em) {
	.section-40 {
		margin-top: 120px;
		padding-top: 20px;
	}
}
.section-40__items {
	display: -ms-grid;
	display: grid;
	gap: 20px;
	-ms-grid-columns: 820fr 360fr;
	grid-template-columns: 820fr 360fr;
}
@media (max-width: 76.875em) {
	.section-40__items {
		gap: 10px;
	}
}
@media (max-width: 61.99875em) {
	.section-40__items {
		-ms-grid-columns: 65% auto;
		grid-template-columns: 65% auto;
	}
}
.section-40__leftside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.section-40__leftside > .section-40__card_pic {
	min-height: 416px;
}
@media (max-width: 76.875em) {
	.section-40__leftside > .section-40__card_pic {
		min-height: 380px;
	}
}
@media (max-width: 61.99875em) {
	.section-40__leftside > .section-40__card_pic {
		min-height: 240px;
	}
}
@media (max-width: 47.99875em) {
	.section-40__leftside > .section-40__card_pic {
		-webkit-box-ordinal-group: 1000;
		-ms-flex-order: 999;
		order: 999;
	}
}
@media (max-width: 76.875em) {
	.section-40__leftside {
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-40__leftside {
		display: contents;
	}
}
.section-40__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 76.875em) {
	.section-40__cards {
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-40__cards {
		display: contents;
	}
}
.section-40__card {
	overflow: hidden;
	position: relative;
	padding: 30px;
}
@media (max-width: 61.99875em) {
	.section-40__card {
		padding: 15px;
	}
}
@media (max-width: 47.99875em) {
	.section-40__card {
		min-width: 300px !important;
	}
}
.section-40__card_pic {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media (max-width: 47.99875em) {
	.section-40__card_pic::after {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgba(0, 0, 0, 0.7)),
			color-stop(90%, rgba(73, 3, 163, 0))
		);
		background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0, rgba(73, 3, 163, 0) 90%);
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0, rgba(73, 3, 163, 0) 90%);
	}
}
.section-40__card_colored {
	width: 100%;
	max-width: 360px;
	min-height: 210px;
}
@media (max-width: 76.875em) {
	.section-40__card_colored {
		max-width: 320px;
	}
}
@media (max-width: 61.99875em) {
	.section-40__card_colored {
		max-width: 250px;
	}
}
.section-40__card-inner {
	position: relative;
	z-index: 2;
}
@media (max-width: 76.875em) {
	.section-40__card-inner br {
		display: none;
	}
}
.section-40__card-text {
	margin-top: 10px;
}
@media (max-width: 61.99875em) {
	.section-40__card-text {
		font-size: 16px;
	}
}
.section-40__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
@media (max-width: 76.875em) {
	.section-40__grid {
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-40__grid {
		display: contents;
	}
}
.section-40__card-icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
@media (max-width: 61.99875em) {
	.section-40__card-icon {
		bottom: 10px;
		right: 10px;
	}
}
.section-40__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.section-40__right .section-40__card:first-of-type {
	height: 100%;
}
@media (max-width: 47.99875em) {
	.section-40__right .section-40__card:last-of-type {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
@media (max-width: 76.875em) {
	.section-40__right {
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-40__right {
		display: contents;
	}
}

.section-41 {
	background: #ececec;
	padding: 120px 0 0;
	border-top: 1px solid #cbd4dd;
	/* Overflow-ряд: ._coursor + горизонтальный скролл (перебиваем глобальные 300px у ._coursor+div) */
}
@media (max-width: 47.99875em) {
	.section-41 {
		padding-top: 50px;
	}
}
.section-41.section-41_dostavka {
	padding-top: 0;
	border-top: 0 !important;
}
.section-41.section-41_zamer-why {
	padding-top: 0;
	border: none;
}
@media (max-width: 47.99875em) {
	.section-41.section-41_zamer-why .overflow__container._overflow-container_tablet ._coursor + .section-41__items {
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-41.section-41_zamer-why .overflow__container._overflow-container_mob {
		padding: 0 15px;
	}
	.section-41.section-41_zamer-why .overflow__container._overflow-container_mob ._coursor + .section-41__items {
		gap: 10px;
	}
	.section-41.section-41_zamer-why .overflow__container._overflow-container_mob ._coursor + .section-41__items {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.section-41.section-41_zamer-why .section-41__items {
	gap: 10px;
}
.section-41.section-41_zamer-why .section-41__item-title {
	margin-top: 17px;
	font-size: 18px;
	line-height: 144.4444444444%;
	font-weight: 600;
	color: #2a2a28;
	padding-left: 15px;
}
.section-41.section-41_zamer-why .section-41__item .section-41__item-subtitle {
	margin-top: 2px;
	font-size: 16px;
	line-height: 150%;
	color: #2a2a28;
	padding-right: 0;
}
@media (max-width: 47.99875em) {
	.section-41.section-41_index .overflow__container._overflow-container_mob ._coursor + .section-41__items {
		padding-left: 0;
		padding-right: 0;
	}
}
.section-41__title {
	max-width: 980px;
	margin-inline: auto;
	text-align: center;
}
.section-41__subtitle {
	margin-top: 18px;
	max-width: 920px;
	margin-inline: auto;
	text-align: center;
	font-size: 26px;
	line-height: 130.7692307692%;
	color: #2a2a28;
}
@media (max-width: 47.99875em) {
	.section-41__subtitle {
		font-size: 20px;
	}
}
.section-41__items {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 22px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 47.99875em) {
	.section-41 .overflow__container._overflow-container_tablet ._coursor {
		margin-bottom: 10px;
	}
	.section-41 .overflow__container._overflow-container_tablet ._coursor + .section-41__items {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 220px;
		-ms-grid-columns: none;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 15px;
		padding: 0 15px 10px;
		margin-top: 0 !important;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		cursor: -webkit-grab;
		cursor: grab;
	}
	.section-41 .overflow__container._overflow-container_tablet ._coursor + .section-41__items:active {
		cursor: -webkit-grabbing;
		cursor: grabbing;
	}
	.section-41 .overflow__container._overflow-container_tablet ._coursor + .section-41__items img {
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.section-41 .overflow__container._overflow-container_tablet ._coursor + .section-41__items > .section-41__item {
		min-width: 220px;
		width: 220px;
	}
}
@media (max-width: 47.99875em) {
	.section-41 .overflow__container._overflow-container_mob ._coursor {
		margin-bottom: 10px;
	}
	.section-41 .overflow__container._overflow-container_mob ._coursor + .section-41__items {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 220px;
		-ms-grid-columns: none;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: visible;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 15px;
		padding: 0 0 10px;
		margin-top: 0 !important;
		-webkit-overflow-scrolling: touch;
		cursor: -webkit-grab;
		cursor: grab;
	}
	.section-41 .overflow__container._overflow-container_mob ._coursor + .section-41__items:active {
		cursor: -webkit-grabbing;
		cursor: grabbing;
	}
	.section-41 .overflow__container._overflow-container_mob ._coursor + .section-41__items img {
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.section-41 .overflow__container._overflow-container_mob ._coursor + .section-41__items > .section-41__item {
		min-width: 220px;
		width: 220px;
	}
}
.section-41__item {
	width: 220px;
}
.section-41__item p {
	margin-top: 17px;
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #2a2a28;
	padding-right: 15px;
	padding-left: 15px;
}
@media (max-width: 61.99875em) {
	.section-41__item p {
		padding-right: 0;
	}
}
@media (max-width: 47.99875em) {
	.section-41__item p {
		padding-left: 15px;
	}
}
.section-41__photo {
	width: 220px;
	height: 290px;
	border-radius: 14px;
	overflow: hidden;
}
.section-41__btn {
	margin: 40px auto 0;
	width: 340px;
	min-height: 84px;
}
.section-41_about {
	border: none;
}
.section-41_about .section-41__title,
.section-41_about .section-41__subtitle {
	max-width: none;
}
@media (max-width: 47.99875em) {
	.section-41_about .overflow__container._overflow-container_mob {
		padding: 0 15px !important;
	}
	.section-41_about .overflow__container._overflow-container_mob ._coursor + .section-41__items {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.section-42 {
	background: #ececec;
}
.section-42__title {
	text-align: center;
	margin-inline: auto;
}
.section-42__grid {
	margin-top: 36px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (595px) [2];
	grid-template-columns: repeat(2, 595px);
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1260px) {
	.section-42__grid {
		-ms-grid-columns: (minmax(0, 1fr)) [2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 61.99875em) {
	.section-42__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-42__card {
	position: relative;
	width: 595px;
	height: 380px;
	border-radius: 20px;
	overflow: hidden;
	background: #c1c1c6;
}
.section-42__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 33, 0.08)), to(rgba(33, 33, 33, 0.65)));
	background: -o-linear-gradient(top, rgba(33, 33, 33, 0.08) 0%, rgba(33, 33, 33, 0.65) 100%);
	background: linear-gradient(180deg, rgba(33, 33, 33, 0.08) 0%, rgba(33, 33, 33, 0.65) 100%);
	z-index: 1;
}
@media (max-width: 1260px) {
	.section-42__card {
		width: 100%;
	}
}
@media (max-width: 61.99875em) {
	.section-42__card {
		height: auto;
		aspect-ratio: 595/380;
	}
}
.section-42__card-image {
	position: absolute;
	inset: 0;
}
.section-42__card-image picture {
	display: block;
	width: 100%;
	height: 100%;
}
.section-42__card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-42__play {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: none;
	background: #e85122;
	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: 2;
	cursor: pointer;
}
.section-42__card-content {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 35px;
	z-index: 2;
	color: #fff;
}
.section-42__card-title {
	color: #fff;
}
.section-42__card-text {
	margin-top: 10px;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	max-width: 377px;
}
@media (max-width: 47.99875em) {
	.section-42__card-text {
		margin-top: 10px;
		font-size: 14px;
		line-height: 150%;
		color: #fff;
		max-width: 377px;
	}
}
.section-42__more {
	margin: 40px auto 0;
	max-width: 360px;
	font-weight: bold;
}
.section-42.section-42_index {
	/* Мобилка: один горизонтальный inset — у ._container из _vars; у ._coursor+div глобально ещё 15px → двойной отступ */
}
@media (max-width: 47.99875em) {
	.section-42.section-42_index .overflow__container._overflow-container_tablet ._coursor + div,
	.section-42.section-42_index .overflow__container._overflow-container_mob ._coursor + div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media (max-width: 61.99875em) {
	.section-42.section-42_index .section-42__grid {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 300px;
		-ms-grid-columns: none;
		grid-template-columns: none;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: visible;
		gap: 15px;
		padding-bottom: 10px;
	}
	.section-42.section-42_index .section-42__card {
		width: 300px;
		min-width: 300px;
		height: 300px;
		aspect-ratio: auto;
	}
	.section-42.section-42_index .section-42__play {
		width: 60px;
		height: 60px;
		top: 16px;
		right: 16px;
	}
	.section-42.section-42_index .section-42__card-content {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
}

.section-43 {
	background: #ececec;
	padding: 0 0 82px;
}
@media (max-width: 47.99875em) {
	.section-43 {
		padding: 0;
	}
}
.section-43__container {
	max-width: 1560px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.section-43__container {
		padding: 0 20px;
	}
}
.section-43__title {
	text-align: center;
}
.section-43__subtitle {
	margin-top: 18px;
	text-align: center;
}
.section-43__hero {
	margin-top: 45px;
	width: 100%;
	max-width: 1560px;
	aspect-ratio: 1560/877;
	border-radius: 20px;
	overflow: hidden;
}
.section-43__hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-43__cards {
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	row-gap: 28px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.section-43__card {
	width: 220px;
	height: auto;
	min-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-43__card img {
	width: 100%;
	height: 290px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}
.section-43__card p {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 8px;
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #2a2a28;
}
@media (max-width: 47.99875em) {
	.section-43__card p {
		font-size: 16px;
	}
}
.section-43_about {
	background: #fff;
	border-radius: 36px;
	padding-top: 120px;
	padding-bottom: 120px;
}
.section-43_about .section-43__subtitle {
	margin-top: 12px;
}
.section-43_about .section-43__cards {
	margin-top: 26px;
}
@media (max-width: 47.99875em) {
	.section-43_about {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-43_about .overflow__container._overflow-container_mob ._coursor + div {
		padding: 0 15px;
	}
	.section-43_about .section-43__hero {
		margin-top: 40px;
	}
	.section-43_about .section-43__cards {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 15px;
	}
	.section-43_about .section-43__card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
		min-width: 220px;
		height: auto;
	}
}
.section-43_referals {
	padding-bottom: 0;
}
.section-43_referals .section-43__cards {
	margin-top: 50px;
}
.section-43_referals .section-43__card {
	height: auto;
}
@media (max-width: 47.99875em) {
	.section-43_referals .overflow__container._overflow-container_mob {
		margin-top: 50px;
	}
	.section-43_referals .overflow__container._overflow-container_mob ._coursor + div {
		padding: 0;
	}
	.section-43_referals .overflow__container._overflow-container_mob .section-43__cards {
		margin-top: 0;
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 220px;
		-ms-grid-columns: none;
		grid-template-columns: none;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 15px;
		padding-bottom: 10px !important;
	}
	.section-43_referals .overflow__container._overflow-container_mob .section-43__card {
		min-width: 220px;
		width: 220px;
	}
}
@media (max-width: 61.99875em) {
	.section-43.section-43_index .overflow__container._overflow-container_tablet ._coursor + div,
	.section-43.section-43_index .overflow__container._overflow-container_mob ._coursor + div {
		overflow-y: hidden;
	}
	.section-43.section-43_index .section-43__cards {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 220px;
		-ms-grid-columns: none;
		grid-template-columns: none;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 15px;
		padding-bottom: 10px;
	}
	.section-43.section-43_index .section-43__card {
		min-width: 220px;
		width: 220px;
		height: auto;
	}
}
@media (max-width: 47.99875em) {
	.section-43 {
		/*
    	Один горизонтальный inset: padding у [class*="__container"] на .section-43__container
    	+ 15px у ._coursor+div. Убираем боковой padding у внешнего контейнера, inset — у текста/hero и скролла.
    */
		/* about: overflow не внутри __container — снимаем собственный padding у overflow__container */
	}
	.section-43 .section-43__container:has(> .overflow__container) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-43 .section-43__container:has(> .overflow__container) > .section-43__title,
	.section-43 .section-43__container:has(> .overflow__container) > .section-43__subtitle,
	.section-43 .section-43__container:has(> .overflow__container) > .section-43__hero {
		padding-inline: 0;
	}
	.section-43 > .overflow__container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.section-43 .overflow__container .section-43__cards .section-43__card {
		position: relative;
	}
	.section-43 .overflow__container .section-43__cards .section-43__card::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 290px;
		border-radius: 20px;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(38%, rgba(15, 16, 18, 0)),
			to(rgba(15, 16, 18, 0.52))
		);
		background: -o-linear-gradient(top, rgba(15, 16, 18, 0) 38%, rgba(15, 16, 18, 0.52) 100%);
		background: linear-gradient(180deg, rgba(15, 16, 18, 0) 38%, rgba(15, 16, 18, 0.52) 100%);
		pointer-events: none;
		z-index: 1;
	}
	.section-43 .overflow__container .section-43__cards .section-43__card img {
		position: relative;
		z-index: 0;
	}
	.section-43 .overflow__container .section-43__cards .section-43__card p {
		position: relative;
		z-index: 2;
	}
}

/* Только главная: убираем padding-bottom у блока section-43_index */
body.front-page .section-43.section-43_index._section,
body.home .section-43.section-43_index._section {
	padding-bottom: 0 !important;
}

.section-44__container {
	max-width: 1560px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 1000px) minmax(0, 460px);
	grid-template-columns: minmax(0, 1000px) minmax(0, 460px);
	gap: 34px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
@media (max-width: 1600px) {
	.section-44__container {
		padding: 0 20px;
	}
}
@media (max-width: 61.99875em) {
	.section-44__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-44__image {
	border-radius: 34px;
	overflow: hidden;
}
.section-44__image img {
	width: 100%;
	height: auto;
	display: block;
}
.section-44__title {
	text-align: left;
}
.section-44__label {
	margin-top: 50px;
	font-size: 22px;
	line-height: 136.3636363636%;
}
@media (max-width: 47.99875em) {
	.section-44__label {
		margin-top: 20px;
	}
	.section-44__meta-icon {
		width: 45px;
		height: 45px;
	}
}
.section-44__phone {
	margin-top: 12px;
	display: inline-block;
	font-size: 56px;
	line-height: 117.8571428571%;
	color: #2a2a28;
}
@media (max-width: 47.99875em) {
	.section-44__phone {
		margin-top: 12px;
		display: inline-block;
		font-size: 30px;
		line-height: 117.8571428571%;
		color: #2a2a28;
	}
}
.section-44__meta {
	margin-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px;
}
.section-44__meta-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.section-44__meta-item p {
	font-size: 18px;
	line-height: 144.4444444444%;
}
.section-44__meta-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #79b833;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.section-44__meta-icon svg {
	width: 26px;
	height: 26px;
}
.section-44__btn {
	margin-top: 40px;
	max-width: 400px;
	font-weight: bold;
}
@media (max-width: 47.99875em) {
	.section-44__btn {
		margin-top: 40px;
		max-width: 400px;
		font-weight: 500;
	}
}

.section-45__container {
	max-width: 1200px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto minmax(0, 1fr);
	grid-template-columns: auto minmax(0, 1fr);
	gap: 50px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
@media (max-width: 61.99875em) {
	.section-45__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 20px;
	}
}
.section-45__title {
	font-size: 64px;
	line-height: 109.375%;
}
@media (min-width: 61.99875em) and (max-width: 76.875em) {
	.section-45__title {
		font-size: 32px;
	}
}
@media (min-width: 76.875em) {
	.section-45__title {
		font-size: 50px;
	}
}
@media (max-width: 61.99875em) {
	@supports (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		.section-45__title {
			font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem);
		}
	}
	@supports not (font-size: clamp(1.875rem, -0.1091617934rem + 6.6276803119vw, 4rem)) {
		.section-45__title {
			font-size: calc(1.875rem + 2.125 * (100vw - 29.9375rem) / 32.0625);
		}
	}
}
@media (max-width: 47.99875em) {
	.section-45__title {
		font-size: 30px;
		line-height: 1.2666666667;
	}
}
.section-45__table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	max-width: 749px;
}
.section-45__row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
	padding: 10px 30px;
	border-radius: 12px;
	background: transparent;
}
.section-45__row:nth-child(odd) {
	background: #fff;
}
@media (max-width: 47.99875em) {
	.section-45__row {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 12px 14px;
	}
}
.section-45__name,
.section-45__value {
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #2a2a28;
}

.section-46 {
	background: #fff;
	border-radius: var(--radius-section);
	padding-top: 120px;
	padding-bottom: 120px;
}
@media (max-width: 47.99875em) {
	.section-46 {
		padding-bottom: 50px;
	}
}
.section-46__title {
	text-align: center;
}
.section-46__cards {
	margin-top: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
@media (max-width: 61.99875em) {
	.section-46__cards {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.section-46__card {
	position: relative;
	min-height: 595px;
	border-radius: 20px;
	overflow: hidden;
}
.section-46__card-image {
	position: absolute;
	inset: 0;
}
.section-46__card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-46__card-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%, rgba(0, 0, 0, 0.1)),
		to(rgba(0, 0, 0, 0.72))
	);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.72) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.72) 100%);
}
.section-46__card-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background: #e85122;
	color: #fff;
	border-radius: 100px;
	padding: 10px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	line-height: 1.2;
	width: 230px;
	height: 76px;
}
.section-46__card-badge-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #d74d22;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.section-46__card-content {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 35px;
	z-index: 2;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 47.99875em) {
	.section-46__card-content {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
}
.section-46__card-title {
	color: #fff;
}
.section-46__card-text {
	margin-top: 10px;
	font-size: 18px;
	line-height: 144.4444444444%;
}
.section-46__card-btn {
	margin-top: 19px;
	max-width: 270px;
	min-height: 76px;
	font-size: 16px;
}
.section-46.section-46_reviews {
	background: transparent;
	padding-top: 0;
}
.section-46.section-46_reviews .section-46__cards {
	gap: 10px;
}
.section-46.section-46_reviews .section-46__card {
	min-height: 595px;
	height: 595px;
}
.section-46.section-46_reviews .section-46__card-btn {
	max-width: 270px;
}
.section-46.section-46_reviews .section-46__card-badge {
	width: 230px;
	height: 76px;
}
@media (max-width: 47.99875em) {
	.section-46._section:not(.section-46_reviews) {
		padding-top: 50px;
	}
}

body.single-product .section-46.section-46_reviews._section {
	padding-bottom: 0;
}

.section-47 {
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.section-47__card {
	position: relative;
	min-height: 660px;
	border-radius: 34px;
	overflow: hidden;
}
.section-47__image {
	position: absolute;
	inset: 0;
}
.section-47__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-47__overlay {
	position: absolute;
	inset: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0.78)),
		color-stop(33%, rgba(255, 255, 255, 0.58)),
		color-stop(65%, rgba(255, 255, 255, 0))
	);
	background: -o-linear-gradient(
		left,
		rgba(255, 255, 255, 0.78) 0%,
		rgba(255, 255, 255, 0.58) 33%,
		rgba(255, 255, 255, 0) 65%
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.78) 0%,
		rgba(255, 255, 255, 0.58) 33%,
		rgba(255, 255, 255, 0) 65%
	);
}
.section-47__content {
	position: relative;
	z-index: 2;
	/* max-width: 560px; */
	padding: 120px 180px;
}
.section-47__text {
	margin-top: 18px;
	font-size: 26px;
	line-height: 130.7692307692%;
	color: #2a2a28;
}
.section-47__btn {
	margin-top: 40px;
	max-width: 420px;
}
@media (max-width: 61.99875em) {
	.section-47__card {
		min-height: 520px;
	}
	.section-47__content {
		padding: 56px 24px 32px;
		max-width: 470px;
	}
	.section-47__title {
		font-size: 44px;
		line-height: 118.1818181818%;
	}
	.section-47__text {
		font-size: 28px;
		line-height: 128.5714285714%;
	}
	.section-47__btn {
		max-width: 360px;
		min-height: 66px;
	}
}
@media (max-width: 47.99875em) {
	.section-47__card {
		min-height: 460px;
	}
	.section-47__overlay {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(255, 255, 255, 0.75)),
			color-stop(36%, rgba(255, 255, 255, 0.55)),
			to(rgba(255, 255, 255, 0.1))
		);
		background: -o-linear-gradient(
			top,
			rgba(255, 255, 255, 0.75) 0%,
			rgba(255, 255, 255, 0.55) 36%,
			rgba(255, 255, 255, 0.1) 100%
		);
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.75) 0%,
			rgba(255, 255, 255, 0.55) 36%,
			rgba(255, 255, 255, 0.1) 100%
		);
	}
	.section-47__content {
		max-width: 100%;
		padding: 28px 16px 24px;
	}
	.section-47__title {
		font-size: 30px;
		line-height: 117.6470588235%;
	}
	.section-47__text {
		font-size: 20px;
		line-height: 140%;
	}
	.section-47__btn {
		margin-top: 24px;
		max-width: 100%;
	}
}
.section-47.section-47_showroom .section-47__card {
	min-height: 600px;
}
.section-47.section-47_showroom .section-47__overlay {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(255, 255, 255, 0.82)),
		color-stop(38%, rgba(255, 255, 255, 0.62)),
		color-stop(66%, rgba(255, 255, 255, 0))
	);
	background: -o-linear-gradient(
		left,
		rgba(255, 255, 255, 0.82) 0%,
		rgba(255, 255, 255, 0.62) 38%,
		rgba(255, 255, 255, 0) 66%
	);
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.82) 0%,
		rgba(255, 255, 255, 0.62) 38%,
		rgba(255, 255, 255, 0) 66%
	);
}
.section-47.section-47_showroom .section-47__container {
	position: relative;
	z-index: 2;
	height: 100%;
}
.section-47.section-47_showroom .section-47__content {
	padding: 120px 0;
	max-width: 840px;
}
.section-47.section-47_showroom .section-47__title,
.section-47.section-47_showroom .section-47__text {
	color: #2a2a28;
}
.section-47.section-47_showroom .section-47__text {
	margin-top: 12px;
	max-width: 620px;
}
.section-47.section-47_showroom .section-47__buttons {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-47.section-47_showroom .section-47__btn {
	margin-top: 0;
	max-width: 420px;
	font-weight: bold;
}
.section-47.section-47_showroom .section-47__btn_green {
	max-width: 360px;
	min-height: 96px;
	font-size: 18px;
	line-height: 144.4444444444%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 61.99875em) {
	.section-47.section-47_showroom .section-47__content {
		padding: 56px 24px 32px;
		max-width: 100%;
	}
	.section-47.section-47_showroom .section-47__buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section-47.section-47_showroom .section-47__btn,
	.section-47.section-47_showroom .section-47__btn_green {
		max-width: 100%;
	}
}
@media (max-width: 47.99875em) {
	.section-47.section-47_showroom .section-47__content {
		padding: 38px 10px 20px;
		max-width: 100%;
	}
	.section-47.section-47_showroom .section-47__btn,
	.section-47.section-47_showroom .section-47__btn_green {
		min-height: 80px;
		height: 80px;
		font-size: 16px;
	}
}

.section-48 {
	background: #ececec;
	padding-top: 120px;
	margin-top: 120px;
	border-top: 1px solid rgb(203, 212, 221);
}
.section-48.section-48_disigners {
	padding-top: 0;
	border-top: 0;
}
.section-48__container {
	max-width: 1560px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.section-48__container {
		padding: 0 20px;
	}
}
.section-48__title {
	text-align: center;
}
.section-48__hero {
	margin-top: 36px;
	width: 100%;
	max-width: 1560px;
	aspect-ratio: 1560/420;
	margin-inline: auto;
	overflow: hidden;
	position: relative;
}
.section-48__hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 130px;
	background: url(../img/blogo.svg) no-repeat center bottom/contain;
	z-index: 1;
	pointer-events: none;
}
.section-48__hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.section-48__steps {
	max-width: 1240px;
	margin: -30px auto 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	position: relative;
	z-index: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-48__step {
	position: relative;
}
.section-48__num {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #79b833;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	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;
}
.section-48__step-title {
	margin-top: 14px;
	padding-left: 20px;
	font-weight: 600;
}
.section-48__step-text {
	margin-top: 8px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #2a2a28;
}
.section-48__step-note {
	margin-top: 6px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 144.4444444444%;
	color: #2a2a28;
}
@media (max-width: 61.99875em) {
	.section-48__steps {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 47.99875em) {
	.section-48 {
		padding-top: 50px;
		margin-top: 50px;
		/*
    	Цифра слева, текст справа.
    	Раньше: grid + grid-row 1 / -1 у круга — первая строка грида тянулась на 56px,
    	заголовок был короче → огромный зазор до абзаца. Теперь: колонка текста + круг по центру слева.
    */
	}
	.section-48.section-48_disigners {
		padding-top: 0;
	}
	.section-48__step {
		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;
		gap: 6px;
		padding-left: 66px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.section-48__num {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.section-48__step-title {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		/* чуть крупнее, чем ._text24 на мобиле (18px) */
		font-size: 20px;
		line-height: 140%;
	}
	.section-48__step-title br {
		display: none;
	}
	.section-48__step-text {
		margin-top: 0;
		padding-left: 0;
	}
	.section-48__step-text br {
		display: none;
	}
	.section-48__step-note {
		margin-top: 0;
		padding-left: 0;
	}
}
@media (max-width: 35.99875em) {
	.section-48__hero {
		margin-top: 20px;
		aspect-ratio: 16/11;
	}
	.section-48__steps {
		margin-top: 16px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.section-48__step {
		padding-top: 0;
	}
}

.section-49 {
	background-image: url(../img/tehnika.webp);
	margin-top: 50px;
	border-radius: var(--radius-section);
	overflow: hidden;
	position: relative;
}
.section-49::before {
	content: "";
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(
		0.56deg,
		rgba(15, 16, 18, 0.78) 22.73%,
		rgba(15, 16, 18, 0.2) 56.55%,
		rgba(15, 16, 18, 0) 72%
	);
	background: linear-gradient(
		89.44deg,
		rgba(15, 16, 18, 0.78) 22.73%,
		rgba(15, 16, 18, 0.2) 56.55%,
		rgba(15, 16, 18, 0) 72%
	);
	pointer-events: none;
	z-index: 0;
}
.section-49__container {
	position: relative;
	z-index: 1;
}
.section-49__title {
	max-width: 760px;
}
.section-49__list {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (-webkit-max-content) [2];
	-ms-grid-columns: (max-content) [2];
	grid-template-columns: repeat(2, -webkit-max-content);
	grid-template-columns: repeat(2, max-content);
	gap: 10px 30px;
	max-width: 520px;
}
.section-49__list li {
	position: relative;
	padding-left: 14px;
	font-size: 18px;
	line-height: 144.4444444444%;
}
.section-49__list li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #79b833;
	position: absolute;
	top: 12px;
	left: 0;
}
.section-49__note {
	margin-top: 30px;
	max-width: 425px;
	height: 122px;
	padding: 25px;
	border-radius: 16px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
}
.section-49__note p {
	color: #2a2a28;
	font-size: 16px;
	line-height: 150%;
}
.section-49__note-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 61.99875em) {
	.section-49 {
		border-radius: 36px;
		background-position: center right;
	}
	.section-49__title {
		max-width: 620px;
	}
	.section-49__list {
		gap: 8px 20px;
	}
	.section-49__list li {
		font-size: 16px;
		line-height: 150%;
	}
	.section-49__note {
		height: auto;
		max-width: 430px;
		padding: 18px;
		gap: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-49 {
		border-radius: 20px;
		background-position: 70% center;
	}
	.section-49::before {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(15, 16, 18, 0.82)),
			color-stop(42%, rgba(15, 16, 18, 0.35)),
			to(rgba(15, 16, 18, 0.12))
		);
		background: -o-linear-gradient(
			top,
			rgba(15, 16, 18, 0.82) 0%,
			rgba(15, 16, 18, 0.35) 42%,
			rgba(15, 16, 18, 0.12) 100%
		);
		background: linear-gradient(
			180deg,
			rgba(15, 16, 18, 0.82) 0%,
			rgba(15, 16, 18, 0.35) 42%,
			rgba(15, 16, 18, 0.12) 100%
		);
	}
	.section-49__title {
		max-width: 100%;
	}
	.section-49__list {
		margin-top: 18px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 8px;
		max-width: 100%;
	}
	.section-49__note {
		margin-top: 18px;
		max-width: 100%;
		padding: 14px;
	}
	.section-49__note p {
		font-size: 14px;
		line-height: 142.8571428571%;
	}
}

.section-50__sliders {
	width: 100%;
}
.section-50__title {
	text-align: center;
}
.section-50__cursor {
	display: none;
}
.section-50__cursor ._coursor {
	margin: 0;
}
.section-50__messages-slider {
	margin-top: 0;
	overflow: hidden;
}
.section-50__messages-slider .swiper-slide {
	height: auto;
}
.section-50__messages-slider ._adaptive-pic {
	width: 100%;
	height: auto;
	padding-bottom: 0;
	border-radius: 12px;
	display: block;
}
.section-50__messages-slider ._adaptive-pic > img {
	position: static;
	width: 100%;
	height: auto;
}
.section-50__messages-scrollbar {
	margin: 40px auto 0;
	width: 100%;
	max-width: 75rem;
	height: 10px;
	background: #ededed;
	border-radius: 999px;
}
.section-50__messages-scrollbar .swiper-scrollbar-drag {
	background: #e85122;
	border-radius: inherit;
}
.section-50 .section-2__gallery.section-2__gallery_showroom.section-50__gallery {
	border-top: none;
	padding-top: 0;
}
.section-50 .section-50__gallery .swiper-slide {
	width: 500px;
	height: 330px;
}
.section-50 .section-50__gallery ._adaptive-pic {
	width: 500px;
	height: 330px;
	padding-bottom: 0;
	border-radius: 20px;
}
@media (max-width: 61.99875em) {
	.section-50__cursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 12px;
	}
	.section-50__cursor ._coursor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.section-50__cursor_gallery {
		margin-top: 10px;
	}
}
@media (max-width: 47.99875em) {
	.section-50__cursor_gallery {
		margin-top: 50px;
	}
	.section-50__sliders {
		margin-top: 22px;
	}
	.section-50__messages-slider {
		margin-top: 0;
		/* как у ._container: 15px по бокам, первый слайд не прилипает к краю */
		padding-inline: 0.9375rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-50__messages-slider .swiper-slide,
	.section-50__messages-slider ._adaptive-pic {
		width: 150px;
		height: auto;
	}
	.section-50__messages-scrollbar {
		margin-top: 12px;
		max-width: none;
		width: 100%;
	}
	.section-50 .section-50__gallery .swiper-slide,
	.section-50 .section-50__gallery ._adaptive-pic {
		width: 280px;
		height: 180px;
	}
}

/* Квиз модалки WordPress (#modal-quiz, quiz2) — ранее только в source темы, включаем в сборку */
/* Quiz modal (#modal-quiz) minimal styling */
.quiz-modal .quiz {
	width: 100%;
	max-width: 980px;
	background: #f2f2f2;
	border-radius: 20px;
	padding: 30px 24px;
}

.quiz-modal .quiz__container {
	width: 100%;
}

.quiz-modal .progress-bar {
	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;
	gap: 14px;
}

.quiz-modal .progress-bar__text {
	color: #909090;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.quiz-modal .progress-bar__line {
	width: 100%;
	max-width: 672px;
	min-height: 14px;
	background: #fff;
	border-radius: 27px;
	overflow: hidden;
	position: relative;
}

.quiz-modal ._line {
	height: 100%;
	width: 10%;
	background: rgb(247, 102, 56);
	-webkit-transition: width 0.2s linear;
	-o-transition: width 0.2s linear;
	transition: width 0.2s linear;
}

.quiz-modal .step {
	display: none;
}

.quiz-modal .step._active {
	display: block;
}

.quiz-modal .step__wrapper {
	margin-top: 22px;
}

.quiz-modal .step__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.quiz-modal .questions-quiz {
	margin-top: 22px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.quiz-modal .questions-quiz__variant input {
	display: none;
}

.quiz-modal .questions-quiz__radio-label {
	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;
	min-height: 120px;
	padding: 16px;
	background: #fff;
	border-radius: 12px;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-transition:
		border-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	-o-transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		-webkit-box-shadow 0.2s ease;
}

.quiz-modal .questions-quiz__variant input:checked + .questions-quiz__radio-label {
	border-color: rgb(247, 102, 56);
	-webkit-box-shadow: 0 10px 30px rgba(232, 81, 34, 0.15);
	box-shadow: 0 10px 30px rgba(232, 81, 34, 0.15);
}

.quiz-modal .questions-quiz__text {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}

.quiz-modal .step__buttons {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.quiz-modal .quiz-step-error .step__buttons {
	-webkit-animation: quizShake 0.2s linear 0s 2;
	animation: quizShake 0.2s linear 0s 2;
}

@-webkit-keyframes quizShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	50% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	75% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes quizShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	50% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	75% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.quiz-modal .step-final__form-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}

@media (max-width: 767.98px) {
	.quiz-modal .quiz {
		padding: 20px 14px;
	}
	.quiz-modal .questions-quiz {
		-ms-grid-columns: (minmax(0, 1fr)) [1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.quiz-modal .step__title {
		font-size: 20px;
	}
}
/* Quiz v2 (matches screenshots layout) */
.quiz-modal.quiz-modal_v2 {
	background: transparent !important;
	max-width: 1360px;
	width: 100%;
	padding: 0;
}

.quiz-modal_v2 .quiz2 {
	width: 100%;
	max-width: 1360px;
	background: #fff;
	border-radius: 24px;
	padding: 60px 80px;
}

.quiz-modal_v2 .quiz2__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.quiz-modal_v2 .quiz2__progress {
	width: 100%;
	max-width: 560px;
	position: relative;
}

.quiz-modal_v2 .quiz2__progress-track {
	height: 28px;
	border-radius: 999px;
	position: relative;
	overflow: hidden;
	background: rgb(245, 245, 245);
}

.quiz-modal_v2 .quiz2__progress-fill {
	display: block;
	height: 100%;
	width: 18%;
	background: rgb(247, 102, 56);
	border-radius: 999px;
	-webkit-transition: width 0.25s ease;
	-o-transition: width 0.25s ease;
	transition: width 0.25s ease;
}

.quiz-modal_v2 .quiz2__progress-text {
	text-align: center;
	font-size: 12px;
	color: #8e9499;
	max-width: 180px;
	min-width: 180px;
	background: #fff;
	border-radius: 20px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	height: 20px;
	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;
	gap: 2px;
}

.quiz-modal_v2 .quiz2__steps {
	margin-top: 35px;
}

#modal-quiz-driver.is-final-step .quiz2__steps {
	margin-top: 0;
}

.quiz-modal_v2 .quiz2-step {
	display: none;
}

.quiz-modal_v2 .quiz2-step.is-active {
	display: block;
}

.quiz-modal_v2 .quiz2-step__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 16px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 10px;
}

.quiz-modal_v2 .quiz2-step__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a;
	margin: 0;
}

.quiz-modal_v2 .quiz2-step__hint {
	margin: 0;
	font-size: 14px;
	color: #8e9499;
}

.quiz-modal_v2 .quiz2-cards {
	margin-top: 22px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.quiz-modal_v2 .quiz2-cards_2 {
	-ms-grid-columns: (minmax(0, 1fr)) [4];
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quiz-modal_v2 .quiz2-card {
	position: relative;
	display: -ms-grid;
	display: grid;
	gap: 29px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.quiz-modal_v2 .quiz2-card__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.quiz-modal_v2 .quiz2-card__img {
	border-radius: 18px;

	background: #f4f6f8;
	position: relative;
}

.quiz-modal_v2 .quiz2-card__img img {
	display: block;
	width: 100%;
	height: auto;
}

.quiz-modal_v2 .quiz2-card__text {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #2b2b2b;
}

.quiz-modal_v2 .quiz2-card__check {
	position: absolute;
	left: 50%;
	top: calc(98% - 18px);
	width: 37px;
	height: 37px;
	border-radius: 999px;
	background: rgb(227, 232, 236);
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.quiz-modal_v2 .quiz2-card__check svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.quiz-modal_v2 .quiz2-card__input:checked ~ .quiz2-card__img .quiz2-card__check {
	background: rgb(247, 102, 56);
}

.quiz-modal_v2 .quiz2-card__input:checked ~ .quiz2-card__img .quiz2-card__check path {
	stroke: #fff;
}

.quiz-modal_v2 .quiz2-card:hover .quiz2-card__check {
	background: rgb(232, 81, 34);
}

.quiz-modal_v2 .quiz2-card:hover .quiz2-card__check path {
	stroke: #fff;
}

.quiz-modal_v2 .quiz2-step__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 55px;
	margin-top: 40px;
}

.quiz-modal_v2 .quiz2__back {
	background: transparent;
	border: 0;
	color: rgb(42, 42, 40);
	font-size: 14px;
	padding: 8px 0;
	font-weight: 700;
}

.quiz-modal_v2 .quiz2__back[disabled] {
	opacity: 0.45;
	pointer-events: none;
}

.quiz-modal_v2 .quiz2__next {
	min-height: 96px;
	padding: 18px 34px;
	border-radius: 999px;
	font-weight: 700;
	-webkit-box-shadow: 0 10px 30px rgba(232, 81, 34, 0.3);
	box-shadow: 0 10px 30px rgba(232, 81, 34, 0.3);
	max-width: 440px;
}

.quiz-modal_v2 .quiz-step-error .quiz2__next {
	-webkit-animation: quizShake 0.2s linear 0s 2;
	animation: quizShake 0.2s linear 0s 2;
}

.quiz-modal_v2 .quiz2-pills {
	margin-top: 26px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 24px;
}

.quiz-modal_v2 .quiz2-pill__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.quiz-modal_v2 .quiz2-pill__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	cursor: pointer;
	min-height: 97px;
	border-radius: 16px;
	background: #f6f7f8;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding: 10px 18px;
	line-height: 1.2;
	gap: 14px;
}

.quiz-modal_v2 .quiz2-pill__btn::before {
	content: "";
	width: 37px;
	height: 37px;
	border-radius: 999px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37px;
	flex: 0 0 37px;
	background: rgb(227, 232, 236)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'%3E%3Cpath d='M2.24121 5.49099L4.90521 8.15299L10.7662 2.29199' stroke='%23B3BBC1' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")
		center/13px 11px no-repeat;
}

.quiz-modal_v2 .quiz2-pill__input:checked + .quiz2-pill__btn {
	background: #f6f7f8;
	outline: 0;
}

.quiz-modal_v2 .quiz2-pill__input:checked + .quiz2-pill__btn::before {
	background-color: rgb(247, 102, 56);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11' fill='none'%3E%3Cpath d='M2.24121 5.49099L4.90521 8.15299L10.7662 2.29199' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

.quiz-modal_v2 .quiz2-final {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 44% 56%;
	grid-template-columns: 44% 56%;
	gap: 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 0;
}

.quiz-modal_v2 .quiz2-final__thanks {
	font-size: 34px;
	line-height: 1.25;
	margin: 0;
}

.quiz-modal_v2 .quiz2-step_final > .quiz2-final__thanks {
	margin-bottom: 40px;
	text-align: left;
}

.quiz-modal_v2 .quiz2-final__thanks span {
	color: rgb(247, 102, 56);
	font-weight: 700;
}

.quiz-modal_v2 .quiz2-final__title {
	margin: 0;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
}

.quiz-modal_v2 .quiz2-final__list {
	margin: 20px 0 30px;
	padding-left: 0;
	list-style: none;
	color: #3b495d;
}

.quiz-modal_v2 .quiz2-final__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	max-width: 405px;
}

.quiz-modal_v2 .quiz2-final__list-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #7fb53a;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 56px;
	flex: 0 0 56px;
	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;
}

.quiz-modal_v2 .quiz2-final__list-icon svg {
	width: 26px;
	height: 26px;
}

.quiz-modal_v2 .quiz2-final__list-text {
	font-size: 18px;
}

.quiz-modal_v2 .quiz2-final__messengers-title {
	margin: 18px 0 10px;
	font-size: 12px;
	color: #8e9499;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.quiz-modal_v2 .quiz2-final .form__messengers {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quiz-modal_v2 .quiz2-final .form__messenger label {
	max-width: none;
	padding: 0 16px;
}

.quiz-modal_v2 .quiz2-final__form {
	margin-top: 16px;
	max-width: 420px;
}

.quiz-modal_v2 .quiz2-final .form__input {
	background: rgb(250, 251, 252);
}

.quiz-modal_v2 .quiz2-final__policy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 12px;
	font-size: 12px;
	color: #8e9499;
}

.quiz-modal_v2 .quiz2-final__right {
	position: relative;
	margin-top: -60px;
	right: -80px;
	margin-bottom: -60px;

	width: auto;
	max-width: 100%;
	overflow: hidden;
	border-radius: 0px 24px 24px 0px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
	display: block;
}
.quiz-modal_v2 .quiz2 {
	overflow: hidden;
}
.fancybox__content.quiz-modal_v2 {
	padding: 0 !important;
}
.quiz-modal_v2 .quiz2-final__right img {
	position: absolute;

	inset: 0;
	height: 100%;
	width: 100%;

	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
}

@media (max-width: 991.98px) {
	.quiz-modal_v2 .quiz2 {
		padding: 24px 18px 28px;
	}
	.quiz-modal_v2 .quiz2-cards {
		-ms-grid-columns: (minmax(0, 1fr)) [2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px;
	}
	.quiz-modal_v2 .quiz2__next {
		min-height: 0;
		padding: 10px 15px;
		font-weight: 500;
	}
	.quiz-modal_v2 .quiz2-pills {
		-ms-grid-columns: (minmax(0, 1fr)) [2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.quiz-modal_v2 .quiz2-final {
		grid-template-columns: 51% auto;
	}
	.quiz-modal_v2 .quiz2-final__thanks {
		font-size: 30px;
	}
	.quiz-modal_v2 .quiz2-final__right {
		right: -20px;
		margin-top: -30px;
		margin-bottom: -30px;
	}
	.quiz-modal_v2 .quiz2-final__list-icon {
		width: 40px;
		height: 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
	}
	.quiz-modal_v2 .quiz2-final__list-text {
		font-size: 16px;
	}
	.quiz-modal_v2 .quiz2-final .form__messengers {
		gap: 4px;
	}
}
@media (max-width: 767.98px) {
	.quiz-modal_v2 .quiz2-final {
		grid-template-columns: auto;
	}
	.quiz-modal_v2 .quiz2-final__right {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.quiz-modal_v2 .quiz2-final__title {
		font-size: 22px;
	}
	.quiz-modal_v2 .quiz2-step__head {
		display: block;
	}
	.quiz-modal_v2 .quiz2-step__footer {
		display: block;
		text-align: center;
	}
	.quiz-modal_v2 .quiz2-card__text {
		font-size: 13px;
		line-height: 1.2;
		/* выравниваем карточки: фиксируем высоту подписи на 2 строки */
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		min-height: 31.2px;
	}
	.quiz-modal_v2 .quiz2__back[disabled] {
		margin-bottom: 30px;
	}
	.quiz-modal_v2 .quiz2__back {
		margin-bottom: 30px;
	}
	.quiz-modal_v2 .quiz2-pills {
		gap: 5px 5px;
		-ms-grid-columns: (minmax(0, 1fr)) [1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

#reviews-popup {
	display: none;
	max-width: 80%;
	border-radius: 12px;
	.section-18 {
		padding: 20px;
		border-radius: 12px;
		overflow: hidden;
	}
}
