

/* Start:/bitrix/templates/profenergy/components/bitrix/menu/main_menu_template/style.css?17328630461451*/
/* Left menu*/
ul.left-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	position: relative; /*IE bug*/
}

ul.left-menu li {
	padding: 10px 16px;
	background: #f5f5f5 url(/bitrix/templates/profenergy/components/bitrix/menu/main_menu_template/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a {
	font-size: 100%;
	color: #bc262c;
	font-weight: bold;
	text-decoration: none;
}

ul.left-menu li a:visited {
	color: #bc262c;
}

ul.left-menu li a:hover {
	color: #bc262c;
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
	color: #fc8d3d;
}

@media (min-width: 769px) {
	.header__nav-menu-item.header__nav-menu-item-mode:hover .header__nav-menu-list.submenu {
		display: block !important;
	}
	.header__nav-menu-item.header__nav-menu-item-mode:hover .header__link {
		color: var(--blue-color);
	}
	.header__nav-menu-item.header__nav-menu-item-mode:hover .header__link::after {
		width: 100%;
		display: block !important;
	}
}
@media (min-width: 993px) {
	.header__nav-menu-item.header__nav-menu-item-mode:hover {
		margin-top: 52px;
		height: 70px;
	}
	.header__nav-menu-item.header__nav-menu-item-mode:hover .accordeon__list.header__dropdown {
		top: 117px;
	}
}
@media (min-width: 1200px) {
	.header__nav-menu-item.header__nav-menu-item-mode:hover {
		margin-top: 50px;
		height: 70px;
	}
	.header__nav-menu-item.header__nav-menu-item-mode:hover .accordeon__list.header__dropdown {
		top: 115px;
	}
}

/* End */


/* Start:/bitrix/templates/profenergy/include/language_switcher/style.css?17423920431163*/
.language-switcher { 
    display: flex; 
    align-items: center; 
    position: relative;
    margin-left: 20px;
    z-index: 10;
}
.language-switcher__list { display: flex; list-style: none; padding: 0; margin: 0; }
.language-switcher__item { margin-right: 10px; }
.language-switcher__item:last-child { margin-right: 0; }
.language-switcher__link { display: block; padding: 5px 8px; color: #333; text-decoration: none; font-weight: bold; border-radius: 3px; transition: background-color 0.3s; }
.language-switcher__link:hover { background-color: #f0f0f0; }

.lang-item {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 3px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: 12px;
}

.lang-item:hover {
    background-color: #f0f0f0;
}

.lang-item.active {
    background-color: #2c5cac;
    color: #fff;
    position: relative;
}

.lang-item.active:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #2c5cac;
    border-radius: 50%;
}

/* End */


/* Start:/bitrix/templates/profenergy/components/bitrix/menu/catalog.modal.categories/style.min.css?1696344309490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/profenergy/components/bitrix/menu/catalog.modal.categories/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/profenergy/components/bitrix/search.title/visual1/style.css?16965013462108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/profenergy/components/bitrix/search.title/visual1/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/profenergy/styles.css?1765206119237043*/
@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");

/* FONTS */

@font-face {
	font-family: "Stolzl";
	src: url("/bitrix/templates/profenergy/./Fonts/Stolzl-Thin.eot");
	src: local("Stolzl Thin"), local("Stolzl-Thin"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Thin.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl/Stolzl-Thin.woff2") format("woff2"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Thin.woff") format("woff"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl";
	src: url("/bitrix/templates/profenergy/./Fonts/Stolzl-Light.eot");
	src: local("Stolzl Light"), local("Stolzl-Light"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Light.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Light.woff2") format("woff2"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Light.woff") format("woff"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl";
	src: url("/bitrix/templates/profenergy/./Fonts/Stolzl-Regular.eot");
	src: local("Stolzl Regular"), local("Stolzl-Regular"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Regular.woff2") format("woff2"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Regular.woff") format("woff"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl";
	src: url("/bitrix/templates/profenergy/./Fonts/Stolzl-Medium.eot");
	src: local("Stolzl Medium"), local("Stolzl-Medium"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Medium.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Medium.woff2") format("woff2"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Medium.woff") format("woff"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl";
	src: url("/bitrix/templates/profenergy/./Fonts/Stolzl-Bold.eot");
	src: local("Stolzl Bold"), local("Stolzl-Bold"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Bold.woff2") format("woff2"), url("/bitrix/templates/profenergy/./Fonts/Stolzl-Bold.woff") format("woff"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Stolzl Book";
	src: url("/bitrix/templates/profenergy/./Fonts/Stolzl-Book.eot");
	src: local("Stolzl Book"), local("Stolzl-Book"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Book.eot?#iefix") format("embedded-opentype"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Book.woff2") format("woff2"), url("/bitrix/templates/profenergy/./Fonts/Stolzl-Book.woff") format("woff"),
		url("/bitrix/templates/profenergy/./Fonts/Stolzl-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Reset and base styles */
html {
	box-sizing: border-box;
}

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

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

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

/* Links */

a {
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
	display: block;
}

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

ul,
ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img,
svg,
video {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

address {
	font-style: normal;
}

/* Form */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button,
input[type="submit"] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
	outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

/* VARIABLES */

:root {
	--blue-color: #24548a;
	--light-blue-color: #315386;
	--white-color: #ffffff;
	--black-color: #000000;
	--background-main-color: #f4f7fa;
	--gray-color: #8a8a8a;
	--light-grey-color: #c6c6c6;
	--border-catalog-color: #afc6df;
	--border-input-color: #bcbcbc;
	--slider-thumb-fill-color: #f5f5f5;
	--dark-grey-color: #515151;
	--slider-thumb-color: #97abc1;
	--light-grey-table-background-color: #f6f6f6;
	--light-grey-button-background-color: #c5c5c5;
	--pink-color: #dc5068;
	--dark-blue-color: rgba(1, 34, 49, 0.9);
}

/* BODY */

html,
body {
	height: 100%;
	scroll-behavior: smooth;
	pointer-events: all;
}

body {
	width: 100%;
	background-color: var(--background-main-color);
	color: var(--black-color, black);
	font-family: "Stolzl";
	font-style: normal;
	font-weight: 400;
	/*background-image: url(/images/vector-background.svg);*/
	/*background-repeat: no-repeat;*/
}

@media (max-width: 992px) {
	body {
		background-image: none;
	}
}

.body_white {
	background-color: var(--white-color);
	background-image: url(/images/vector-background.svg);
	background-repeat: no-repeat;
}

.container {
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
}

.container-bx {
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width: 992px) {
	.container {
		padding: 0 37px;
	}
	.container-bx {
		padding: 0 37px;
	}
}

@media (max-width: 576px) {
	.container {
		padding: 0 24px;
	}
	.container-bx {
		padding: 0 24px;
	}
}

.container-big {
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width: 992px) {
	.container-big {
		max-width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}
}

.body_white-catalog {
	background-color: var(--white-color);
	background-image: none;
}

@media (max-width: 992px) {
	.body_white-catalog {
		background-color: var(--background-main-color);
	}
}

@media (max-width: 576px) {
	.body_white-catalog {
		background-color: var(--white-color);
	}
}

@media (max-width: 576px) {
	.container_zero {
		padding: 0;
		width: 100%;
	}
}

.stop-scroll {
	overflow: hidden;
}

/* MAIN */

.main {
	flex-grow: 1;
	margin: 0 auto;
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- НОВЫЕ ЗАГОЛОВКИ -------------------------- */
/* ! ----------------------------------------------------------------------- */

.title {
	font-size: 60px;
	color: var(--white-color);
	font-style: normal;
	font-weight: 700;
	line-height: 152%;
}

@media (max-width: 992px) {
	.title {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	.title {
		font-size: 21px;
	}
}

.title_blue {
	font-size: 36px;
	color: var(--blue-color);
}

@media (max-width: 992px) {
	.title_blue {
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	.title_blue {
		font-size: 32px;
	}
}

.subtitle {
	font-size: 70px;
	font-weight: 700;
	line-height: 152%;
	color: var(--blue-color);
}

@media (max-width: 992px) {
	.subtitle {
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	.subtitle {
		font-size: 32px;
	}
}

.subtitle_small {
	line-height: 132%;
	font-size: 36px;
}

@media (max-width: 992px) {
	.subtitle_small {
		max-width: 480px;
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	.subtitle_small {
		max-width: 85%;
		font-size: 24px;
	}
}

.uppercase {
	text-transform: uppercase;
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- КОНЕЦ НОВЫХ ЗАГОЛОВКОВ ------------------- */
/* ! ----------------------------------------------------------------------- */

/* ? Замена */
.title_center {
	align-items: center;
}

.title_text-align_center {
	text-align: center;
}

.subtitle_s {
	font-size: 60px;
	font-weight: 700;
	line-height: 72px;
	color: var(--white-color);
}

.subtitle-wrapper-adaptive {
	display: none;
}

@media (max-width: 992px) {
	.subtitle-adaptive {
		display: flex;
		color: var(--blue-color);
		font-size: 40px;
		font-weight: 700;
		line-height: 152%;
	}
}

@media (max-width: 576px) {
	.subtitle-adaptive {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	.subtitle_xs {
		max-width: 480px;
		font-size: 32px;
		line-height: 100%;
	}
}

@media (max-width: 992px) {
	.subtitle_s {
		font-size: 32px;
		line-height: 38px;
	}
}

@media (max-width: 576px) {
	.subtitle_s {
		font-size: 21px;
		line-height: 25px;
	}
}

.subtitle-wrapper {
	margin-bottom: 50px;
	display: flex;
	gap: 50px;
	align-items: center;
}

@media (max-width: 576px) {
	.subtitle-wrapper {
		margin-bottom: 24px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 16px;
	}
}

@media (max-width: 992px) {
	.subtitle-wrapper-adaptive {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
}

/* SQUARE BUTTONS / Квадратные кнопки */

.button-square__wrapper {
	display: flex;
	flex-direction: row;
	gap: 0 16px;
}

@media (max-width: 576px) {
	.button-square__wrapper {
		gap: 7px;
	}
}

.next-button {
	width: 69px;
	height: 69px;
	border: 1px solid #ebebeb;
	background-color: var(--white-color);
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0px 8px 16px 0px #00000024;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prev-button {
	width: 69px;
	height: 69px;
	border: 1px solid #ebebeb;
	background-color: var(--white-color);
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 8px -8px 16px 0px #00000024;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prev-button:hover {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 8px -8px 16px 0px rgba(0, 0, 0, 0.14);
}
.next-button:hover {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
}

.next-button {
	background-image: url(/images/icon-swiper-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.prev-button {
	transform: rotate(180deg);
	background-image: url(/images/icon-swiper-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 576px) {
	.prev-button,
	.next-button {
		width: 42px;
		height: 42px;
	}
}

.prev-button img {
	transform: rotate(180deg);
}

@media (max-width: 576px) {
	.prev-button img,
	.next-button img {
		width: 9px;
		height: 9px;
	}
}

.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* FILTER ICON / Большие кнопки-кружочки в каталоге */

.filter__icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
}

.filter__icon {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	border: 1px solid var(--blue-color);
	border-radius: 50%;
	background-color: var(--white-color);
}

.filter__icon_image {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
}

.filter__icon span {
	position: absolute;
	display: block;
	width: 9px;
	height: 1px;
	background-color: var(--blue-color);
	transition: all 0.3s linear;
}

.filter__icon span::after {
	content: " ";
	position: absolute;
	display: block;
	width: 9px;
	height: 1px;
	background-color: var(--blue-color);
	transform: rotateZ(90deg);
	top: 0px;
	left: 0px;
	transition: all 0.3s linear;
}

.filter__icon_open span::after {
	transform: rotateZ(0deg);
	transition: all 0.3s linear;
}

/* LITTLE ROUND BUTTON / Маленькие кнопки-кружочки в каталоге */

.filter__icon-wrapper_small {
	width: 20px;
	height: 20px;
}

.filter__icon_little {
	width: 12px;
	height: 12px;
}

.filter__icon_little span {
	width: 5px;
}

.filter__icon_little span::after {
	width: 5px;
}

/* SEARCH BUTTON / Кнопка поиска */

.search__button {
	width: 80px;
	height: 54px;
	background: var(--blue-color);
	background-image: url(/images/icon-search-btn-white.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0 5px 5px 0;
	box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.54);
}

/* MORE BUTTON / Кнопка подробнее */

.button__more {
	padding: 11px 34px 11px 75px;
	width: 100%;
	position: relative;
	display: inline-block;
	color: var(--blue-color);
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
	transition: all 0.3s ease;
}

.button__more::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 10px;
	background-image: url("/images/icon-arrow-right-blue.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 34px;
	transform: translate(0%, -50%);
}

.button__more_borderless {
	border: none;
	box-shadow: none;
}

@media (max-width: 375px) {
	.button__more_borderless {
		padding-left: 30px;
		font-size: 12px;
	}

	.button__more_borderless::before {
		left: 0;
	}
}

/* MORE BUTTON / Кнопка подробнее / Без фона и color белый */

.button__more_box .button__more {
	background: none;
	color: var(--background-main-color);
	box-shadow: none;
}

.button__more_box .button__more::before {
	left: 0;
	background-image: url("/images/icon-arrow-right-white.svg");
}

/* ? Перенести к Вике */

.btn-wrapper__xss {
	width: 134px;
}

.btn-wrapper__xss .button__more {
	padding: 0 0 0 39px;
}

.home-solutions_shadow .button__more {
	box-shadow: none;
}

/* SHOW MORE / Кнопка "Показать еще" */

.show-more-btn {
	padding: 16px 20px;
	width: 100%;
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	color: var(--blue-color);
	background: var(--white-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
	transition: all 0.3s ease;
}

@media (max-width: 576px) {
	.show-more-btn {
		font-size: 12px;
		padding: 8px;
	}
}

.show-more-btn_blue {
	color: var(--white-color);
	background-color: var(--blue-color);
	text-align: center;
}

.show-more-btn::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("/images/icon-show-more-btn.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 68%;
	left: 20px;
	transform: translate(0%, -50%);
}

@media (max-width: 576px) {
	.show-more-btn::before {
		width: 35px;
		height: 35px;
		left: 9px;
	}
}

.show-more-btn:hover {
	color: var(--white-color);
	background-color: var(--blue-color);
}

.show-more-btn_blue:hover {
	color: var(--blue-color);
	background-color: var(--white-color);
}

.show-more-btn:active {
	background-color: #1e4775;
}

.show-more-btn_text-right {
	text-align: right;
}

.show-more-btn_position_center {
	margin: 0 auto;
}

.btn-wrapper__l {
	width: 470px;
}

.btn-wrapper__m {
	width: 412px;
}

.btn-wrapper__s {
	width: 340px;
}

.btn-wrapper__xs {
	width: 220px;
}

@media (max-width: 992px) {
	.btn-wrapper-tablet-l {
		width: 310px;
		height: 50px;
	}

	.btn-wrapper-tablet-m {
		width: 310px;
		height: 30px;
	}
}

@media (max-width: 576px) {
	.btn-wrapper-mobile-m {
		width: 300px;
		height: 30px;
	}

	.btn-wrapper-mobile-s {
		width: 202px;
		height: 30px;
	}
}

.btn-wrapper_hide {
	display: block;
}

@media (max-width: 992px) {
	.btn-wrapper_hide {
		display: none;
	}
}

/* RESET BUTTON / Кнопка сброса */

.reset__button {
	padding: 16px 20px 16px 30px;
	width: 100%;
	position: relative;
	display: inline-block;
	color: var(--dark-grey-color);
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	border: 1px solid var(--pink-color);
	background: var(--background-main-color);
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.reset__button {
		padding: 16px 20px 16px 75px;
		font-size: 15px;
		color: var(--blue-color);
		background: var(--white-color);
		box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
		border: none;
		transition: all 0.3s ease;
	}
}

@media (max-width: 576px) {
	.reset__button {
		font-size: 12px;
		padding: 8px 8px 8px 35px;
	}
}

.reset__button:hover {
	color: var(--white-color);
	background: var(--pink-color);
}

.reset__button::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url("/images/icon-reset-btn-desktop.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 66%;
	left: 20px;
	transform: translate(0%, -50%);
}

@media (max-width: 992px) {
	.reset__button::before {
		content: "";
		position: absolute;
		width: 50px;
		height: 50px;
		background-image: url("/images/icon-show-more-btn.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		left: 19px;
	}
}

@media (max-width: 576px) {
	.reset__button::before {
		content: "";
		position: absolute;
		width: 9px;
		height: 9px;
		background-image: url("/images/icon-dot.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		top: 50%;
		left: 22px;
		transform: translate(0%, -50%);
	}
}

/* DROPDOWN ROUND BUTTON / Кнопка раскрытия-скрытия описания в карточке товара и калькуляторах */

.dropdown-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	border: 1px solid var(--border-catalog-color);
	transition: all 0.3s ease;
}

.dropdown-btn div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10px;
	height: 10px;
	transform: rotate(180deg);
	transition: all 0.3s ease;
}

.dropdown-btn_open div {
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

.dropdown-btn img {
	width: 8px;
	height: 10px;
}

.dropdown-btn_calculator {
	display: none;
}

@media (max-width: 992px) {
	.dropdown-btn_calculator {
		display: flex;
	}
}

.dropdown-btn_popup {
	background: var(--white-color);
}

/* BUTTONS SWIPER / Кнопки свайпера */

.button-swiper__next,
.button-swiper__prev {
	width: 44px;
	height: 72px;
	transition: all 0.3s;
	transform: translate(0, -50%);
	z-index: 1;
	cursor: pointer;
	transition: all 0.3;
}

.button-swiper__next:hover,
.button-swiper__prev:hover {
	opacity: 0.7;
}

.button-swiper__next {
	position: absolute;
	top: 52%;
	right: 42px;
	background-image: url("/images/icon-home-swiper-arrow.svg");
	background-repeat: no-repeat;
}

@media (max-width: 992px) {
	.button-swiper__next {
		display: none;
	}
}

.button-swiper__prev {
	position: absolute;
	top: 45%;
	left: 42px;
	background-image: url("/images/icon-home-swiper-arrow.svg");
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

@media (max-width: 992px) {
	.button-swiper__prev {
		display: none;
	}
}

/* SEARCH BUTTON / Кнопка поиска white */

.search-wrapper__button {
	position: absolute;
	right: 0;
	width: 80px;
	height: 54px;
	background: var(--blue-color);
	background-image: url(/images/icon-search-btn-white.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0 5px 5px 0;
	/* box-shadow: 4px 8px 16px 0px rgba(0, 0, 0, 0.54); */
}

@media (max-width: 1199px) {
	.search-wrapper__button {
		height: 44px;
	}
}

@media (max-width: 576px) {
	.search-wrapper__button {
		width: 34px;
		height: 34px;
		background-size: 30%;
	}
}

/* SELECTOR BUTTON / Кнопка селектора */

.selector__button {
	padding: 18px 32px;
	width: 716px;
	height: 72px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	background: var(--white-color);
	text-align: left;
	border-radius: 10px;
	border: 1px solid var(--light-grey-button-background-color);
	color: var(--blue-color);
	font-family: Stolzl;
	font-size: 26px;
	font-weight: 700;
	line-height: 132%;
}

@media (max-width: 992px) {
	.selector__button {
		width: 100%;
	}
}

.selector__button img {
	width: 16px;
	height: 14px;
	object-fit: contain;
	transform: rotate(90deg);
}

.selector__button_open img {
	transform: rotate(90deg);
	transform: all 0.3s ease;
}

.selector__button_small {
	padding: 10px 16px;
	width: 100%;
	height: 35px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	background: var(--white-color);
	text-align: left;
	border-radius: 10px;
	border: 1px solid var(--light-grey-button-background-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 132%;
}

.selector__button_small img {
	width: 10px;
	height: 9px;
	object-fit: contain;
	transform: rotate(90deg);
	transform: all 0.3s ease;
}

.selector__button_m {
	width: 480px;
}

.selector__button_s {
	padding: 10px;
	width: 100%;
	height: 50px;
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 992px) {
	.selector__button_s {
		padding: 10px;
		width: 478px;
		height: 50px;
		color: var(--dark-grey-color);
		font-size: 16px;
		font-weight: 400;
	}
}

@media (max-width: 576px) {
	.selector__button_s {
		width: 100%;
	}
}

.selector__button_xs {
	padding: 16px;
	width: 100%;
	height: 50px;
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 400;
}

.selector__button_xs img {
	width: 18px;
	height: 8px;
	object-fit: contain;
}

.selector__button_full-width {
	padding-left: 10px;
	padding-right: 18px;
	width: 100%;
	height: 50px;
	color: var(--dark-grey-color);
	font-size: 17px;
	font-weight: 400;
}

/* INFO LABEL / Розовая пометка */

.info__label {
	padding: 8px 12px;
	display: block;
	color: var(--white-color);
	font-size: 20px;
	font-weight: 500;
	border-radius: 8px;
	background: var(--pink-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
	text-transform: uppercase;
	z-index: 1;
}

@media (max-width: 576px) {
	.info__label {
		font-size: 14px;
		text-align: center;
	}
}

.info__label_important {
	position: absolute;
	padding: 5px 12px;
	top: 150px;
	width: 163px;
	text-align: center;
	text-transform: inherit;
	z-index: 1;
}

.info__label_important-service {
	position: absolute;
	padding: 5px 12px;
	top: -29px;
	width: 163px;
	text-align: center;
	text-transform: inherit;
	z-index: 1;
}

@media (max-width: 992px) {
	.info__label_important-service {
		position: absolute;
		padding: 5px 12px;
		top: -29px;
	}
}

@media (max-width: 760px) {
	.info__label_important-service {
		position: absolute;
		padding: 5px 12px;
		top: -29px;
	}
}

/* BIG LABEL / Большие синие пометки */

.big-label {
	width: 562px;
	height: 196px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: var(--blue-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 992px) {
	.big-label {
		width: 100%;
		justify-content: flex-start;
	}
}

@media (max-width: 576px) {
	.big-label {
		height: 155px;
		width: 100%;
		box-shadow: none;
	}

	.big-label::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 155px;
		left: 0%;
		border-radius: 8px;
		background: var(--blue-color);
		z-index: -1;
	}
}

.big-label__inner {
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 13px;
	width: 530px;
	height: 165px;
	border-radius: 8px;
	border: 1px solid var(--white-color);
}

@media (max-width: 992px) {
	.big-label__inner {
		padding-left: 45px;
		border: 0 solid var(--white-color);
	}
}

@media (max-width: 576px) {
	.big-label__inner {
		padding-left: 0px;
		border: 0 solid var(--white-color);
	}
}

.big-label__title {
	font-size: 66px;
	font-weight: 700;
	color: var(--background-main-color);
}

@media (max-width: 576px) {
	.big-label__title {
		font-size: 40px;
	}
}

.big-label__subtitle {
	font-size: 27px;
	font-weight: 400;
	line-height: 143%;
	color: var(--background-main-color);
}

@media (max-width: 576px) {
	.big-label__subtitle {
		font-size: 22px;
		line-height: normal;
	}
}

/* HINT LABEL / Лейбл с подсказкой */

.hint-label {
	margin-bottom: 80px;
	padding: 22px 38px;
	max-width: 1070px;
	min-height: 120px;
	border-radius: 10px;
	border-left: 20px solid var(--blue-color);

	background: var(--white-color);
	box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
	color: var(--black-color);
}

@media (max-width: 992px) {
	.hint-label {
		max-width: 516px;
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.hint-label {
		max-width: 327px;
	}
}

.hint-label__description {
	font-size: 17px;
	font-weight: 400;
	line-height: 152%;
}

@media (max-width: 576px) {
	.hint-label__description {
		font-size: 12px;
	}
}

.font-bold {
	font-weight: 700;
}

/* ????????????????????  */
/* BANNER / Баннер */

.banner {
	position: relative;
}

@media (max-width: 992px) {
	.banner {
		padding-top: 78px;
	}
}

@media (max-width: 576px) {
	.banner {
		padding-top: 78px;
	}
}

.banner__container_center {
	position: relative;
	width: 100%;
	height: 400px;
}

@media (max-width: 992px) {
	.banner__support {
		height: 245px;
	}
}

@media (max-width: 576px) {
}

.banner-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 32px;
}

@media (max-width: 992px) {
	.banner-inner {
		top: 40%;
		gap: 54px;
	}

	/* .title {
    font-size: 32px;
    line-height: normal;
  } */
}

@media (max-width: 576px) {
	.banner-inner {
		top: 36%;
		/* gap: 94px; */
	}
}

/* Затемнение для обычного банера*/
.banner__box_background {
	position: relative;
	width: 100%;
	height: 547px;
}

.banner__box_background::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 0%);
}

/* SLIDER SWYPER / Слайдер свайпер */

.banner__box-slide {
	position: relative;
	display: flex;
	gap: 66px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner__box-slide_start {
	justify-content: start;
}

.banner__box-slide_start .title {
	padding-top: 178px;
}

.banner__box-slide::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 0%);
}

.banner__box {
	width: 100%;
	height: 644px;
}

.banner__box_small {
	height: 358px;
}

@media (max-width: 992px) {
	.banner__box_small {
		height: 305px;
	}
}

@media (max-width: 576px) {
	.banner__box_small {
		height: 275px;
	}
}

.banner__box_medium {
	height: 466px;
}

.banner__box-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

@media (max-width: 992px) {
	.banner__box {
		height: 387px;
	}
}

.banner__box_large {
	height: 547px;
}

@media (max-width: 992px) {
	.banner__box_large {
		height: 457px;
	}
}

.banner__box_small {
	height: 358px;
}

@media (max-width: 992px) {
	.banner__box_small {
		height: 305px;
	}
}

@media (max-width: 576px) {
	.banner__box_small {
		height: 275px;
	}
}

.banner__box_medium {
	height: 466px;
}

.banner__box_s {
	height: 392px;
}

.banner__image {
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	/* box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.25); */
}

.banner__image_blur {
	filter: blur(20px);
	z-index: -2;
	top: 20px;
}

/* .banner__box-gradient {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    linear-gradient(180deg, #315386 0%, rgba(0, 0, 0, 0) 10%);
} */

/* SLIDER TIMER / Слайдер таймер */

.swiper-pagination-bullet {
	width: 83px;
	height: 6px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	opacity: 1;
}

@media (max-width: 992px) {
	.swiper-pagination-bullet {
		width: 30px;
		height: 3px;
	}
}

.swiper-pagination-bullet::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--background-main-color);
}

.swiper-pagination-bullet-active {
	background-color: var(--background-main-color);
}

.swiper-pagination-bullet-active::before {
	background-color: var(--blue-color);
	opacity: 40%;
	animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

@keyframes slide-progress {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.swiper-horizontal > .swiper-pagination-bullets {
	bottom: 40px;
}

@media (max-width: 992px) {
	.swiper-horizontal > .swiper-pagination-bullets {
		bottom: 33px;
	}
}

.swiper {
	position: relative;
}

/* .home-banner__ten{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  filter: blur(1.5rem);
} */

/* для свайпера на главной большие */
.home__swiper-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

/* для свайпера на главной маленький */
/* .home-spheres__swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

/* @media (max-width: 992px) {
  .home-spheres__swiper-wrapper {
    left: 22px;
  }
}

@media (max-width: 576px) {
  .home-spheres__swiper-wrapper {
    left: 9px;
  }
} */

.swiper-slide__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	/* display: flex;
  align-items: center; */
}

/*.swiper-slide__wrapper::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: linear-gradient(*/
/*          180deg,*/
/*          rgba(0, 0, 0, 0) 0%,*/
/*          rgba(0, 0, 0, 0.4) 0%*/
/*  );*/
/*  z-index: -1;*/
/*}*/

.banner__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}

.home-swiper__box-title {
	height: 68%;
	padding-top: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 66px 0;
}

@media (max-width: 992px) {
	.home-swiper__box-title {
		gap: 35px 0;
	}
}

@media (max-width: 576px) {
	.home-swiper__box-title {
		gap: 75px 0;
		/*height: unset;*/
	}
}

@media (max-width: 992px) {
	.home-swiper__box-title .subtitle_s {
		max-width: 624px;
	}
}

@media (max-width: 576px) {
	.home-swiper__box-title .subtitle_s {
		text-align: start;
		max-width: 624px;
	}
}

/* ! Проверить удалять или нет */

/* .banner__image_background {
  position: relative;
} */

/* Затемнение для банера свайпера */
/* .banner__image_background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 0%
  );
  z-index: -1;
} */

.home-swiper__box-title .btn-wrapper__xs {
	width: 202px;
	display: flex;
}

/* для банера свайпера главного - поиск */
.home-search__box {
	padding-top: 381px;
}

@media (max-width: 992px) {
	.home-search__box {
		padding-top: 260px;
	}
}

/* для свайпера - заголовок */
.home-search__box_s {
	padding-top: 88px;
}

@media (max-width: 992px) {
	.home-search__box_s {
		padding-top: 82px;
	}
}

@media (max-width: 576px) {
	.home-search__box_s {
		padding-top: 46px;
	}
}

/* для банера свайпера главного - заголовок */
.swiper-slide_bottom {
	padding-bottom: 130px;
}

@media (max-width: 992px) {
	.swiper-slide_bottom {
		padding-bottom: 0px;
	}
}

/* PATH / Путь, хлебные крошки */

.path__list {
	padding-top: 25px;
	position: relative;
	display: block;
	/*flex-direction: row;*/
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
	/*gap: 14px;*/
}

@media (max-width: 1199px) {
	.path__list {
		padding-top: 100px;
	}
}

@media (max-width: 992px) {
	.path__list {
		padding-top: 30px;
	}
}

.path__item {
	display: inline;
	/*align-items: center;*/
}

.path__item a {
	word-wrap: break-word;
}

.path__link {
	font-size: 14px;
	font-weight: 400;
	color: var(--white-color);
	/*cursor: pointer;*/
}

@media (max-width: 576px) {
	.path__link {
		font-size: 12px;
	}
}

.path__link_blue {
	color: var(--blue-color);
}

/* SEARCH / Поиск */

/* ! Поправить путь к картинке */

.search {
	margin-bottom: 80px;
	position: relative;
	width: 100%;
	height: 468px;
	background-repeat: no-repeat;
	background-position: center;
}

.search-wrapper__inner {
	display: flex;
	height: 54px;
	border-radius: 5px;
	background: var(--white-color);
}

@media (max-width: 1199px) {
	.search-wrapper__inner {
		height: 44px;
	}
}

@media (max-width: 576px) {
	.search-wrapper__inner {
		height: 34px;
	}
}

.search__background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.search__image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.categories-popup__button-open {
	display: none;
}

@media (max-width: 1199px) {
	.categories-popup__button-open {
		padding-left: 22px;
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 24px;
		width: 190px;
		height: 44px;
		color: var(--blue-color);
		font-family: Stolzl;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.categories-popup__button-open img {
		width: 21px;
		height: 14px;
	}

	.categories-popup__button-open::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		height: 30px;
		width: 1px;
		background: var(--light-grey-button-background-color);
		transform: translateY(-50%);
	}
}

@media (max-width: 576px) {
	.categories-popup__button-open {
		padding-left: 9px;
		gap: 8px;
		width: 120px;
		height: 34px;
		font-size: 10px;
	}

	.categories-popup__button-open img {
		width: 13px;
		height: 9px;
	}

	.categories-popup__button-open::after {
		height: 18px;
	}
}

.home-popup-btn {
	padding-left: 22px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
	width: 190px;
	height: 54px;
	color: var(--black-color);
	font-family: Stolzl;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home-popup-btn picture {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-popup-btn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 30px;
	width: 1px;
	background: var(--light-grey-button-background-color);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.home-popup-btn {
		width: 190px;
		height: 44px;
		font-size: 14px;
		color: var(--blue-color);
	}
}

@media (max-width: 992px) {
	.home-popup-btn picture {
		width: 21px;
		height: 14px;
	}

	.home-popup-btn::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		height: 30px;
		width: 1px;
		background: var(--light-grey-button-background-color);
		transform: translateY(-50%);
	}
}

@media (max-width: 576px) {
	.home-popup-btn {
		padding-left: 9px;
		gap: 8px;
		width: 120px;
		height: 34px;
		font-size: 10px;
	}

	.home-popup-btn picture {
		width: 13px;
		height: 9px;
	}

	.home-popup-btn::after {
		height: 18px;
	}
}

.search-wrapper__input {
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 5px 0 0 5px;
	font-weight: 400;
	font-size: 14px;
	color: var(--black-color);
	width: 100%;
}

.search-wrapper__input::placeholder {
	opacity: 0.3;
}

@media (max-width: 576px) {
	.search-wrapper__input {
		width: 214px;
		height: 34px;
		font-size: 10px;
	}
}

.search__input:focus {
	opacity: 1;
	outline: none;
	color: var(--black-color);
}

.search-wrapper {
	position: relative;
	padding-top: 8px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: var(--dark-blue-color);
	border-radius: 5px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.54);
}

@media (max-width: 1199px) {
	.search-wrapper {
		background: none;
		box-shadow: none;
	}
}

@media (max-width: 992px) {
	.search-wrapper {
		max-width: 80%;
	}
}

@media (max-width: 576px) {
	.search-wrapper {
		max-width: 100%;
	}
}

.search-wrapper_unshadow {
	padding-top: 0;
	background: none;
	box-shadow: none;
}

.search-wrapper__list {
	padding-left: 22px;
	display: flex;
	gap: 25px;
}

@media (max-width: 1199px) {
	.search-wrapper__list {
		display: none;
	}
}

.search-wrapper__link {
	color: var(--background-main-color);
	font-size: 16px;
}

.search__maps {
	width: 100%;
	position: relative;
	margin-bottom: 53px;
}

.search__maps:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* VIDEO / Видео */

.video {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media (max-width: 992px) {
	.video {
		gap: 24px;
	}
}

@media (max-width: 576px) {
	.video {
		gap: 16px;
	}
}

.video__preview {
	position: relative;
	width: 467px;
	height: 263px;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
}

@media (max-width: 992px) {
	.video__preview {
		width: 100%;
		height: 263px;
	}
}

/*@media (max-width: 576px) {*/
/*  .video__preview {*/
/*    height: auto;*/
/*  }*/
/*}*/

.video__preview::after {
	/*content: "";*/
	/*position: absolute;*/
	/*width: 82px;*/
	/*height: 82px;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*transform: translate(-50%, -50%);*/
	/*background-image: url(/images/image-youtube-logo.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
}

.video__preview iframe {
	border-radius: 10px;
}

.video__title {
	color: var(--blue-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 132%;
}

@media (max-width: 992px) {
	.video__title {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.video__title {
		font-size: 16px;
	}
}

/* SUPPORT VIDEO / Видео в поддержке */

.support-video__wrapper {
	padding: 35px 0 52px 74px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	border-top: 1px solid var(--border-catalog-color);
	visibility: visible;
}

@media (max-width: 992px) {
	.support-video__wrapper {
		flex-wrap: wrap;
		align-items: center;
		padding: 24px 0 16px 0;
		gap: 24px;
	}
}

.support-video_borders {
	padding-bottom: 25px;
	border-bottom: 1px solid #d8dadc;
}

@media (max-width: 992px) {
	.support-video_borders {
		padding-bottom: 0;
		border-bottom: none;
	}

	.support-video_borders > iframe {
		width: 670px;
		height: 324px;
	}
}

@media (max-width: 576px) {
	.support-video_borders {
		padding-bottom: 0;
		border-bottom: none;
	}

	.support-video_borders > iframe {
		width: 327px;
		height: 186px;
	}
}

/* -----------------------MENU / Меню контента --------------------- */
/* -----------------------MENU / Меню контента --------------------- */
/* -----------------------MENU / Меню контента --------------------- */

.catalog__menu {
	width: 335px;
	height: 465px;

	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
	background: linear-gradient(0deg, #f4f7fa 0%, #f4f7fa 100%), url(/bitrix/templates/profenergy/<path-to-image>),
		lightgray -10.008px 120.073px / 121.764% 106.035% no-repeat;
}

@media (max-width: 1199px) {
	.catalog__menu {
		display: none;
	}

	.areas__catalog_menu {
		display: block;
	}
}

@media (max-width: 992px) {
	.catalog__menu {
		width: 100%;
		height: auto;
		border: none;
		border-radius: 0;
		border-bottom: 1px solid var(--blue-color);
		overflow: auto;
	}
}

.catalog__menu_wide {
	width: 421px;
	height: 412px;
}

.menu__container {
	width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.menu__container {
		flex-direction: column;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
}

.menu__title {
	padding-left: 48px;
	height: 77px;
	border-bottom: 1px solid var(--border-catalog-color);
	border-radius: 10px 10px 0px 0px;
	display: flex;
	align-items: center;
	color: var(--blue-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 132%;
	background: var(--white-color);
}

@media (max-width: 992px) {
	.menu__title {
		display: none;
	}
}

.menu__list {
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: flex-start;
}

@media (max-width: 992px) {
	.menu__list {
		flex-direction: row;
		padding: 0 0 20px 60px;
		gap: 40px;
	}
}

@media (max-width: 576px) {
	.menu__list {
		padding: 0 0 20px 20px;
	}
}

.menu__list_big {
	gap: 45px;
}

.menu__item {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
	color: var(--gray-color);
	cursor: pointer;
}

@media (max-width: 992px) {
	.menu__item {
		color: var(--blue-color);
		white-space: nowrap;
		position: relative;
	}

	.menu__item::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -22px;
		left: 50%;
		transform: translate(-50%);
		width: 0;
		border-bottom: 6px solid var(--blue-color);
	}

	.menu__item:hover:after,
	.menu__item:focus:after {
		width: 100%;
	}
}

.menu__item_active {
	color: var(--blue-color);
}

.support-menu__icon {
	width: 10px;
	height: 10px;
}

@media (max-width: 992px) {
	.support-div {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 12px;
	}
}

.support-menu__icon-level-2 {
	display: none;
}

@media (max-width: 922px) {
	.support-menu__icon-level-2 {
		display: block;
	}
}

/* SELECTOR / СЕЛЕКТОР */

.selector-box_small {
	width: 327px;
}

.selector-box_full-width {
	width: 100%;
}

.selector-box_m {
	width: 480px;
}

.selector-box_s {
	width: 264px;
	box-sizing: border-box;
}

@media (max-width: 992px) {
	.selector-box_s {
		width: 480px;
	}
}

@media (max-width: 576px) {
	.selector-box_s {
		width: 100%;
	}
}

.selector-box_xs {
	width: 100px;
	box-sizing: border-box;
}

.selector-type-wrapper {
	padding: 18px 32px;
	width: 716px;
	visibility: hidden;
	z-index: 1;
	position: absolute;
	top: 90px;
	left: 0;
	background: var(--white-color);
	border-radius: 10px;
	border: 1px solid var(--light-grey-button-background-color);
}

@media (max-width: 576px) {
	.selector-type-wrapper {
		width: 100%;
	}
}

/* Заготовка для маленького селектора */

.select-type-wrapper_small {
	padding: 10px 16px;
	width: 327px;
	top: 50px;
	background: var(--white-color);
	border-radius: 10px;
	border: 1px solid var(--light-grey-button-background-color);
}

.selector-type-wrapper_xs {
	padding: 16px;
	width: 100px;
	top: 33px;
	border: none;
	border-right: 1px solid var(--light-grey-button-background-color);
	border-bottom: 1px solid var(--light-grey-button-background-color);
	border-left: 1px solid var(--light-grey-button-background-color);
	border-radius: 0 0 10px 10px;
}

.selector-type__list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.selector-type__item {
	color: var(--dark-grey-color);
	width: 100%;

	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 400;
	line-height: 132%;
}

.selector-type__item img {
	width: 16px;
	height: 14px;
	object-fit: contain;
	transform: rotate(270deg);
}

.selector-type__item_small {
	color: var(--dark-grey-color);
	font-size: 12px;
	font-weight: 400;
	line-height: 132%;
}

.selector-type__item_small img {
	width: 10px;
	height: 9px;
	object-fit: contain;
}

.selector-type__item_blue {
	color: var(--blue-color);
	font-size: 26px;
	font-weight: 700;
	line-height: 132%;
}

.selector-type__item_small_blue {
	color: var(--blue-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 132%;
}

.selector-type__item_big img {
	transform: rotate(270deg);
}

/* FULL WIDTH SELECT */

.select-type-wrapper_full-width {
	padding: 18px 32px;
	width: 100%;
}

/* ---------------------------------------- ACCORDEON -------------------------------------------- */
/* ---------------------------------------- ACCORDEON -------------------------------------------- */
/* ---------------------------------------- ACCORDEON -------------------------------------------- */

.accordion_header {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.accordion-button {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 24px 0;
	/*font-size: 1rem;*/
	text-align: left;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button_header {
	justify-content: unset;
	gap: 24px;
	padding: 0;
	border: none;
}

.where-buy .where-buy__selector {
	padding: 0px;
}

.where-buy .where-buy_accordion-button {
	padding: 15px 17px;
}

.accordion-collapse {
	display: none;
}

.accordeon__list {
	padding: 32px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	flex-direction: column;
	gap: 16px;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.accordeon__list-item:hover {
	text-decoration-line: underline;
	cursor: pointer;
}

.accordeon__list_header {
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;

	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.header__nav-menu-list > .accordeon__list {
	border-bottom: none;
}

.accordeon__list-item_header {
	font-size: 12px;
}

/* ---------------------------------------- SELECTOR -------------------------------------------- */
/* ---------------------------------------- SELECTOR -------------------------------------------- */
/* ---------------------------------------- SELECTOR -------------------------------------------- */

.selector {
	padding: 19px 32px;
	position: relative;
	width: 716px;
	border: 1px solid var(--light-grey-button-background-color);
	border-radius: 10px;
	background: var(--white-color);
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.selector {
		padding: 8px 20px;
		width: 327px;
	}
}

.selector__btn {
	padding: 0;
	color: var(--blue-color);
	font-size: 26px;
	font-weight: 700;
	line-height: 132%;
}

@media (max-width: 992px) {
	.selector__btn {
		font-size: 14px;
	}
}

.selector__dropdown {
	padding: 19px 32px;
	width: 100%;
	border: 1px solid var(--light-grey-button-background-color);
	border-radius: 10px;
	position: absolute;
	top: 84px;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: var(--white-color);
}

@media (max-width: 992px) {
	.selector__dropdown {
		padding: 8px 20px;
		top: 50px;
		gap: 8px;
	}
}

.selector__option {
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 132%;
	cursor: pointer;
}

.selector__option:hover {
	color: var(--blue-color);
	text-decoration: none;
}

@media (max-width: 992px) {
	.selector__option {
		font-size: 12px;
	}
}

/* -----------------------------SELECTOR SOLID------------------------------- */
/* -----------------------------SELECTOR SOLID------------------------------- */
/* -----------------------------SELECTOR SOLID------------------------------- */

.selector_solid {
	padding: 16px;
	width: 478px;
	position: relative;
	border: 1px solid var(--light-grey-button-background-color);
	border-radius: 10px;
	background: var(--white-color);
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.selector_solid {
		width: 328px;
	}
}

.selector__btn_solid {
	padding: 0;
	color: var(--dark-grey-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.selector__dropdown_solid {
	padding: 16px;
	width: 478px;
	border-top: none;
	border-radius: 0 0 10px 10px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	position: absolute;
	top: 36px;
	left: -1px;
}

@media (max-width: 992px) {
	.selector__dropdown_solid {
		width: 328px;
	}
}

/* -----------------------------SELECTOR CAREER------------------------------- */
/* -----------------------------SELECTOR CAREER------------------------------- */
/* -----------------------------SELECTOR CAREER------------------------------- */

.career__selector {
	padding: 13px 20px;
	position: relative;
	width: 352px;
	border: 1px solid var(--light-grey-button-background-color);
	border-radius: 10px;
	background: var(--white-color);
	z-index: 3;
}

.career__selector-button {
	padding: 0;
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 132%;
}

@media (max-width: 992px) {
	.banner-path_top .container-big {
		padding-top: 67px;
	}
}

.career__selector-dropdown {
	padding: 13px 20px;
	width: 100%;
	border: 1px solid var(--light-grey-button-background-color);
	border-radius: 10px;

	position: absolute;
	top: 70px;
	left: 0;

	display: flex;
	flex-direction: column;
	gap: 16px;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	background-color: var(--white-color);
}

.career__selector-item {
	color: var(--dark-grey-color);
	font-size: 12px;
	font-weight: 400;
	line-height: 132%;
	cursor: pointer;
}

.career-selector-item:hover {
	color: var(--blue-color);
	text-decoration: none;
}

/* ------------------------------------- HEADER ---------------------------------------------*/
/* ------------------------------------- HEADER ---------------------------------------------*/
/* ------------------------------------- HEADER ---------------------------------------------*/

.header {
	background: var(--white-color);
	z-index: 200;
	transition: all 0.4s ease;
	border-bottom: 1px solid var(--light-grey-button-background-color);
}

@media (max-width: 992px) {
	.header {
		width: 100%;
		position: absolute;
		background: transparent;
		top: 0;
		border: none;
	}
}

.header__wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 110px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1199px) {
	.header__wrapper {
		gap: 20px;
	}
}

.header__nav-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
	z-index: 200;
	position: relative;
}

@media (max-width: 1199px) {
	.header__nav-menu {
		gap: 20px;
	}
}

@media (max-width: 992px) {
	.header__nav-menu {
		display: none;
	}
}

.header__nav-inner {
	display: none;
	z-index: 200;
}

.header__nav-inner.is-active {
	right: 0;
}

@media (max-width: 992px) {
	.header__nav-inner {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 312px;
		height: 100vh;
		padding: 75px 40px;
		display: flex;
		flex-direction: column;
		background-color: rgba(0, 0, 0, 0.85);
		transition: all 0.5s ease;
		overflow-y: auto;
		color: var(--white-color);
		z-index: 200;
	}
}

.header__logo {
	width: 105px;
	height: auto;
}

.header__link {
	padding: 0;
	display: flex;
	gap: 16px;
	color: var(--gray-color);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}

@media (max-width: 1199px) {
	.header__link {
		gap: 14px;
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.header__link {
		gap: 12px;
		font-size: 12px;
	}
}

.selector__link-img {
	height: 7px;
	transition: all 0.6s ease;
}

.selector__link-img_rotate {
	transform: rotate3d(1, 0, 0, 180deg);
}

.dropdown__link-img {
	height: 7px;
	transition: all 0.6s ease;
}

.dropdown__link-img_rotate {
	transform: rotate3d(1, 0, 0, 180deg);
}

.header__catalog,
.header__solutions,
.header__about,
.header__support,
.header__calculators {
	position: relative;
}

.header__link::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -46px;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	border-bottom: 6px solid var(--blue-color);
}

.header__link:hover {
	color: var(--blue-color);
}

.header__link:hover:after,
.header__link:focus:after {
	width: 100%;
}

.header__dropdown {
	padding: 34px;
	width: 350px;
	height: auto;
	border: 1px solid #afc6df;
	border-radius: 0px 0px 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	left: -34px;
	top: 65px;
	background: var(--background-main-color);
	color: var(--gray-color);
	z-index: 3;
}

.header__search-btn {
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}

@media (max-width: 992px) {
	.header__search-btn {
		display: none;
	}
}

.header__button {
	display: none;
}

@media (max-width: 992px) {
	.header__button {
		display: block;
		width: 30px;
		height: 30px;
		align-self: flex-start;
	}
}

@media (max-width: 992px) {
	.header__mobile-nav-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.header__mobile-nav__item {
		display: flex;
		gap: 25px;
		align-items: center;
	}

	.header__button {
		width: 30px;
		height: 30px;
		align-self: flex-start;
	}
}

/* ------------------------------------------HAMBURGER------------------------------------------- */
/* ------------------------------------------HAMBURGER------------------------------------------- */
/* ------------------------------------------HAMBURGER------------------------------------------- */

@media (max-width: 992px) {
	.hamburger {
		padding: 0;
		position: relative;
		display: block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		appearance: none;
		background: none;
		outline: none;
		border: none;
		z-index: 300;
	}

	.hamburger__bar {
		margin: 6px 0;
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 10px;
		background-color: var(--white-color);

		transition: all 0.3s ease-in-out;
	}

	.hamburger__bar_blue {
		background-color: var(--blue-color);
	}

	.hamburger__bar::after {
		content: "";
		position: absolute;
		top: 6px;
		right: 0;
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 10px;
		background-color: var(--white-color);
		transition: all 0.4s ease-in-out;
	}

	.hamburger__bar_blue::after {
		content: "";
		position: absolute;
		top: 6px;
		right: 0;
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 10px;
		background-color: var(--blue-color);
		transition: all 0.4s ease-in-out;
	}

	.hamburger__bar::before {
		content: "";
		position: absolute;
		top: -6px;
		right: 0;
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 10px;
		background-color: var(--white-color);
		transition: all 0.4s ease-in-out;
	}

	.hamburger__bar_blue::before {
		content: "";
		position: absolute;
		top: -6px;
		right: 0;
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 10px;
		background-color: var(--blue-color);
		transition: all 0.4s ease-in-out;
	}

	.hamburger.hamburger_active .hamburger__bar {
		transform: rotate(-45deg) translate(0, -1px);
		width: 0;
	}

	.hamburger.hamburger_active .hamburger__bar:after {
		transform: rotate(90deg) translate(-23px, 5px);
	}

	.hamburger.hamburger_active .hamburger__bar:before {
		transform: rotate(0deg) translate(-5px, -11px);
	}

	.hamburger.hamburger_active .hamburger__bar_blue {
		transform: rotate(-45deg) translate(0, -1px);
		width: 0;
	}

	.hamburger.hamburger_active .hamburger__bar_blue:after {
		transform: rotate(90deg) translate(-23px, 5px);
	}

	.hamburger.hamburger_active .hamburger__bar_blue:before {
		transform: rotate(0deg) translate(-5px, -11px);
	}
}

/* ----------------------------------------- FOOTER --------------------------------------------- */
/* ----------------------------------------- FOOTER --------------------------------------------- */
/* ----------------------------------------- FOOTER --------------------------------------------- */

.footer {
	background: url(/images/image-footer-bg.png);
	background-repeat: no-repeat;
	background-color: var(--blue-color);
}

.footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 250px;
	background-color: var(--blue-color);
	opacity: 0.9;
}

@media (max-width: 992px) {
	.footer {
		background: var(--blue-color);
	}
}

@media (max-width: 576px) {
	.footer {
		background: none;
	}
}

.footer__wrapper {
	position: relative;
	height: 250px;
}

@media (max-width: 992px) {
	.footer__wrapper {
		height: 100%;
		background-repeat: no-repeat;
	}
}

@media (max-width: 576px) {
	.footer__wrapper {
		background: var(--light-blue-color);
	}
}

.footer__wrapper_mobile {
	display: none;
}

.footer__inner {
	padding-top: 63px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.footer__inner {
		display: none;
	}
}

@media (max-width: 576px) {
	.footer__inner {
		display: none;
	}
}

.footer__inner_mobile {
	display: none;
}

@media (max-width: 992px) {
	.footer__inner_mobile {
		margin-bottom: 78px;
		/*padding: 0 15px;*/
		display: flex;
		flex-direction: column;
		color: var(--white-color);
	}
}

.footer__logo {
	margin-bottom: 40px;
	display: flex;
	width: 150px;
	height: auto;
}

@media (max-width: 992px) {
	.footer__logo {
		margin: 0 auto 40px;
	}
}

@media (max-width: 576px) {
	.footer__logo {
		margin: 0 auto 40px;
	}
}

.footer__links-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer__link {
	color: var(--white-color);
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
}

@media (max-width: 1199px) {
	.footer__link {
		font-size: 13px;
	}
}

.footer__link_bold {
	font-weight: 700;
}

.footer__home-link {
	position: absolute;
	right: 14px;
	bottom: 20px;
	width: 52px;
	height: 52px;
}

@media (max-width: 992px) {
	.footer__home-link {
		bottom: 15px;
		right: 30px;
	}
}

@media (max-width: 576px) {
	.footer__home-link {
		bottom: 15px;
		right: 25px;
	}
}

.footer__contacts {
	padding: 40px 0 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	gap: 20px;
}

/* Стили для колонок в футере */
.footer__column {
	display: flex;
	flex-direction: column;
}

.footer__column-logo {
	flex: 1;
}

.footer__column-emails {
	flex: 1;
}

.footer__column-emails .footer__contacts-list {
	flex-direction: column;
	align-items: flex-start;
}

.footer__column-contacts {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__column-contacts .footer__contacts-list {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.footer__contacts {
		padding: 30px 0 15px 0;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	
	.footer__column {
		width: 100%;
		align-items: center;
		text-align: center;
	}
	
	.footer__column-emails .footer__contacts-list {
		align-items: center;
	}
}

@media (max-width: 576px) {
	.footer__contacts {
		padding: 20px 0 10px 0;
	}
}

.footer__contacts-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}

@media (max-width: 992px) {
	.footer__contacts {
		position: static;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.footer__contacts {
		padding: 0;
		height: auto;
		position: static;
		text-align: center;
		background: none;
		box-shadow: none;
	}
}

.footer__contacts-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}

.footer__item {
	display: flex;
	gap: 17px;
	align-items: center;
}

@media (max-width: 992px) {
	.footer__item {
		justify-content: center;
	}
}

.footer__email-icon {
	width: 18px;
	height: 12px;
}

.footer__phone-icon {
	width: 18px;
	height: 18px;
}

.footer__socials {
	display: flex;
	gap: 11px;
}

.footer__socials > a {
	width: 27px;
	height: 27px;
	cursor: pointer;
}

@media (max-width: 992px) {
	.footer__socials {
		justify-content: center;
	}
}

.footer__copyrights {
	padding: 15px 0 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	color: var(--white-color);
	font-size: 12px;
	margin-top: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
	.footer__copyrights {
		padding: 10px 0 15px 0;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.footer__copyrights {
		padding: 8px 0 10px 0;
		text-align: center;
	}
}

.copyrights {
	margin: 0 auto;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	/*opacity: 0.3;*/
	text-align: right;
	width: 100%;
}

@media (max-width: 992px) {
	.copyrights {
		text-align: right;
		align-self: center;
	}
}

@media (max-width: 576px) {
	.copyrights {
		text-align: center;
		align-self: center;
		margin: 0 auto;
	}
}

.footer__copyrights_link {
	opacity: 1;
}

@media (max-width: 992px) {
	.footer__copyrights_link {
		font-size: 14px;
	}
}

.footer__copyrights_link > a {
	text-decoration: underline;
}

.footer__link-img {
	height: 7px;
	transition: all 0.6s ease;
}

.footer__link-img_rotate {
	transform: rotate3d(1, 0, 0, 180deg);
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- PARTNERS -------------------------- */
/* ! ----------------------------------------------------------------------- */
.partners {
	background-color: #f4f7fa;
	padding-top: 86px;
}

@media (max-width: 992px) {
	.partners {
		padding-top: 50px;
	}
}

@media (max-width: 576px) {
	.partners {
		padding-top: 54px;
	}
}

.partners__wrapper {
	background-color: var(--white-color);
	padding: 50px 0;
	border-top: 1px dashed #bcbcbc;
	border-bottom: 1px dashed #bcbcbc;
}

@media (max-width: 992px) {
	.partners__wrapper {
		padding: 32px 0;
	}
}

@media (max-width: 576px) {
	.partners__wrapper {
		padding: 26px 0;
	}
}

.maps-partners__wrapper {
	background-color: var(--white-color);
}

.partners__box {
	/* padding: 50px 0 36px 0; */
	display: grid;
	grid-template-columns: repeat(5, auto);
	justify-content: space-between;
	align-items: center;
	gap: 36px 15px;
}

@media (max-width: 576px) {
	.partners__box {
		display: grid;
		gap: 29px 21px;
		grid-template-columns: auto auto auto;
		justify-items: center;
		grid-template-areas:
			"item-1 item-2 item-5"
			"item-3 item-3 item-4";
	}
}

@media (max-width: 576px) {
	.partners__item-1 {
		grid-area: item-1;
		height: 25px;
	}

	.partners__item-2 {
		grid-area: item-2;
	}

	.partners__item-3 {
		grid-area: item-3;
	}

	.partners__item-4 {
		grid-area: item-4;
	}

	.partners__item-5 {
		grid-area: item-5;
	}
}

.maps-partners__box {
	padding: 50px 0 47px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 70px 50px;
}

@media (max-width: 992px) {
	.maps-partners__box {
		padding: 0 0 30px 0;
		gap: 43px 22px;
	}
}

@media (max-width: 576px) {
	#partner-logos {
		display: none;
	}
}

.partners__box-item {
	grid-template-columns: repeat(6, auto);
	margin-top: 81px;
}

@media (max-width: 992px) {
	.partners__box-item {
		margin-top: 43px;
	}
}

@media (max-width: 576px) {
	.partners__box-item {
		grid-template-columns: repeat(3, auto);
		margin-top: 35px;
	}
}

.partners__box img {
	object-fit: contain;
}

.maps-partners__box img {
	width: 12%;
	object-fit: contain;
}

@media (max-width: 992px) {
	.partners__box img {
		height: 30px;
	}
}

@media (max-width: 576px) {
	.partners__box img {
		height: 44px;
	}
}

.partners_padding {
	padding-bottom: 86px;
}

@media (max-width: 576px) {
	.partners_padding {
		padding-bottom: 54px;
	}
}

.partners_padding .subtitle {
	margin-bottom: 59px;
}

@media (max-width: 992px) {
	.partners_padding .subtitle {
		margin-bottom: 24px;
	}
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- HOME -------------------------- */
/* ! ----------------------------------------------------------------------- */
.home {
	background-color: #f4f7fa;
	padding: 100px 0 125px 0;
}

@media (max-width: 992px) {
	.home {
		padding: 50px 0;
	}
}

@media (max-width: 576px) {
	.home {
		padding: 23px 0 51px 0;
	}
}

@media (max-width: 992px) {
	.home-search__box .search-wrapper {
		margin: 0 auto;
	}
}

.home-banner_title {
	position: relative;
}

.home-banner_title-test {
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 80%;
	filter: blur(1.5rem);
}

@media (max-width: 992px) {
	.home-banner_title-test {
		filter: blur(4px);
	}
}

.home__boxes {
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

@media (max-width: 576px) {
	.home__boxes {
		max-width: 212px;
		flex-direction: column;
	}
}

.home__box {
	max-width: 391px;
	display: flex;
	flex-direction: column;
	gap: 60px 0;
}

@media (max-width: 992px) {
	.home__box {
		gap: 24px 0;
	}
}

@media (max-width: 576px) {
	.home__box {
		gap: 16px 0;
	}
}

.home__box-img {
	position: relative;
	width: 96px;
	height: 96px;
}

@media (max-width: 992px) {
	.home__box-img {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 576px) {
	.home__box-img {
		width: 60px;
		height: 60px;
	}
}

.home__box-img img {
	position: absolute;
	object-fit: contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home__box-text {
	font-size: 24px;
	line-height: 32px;
}

@media (max-width: 992px) {
	.home__box-text {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 576px) {
	.home__box-text {
		font-size: 13px;
		line-height: 17px;
	}
}

/* HOME NEWS SLIDER / Слайдер с новостями */

.home-news {
	position: relative;
}

.news__path-container {
	margin: 0 auto;
	position: absolute;
	z-index: 10;
}

@media (max-width: 1199px) {
	.news__path-container {
		max-width: 100%;
		padding: 0 15px;
		top: 30px;
	}
}

@media (max-width: 1199px) {
	.news__path-list {
		padding-top: 30px;
	}
}

@media (max-width: 992px) {
	.news__path-list {
		padding-top: 70px;
	}
}

.home-news .title {
	max-width: 1075px;
	text-shadow: 0px 4px 4px #000000;
	line-height: 123%;
}

.home-news__title {
	display: inline-block;
	padding: 10px 19px 10px 25px;
	background-color: var(--background-main-color);
	border-radius: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: var(--blue-color);
	z-index: 2;
}

@media (max-width: 992px) {
	.home-news__title {
		padding: 12px 45px;
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 576px) {
	.home-news__title {
		padding: 9px 27px;
		font-size: 14px;
		line-height: 18px;
	}
}

.home-news__wrapper {
	display: flex;
	max-width: 202px;
}

/* HOME CATALOG / Каталог на домашней странице */

.home-catalog {
	position: relative;
	padding-top: 82px;
	padding-bottom: 120px;
	border-top: 1px solid #a7a7a7;
	background-color: var(--white-color);
}

@media (max-width: 992px) {
	.home-catalog {
		padding-top: 132px;
		padding-bottom: 60px;
		background: none;
		border-top: none;
	}
}

@media (max-width: 576px) {
	.home-catalog {
		padding-top: 39px;
		padding-bottom: 40px;
		border-top: 1px solid #a7a7a7;
		background-color: var(--white-color);
	}
}

/*.home-catalog__boxes {*/
/*  width: 100%;*/
/*  margin-top: 77px;*/
/*  display: grid;*/
/*  justify-content: space-between;*/
/*  gap: 40px 12px;*/
/*  grid-template-columns: minmax(0, 391px) minmax(0, 391px) minmax(0, 391px);*/
/*}*/
.home-catalog__boxes {
	position: relative;
	width: 100%;
	margin-top: 77px;
	display: flex;
	justify-content: center;
	gap: 40px 12px;
	grid-template-columns: minmax(0, 391px) minmax(0, 391px) minmax(0, 391px);
	flex-direction: row;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.home-catalog__boxes {
		margin-top: 70px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px 12px;
	}
}

@media (max-width: 576px) {
	.home-catalog__boxes {
		margin-top: 48px;
		gap: 16px 27px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/*.home-catalog__box {*/
/*  max-width: 391px;*/
/*  min-height: 284px;*/
/*  padding: 20px 24px 20px 24px;*/
/*  border-radius: 15px;*/
/*  background-color: var(--background-main-color);*/
/*  border: 1px solid var(--border-catalog-color);*/
/*}*/
.home-catalog__box {
	min-width: 391px;
	min-height: 284px;
	padding: 20px 24px 20px 24px;
	border-radius: 15px;
	background-color: var(--background-main-color);
	border: 1px solid var(--border-catalog-color);
}

@media (max-width: 992px) {
	.home-catalog__box {
		max-width: 100%;
		min-height: 318px;
		padding: 20px 24px 24px 24px;
	}
}

@media (max-width: 576px) {
	.home-catalog__box {
		flex-basis: 45%;
		min-height: 135px;
		padding: 10px 12px 15px 12px;
		background: none;
		box-shadow: 0px 0px 14px 0px #24548a33;
	}
}

.home-catalog__box_full-width {
	display: flex;
	gap: 17px;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

@media (max-width: 992px) {
	.home-catalog__box_full-width {
		grid-column: span 2;
	}

	.home-catalog__box_full-width {
		flex-direction: row-reverse;
		align-items: flex-end;
	}
}

@media (max-width: 576px) {
	.home-catalog__box_full-width {
		grid-column: span 1;
	}

	.home-catalog__box_full-width {
		flex-direction: column;
		align-items: center;
		gap: 3px;
	}
}

.home-catalog__box_half-width {
	display: flex;
	gap: 17px;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

@media (max-width: 992px) {
	.home-catalog__box_half-width {
		grid-column: span 1;
	}

	.home-catalog__box_half-width {
		align-items: flex-start;
	}
}

@media (max-width: 576px) {
	.home-catalog__box_half-width {
		grid-column: span 1;
	}

	.home-catalog__box_half-width {
		align-items: center;
		gap: 3px;
	}
}

.home-catalog__title {
	font-size: 20px;
	color: #2e2e2e;
}

@media (max-width: 992px) {
	.home-catalog__title {
		font-size: 24px;
		color: var(--dark-grey-color);
	}
}

@media (max-width: 576px) {
	.home-catalog__title {
		max-width: 425px;
		font-size: 14px;
		color: #2e2e2e;
	}
}

.home-catalog__container {
	max-width: 308px;
	height: 200px;
}

@media (max-width: 992px) {
	.home-catalog__container {
		height: 226px;
		align-self: center;
	}
}

@media (max-width: 576px) {
	.home-catalog__container {
		height: 88px;
	}
}

.home-catalog__container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.home-catalog__box-title {
	position: relative;
}

.home-catalog__box-title::before {
	position: absolute;
	content: "";
	width: 236px;
	height: 137px;
	top: -34px;
	left: 360px;
	background-image: url("/images/vector-pattern-2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	transform: scaleX(-1);
}

@media (max-width: 992px) {
	.home-catalog__box-title::before {
		top: -23px;
		right: 0;
		width: 168px;
		height: 98px;
		object-fit: contain;
	}
}

@media (max-width: 576px) {
	.home-catalog__box-title::before {
		width: 143px;
		height: 83px;
		left: 166px;
	}
}

/*home-solutions*/
.home-solutions {
	padding-bottom: 120px;
	background-color: #f4f7fa;
}

@media (max-width: 992px) {
	.home-solutions {
		padding-bottom: 60px;
	}
}

@media (max-width: 576px) {
	.home-solutions {
		padding-bottom: 54px;
	}
}

.home-solutions__boxes {
	margin-top: 59px;
	/* display: flex;
  justify-content: space-between; */
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px 31px;
}

@media (max-width: 992px) {
	.home-solutions__boxes {
		margin-top: 24px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {
	.home-solutions__boxes {
		margin-top: 26px;
	}
}

.home-solutions__box {
	/* max-width: 401px; */
	position: relative;
	padding-bottom: 34px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 10px;
	height: 685px;
	overflow: hidden;
	z-index: 1;
}

.home-solutions__box .button__more_box {
	padding-left: 39px;
}

@media (max-width: 992px) {
	.home-solutions__box {
		/* max-width: 100%; */
		height: 331px;
	}
}

@media (max-width: 576px) {
	.home-solutions__box .button__more_box {
		padding-left: 17px;
	}

	.home-solutions__box {
		height: 350px;
		padding-bottom: 19px;
	}
}

.home-solutions__box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.home-solutions__box::before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		0deg,
		rgba(1, 25, 38, 0.7344187675070029) 0%,
		rgba(13, 45, 58, 0) 19%
	);
	z-index: -1;
}

@media (max-width: 992px) {
	.home-solutions__box::before {
		background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.644782913165266) 0%,
			rgba(0, 0, 0, 0.16299019607843135) 29%
		);
	}
}

.home-solutions__content {
	padding: 31px 5px 25px 22px;
	min-height: 168px;
	background: linear-gradient(180deg, rgba(1, 25, 38, 1) 20%, rgba(13, 45, 58, 1) 76%);
}

@media (max-width: 992px) {
	.home-solutions__content {
		min-height: 111px;
	}
}

@media (max-width: 576px) {
	.home-solutions__content {
		padding: 24px 11px;
		min-height: 87px;
	}
}

.home-solutions__text {
	font-size: 19px;
	line-height: 27px;
	text-transform: uppercase;
	color: var(--white-color);
}

@media (max-width: 992px) {
	.home-solutions__text {
		max-width: 450px;
	}
}

@media (max-width: 576px) {
	.home-solutions__text {
		max-width: 276px;
		font-size: 14px;
		line-height: 20px;
	}
}

.home-solutions__box a {
	padding-left: 39px;
	box-shadow: none;
}

/* HOME SPHERES / Сферы на домашней */

.home-spheres {
	overflow: hidden;
	background-color: #ffffff;
	padding-bottom: 100px;
}

@media (max-width: 992px) {
	.home-spheres {
		padding-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.home-spheres {
		padding-bottom: 24px;
	}
}

.home-spheres__title {
	padding: 37px 10px 10px 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: var(--white-color);
}

@media (max-width: 576px) {
	.home-spheres__title {
		font-size: 18px;
		line-height: 19px;
	}
}

/*! закомитила чтобы убрать абсолют*/
/* .home-spheres__swiper_relative {
  position: relative;
  height: 391px;
} */

/* @media (max-width: 576px) {
  .home-spheres__swiper_relative {
    height: 308px;
  }
} */

.home-spheres__wrapper .subtitle {
	line-height: 37px;
}

.home-spheres__container {
	position: relative;
	width: 321px;
	height: 259px;
	display: flex;
	align-items: flex-start;
	border-radius: 7px;
	margin-right: 30px;
}

@media (max-width: 992px) {
	.home-spheres__container {
		margin-right: 27px;
	}
}

@media (max-width: 576px) {
	.home-spheres__container {
		width: 267px;
		height: 215px;
		margin-right: 8px;
	}
}

.home-spheres__container img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -2;
	border-radius: 7px;
	object-fit: cover;
}

.home-spheres__container::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 0%);
	z-index: -1;
	border-radius: 7px;
}

/* Версия Сергея */

/* .home-spheres__swiper_relative {
  position: relative;
  height: 395px;
} */

.home-spheres__wrapper {
	position: relative;
	margin-bottom: 52px;
	max-width: 1075px;
	display: flex;
	gap: 0 20px;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.home-spheres__wrapper {
		margin-bottom: 47px;
		justify-content: space-between;
	}
}

@media (max-width: 576px) {
	.home-spheres__wrapper {
		margin-bottom: 32px;
		gap: 0 10px;
	}
}

/*! убрала из-за home*/
/* @media (max-width: 992px) {
  .home-spheres__wrapper .subtitle {
    max-width: 397px;
    line-height: 0px;
  }
} */

.home-spheres__box {
	display: flex;
	gap: 0 15px;
}

/* AREAS / Сферы применения - подсказка */

.areas-hint {
	padding-top: 80px;
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- career -------------------------- */
/* ! ----------------------------------------------------------------------- */
.career {
	margin: 65px 0 94px 0;
}

@media (max-width: 992px) {
	.career {
		margin: 32px 0 40px 0;
	}
}

@media (max-width: 576px) {
	.career {
		margin: 64px 0 50px 0;
	}
}

.career__wrapper {
	width: 164px;
	height: 91px;
	margin-bottom: 32px;
	display: none;
}

@media (max-width: 992px) {
	.career__wrapper {
		display: block;
	}
}

@media (max-width: 576px) {
	.career__wrapper {
		margin: 0 auto;
		width: 122px;
		height: 64px;
	}
}

.career__container {
	padding: 57px 63px;
	display: grid;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
	grid-template-columns: 211px auto;
	background-color: var(--white-color);
	border-radius: 10px;
	border-left: 20px solid var(--blue-color);
	box-shadow: 0px 12px 36px 0px #0000001f;
}

@media (max-width: 992px) {
	.career__container {
		padding: 24px 70px;
		display: block;
	}
}

@media (max-width: 576px) {
	.career__container {
		margin-top: 24px;
		padding: 23px 20px 23px 20px;
	}
}

.career__container img {
	object-fit: contain;
	width: 211px;
	height: 117px;
}

@media (max-width: 992px) {
	.career__container img {
		display: none;
	}
}

.career__box {
	max-width: 780px;
}

.career__text {
	font-size: 17px;
	line-height: 26px;
}

@media (max-width: 576px) {
	.career__text {
		font-size: 12px;
		line-height: 18px;
	}
}

.career__text + .career__text {
	padding-top: 34px;
}

@media (max-width: 992px) {
	.career__text + .career__text {
		padding-top: 0px;
	}
}

.career__text span {
	font-weight: 700;
}

/* .career-advantages {
  margin-bottom: 129px;
}
@media (max-width: 992px) {
  .career-advantages {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .career-advantages {
    margin-bottom: 50px;
  }
} */

.career-advantages__boxes {
	margin-bottom: 129px;
	max-width: 1196px;
	position: relative;
	margin-top: 98px;
	display: grid;
	justify-content: space-evenly;
	gap: 60px 56px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 1230px) {
	.career-advantages__boxes {
		max-width: 1000px;
		gap: 21px 24px;
	}
}

@media (max-width: 992px) {
	.career-advantages__boxes {
		max-width: 783px;
		margin-top: 40px;
		margin-bottom: 40px;
		gap: 16px 20px;
	}
}

@media (max-width: 576px) {
	.career-advantages__boxes {
		margin-top: 28px;
		margin-bottom: 50px;
		max-width: 312px;
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.career-advantages__boxes::before {
	content: "";
	position: absolute;
	background-image: url("/images/vector-pattern-6.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 63%;
	height: 100%;
	top: -227px;
	left: 0;
	z-index: -1;
}

@media (max-width: 1230px) {
	.career-advantages__boxes::before {
		width: 57%;
		top: -171px;
	}
}

@media (max-width: 992px) {
	.career-advantages__boxes::before {
		display: none;
	}
}

.career-advantages__boxes::after {
	content: "";
	position: absolute;
	background-image: url("/images/vector-pattern-7.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* width: 744px; */
	/* height: 619px;
  top: 161px; */
	width: 63%;
	height: 118%;
	top: 184px;
	left: -4px;
	z-index: -1;
}

@media (max-width: 1230px) {
	.career-advantages__boxes::after {
		width: 58%;
		top: 158px;
		height: 110%;
		left: -5px;
	}
}

@media (max-width: 992px) {
	.career-advantages__boxes::after {
		display: none;
	}
}

.career-advantages__wrapper {
	height: 113px;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 0px;
}

@media (max-width: 992px) {
	.career-advantages__wrapper {
		min-height: 71px;
		height: 0;
		display: grid;
		grid-template-columns: 60px auto;
	}
}

.career-advantages__box-img {
	position: relative;
	width: 123px;
	height: 123px;
}

@media (max-width: 992px) {
	.career-advantages__box-img {
		position: relative;
		width: 60px;
		height: 60px;
	}
}

.career-advantages__wrapper img {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

@media (max-width: 992px) {
	.career-advantages__wrapper img {
		opacity: 1;
	}
}

@media (max-width: 576px) {
	.career-advantages__wrapper img {
		width: 60px;
		height: 60px;
	}
}

.career-advantages__text {
	max-width: 419px;
	font-size: 17px;
	line-height: 26px;
}

@media (max-width: 1230px) {
	.career-advantages__text {
		max-width: 381px;
	}
}

@media (max-width: 992px) {
	.career-advantages__text {
		max-width: 305px;
		font-size: 13px;
		line-height: 17px;
	}
}

.career-vacancies {
	margin-bottom: 87px;
}

@media (max-width: 576px) {
	.career-vacancies {
		margin-bottom: 50px;
	}
}

.career-vacancies__wrapper {
	display: flex;
	gap: 24px 70px;
}

@media (max-width: 992px) {
	.career-vacancies__wrapper {
		flex-direction: column;
	}
}

/* .career-vacancies__img {
  width: 13px;
  height: 14px;
} */

.career-vacancies__boxes {
	margin-top: 63px;
	display: flex;
	flex-direction: column;
	gap: 34px 0;
}

@media (max-width: 576px) {
	.career-vacancies__boxes {
		margin-top: 50px;
		gap: 24px;
	}
}

.career-vacancies__box {
	padding: 30px 31px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background-color: var(--white-color);
	border-left: 20px solid var(--blue-color);
}

@media (max-width: 576px) {
	.career-vacancies__box {
		flex-direction: column;
		text-align: center;
		gap: 61px;
	}
}

.career-vacancies__text {
	font-size: 22px;
	font-weight: 700;
	line-height: 29px;
	color: #515151;
}

.career-vacancies__text_none {
	font-size: 22px;
	line-height: 29px;
	color: #515151;
}

.career-vacancies__box_none {
	max-width: 696px;
	border-left: 20px solid var(--gray-color);
}

.career-vacancies__container .show-more-btn {
	padding-right: 37px;
}

@media (max-width: 992px) {
	.career-vacancies__box_none {
		max-width: 100%;
	}
}

.career-vacancies__container {
	display: flex;
	align-items: center;
	gap: 0 43px;
}

@media (max-width: 576px) {
	.career-vacancies__container {
		width: 172px;
	}
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- VACABCY -------------------------- */
/* ! ----------------------------------------------------------------------- */
.vacancy {
	margin-top: 75px;
}

@media (max-width: 992px) {
	.vacancy {
		margin-top: 38px;
	}
}

@media (max-width: 576px) {
	.vacancy {
		margin-top: 47px;
		margin-bottom: 50px;
	}
}

.vacancy__boxes {
	max-width: 631px;
	margin-bottom: 60px;
	margin-top: 39px;
	display: flex;
	flex-direction: column;
	gap: 27px 0;
}

@media (max-width: 992px) {
	.vacancy__boxes {
		max-width: 463px;
		margin-top: 24px;
		margin-bottom: 40px;
		gap: 40px 0;
	}
}

@media (max-width: 576px) {
	.vacancy__boxes {
		gap: 24px;
		margin-bottom: 50px;
	}
}

.vacancy__box {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
}

@media (max-width: 992px) {
	.vacancy__box {
		gap: 16px 0;
	}
}

.vacancy__wrapper {
	display: flex;
	gap: 0 8px;
	align-items: center;
}

.vacancy__wrapper img {
	width: 55px;
	height: 55px;
	object-position: 0% -40%;
}

.vacancy__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	color: #515151;
}

@media (max-width: 992px) {
	.vacancy__title {
		font-size: 17px;
		font-weight: 700;
		line-height: 22px;
	}
}

@media (max-width: 576px) {
	.vacancy__title {
		font-size: 16px;
		line-height: 21px;
	}
}

.vacancy__text li {
	font-size: 16px;
	line-height: 21px;
	color: #515151;
}

@media (max-width: 992px) {
	.vacancy__text li {
		list-style: disc;
		margin-left: 17px;
		padding-left: 5px;
	}

	.vacancy__text li + li {
		padding-top: 20px;
	}
}

@media (max-width: 576px) {
	.vacancy__text li {
		font-size: 13px;
		line-height: 17px;
	}

	.vacancy__text li + li {
		padding-top: 15px;
	}
}

.vacancy__list li {
	list-style: disc;
	margin-left: 17px;
	padding-left: 5px;
}

.vacancy__button-box {
	max-width: 532px;
	margin-bottom: 80px;
	display: flex;
	gap: 0 57px;
}

@media (max-width: 992px) {
	.vacancy__button-box {
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	.vacancy__button-box {
		margin: 0 auto;
		width: 180px;
		flex-direction: column;
		gap: 16px;
	}
}

.vacancy__button-box .show-more-btn {
	padding-right: 37px;
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- RESPONSE -------------------------- */
/* ! ----------------------------------------------------------------------- */
.response {
	margin: 75px 0 61px 0;
}

@media (max-width: 992px) {
	.response {
		margin: 40px 0;
	}

	.response .subtitle {
		margin: 0 auto;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.response {
		margin: 50px 0;
	}
}

.response__text {
	padding: 49px 0 24px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	color: #515151;
}

@media (max-width: 992px) {
	.response__text {
		padding: 24px 0 32px 0;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.response__text {
		max-width: 197px;
		text-align: center;
		margin: 0 auto;
		padding: 16px 0 24px 0;
		font-size: 14px;
		line-height: 18px;
	}
}

.response__form {
	max-width: 846px;
	display: grid;
	grid-template-columns: 52% 42%;
	align-items: center;
	gap: 21px 44px;
	grid-template-areas:
		"A A"
		"B C"
		"D E"
		"F G"
		"H ."
		"I ."
		"J .";
}

@media (max-width: 992px) {
	.response__form {
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 14px 10px;
		grid-template-areas:
			"A A"
			"B C"
			"D E"
			"F G"
			"H I"
			"J J";
	}
}

@media (max-width: 576px) {
	.response__form {
		grid-template-columns: 1fr;
		align-items: center;
		gap: 16px 10px;
		grid-template-areas:
			"B"
			"C"
			"D"
			"E"
			"G"
			"A"
			"H"
			"I"
			"F"
			"J";
	}
}

.response__input,
.response__textarea {
	padding: 14px 21px;
	background-color: var(--white-color);
	border: 1px solid #c5c5c5;
	border-radius: 10px;
}

.response__input::placeholder {
	color: var(--dark-grey-color);
}

.response__textarea {
	width: 100%;
}

@media (max-width: 576px) {
	.response__textarea {
		height: 96px;
	}
}

.response__box-1 {
	grid-area: A;
	resize: none;
}

.response__box-2 {
	grid-area: B;
}

.response__box-3 {
	grid-area: C;
}

.response__box-4 {
	grid-area: D;
}

.response__box-5 {
	grid-area: E;
}

.response__box-6 {
	grid-area: F;
	font-size: 15px;
	line-height: 19px;
	color: #515151;
}

@media (max-width: 576px) {
	.response__box-6 {
		text-align: center;
		font-size: 12px;
		line-height: 16px;
	}
}

.response__box-7 {
	grid-area: G;
}

.response__box-8 {
	grid-area: H;
}

@media (max-width: 576px) {
	.response__box-8 {
		margin: 0 auto;
	}
}

/*При натяжке и беке удалить класс .box-8 img*/
.response__box-8 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.response__box-9 {
	grid-area: I;
	height: 61px;
}

@media (max-width: 576px) {
	.response__box-9 {
		margin: 0 auto;
		padding-right: 20px;
		width: 161px;
		height: 30px;
		text-align: right;
	}
}

.response__box-10 {
	width: 145px;
	padding-top: 13px;
	text-align: left;
	grid-area: J;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #515151;
}

@media (max-width: 992px) {
	.response__box-10 {
		margin: 0 auto;
		margin-top: 49px;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.response__box-10 {
		margin-top: 16px;
		padding-top: 0;
	}
}

.response__checkbox {
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	color: var(--white-color);
}

.response__checkbox-6 {
	color: var(--dark-grey-color);
}

.response__custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.response__custom-checkbox + label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

@media (max-width: 576px) {
	.response__custom-checkbox + label {
		max-width: 275px;
		text-align: left;
	}
}

.response__custom-checkbox + label::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #c5c5c5;
	background-color: var(--white-color);
	border-radius: 10px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

@media (max-width: 576px) {
	.response__custom-checkbox + label::before {
		width: 26px;
		height: 26px;
		border-radius: 7px;
	}
}

/* стили при наведении курсора на checkbox */
.response__custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
	border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.response__custom-checkbox:not(:disabled):active + label::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.response__custom-checkbox:focus + label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.response__custom-checkbox:focus:not(:checked) + label::before {
	border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.response__custom-checkbox:checked + label::before {
	border-color: #0b76ef;
	background-color: #0b76ef;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* ! ----------------------------------------------------------------------- */
/* ! ---------------------------- CONTACTS -------------------------- */
/* ! ----------------------------------------------------------------------- */
.contacts-map {
	position: relative;
	height: 516px;
	margin-bottom: 39px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.contacts-map {
		height: 386px;
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	.contacts-map {
		height: 174px;
	}
}

.contacts-map__box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 516px;
}

@media (max-width: 992px) {
	.contacts-map__box {
		height: 386px;
	}
}

@media (max-width: 576px) {
	.contacts-map__box {
		height: 174px;
	}
}

.contacts {
	/* position: relative; */
	margin-bottom: 88px;
}

@media (max-width: 992px) {
	.contacts {
		margin-bottom: 40px;
	}
}

.contacts__boxes {
	margin-top: 55px;
	display: grid;
	align-items: baseline;
	grid-auto-columns: 1fr 1fr;
	gap: 40px 26px;
	grid-template-areas:
		"box1 box2"
		"box3 box2"
		"box3 box4";
}

@media (max-width: 992px) {
	.contacts__boxes {
		margin-top: 40px;
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.contacts__boxes {
		margin-top: 24px;
		display: flex;
		flex-direction: column;
	}
}

.contacts__boxes_before {
	position: relative;
}

.contacts__boxes_before::before {
	content: "";
	position: absolute;
	bottom: -5%;
	left: 18%;
	background-image: url("/images/vector-pattern-2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 232px;
	height: 135px;
}

@media (max-width: 992px) {
	.contacts__boxes_before::before {
		width: 169px;
		height: 98px;
	}
}

@media (max-width: 576px) {
	.contacts__boxes_before::before {
		display: none;
	}
}

.contacts__box {
	background-color: var(--white-color);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 12px 36px 0px #0000001f;
}

@media (max-width: 576px) {
	.contacts__box {
		width: 100%;
	}
}

.contacts__box-item1 {
	grid-area: box1;
}

.contacts__box-item2 {
	grid-area: box2;
}

.contacts__box-item3 {
	grid-area: box3;
}

.contacts__box-item4 {
	grid-area: box4;
}

.contacts__box-title {
	padding: 23px 25px;
	font-size: 19px;
	line-height: 27px;
	color: var(--white-color);
	background-color: var(--blue-color);
}

@media (max-width: 992px) {
	.contacts__box-title {
		padding: 14px 19px;
		font-size: 16px;
		line-height: 23px;
	}
}

.contacts__box-info {
	padding: 31px 0px 28px 0px;
}

@media (max-width: 992px) {
	.contacts__box-info {
		padding: 16px 0px 24px 0px;
	}
}

.contacts__box-info p + p {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (max-width: 992px) {
	.contacts__box-info p + p {
		padding-top: 26px;
		padding-bottom: 20px;
	}
}

.contacts__container {
	padding: 0 10px 0 24px;
}

@media (max-width: 992px) {
	.contacts__container {
		padding: 0 29px 0 19px;
	}
}

.contacts__box-text {
	font-size: 18px;
	line-height: 24px;
	color: #2b2b2b;
}

@media (max-width: 992px) {
	.contacts__box-text {
		font-size: 14px;
		line-height: 18px;
	}
}

.contacts__list {
	max-width: 495px;
	margin-left: 35px;
}

@media (max-width: 992px) {
	.contacts__info-list .contacts__list {
		margin-left: 5px;
	}

	.contacts__info-list .contacts__link-tel-wrapper {
		margin-left: 33px;
	}

	.contacts__info-list .contacts__link-email {
		margin-left: 33px;
	}

	.contacts__info-list a {
		font-size: 14px;
	}
}

.contacts__list li + li {
	margin-top: 25px;
}

@media (max-width: 992px) {
	.contacts__list li + li {
		margin-top: 14px;
	}
}

.contacts__link-tel {
	position: relative;
	font-size: 18px;
	color: #2b2b2b;
}

@media (max-width: 992px) {
	.contacts__link-tel {
		font-size: 14px;
	}
}

.contacts__link-tel::before {
	position: absolute;
	content: "";
	background-image: url("/images/icon-tel.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	top: 2px;
	left: -32px;
}

.contacts__link-tel-wrapper .contacts__img-item {
	display: block;
}

@media (max-width: 992px) {
	.contacts__link-tel-wrapper .contacts__img-item {
		display: none;
	}
}

.contacts__link-email {
	position: relative;
	font-size: 18px;
	color: #2b2b2b;
}

@media (max-width: 992px) {
	.contacts__link-email {
		font-size: 14px;
	}
}

.contacts__link-email::before {
	position: absolute;
	content: "";
	background-image: url("/images/icon-email-blue.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 12px;
	top: 4px;
	left: -32px;
}

.contacts__link-email a {
	position: relative;
}

.contacts__link-email a::before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2b2b2b;
}

.contacts__info {
	margin-left: 35px;
	margin-bottom: 30px;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	color: #2b2b2b;
}

@media (max-width: 992px) {
	.contacts__info {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 26px;
	}
}

.contacts__info::before {
	position: absolute;
	content: "";
	background-image: url("/images/icon-dot.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 11px;
	height: 11px;
	top: 50%;
	left: -32px;
	transform: translate(0, -50%);
}

.contacts__wrapper {
	margin-top: 31px;
	border-top: 1px solid #d8dadc;
}

@media (max-width: 992px) {
	.contacts__wrapper {
		margin-top: 20px;
	}
}

.contacts__wrapper p {
	margin: 39px 2px 22px 61px;
}

@media (max-width: 992px) {
	.contacts__wrapper p {
		margin: 12px 2px 14px 61px;
	}
}

.contacts__wrapper ul {
	padding: 0 2px 0 24px;
}

.contacts__link-tel_item {
	margin-left: -32px;
	display: flex;
	gap: 0 5px;
}

@media (max-width: 992px) {
	.contacts__link-tel_item {
		margin-left: 0;
		display: flex;
		gap: 10px;
		flex-direction: column;
	}

	.contacts__link-tel_item span {
		display: none;
	}
}

.contacts__link-tel-wrapper {
	display: flex;
	gap: 10px;
}

@media (max-width: 992px) {
	.contacts__link-tel-wrapper img {
		display: none;
	}
}

.contacts__img-item {
	display: none;
}

@media (max-width: 992px) {
	.contacts__img-item {
		display: block;
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 992px) {
	.contacts__container-box {
		display: flex;
		gap: 12px;
	}
}

.contacts__boxes_after {
	position: relative;
}

.contacts__boxes_after::after {
	content: "";
	position: absolute;
	bottom: 4%;
	right: 15%;
	background-image: url("/images/vector-pattern-2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 301px;
	height: 175px;
	transform: scale(-1, 1);
}

@media (max-width: 992px) {
	.contacts__boxes_after::after {
		width: 240px;
		height: 139px;
		bottom: 8%;
	}
}

@media (max-width: 576px) {
	.contacts__boxes_after::after {
		display: none;
	}
}

.contacts-branches__list {
	margin-left: 48px;
}

@media (max-width: 992px) {
	.contacts-branches__list {
		margin-left: 0;
	}
}

.contacts-branches__list li {
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 992px) {
	.contacts-branches__list li {
		font-size: 14px;
		line-height: 18px;
	}
}

.contacts-branches__text {
	padding-bottom: 21px;
	font-size: 18px;
	line-height: 24px;
	color: #2b2b2b;
}

@media (max-width: 992px) {
	.contacts-branches__text {
		font-size: 14px;
		line-height: 18px;
	}
}

/* AREAS-PROJECTS / Сферы применения - проекты*/
.projects__title-wrapper {
	margin-bottom: 65px;
	display: flex;
	gap: 40px;
	align-items: center;
}

@media (max-width: 992px) {
	.projects__title-wrapper {
		justify-content: space-between;
	}
}

@media (max-width: 576px) {
	.projects__title-wrapper {
		margin-bottom: 25px;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}

.projects__list {
	margin-bottom: 120px;
	width: 100%;
	overflow: hidden;
	display: flex;
	gap: 18px;
	scroll-behavior: smooth;
	white-space: nowrap;
}

@media (max-width: 992px) {
	.projects__list {
		gap: 50px;
		justify-content: space-between;
	}
}

@media (max-width: 576px) {
	.projects__list {
		margin-bottom: 28px;
		gap: 30px;
	}
}

.project {
	width: 410px;
}

@media (max-width: 992px) {
	.project {
		width: 310px;
	}
}

@media (max-width: 576px) {
	.project {
		width: 250px;
	}
}

.project__description {
	padding: 22px 20px;
	height: 97px;
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(180deg, #011926 0%, #0d2d3a 100%);

	display: flex;
	align-items: center;

	font-size: 19px;
	font-weight: 400;
	line-height: 143%;
	text-transform: uppercase;
	color: var(--background-main-color);

	white-space: normal;
}

@media (max-width: 992px) {
	.project__description {
		padding: 8px;
		height: 48px;
	}
}

.project__title {
	max-width: 370px;
	color: var(--background-main-color);
	font-size: 19px;
	font-weight: 400;
	line-height: 143%;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.project__title {
		max-width: 224px;
		font-size: 11px;
		font-weight: 400;
		line-height: 16px;
		text-transform: uppercase;
	}
}

@media (max-width: 576px) {
	.project__title {
		font-size: 11px;
	}
}

.project__inner {
	width: 410px;
	height: 370px;
	border-radius: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
}

.project__inner::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0 0 10px 10px;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.project__inner:hover::before {
	background: rgba(0, 0, 0, 0.8);
}

.project__inner:hover .project__done {
	visibility: visible;
}

@media (max-width: 992px) {
	.project__inner {
		margin-bottom: 10px;
		width: 310px;
		height: 234px;
	}

	.project__inner::before {
		display: none;
	}
}

@media (max-width: 576px) {
	.project__inner {
		width: 250px;
		height: 180px;
	}
}

.project__done {
	visibility: hidden;
	width: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;

	color: var(--background-main-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 143%;
}

.project__done_mobile {
	display: none;
}

@media (max-width: 992px) {
	.project__done {
		display: none;
	}

	.project__done_mobile {
		display: block;
		width: 288px;

		font-size: 12px;

		font-weight: 400;
		line-height: 152%;
		letter-spacing: -0.36px;
		color: var(--dark-grey-color);
	}
}

.project__subtitle {
	margin-bottom: 18px;
}

.project__list {
	padding-left: 20px;
}

.project__list li {
	list-style: disc;
}

.project__image {
	height: 100%;
	width: 100%;
	border-radius: 0 0 10px 10px;
}

/* AREAS-CATALOG / Сферы применения - каталог */

.areas__catalog-title-wrapper {
	margin-bottom: 55px;
}

@media (max-width: 1199px) {
	.areas__catalog-title-wrapper {
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.areas__catalog-title-wrapper {
		margin-bottom: 25px;
	}
}

.areas__catalog-wrapper {
	display: flex;
	gap: 90px;
}

@media (max-width: 1199px) {
	.areas__catalog-wrapper {
		margin-bottom: 60px;
		flex-wrap: wrap;
	}
}

@media (max-width: 579px) {
	.areas__catalog-wrapper {
		margin-bottom: 20px;
	}
}

.areas__catalog-inner {
	margin-bottom: 55px;
	display: flex;
	gap: 55px;
	flex-direction: column;
}

/* ------------------------------------------------- */
/* --------------- CATALOG / КАТАЛОГ --------------- */
/* ------------------------------------------------- */

.catalog {
	margin-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 576px) {
	.catalog {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.catalog__wrapper {
	margin-bottom: 80px;
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
	gap: 40px;
}

.catalog__banner-box {
	width: 100%;
	height: 468px;
}

@media (max-width: 992px) {
	.catalog__banner-box {
		height: 392px;
	}
}

@media (max-width: 576px) {
	.catalog__banner-box {
		height: 300px;
	}
}

.catalog__banner-inner {
	gap: 32px;
}

@media (max-width: 992px) {
	.catalog__banner-inner {
		gap: 54px;
	}
}

@media (max-width: 576px) {
	.catalog__banner-inner {
		gap: 24px;
	}
}

.catalog__banner-box .banner__container_center {
	height: 350px;
}

@media (max-width: 992px) {
	.catalog__banner-box .banner__container_center {
		height: 320px;
	}
}

@media (max-width: 992px) {
	.catalog__banner-box .banner__container_center {
		height: 230px;
	}
}

/* ---------------------------------------------------- */
/* --------- CATALOG FOLDERS / ПАПКИ В КАТАЛОГЕ ------- */
/* ---------------------------------------------------- */

.catalog-folders {
	width: 420px;
	height: 100%;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
}

@media (max-width: 992px) {
	.catalog-folders {
		display: none;
	}
}

/* List first level */

.catalog-folder__level-1 {
	border-collapse: collapse;
}

.catalog-folder__level-1 > li {
	/*border-top: 1px solid var(--border-catalog-color);*/
	border-bottom: 1px solid var(--border-catalog-color);
}

.catalog-folder__level-1 > li:last-child {
	border-bottom: none;
}
/*.catalog-folder__level-1 > li:first-child {*/
/*  border-top: none;*/
/*}*/

.level-1__item {
	padding: 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	background-color: var(--white-color);
	border-radius: 10px;
	width: 100%;
}

.level-1__item-title {
	color: var(--blue-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 132%;
	cursor: pointer;
	text-align: left;
}

/* List second level */

.catalog-folder__level-2 {
	padding: 25px 0 25px 50px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-top: 1px solid var(--border-catalog-color);
	background: var(--background-main-color);
}

.level-2__item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}

.level-2__item-title {
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
	text-align: start;
}

/* List third level */

.catalog-folder__level-3 {
	padding: 25px 0 0 30px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.level-3__item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 7px;
}

.level-3__item > p {
	color: var(--blue-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 132%;
}

/* List fourth level */

.catalog-folder__level-4 {
	padding: 25px 0 0 50px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.level-4__item-title {
	color: #8a8a8a;
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
}

/* ---------------------------------------------------- */
/* -------- CATALOG FILTER / ФИЛЬТР В КАТАЛОГЕ -------- */
/* ---------------------------------------------------- */

.filters__wrapper {
	padding: 25px 70px 25px 50px;
	background: var(--background-main-color);
	border-top: 1px solid var(--border-catalog-color);
	border-radius: 0 0 10px 10px;
	visibility: visible;
}

.filters {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.filter__name {
	margin-bottom: 15px;
	display: block;
	color: var(--blue-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 132%;
}

.filter__input_text-wrapper {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

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

.filter__input-wrapper_checkbox {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.filter__input-wrapper_checkbox > label {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--gray-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
}

.bx-filter-input-checkbox {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--gray-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
}
.bx-filter-param-text {
	padding-left: 13px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: unset;
}

.bx-filter-input-checkbox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid var(--border-input-color);
	background: var(--background-main-color);
	cursor: pointer;
}

.bx-filter-input-checkbox input:checked {
	background: url(/images/icon-catalog-filter-checkbox-checked.svg);
	background-color: var(--blue-color);
	background-repeat: no-repeat;
	background-position: 50%;
}

.filter__input {
	padding-left: 8px;
	width: 147px;
	height: 39px;
	border-radius: 5px;
	border: 1px solid var(--border-input-color);
	background: var(--white-color);
}

.filter__input::placeholder {
	color: var(--blue-color);
	font-size: 16px;
	font-weight: 400;
}

.filter__input_range {
	width: 100%;
}

/* ---------------------------------------------------- */
/* --------- RANGE SLIDER / ПОЛЗУНКИ В ФИЛЬТРЕ -------- */
/* ---------------------------------------------------- */

.filter__range-slider {
	height: 4px;
	position: relative;
	background-color: var(--blue-color);
	border-radius: 2px;
}

.filter__input_range-wrapper {
	position: relative;
}

.filter__input_range {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -25px;
	background: none;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.filter__input_range::-webkit-slider-thumb {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px solid var(--blue-color);
	background-color: var(--slider-thumb-fill-color);
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12)) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.14));
	pointer-events: auto;
	-webkit-appearance: none;
}

.filter__input_range::-moz-range-thumb {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid var(--blue-color);
	background-color: var(--slider-thumb-fill-color);
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12)) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.14));
	pointer-events: auto;
	-moz-appearance: none;
}

/* ------------------------------------------------------------ */
/* ---------- CATALOG CATEGORIES / КАТАЛОГ КАТЕГОРИИ ---------- */
/* ------------------------------------------------------------ */

.catalog-categories-wrapper {
	margin: 0 auto;
}

@media (max-width: 992px) {
	.catalog-categories-wrapper {
		max-width: 670px;
		display: flex;
		flex-direction: column;
		gap: 70px;
	}
}

@media (max-width: 576px) {
	.catalog-categories-wrapper {
		gap: 48px;
	}
}

.catalog-categories {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 850px;
	row-gap: 25px;
	column-gap: 15px;
}

@media (max-width: 992px) {
	.catalog-categories {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		row-gap: 12px;
		column-gap: 16px;
		max-width: 670px;
	}
}

@media (max-width: 576px) {
	.catalog-categories {
		display: flex;
		flex-direction: row;
		justify-content: center;
		column-gap: 27px;
		row-gap: 16px;
	}
}

.catalog-category {
	display: flex;
	position: relative;
	height: 318px;
	border-radius: 15px;
	border: 1px solid var(--border-catalog-color);
	background: var(--background-main-color);
}

@media (max-width: 992px) {
	.catalog-category {
		padding: 20px;
		justify-content: flex-end;
	}
}

@media (max-width: 576px) {
	.catalog-category {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: center;
		border-radius: 15px;
		background: var(--white-color);
		padding: 15px;
		width: 150px;
		height: 136px;
		box-shadow: 0px 0px 14px 0px rgba(36, 84, 138, 0.2);
	}
}

.catalog-category_big {
	width: 850px;
}

.catalog-category_medium {
	width: 460px;
}

.catalog-category_half {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 416px;
}

@media (max-width: 576px) {
	.catalog-category_half {
		justify-content: space-between;
	}
}

.catalog-category_small {
	width: 315px;
}

@media (max-width: 992px) {
	.catalog-category_big,
	.catalog-category_half,
	.catalog-category_medium,
	.catalog-category_small {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.catalog-category_grid-item-big {
		grid-column: span 2;
	}

	.catalog-category_grid-item {
		grid-column: span 1;
	}
}

@media (max-width: 576px) {
	.catalog-category_grid-item-big {
		grid-column: unset;
	}

	.catalog-category_grid-item {
		grid-column: unset;
	}
}

.catalog-category__title {
	position: absolute;
	bottom: 30px;
	left: 28px;
	color: var(--dark-grey-color);
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 992px) {
	.catalog-category__title {
		bottom: 24px;
		left: 24px;
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.catalog-category__title {
		position: static;
		font-size: 14px;
		text-align: center;
	}
}

.catalog-category__title_big {
	font-size: 30px;
}

@media (max-width: 992px) {
	.catalog-category__title_big {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.catalog-category__title_big {
		font-size: 14px;
	}
}

.catalog-category__title_medium {
	font-size: 23px;
}

@media (max-width: 992px) {
	.catalog-category__title_medium {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.catalog-category__title_medium {
		font-size: 14px;
	}
}

.catalog-category__title_small {
	max-width: 110px;
	font-size: 18px;
}

@media (max-width: 992px) {
	.catalog-category__title_small {
		font-size: 24px;
		max-width: 145px;
	}
}

@media (max-width: 576px) {
	.catalog-category__title_small {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.catalog-category-mobile {
		width: calc(50% - 15px);
	}
}

.catalog-category__image_right {
	position: absolute;
	top: 5%;
	right: 5%;
}

@media (max-width: 992px) {
	.catalog-category__image_right {
		position: initial;
		max-width: 100%;
		object-fit: contain;
	}
}

@media (max-width: 576px) {
	.catalog-category__image_right {
		position: initial;
		max-width: 100%;
		max-height: 70px;
		object-fit: contain;
	}
}

@media (max-width: 576px) {
	.category__image {
		max-width: 100%;
		max-height: 70px;
		object-fit: contain;
	}
}

/* ! -------------------------------------------------------- */
/* !--------- solutions ---------- */
/* !-------------------------------------------------------- */
.solutions {
	margin: 82px 0 80px 0;
}

@media (max-width: 992px) {
	.solutions {
		margin: 50px 0 39px 0;
	}
}

.solutions__container_title {
	position: absolute;
	top: 42%;
}

@media (max-width: 992px) {
	.solutions__container_title {
		top: 68%;
	}
}

.solutions__wrapper {
	display: flex;
	flex-direction: column;
	gap: 79px 0;
}

@media (max-width: 992px) {
	.solutions__wrapper {
		gap: 24px;
	}
}

@media (max-width: 576px) {
	.solutions__wrapper {
		gap: 37px;
	}
}

.solutions__box {
	display: flex;
	gap: 0 47px;
	border-radius: 10px;
	box-shadow: 0px 12px 36px 0px #0000001f;
	background-color: var(--white-color);
}

@media (max-width: 992px) {
	.solutions__box {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.solutions__box {
		min-height: 553;
	}
}

.solutions__container {
	flex: 0 0 33.333%;
	max-width: 423px;
	min-height: 416px;
	position: relative;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.solutions__container {
		max-width: 100%;
		border-radius: 10px 10px 0px 0px;
		min-height: 267px;
	}
}

@media (max-width: 576px) {
	.solutions__container {
		min-height: 216px;
	}
}

.solutions__img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-position: center;
	top: 0;
	left: 0;
}

.solutions__box-info {
	padding: 38px 0 35px 0;
}

@media (max-width: 992px) {
	.solutions__box-info {
		padding: 24px 0 33px 0;
	}
}

@media (max-width: 576px) {
	.solutions__box-info {
		padding: 19px 0 24px 0;
	}
}

.solutions__title {
	padding: 0 222px 32px 0;
	color: var(--blue-color);
	font-size: 26px;
	font-weight: 700;
	line-height: 132%;
	position: relative;
}

@media (max-width: 992px) {
	.solutions__title {
		padding: 0 16px 23px 16px;
		font-size: 24px;
		line-height: 36px;
		letter-spacing: -0.03em;
	}
}

@media (max-width: 576px) {
	.solutions__title {
		padding-bottom: 15px;
		font-size: 16px;
		line-height: 24px;
	}
}

.solutions__title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #515151;
}

@media (max-width: 576px) {
	.solutions__title::before {
		display: none;
	}
}

.solutions__box-text {
	padding: 0 20px 0 0;
}

@media (max-width: 992px) {
	.solutions__box-text {
		padding: 0 20px 0 16px;
	}
}

.solutions__text {
	max-width: 717px;
	padding-top: 32px;
	padding-bottom: 29px;
	font-size: 17px;
	line-height: 152%;
}

@media (max-width: 992px) {
	.solutions__text {
		padding-bottom: 16px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.03em;
	}
}

@media (max-width: 576px) {
	.solutions__text {
		padding-top: 0px;
		padding-bottom: 20px;
		font-size: 12px;
		line-height: 18px;
	}
}

.solutions__blocks-wrapper .show-more-btn_text-right {
	padding-right: 50px;
}

@media (max-width: 576px) {
	.solutions__blocks-wrapper .show-more-btn_text-right {
		padding-right: 20px;
		width: 150px;
	}
}

/*! Попап на странице Решения*/
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 300;
}

.popup-content {
	position: relative;
	padding: 85px 10px 50px 10px;
	overflow: auto;
	max-height: 100%;
}

.popup-solutions__box {
	position: relative;
	max-width: 440px;
	margin: 0 auto;
}

@media (max-width: 992px) {
	.popup-solutions__box {
		max-width: 670px;
	}
}

.closePopupButton {
	position: absolute;
	top: -50px;
	right: 0;
	cursor: pointer;
}

body.popup-open {
	overflow: hidden;
}

.popup-solutions__title {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: var(--white-color);
}

@media (max-width: 992px) {
	.popup-solutions__title {
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	.popup-solutions__title {
		font-size: 32px;
	}
}

.popup-solutions__descriptoin {
	text-align: center;
	margin-top: 16px;
	font-size: 18px;
	font-weight: 700;
	color: var(--white-color);
}

@media (max-width: 576px) {
	.popup-solutions__descriptoin {
		font-size: 14px;
	}
}

.popup-solutions__form {
	margin: 26px 0 16px;
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr;
}

@media (max-width: 992px) {
	.popup-solutions__form {
		max-width: 670px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"item-1 item-2"
			"item-3 item-3"
			"item-4 item-4"
			"item-5 item-5"
			"item-6 item-6"
			"item-7 item-7";
	}

	.solutions-popap__item-1 {
		grid-area: item-1;
	}

	.solutions-popap__item-2 {
		grid-area: item-2;
	}

	.solutions-popap__item-3 {
		grid-area: item-3;
	}

	.solutions-popap__item-4 {
		grid-area: item-4;
	}

	.solutions-popap__item-5 {
		grid-area: item-5;
		max-width: 310px;
		margin: 0 auto;
	}

	.solutions-popap__item-6 {
		grid-area: item-6;
		max-width: 330px;
		margin: 0 auto;
	}

	.solutions-popap__item-7 {
		grid-area: item-7;
	}
}

@media (max-width: 576px) {
	.popup-solutions__form {
		grid-template-columns: 1fr;
		grid-template-areas:
			"item-1"
			"item-2"
			"item-3"
			"item-4"
			"item-6"
			"item-5"
			"item-7";
	}

	.solutions-popap__item-6 {
		max-width: 160px;
		text-align: end;
		padding-right: 32px;
	}
}

@media (max-width: 576px) {
	.solutions-popap__item-5 {
		font-size: 12px;
	}
}

.popup-solutions__btn-none {
	margin: 0 auto;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: var(--white-color);
}

@media (max-width: 576px) {
	.popup-solutions__btn-none {
		font-size: 14px;
		line-height: 17px;
	}
}

.popup-solutions__recaptcha {
	width: 278px;
	margin: 0 auto;
}

@media (max-width: 375px) {
	.popup-solutions__recaptcha {
		margin: 0;
		width: 100%;
	}
}

.popup-solutions__textarea {
	max-height: 156px;
}

/* ! -------------------------------------------------------- */
/* !--------- about ---------- */
/* !-------------------------------------------------------- */
.about {
	margin-top: 116px;
	margin-bottom: 80px;
}

@media (max-width: 992px) {
	.about {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.about {
		margin-top: 24px;
	}
}

.about__wrapper {
	display: flex;
	gap: 40px 123px;
	align-items: center;
	justify-content: center;
}

@media (max-width: 992px) {
	.about__wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 576px) {
	.about__wrapper {
		gap: 25px 123px;
	}
}

.about__img {
	width: 211px;
	height: 118px;
	object-fit: contain;
}

@media (max-width: 576px) {
	.about__img {
		width: 122px;
		height: auto;
	}
}

.about__description {
	max-width: 760px;
	font-size: 17px;
	line-height: 26px;
}

@media (max-width: 576px) {
	.about__description {
		font-size: 12px;
		line-height: 18px;
	}
}

.about__description span {
	font-weight: 700;
}

.about-advantages {
	margin-bottom: 125px;
}

@media (max-width: 992px) {
	.about-advantages {
		margin-bottom: 50px;
	}
}

.about-advantages__boxes {
	margin-bottom: 128px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-template-rows: 308px 209px; */
	gap: 16px;
}

@media (max-width: 992px) {
	.about-advantages__boxes {
		gap: 16px 14px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 240px 170px 190px;
		margin-bottom: 85px;
	}
}

@media (max-width: 690px) {
	.about-advantages__boxes {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		gap: 20px;
		margin-bottom: 50px;
		/* max-width: 394px; */
	}
}

.about-advantages__item1 {
	position: relative;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}

@media (max-width: 992px) {
	.about-advantages__item1 {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
}

@media (max-width: 690px) {
	.about-advantages__item1 {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
		height: 153px;
	}
}

.about-advantages__item1 img {
	position: absolute;
	bottom: 21px;
	right: 30px;
	width: 168px;
	height: 173px;
}

@media (max-width: 992px) {
	.about-advantages__item1 img {
		width: 176px;
		height: 181px;
	}
}

@media (max-width: 690px) {
	.about-advantages__item1 img {
		width: 67px;
		height: 70px;
	}
}

.about-advantages__item1 span {
	font-size: 229px;
	font-weight: 700;
	line-height: 178px;
	color: var(--blue-color);
}

@media (max-width: 992px) {
	.about-advantages__item1 span {
		font-size: 150px;
		line-height: 108px;
	}
}

@media (max-width: 690px) {
	.about-advantages__item1 span {
		font-size: 80px;
		line-height: 51px;
	}
}

.about-advantages__item_1 {
	padding: 20px 30px 21px 30px;
	border-radius: 10px;
	border: 1px solid #c5c5c5;
	background-color: var(--white-color);
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	align-items: center;
}

@media (max-width: 992px) {
	.about-advantages__item_1 {
		grid-template-rows: 1fr 1fr;
		align-items: end;
	}
}

@media (max-width: 690px) {
	.about-advantages__item_1 {
		padding: 24px 17px;
	}
}

.about-advantages__box {
	padding: 20px 30px 21px 30px;
	border-radius: 10px;
	border: 1px solid #c5c5c5;
	background-color: var(--white-color);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 690px) {
	.about-advantages__box {
		padding: 24px 17px;
	}
}

.about-advantages__box p {
	font-size: 16px;
	line-height: 25px;
}

@media (max-width: 690px) {
	.about-advantages__box p {
		line-height: 20px;
	}
}

/* @media (max-width: 576px) {
  .about-advantages__item2 {
    height: 153px;
  }
} */

.about-advantages__item2 span {
	font-size: 90px;
	font-weight: 700;
	color: var(--blue-color);
}

@media (max-width: 992px) {
	.about-advantages__item2 span {
		font-size: 60px;
	}
}

.about-advantages__text {
	display: flex;
	gap: 0 10px;
	justify-content: space-between;
	align-items: flex-end;
}

.about-advantages__item3 span {
	font-size: 59px;
	font-weight: 700;
	color: var(--blue-color);
}

@media (max-width: 992px) {
	.about-advantages__item3 span {
		font-size: 45px;
	}
}

@media (max-width: 690px) {
	.about-advantages__item3 {
		gap: 20px;
	}
}

.about-advantages__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px 18px;
}

@media (max-width: 992px) {
	.about-advantages__wrapper {
		grid-template-columns: 1fr;
	}
}

.about-advantages__container {
	min-height: 478px;
	position: relative;
	color: var(--background-main-color);
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.about-advantages__container {
		min-height: 327px;
	}
}

.about-advantages__container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 30, 47, 1) 0%, rgba(13, 45, 58, 0.1) 100%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.about-advantages__background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: -2;
}

.about-advantages__title {
	padding: 23px;
	min-height: 100px;
	display: flex;
	align-items: center;
	gap: 0 15px;
	background: linear-gradient(180deg, rgba(1, 25, 38, 1) 35%, rgba(13, 45, 58, 1) 77%);
}

@media (max-width: 992px) {
	.about-advantages__title {
		padding: 20px;
		min-height: 67px;
	}
}

.about-advantages__title h3 {
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
}

@media (max-width: 576px) {
	.about-advantages__title h3 {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 576px) {
	.about-advantages__title img {
		height: 20px;
	}
}

.about-advantages__content {
	padding: 133px 18px 42px 23px;
	display: flex;
	gap: 10px 0;
	justify-content: space-between;
	flex-direction: column;
	min-height: 377px;
}

@media (max-width: 992px) {
	.about-advantages__content {
		padding: 40px 17px 31px 17px;
		min-height: 240px;
	}
}

@media (max-width: 576px) {
	.about-advantages__content {
		padding: 96px 33px 18px 17px;
		min-height: 260px;
	}
}

.about-advantages__content p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.03em;
}

@media (max-width: 992px) {
	.about-advantages__content p {
		max-width: 453px;
	}
}

@media (max-width: 576px) {
	.about-advantages__content p {
		font-size: 12px;
		line-height: 18px;
	}
}

/*about-brand*/
.about-brand {
	margin-bottom: 101px;
}

@media (max-width: 992px) {
	.about-brand {
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.about-brand {
		margin-bottom: 50px;
	}
}

.about-brand_img {
	position: relative;
}

.about-brand_img::before {
	content: "";
	position: absolute;
	right: 75px;
	top: -38px;
	background-image: url("/images/vector-about-1.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 227px;
	height: 227px;
	z-index: -1;
}

@media (max-width: 1200px) {
	.about-brand_img::before {
		display: none;
	}
}

.about-brand__boxes {
	padding-top: 69px;
	display: flex;
	justify-content: space-between;
	max-width: 1330px;
	padding: 69px 15px 0 15px;
	gap: 0 20px;
	margin: 0 auto;
	align-items: flex-start;
}

@media (max-width: 992px) {
	.about-brand__boxes {
		padding: 40px 37px 0 37px;
		display: block;
	}
}

@media (max-width: 576px) {
	.about-brand__boxes {
		margin-top: 32px;
		padding: 0;
	}
}

.about-brand__box {
	max-width: 593px;
	padding: 39px 55px 33px 37px;
	background-color: var(--white-color);
	border-radius: 10px;
	border: 1px solid #c5c5c5;
}

@media (max-width: 992px) {
	.about-brand__box {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.about-brand__box + .about-brand__box {
		margin-top: 24px;
	}
}

@media (max-width: 576px) {
	.about-brand__box {
		border-radius: 0;
		padding: 24px 50px 24px 0;
		border-left: none;
		border-right: none;
	}
}

.about-brand__box p + p {
	padding-top: 30px;
}

.about-brand__box-item1 img {
	margin-bottom: 57px;
	width: 122px;
	height: 37px;
}

@media (max-width: 992px) {
	.about-brand__box-item1 img {
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	.about-brand__box-item1 img {
		margin-bottom: 32px;
	}
}

.about-brand__text {
	line-height: 24px;
	letter-spacing: -0.03em;
	font-size: 16px;
}

@media (max-width: 576px) {
	.about-brand__text {
		font-size: 12px;
		line-height: 18px;
	}
}

.about-brand__text span {
	font-weight: 700;
}

.about-brand__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 23px 0;
	padding-top: 23px;
	padding-left: 36px;
}

@media (max-width: 576px) {
	.about-brand__list {
		padding-left: 20px;
		gap: 10px 0;
	}
}

.about-brand__item {
	position: relative;
	font-size: 17px;
	font-weight: 700;
}

@media (max-width: 576px) {
	.about-brand__item {
		font-size: 14px;
	}
}

.about-brand__item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -33px;
	border: 1px solid #3766ef;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	transform: translate(0, -50%);
}

@media (max-width: 576px) {
	.about-brand__item::before {
		left: -18px;
	}
}

.about-brand__box-item2 img {
	margin-bottom: 57px;
	width: 133px;
	height: 30px;
}

@media (max-width: 992px) {
	.about-brand__box-item2 img {
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	.about-brand__box-item2 img {
		margin-bottom: 32px;
	}
}

/*about-follow*/
.about-follow {
	position: relative;
	margin-bottom: 221px;
}

@media (max-width: 992px) {
	.about-follow {
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.about-follow {
		margin-bottom: 84px;
	}
}

@media (max-width: 992px) {
	.about-follow__title {
		max-width: 445px;
	}
}

.about-follow__text {
	position: relative;
	margin-top: 116px;
	margin-bottom: 176px;
	font-size: 28px;
	font-weight: 700;
	line-height: 43px;
	color: #585858;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.about-follow__text {
		margin-top: 14px;
		text-align: start;
		font-family: Stolzl;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.about-follow__text {
		margin-top: 16px;
		margin-bottom: 50px;
	}
}

.about-follow__text::after {
	content: "";
	position: absolute;
	background-image: url("/images/vector-pattern-1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 272px;
	height: 197px;
	top: 50%;
	left: 50px;
	transform: translate(0, -50%);
}

@media (max-width: 992px) {
	.about-follow__text::after {
		display: none;
	}
}

.about-follow__text::before {
	content: "";
	position: absolute;
	background-image: url("/images/vector-pattern-1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 272px;
	height: 197px;
	top: -67px;
	right: 38px;
	transform: translate(0, -50%);
	transform: scale(-1, 1);
}

@media (max-width: 992px) {
	.about-follow__text::before {
		width: 239px;
		height: 174px;
		right: 0;
		top: -104px;
	}
}

@media (max-width: 704px) {
	.about-follow__text::before {
		display: none;
	}
}

.about-follow__boxes {
	position: relative;
	padding-right: 90px;
	padding-left: 50px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr;
	gap: 20px 20px;
}

@media (max-width: 992px) {
	.about-follow__boxes {
		grid-template-columns: 1fr 1fr;
		padding-left: 0px;
		gap: 40px 20px;
		align-items: center;
	}
}

@media (max-width: 576px) {
	.about-follow__boxes {
		grid-template-columns: 1fr;
		gap: 24px 20px;
	}
}

.about-follow__boxes::before {
	content: "";
	position: absolute;
	bottom: -165px;
	right: 0;
	background-image: url("/images/vector-pattern-2.svg");
	width: 226px;
	height: 132px;
}

@media (max-width: 992px) {
	.about-follow__boxes::before {
		display: none;
	}
}

.about-follow__box {
	display: grid;
	grid-template-columns: 96px auto;
	gap: 16px 27px;
	align-items: center;
}

@media (max-width: 992px) {
	.about-follow__box {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 576px) {
	.about-follow__box {
		max-width: 270px;
	}
}

.about-follow__box-img {
	position: relative;
	width: 96px;
	height: 96px;
}

@media (max-width: 992px) {
	.about-follow__box-img {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 576px) {
	.about-follow__box-img {
		width: 60px;
		height: 60px;
	}
}

.about-follow__box-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 576px) {
	.about-follow__box-img img {
		width: 60px;
		height: 60px;
	}
}

.about-follow__description {
	font-size: 17px;
	line-height: 26px;
}

@media (max-width: 992px) {
	.about-follow__description {
		font-size: 14px;
		line-height: 21px;
	}
}

/* -------------------------------------------------------- */
/* --------- PRODUCT PREVIEW / ПРЕВЬЮШКИ ТОВАРОВ ---------- */
/* -------------------------------------------------------- */

.products__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
}

@media (max-width: 992px) {
	.products__wrapper {
		margin: 0 auto;
		max-width: 670px;
		gap: 30px;
	}
}

@media (max-width: 576px) {
	.products__wrapper {
		gap: 28px;
	}
}

.products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 25px;
	column-gap: 30px;
	width: 840px;
	/*height: 100%;*/
}

@media (max-width: 992px) {
	.products {
		margin: 0 auto;
		max-width: 670px;
		row-gap: 20px;
		column-gap: 20px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.products {
		max-width: 328px;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 16px;
	}
}

.products_suggested {
	width: 100%;
	max-width: 100%;
	flex-wrap: nowrap;
	/* overflow: auto; */
}

.product-preview__wrapper {
	display: flex;
	flex-direction: column;
	width: calc(50% - 15px);
	min-height: 465px;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
}

@media (max-width: 992px) {
	.product-preview__wrapper {
		width: calc(50% - 10px);
		min-height: 312px;
		min-width: unset;
	}
}

@media (max-width: 576px) {
	.product-preview__wrapper {
		width: 100%;
		min-width: 100%;
		min-height: 361px;
	}
}

/* .product-preview__wrapper:nth-child(n + 7) {
  display: none;
} */

.product-preview {
	padding-left: 22px;
	padding-bottom: 28px;
	padding-right: 28px;
	border-radius: 10px 10px 0 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* height: 100%; */
	height: 385px;
	gap: 60px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-color: var(--background-main-color);
}

@media (max-width: 992px) {
	.product-preview {
		padding: 18px;
		height: 260px;
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.product-preview {
		padding: 30px;
		height: 302px;
		gap: 26px;
	}
}

.product-preview__image {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	width: 250px;
	max-height: 180px;
}

@media (max-width: 992px) {
	.product-preview__image {
		width: auto;
		max-height: 145px;
	}

	.product-preview__image img {
		width: auto;
		max-height: 158px;
	}
}

@media (max-width: 576px) {
	.product-preview__image {
		max-height: 155px;
	}

	.product-preview__image img {
		max-height: 184px;
	}
}

.product-preview__name {
	max-width: 350px;
}

@media (max-width: 992px) {
	.product-preview__name {
		max-width: 276px;
	}
}

@media (max-width: 576px) {
	.product-preview__name {
		max-width: 240px;
		text-align: center;
	}
}

.product-more {
	gap: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*align-items: center;*/
	padding: 30px 30px 30px 22px;
	border-top: 1px solid var(--border-catalog-color);
	background-color: var(--white-color);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 992px) {
	.product-more {
		padding: 18px;
	}
}

@media (max-width: 576px) {
	.product-more {
		padding: 18px 20px 14px 14px;
	}
}

.item-number__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 9px;
}

@media (max-width: 992px) {
	.item-number__wrapper {
		gap: 8px;
	}
}

@media (max-width: 576px) {
	.item-number__wrapper {
		width: 200px;
	}
}

.item-number__wrapper_left {
	justify-content: flex-start;
}

.product-more__link {
	color: var(--blue-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.product-more__link {
		font-size: 14px;
		line-height: normal;
	}
}

@media (max-width: 576px) {
	.product-more__link {
		font-size: 13px;
	}
}

.item-number__label {
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 992px) {
	.item-number__label {
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.item-number__label {
		font-size: 13px;
	}
}

.item-number__number {
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-decoration-line: underline;
}

@media (max-width: 992px) {
	.item-number__number {
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.item-number__number {
		font-size: 13px;
	}
}

.item-number__copy-btn {
	width: 15px;
	min-width: 15px;
	height: 24px;
	background-image: url(/images/icon-product-number-copy-btn.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 992px) {
	.item-number__copy-btn {
		display: none;
	}
}

.item-number__copy-btn:hover {
	opacity: 0.9;
}

.item-number__copy-btn_grey {
	background-image: url(/images/icon-product-copy-number-btn-grey.svg);
}

@media (max-width: 992px) {
	.item-number__copy-btn_grey {
		display: block;
	}
}

/* --------------------------------------------------- */
/* ---------- FILER POPUP / ПОПАП НА ФИЛЬТРЕ --------- */
/* --------------------------------------------------- */

.categories-popup__close-btn {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 46px;
	right: 37px;
}

.products-filter-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	color: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	font-weight: 400;
}

.filter-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: var(--white-color);
	z-index: 201;
}

.filter-popup-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--white-color);
}

.filter-popup__title-box {
	padding: 26px 26px 26px 38px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid var(--border-catalog-color);
}

.filter-popup__title {
	color: var(--blue-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 132%;
	cursor: pointer;
}

.filter-popup__title-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
	width: 30px;
	height: 30px;
}

.filter-popup__icon {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
}

.filter-popup__wrapper {
	padding: 25px;
	background: var(--white-color);
	border-radius: 0 0 10px 10px;
	visibility: visible;
	flex: 1;
	overflow: auto;
}

.filter-popup__inner {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.filter-popup__filter-box {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.filter-popup__filter-name {
	margin-bottom: 15px;
	display: block;
	color: var(--blue-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 132%;
}

.filter-popup__input-text-wrapper {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.filter-popup__filter-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.filter-popup__input-checkbox-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.filter-popup__input-checkbox-wrapper > label {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--gray-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
}

.filter-popup__checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid var(--border-input-color);
	background: var(--background-main-color);
	cursor: pointer;
}

.filter-popup__checkbox:checked {
	background: url(/images/icon-catalog-filter-checkbox-checked.svg);
	background-color: var(--blue-color);
	background-repeat: no-repeat;
	background-position: 50%;
}

.filter-popup__input {
	padding-left: 8px;
	width: 147px;
	height: 39px;
	border-radius: 5px;
	border: 1px solid var(--border-input-color);
	background: var(--white-color);
}

.filter-popup__input::placeholder {
	color: var(--blue-color);
	font-size: 16px;
	font-weight: 400;
}

.filter-popup__range-slider {
	height: 4px;
	position: relative;
	background-color: var(--blue-color);
	border-radius: 2px;
}

.filter-popup__input-range-wrapper {
	position: relative;
}

.filter-popup__input_range {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -25px;
	background: none;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.filter-popup__input_range::-webkit-slider-thumb {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px solid var(--blue-color);
	background-color: var(--slider-thumb-fill-color);
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12)) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.14));
	pointer-events: auto;
	-webkit-appearance: none;
}

.filter-popup__input_range::-moz-range-thumb {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid var(--blue-color);
	background-color: var(--slider-thumb-fill-color);
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.12)) drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.14));
	pointer-events: auto;
	-moz-appearance: none;
}

@media (max-width: 576px) {
	.products-filter-btn {
		gap: 7px;
		font-size: 14px;
	}

	.products-filter-btn img {
		width: 12px;
		height: 10px;
	}

	.products__wrapper {
		gap: 28px;
	}

	.item-number__label,
	.item-number__number {
		font-size: 13px;
	}
}

/* ------------------------------------------------------------ */
/* --------- PRODUCT CARD INFO / КАРТОЧКА ТОВАРА ИНФО --------- */
/* ------------------------------------------------------------ */

@media (max-width: 1199px) {
	.product-path-list-margin-top {
		margin-top: 100px;
	}
}

.product {
	margin-top: 80px;
	margin-bottom: 60px;
}

@media (max-width: 576px) {
	.product {
		margin: 80px auto;
	}
}

.product__inner {
	display: flex;
	flex-direction: row;
	gap: 110px;
	align-items: flex-start;
	min-width: 0px;
}

@media (max-width: 992px) {
	.product__inner {
		display: block;
		margin: 0 auto;
		max-width: 670px;
		/*flex-direction: column;*/
		/*gap: 24px;*/
	}
}

@media (max-width: 576px) {
	.product__inner {
		max-width: 328px;
		gap: 32px;
	}
}

.product-slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 35px;
}

@media (max-width: 992px) {
	.product-slider {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 30px;
	}
}

@media (max-width: 576px) {
	.product-slider {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 13px;
	}
}

.product-slider_stack-images-wrapper {
	display: none;
}

@media (max-width: 992px) {
	.product-slider_stack-images-wrapper {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 576px) {
	.product-slider_stack-images-wrapper {
		flex-direction: row;
		gap: 13px;
	}
}

.product-slider__thumbs {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

@media (max-width: 992px) {
	.product-slider__thumbs {
		display: none;
	}
}

.product-slider__thumb {
	width: 83px;
	height: 5px;
	border-radius: 5px;
	background: var(--slider-thumb-color);
}

.product-slider__image-box {
	width: 636px;
	height: 570px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
	background: var(--background-main-color);
	box-sizing: border-box;
}

@media (max-width: 992px) {
	.product-slider__image-box {
		padding: 70px;
		width: 480px;
		height: 430px;
	}
}

@media (max-width: 576px) {
	.product-slider__image-box {
		padding: 48px;
		max-width: 328px;
		height: 294px;
	}
}

.product-slider__image {
	max-width: 384px;
	max-height: 384px;
}

@media (max-width: 992px) {
	.product-slider__image {
		width: auto;
		max-height: 290px;
	}
}

@media (max-width: 576px) {
	.product-slider__image {
		max-height: 198px;
		max-width: 198px;
	}
}

.product__wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media (max-width: 576px) {
	.product__wrapper {
		width: 100%;
	}
}

.product__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 992px) {
	.product__info {
		position: relative;
	}
}

.product__label-wrapper {
	max-width: 400px;
	display: inline-flex;
}

@media (max-width: 992px) {
	.product__label-wrapper {
		position: absolute;
		top: -485px;
		left: 60px;
	}
}

@media (max-width: 576px) {
	.product__label-wrapper {
		top: -330px;
		left: 25px;
	}
}

.product__title {
	display: block;
	max-width: 380px;
	color: var(--category-title-color);
	font-size: 30px;
	font-weight: 500;
}

@media (max-width: 576px) {
	.product__title {
		max-width: 266px;
		color: #515151;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 132%;
		letter-spacing: -0.54px;
	}
}

@media (max-width: 992px) {
	.product-slider_stack-image-box {
		padding: 16px;
		width: 112px;
		height: 102px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		border: 1px solid var(--border-catalog-color);
		background: var(--background-main-color);
	}
}

@media (max-width: 576px) {
	.product-slider_stack-image-box {
		padding: 10px;
		width: 72px;
		height: 64px;
	}
}

@media (max-width: 992px) {
	.product-slider__stack-image {
		max-height: 68px;
		width: auto;
	}
}

@media (max-width: 576px) {
	.product-slider__stack-image {
		max-height: 44px;
		width: auto;
	}
}

.product__table-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product__table-title {
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

@media (max-width: 576px) {
	.product__table-title {
		font-size: 16px;
	}
}

.product-specifications__table {
	width: 520px;
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	border-collapse: collapse;
	border: none;
}

@media (max-width: 576px) {
	.product-specifications__table {
		width: 100%;
		font-size: 13px;
	}
}

.product-specifications__table tr {
	border-bottom: 1px dashed var(--light-grey-color);
}

.product-specifications__table tr:last-child {
	border-bottom: none;
}

.table__data_align-right {
	text-align: right;
}

/* ------------------------------------------------------- */
/* --------- POPUP CATEGORIES / ПОПАП КАТЕГОРИИ ---------- */
/* ------------------------------------------------------- */

.categories-popup {
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: var(--white-color);
}

.categories-popup-inner {
	width: 100%;
	height: 100%;
	background: var(--white-color);
}

.categories-popup__search-wrapper {
	position: relative;
	padding: 44px 37px 30px;
	background: var(--background-main-color);
}

.categories-popup__title {
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.categories-popup__search {
	display: flex;
	border-radius: 5px;
	background: var(--dark-blue-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
}

.categories-popup__input {
	padding-left: 23px;
	width: 100%;
	border-radius: 5px 0 0 5px;
	font-weight: 400;
	font-size: 14px;
	color: var(--black-color);
	background: var(--white-color);
}

.categories-popup__input:focus {
	opacity: 1;
	outline: none;
	color: var(--black-color);
}

.categories-popup__button {
	width: 80px;
	height: 54px;
	background: var(--blue-color);
	background-image: url(/images/icon-search-btn-white.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0 5px 5px 0;
}

.categories-popup__level-1-item {
	padding: 24px 37px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	border-top: 1px solid var(--border-catalog-color);
	/* border-bottom: 1px solid var(--border-catalog-color); */
}

.categories-popup__folders > li:last-child {
	border-bottom: 1px solid var(--border-catalog-color);
}

.categories-popup__level-2-item,
.categories-popup__level-3-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.categories-popup__level-1-item-title {
	color: var(--blue-color);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
}

.categories-popup__level-2-item-title,
.categories-popup__level-3-item-title {
	color: var(--black-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.categories-popup__level-4-item-title {
	color: var(--blue-color);
	font-size: 16px;
	text-transform: uppercase;
}

.categories-popup__level-3-item-title-box,
.categories-popup__level-4-item-title-box {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}

.categories-popup__level-2-folder {
	padding: 24px 37px;
	display: flex;
	flex-direction: column;
	gap: 28px;
	background: var(--background-main-color);
	border-top: 1px solid var(--border-catalog-color);
}

.categories-popup__level-3-folder {
	padding: 22px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: var(--background-main-color);
}

.categories-popup__level-4-folder {
	padding: 22px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: var(--background-main-color);
}

@media (max-width: 576px) {
	.categories-popup__title {
		font-size: 14px;
	}

	.categories-popup__input {
		padding-left: 18px;
		font-size: 10px;
	}

	.categories-popup__button {
		width: 34px;
		height: 34px;
		background-size: 9px 9px;
	}

	.categories-popup__level-1-item {
		border-radius: 10px 10px 0px 0px;
	}
}

/* ----------------------------------------------- */
/* --------- POPUP SEARCH / ПОПАП ПОИСК ---------- */
/* ----------------------------------------------- */

.search-popup {
	display: none;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: var(--white-color);
}

.search-popup-inner {
	display: flex;
	flex-direction: column;
	gap: 34px;
	padding-top: 110px;
	width: 100%;
	height: 100%;
	background: var(--white-color);
}

@media (max-width: 992px) {
	.search-popup-inner {
		gap: 18px;
	}
}

@media (max-width: 576px) {
	.search-popup-inner {
		gap: 24px;
	}
}

.search-popup-wrapper {
	padding-top: 8px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: var(--dark-blue-color);
	border-radius: 5px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.54);
}

@media (max-width: 1199px) {
	.search-popup-wrapper {
		padding-top: 0;
		height: 44px;
		background: none;
		box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
	}
}

@media (max-width: 576px) {
	.search-popup-wrapper {
		height: 34px;
	}
}

.search-popup-box {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

@media (max-width: 992px) {
	.search-popup-box {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
}

.search-popup__title {
	font-size: 48px;
	color: var(--blue-color);
	font-weight: 700;
	line-height: 132%;
}

@media (max-width: 992px) {
	.search-popup__title {
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	.search-popup__title {
		font-size: 32px;
	}
}

.search-popup__close-btn {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	right: 0;
}

.search-popup-wrapper__list {
	padding-left: 22px;
	display: flex;
	gap: 25px;
}

@media (max-width: 1199px) {
	.search-popup-wrapper__list {
		display: none;
	}
}

.search-popup-wrapper__inner {
	display: flex;
	height: 54px;
	border-radius: 5px;
	background: var(--white-color);
}

@media (max-width: 1199px) {
	.search-popup-wrapper__inner {
		height: 44px;
	}
}

@media (max-width: 576px) {
	.search-popup-wrapper__inner {
		height: 34px;
	}
}

.search-popup__input {
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 5px 0 0 5px;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
	color: var(--black-color);
}

.search-popup__input::placeholder {
	opacity: 0.3;
}

@media (max-width: 576px) {
	.search-popup__input {
		width: 214px;
		height: 34px;
		font-size: 10px;
	}
}

.search-popup__button {
	position: absolute;
	right: 0;
	width: 80px;
	height: 54px;
	background: var(--blue-color);
	background-image: url(/images/icon-search-btn-white.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0 5px 5px 0;
}

@media (max-width: 1199px) {
	.search-popup__button {
		height: 44px;
	}
}

@media (max-width: 576px) {
	.search-popup__button {
		width: 34px;
		height: 34px;
		background-size: 30%;
	}
}

/* ---------------------------------------------------------------------------- */
/* --------- PRODUCT CARD MARKETPLACES / КАРТОЧКА ТОВАРА МАРКЕТПЛЕЙСЫ --------- */
/* ---------------------------------------------------------------------------- */

@media (max-width: 992px) {
	.product-marketplaces__container {
		margin: 0 auto;
		max-width: 670px;
	}
}

@media (max-width: 576px) {
	.product-marketplaces__container {
		margin: 0 auto;
		max-width: 328px;
	}
}

.product-marketplaces {
	margin-bottom: 120px;
}

@media (max-width: 992px) {
	.product-marketplaces {
		margin-bottom: 40px;
	}
}

.product-marketplaces__wrapper {
	display: flex;
	align-items: center;
	height: 146px;
	border-top: 1px dashed var(--light-grey-color);
	border-bottom: 1px dashed var(--light-grey-color);
}

@media (max-width: 992px) {
	.product-marketplaces__wrapper {
		height: 114px;
	}
}

.product-marketplaces__links {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
}

@media (max-width: 992px) {
	.product-marketplaces__links {
		margin: 0 auto;
		max-width: 670px;
		justify-content: space-between;
	}
}

@media (max-width: 576px) {
	.product-marketplaces__links {
		max-width: 328px;
		gap: 10px;
	}
}

.product-marketplaces__links img {
	max-height: 50px;
	width: auto;
}

.product-marketplaces-title {
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.product-marketplaces-title {
		margin: 0 auto 40px;
		max-width: 670px;
	}
}

@media (max-width: 576px) {
	.product-marketplaces-title {
		margin: 0 auto 18px;
		max-width: 328px;
	}
}

/* ------------------------------------------------------------------ */
/* --------- PRODUCT CARD SECTIONS / КАРТОЧКА ТОВАРА СЕКЦИИ --------- */
/* ------------------------------------------------------------------ */

.product-features__inner,
.product-advantages__inner,
.product-video__inner,
.product-specifications__inner,
.product-documentation__inner,
.product-logistics__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
	border-bottom: 1px solid var(--light-grey-color);
	padding: 50px 0;
}

@media (max-width: 992px) {
	.product-features__inner,
	.product-advantages__inner,
	.product-video__inner,
	.product-specifications__inner,
	.product-documentation__inner,
	.product-logistics__inner {
		margin: 0 auto;
		max-width: 670px;
		gap: 24px;
		padding: 20px 0;
	}
}

@media (max-width: 576px) {
	.product-features__inner,
	.product-advantages__inner,
	.product-video__inner,
	.product-specifications__inner,
	.product-documentation__inner,
	.product-logistics__inner {
		margin: 0 auto;
		max-width: 328px;
		gap: 0;
		padding: 20px 0;
	}
}

@media (max-width: 576px) {
	.product-specifications__inner {
		margin: 0 auto;
		max-width: 100%;
	}

	.product-specifications__inner > .product-box__subtitle {
		max-width: 328px;
	}
}

.product-features__inner {
	padding: 0 0 50px 0;
}

.product-logistics__inner {
	padding: 50px 0 100px 0;
	border-bottom: none;
}

.product-features__wrapper {
	display: flex;
	flex-direction: row;
	gap: 70px;
}

@media (max-width: 992px) {
	.product-features__wrapper {
		flex-direction: column;
		gap: 40px;
	}
}

.product-advantages__wrapper {
	position: relative;
	display: block;
}

@media (max-width: 992px) {
	.product-advantages__wrapper {
		padding: 0;
	}
}

.product-video__wrapper {
	display: flex;
}

@media (max-width: 992px) {
	.product-video__wrapper {
		display: flex;
		flex-direction: row;
		gap: 64px;
		visibility: visible;
	}
}

@media (max-width: 576px) {
	.product-video__wrapper {
		flex-direction: column;
		gap: 24px;
	}
}

.product-specifications__wrapper {
	display: block;
}

.product-documentation__wrapper {
	display: flex;
}

@media (max-width: 992px) {
	.product-documentation__wrapper {
		display: flex;
		flex-direction: row;
		gap: 38px;
	}
}

@media (max-width: 576px) {
	.product-documentation__wrapper {
		flex-direction: column;
	}
}

.product-logistics__wrapper {
	display: block;
	margin-top: 28px;
}

@media (max-width: 992px) {
	.product-logistics__wrapper {
		overflow-x: auto;
	}
}

.product-box__subtitle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}

@media (max-width: 992px) {
	.product-box__subtitle {
		justify-content: space-between;
		align-items: center;
		gap: 0;
	}
}

@media (max-width: 576px) {
	.product-box__subtitle {
		margin: 0 auto 24px;
		max-width: 328px;
		width: 100%;
	}

	.product-box__subtitle > .subtitle_small {
		max-width: 75%;
	}
}

/* ------------------------------------------------------------------------ */
/* ---------- PRODUCT CARD FEATURES / КАРТОЧКА ТОВАРА ОСОБЕННОСТИ --------- */
/* ------------------------------------------------------------------------ */

.product-features__left-column {
	display: flex;
	flex-direction: column;
	gap: 68px;
	max-width: 640px;
	width: 50%;
}

@media (max-width: 992px) {
	.product-features__left-column {
		display: flex;
		flex-direction: column;
		gap: 24px;
		max-width: 100%;
	}
}

.product-features__description {
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	line-height: 138%;
}

@media (max-width: 992px) {
	.product-features__description {
		font-size: 16px;
		line-height: 152%;
		letter-spacing: -0.48px;
	}
}

@media (max-width: 576px) {
	.product-features__description {
		font-size: 12px;
	}
}

.product-features__right-column {
	display: flex;
	flex-direction: column;
	gap: 35px;
	max-width: 562px;
	width: 50%;
}

@media (max-width: 992px) {
	.product-features__right-column {
		gap: 16px;
		max-width: 100%;
	}
}

.info__text p {
	color: var(--dark-grey-color);
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
	line-height: 138%;
}

/* File links */

.product-features__files {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	color: var(--blue-color);
}

@media (max-width: 576px) {
	.product-features__files {
		width: 100%;
		gap: 16px;
	}
}

.product-features__link {
	padding: 18px 18px 18px 65px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 576px) {
	.product-features__link {
		width: 100%;
		flex-direction: column;
	}
}

.product-features__link::after {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(/images/icon-product-pdf-file-download.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 23px;
	top: 25%;
}

.product-features__link-name {
	color: var(--blue-color);
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 576px) {
	.product-features__link-name {
		font-size: 13px;
	}
}

.product-features__link-size {
	color: var(--blue-color);
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

/* ---------------------------------------------------------------------------- */
/* ---------- PRODUCT CARD ADVANTAGES / КАРТОЧКА ТОВАРА ПРЕИМУЩЕСТВА ---------- */
/* ---------------------------------------------------------------------------- */

.product-advantages__background {
	position: absolute;
	width: 900px;
	height: 400px;
	top: -20px;
	left: -20px;
}

@media (max-width: 992px) {
	.product-advantages__background {
		display: none;
	}
}

.product-advantages__list {
	margin-bottom: 50px;
	padding: 70px 0 0 120px;
	width: 1100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 100px;
	column-gap: 200px;
}

@media (max-width: 992px) {
	.product-advantages__list {
		padding-left: 50px;
		padding-top: 15px;
		margin-bottom: 20px;
		width: 100%;
		row-gap: 50px;
		column-gap: 60px;
	}
}

@media (max-width: 576px) {
	.product-advantages__list {
		padding-left: 65px;
	}
}

.product-advantages__list-image {
	display: none;
}

@media (max-width: 992px) {
	.product-advantages__list-image {
		display: block;
		position: absolute;
		top: -22px;
		left: -60px;
	}
}

@media (max-width: 576px) {
	.product-advantages__list-image {
		left: -70px;
	}
}

.product-advantages__list-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	min-width: 150px;
}

@media (max-width: 992px) {
	.product-advantages__list-item {
		position: relative;
	}
}

.product-advantages__list-name {
	display: block;
	max-width: 186px;
	color: var(--dark-grey-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.product-advantages__list-name {
		/*min-width: 250px;*/
		font-size: 13px;
		font-weight: 400;
		line-height: 132%;
		text-transform: unset;
		color: var(--black-color);
	}
}

/* ---------------------------------------------------------------- */
/* ---------- PRODUCT CARD VIDEO / КАРТОЧКА ТОВАРА ВИДЕО ---------- */
/* ---------------------------------------------------------------- */

.product-video__wrapper {
	display: flex;
	flex-direction: row;
	gap: 64px;
	visibility: visible;
}

@media (max-width: 992px) {
	.product-video__wrapper {
		flex-direction: column;
		gap: 24px;
	}
}

/* ---------------------------------------------------- */
/* ---------- SUPPORT VIDEO / ПОДДЕРЖКА ВИДЕО --------- */
/* ---------------------------------------------------- */

.support-video_borders {
	padding-bottom: 25px;
	border-bottom: 1px solid #d8dadc;
}

/* ---------------------------------------------------------------------------------- */
/* ---------- PRODUCT CARD SPECIFICATIONS / КАРТОЧКА ТОВАРА ХАРАКТЕРИСТИКИ ---------- */
/* ---------------------------------------------------------------------------------- */

.product-specifications__table_colored {
	width: 630px;
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	border-collapse: collapse;
	border: none;
}

@media (max-width: 992px) {
	.product-specifications__table_colored {
		width: 100%;
	}
}

.product-specifications__table_colored tr {
	height: 34px;
	border: none;
}

.product-specifications__table_colored tr:nth-child(odd) {
	background: var(--light-grey-table-background-color);
}

.td-padding {
	padding-left: 20px;
}

/* --------------------------------------------------------------------------------- */
/* ---------- PRODUCT DOCUMENTATION SECTION / КАРТОЧКА ТОВАРА ДОКУМЕНТАЦИЯ --------- */
/* --------------------------------------------------------------------------------- */

.product-documentation__wrapper {
	display: flex;
	flex-direction: row;
	gap: 38px;
}

@media (max-width: 992px) {
	.product-documentation__wrapper {
		flex-direction: column;
	}
}

.product-documentation__blocks {
	width: 750px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 70px;
	row-gap: 50px;
}

@media (max-width: 992px) {
	.product-documentation__blocks {
		width: 100%;
		column-gap: 8px;
		row-gap: 46px;
	}
}

.product-documentation__block {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 340px;
}

@media (max-width: 992px) {
	.product-documentation__block {
		gap: 14px;
		width: 340px;
	}
}

@media (max-width: 735px) {
	.product-documentation__block {
		width: 100%;
	}
}

.product-documentation__title {
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 500;
}

.product-documentation__files {
	display: flex;
	flex-direction: column;
}
.product-features__files a,
.product-documentation__files a {
	text-decoration: unset;
}

.product-documentation__link {
	padding-left: 20px;
	display: flex;
	flex-direction: row;
	gap: 5px;
	position: relative;
}

.product-documentation__link::after {
	content: "";
	position: absolute;
	background-image: url(/images/icon-dot.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 10px;
	top: 8px;
	left: 2px;
}

.product-documentation__link-name,
.product-documentation__link-size {
	color: var(--dark-grey-color);
	font-size: 12px;
	line-height: 25px;
}
.product-documentation__link-name {
	font-weight: 400;
}

.product-documentation__link-size {
	font-weight: 300;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.product-equipment {
	width: 470px;
	height: 204px;
	border-radius: 10px;
	background-color: var(--white-color);
}

@media (max-width: 992px) {
	.product-equipment {
		width: 390px;
	}
}

@media (max-width: 576px) {
	.product-equipment {
		width: 100%;
		height: auto;
	}
}

.product-equipment__title-wrapper {
	padding: 12px 0 12px 46px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--border-catalog-color);
	border-radius: 10px 10px 0 0;
}

.product-equipment__title-wrapper > .dropdown-btn {
	display: none;
}

@media (max-width: 992px) {
	.product-equipment__title-wrapper {
		padding: 12px 12px 12px 32px;
	}
}

@media (max-width: 576px) {
	.product-equipment__title-wrapper {
		padding: 12px 0 12px 0;
		border-radius: 0;
		border-top: 1px solid var(--border-catalog-color);
		border-bottom: 1px solid var(--border-catalog-color);
		border-right: none;
		border-left: none;
	}

	.product-equipment__title-wrapper > .dropdown-btn {
		display: flex;
	}
}

.product-equipment__title {
	color: var(--blue-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 132%;
}

.product-equipment__list-wrapper {
	padding: 18px 18px 18px 60px;
	background: var(--background-main-color);
	border: 1px solid var(--border-catalog-color);
	border-top: none;
	border-radius: 0 0 10px 10px;
}

@media (max-width: 992px) {
	.product-equipment__list-wrapper {
		padding: 18px 18px 18px 44px;
	}
}

@media (max-width: 576px) {
	.product-equipment__list-wrapper {
		padding: 18px 0 0 10px;
		border: none;
		background: var(--white-color);
	}
}

.product-equipment__list {
	color: var(--dark-grey-color);
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}

.product-equipment__list li {
	list-style: disc;
}

/* --------------------------------------------------------------------------- */
/* ---------- PRODUCT LOGISTICS SECTION / КАРТОЧКА ТОВАРА ЛОГИСТИКА ---------- */
/* --------------------------------------------------------------------------- */

.product-logistics__table {
	width: 100%;
}

@media (max-width: 576px) {
	.product-logistics__table {
		width: 670px;
	}

	.product-logistics__table td {
		line-height: normal;
	}
}

.product-specifications__table_colored th {
	text-align: left;
	background-color: var(--white-color);
}

.td-width {
	max-width: 120px;
}

@media (max-width: 992px) {
	.td-width {
		max-width: 270px;
	}
}

@media (max-width: 576px) {
	.td-width {
		max-width: 120px;
	}
}

.product-logistics {
	padding: 50px 0;
}

@media (max-width: 992px) {
	.product-logistics {
		margin: 40px auto 40px;
		padding: 0;
		max-width: 744px;
	}
}

@media (max-width: 576px) {
	.product-logistics {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.product-logistics > .container > .product-box__subtitle {
		max-width: 328px;
	}
}

/* ABOUT NEWS / О Нас - Новости */

.news__title-wrapper {
	max-width: 860px;
	color: red;
}

@media (max-width: 992px) {
	.news__title-wrapper {
		max-width: 530px;
	}
}

@media (max-width: 576px) {
	.news__title-wrapper {
		max-width: 310px;
	}
}

.news__title-wrapper > .title {
	font-size: 52px;
}

@media (max-width: 992px) {
	.news__title-wrapper > .title {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	.news__title-wrapper > .title {
		font-size: 24px;
	}
}

.news__selector {
	width: 100px;
	position: absolute;
	left: 0;
	box-sizing: border-box;
}

.news__selector-btn {
	padding: 16px;
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: var(--white-color);
	text-align: left;
	border-radius: 10px;
	border: 1px solid var(--light-grey-button-background-color);
	color: var(--dark-grey-color);
	font-size: 16px;
	line-height: 132%;
	font-weight: 400;
}

.news__selector-list-wrapper {
	padding: 16px;
	width: 100px;
	position: absolute;
	top: 33px;
	border: none;
	border-right: 1px solid var(--light-grey-button-background-color);
	border-bottom: 1px solid var(--light-grey-button-background-color);
	border-left: 1px solid var(--light-grey-button-background-color);
	border-radius: 0 0 10px 10px;
	background-color: var(--white-color);
}

.news__selector-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
}

.news__selector-item {
	color: var(--dark-grey-color);
}

.news__year-label-wrapper {
	margin-bottom: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media (max-width: 992px) {
	.news__year-label-wrapper {
		margin-bottom: 52px;
	}
}

@media (max-width: 576px) {
	.news__year-label-wrapper {
		margin-bottom: 24px;
	}
}

.news__year-label {
	margin: 0 auto;
	width: 120px;
	height: 45px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--blue-color);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: var(--white-color);
}

@media (max-width: 992px) {
	.about__year-label {
		width: 90px;
		height: 36px;
	}
}

@media (max-width: 576px) {
	.about__year-label {
		width: 90px;
		height: 36px;
	}
}

.news__cards {
	margin-bottom: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.news__item {
	width: 100%;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
	display: flex;
	color: var(--dark-grey-color);
}

@media (max-width: 992px) {
	.news__item {
		flex-direction: column;
	}
}

.news__image {
	border-radius: 10px 10px 0 0;
	max-height: 271px;
}

@media (max-width: 992px) {
	.news__image {
		width: 100%;
	}
}

.news__wrapper {
	padding: 30px 40px 25px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.news__description {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

@media (max-width: 992px) {
	.news__description {
		margin-bottom: 40px;
	}
}

.news__heading {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 152%;
	letter-spacing: -0.54px;
}

@media (max-width: 992px) {
	.news__heading {
		font-size: 24px;
		letter-spacing: -0.72px;
	}
}

@media (max-width: 576px) {
	.news__heading {
		font-size: 16px;
		letter-spacing: -0.48px;
	}
}

.news__article {
	max-width: 760px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 152%;
	letter-spacing: -0.48px;
}

@media (max-width: 992px) {
	.news__article {
		max-width: 546px;
	}
}

@media (max-width: 576px) {
	.news__article {
		max-width: 286px;
		font-size: 12px;
		letter-spacing: -0.36px;
	}
}

.news__data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news__date {
	font-size: 14px;
	font-weight: 400;
	line-height: 152%;
	letter-spacing: -0.42px;
}

@media (max-width: 576px) {
	.news__date {
		font-size: 12px;
		letter-spacing: -0.36px;
	}
}

.news__btn-more {
	width: 220px;
}

@media (max-width: 992px) {
	.news__btn-more {
		width: 150px;
	}
}

@media (max-width: 576px) {
	.news__btn-more {
		width: 135px;
	}
}

.news__btn-wrapper {
	margin: 0 auto 82px;
	width: 220px;
}

@media (max-width: 576px) {
	.news__btn-wrapper {
		width: 155px;
	}
}

/* !---------------------------------------------------------------------- */
/* !---------- article ---------- */
/* !---------------------------------------------------------------------- */
.article-banner .solutions__container_title {
	text-align: center;
	text-shadow: 0px 4px 4px #000000;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 125%;
}

@media (max-width: 992px) {
	.article-banner .solutions__container_title {
		top: 66%;
	}
}

@media (max-width: 576px) {
	.article-banner .solutions__container_title {
		top: 72%;
	}
}

@media (max-width: 992px) {
	.article-banner {
		height: 284px;
	}
}

@media (max-width: 992px) {
	.article-banner .container-big {
		padding-top: 67px;
	}
}

.article {
	margin-bottom: 84px;
}

@media (max-width: 992px) {
	.article {
		margin-bottom: 40px;
	}
}

.article__wrapper {
	padding: 41px 0 84px 0;
}

@media (max-width: 992px) {
	.article__wrapper {
		padding: 41px 0 40px 0;
		background-color: var(--white-color);
		box-shadow: 0px 0px 2px 0px #0000001f;
		box-shadow: 0px 8px 16px 0px #00000024;
	}
}

.article__box-date {
	text-align: center;
}

.article__date {
	display: inline-block;
	padding: 12px 20px 12px 24px;
	box-shadow: 0px 4px 4px 0px #00000040;
	background-color: var(--blue-color);
	border-radius: 40px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: -0.03em;
	color: var(--background-main-color);
}

@media (max-width: 992px) {
	.article__date {
		padding: 12px 42px;
		font-size: 16px;
		letter-spacing: 0em;
	}
}

.article__boxes {
	margin-top: 41px;
	display: flex;
	gap: 46px;
}

@media (max-width: 992px) {
	.article__boxes {
		display: none;
	}
}

.article__boxes-medium {
	display: none;
}

@media (max-width: 992px) {
	.article__boxes-medium {
		margin-top: 52px;
		display: flex;
		flex-direction: column;
		gap: 39px;
	}
}

/* .article__box {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
}

.article__box+.article__box {
  margin-top: 65px;
} */

/* .article__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 421px;
  height: 265px;
}

.article__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
} */

.article__content {
	padding-right: 10px;
	/* padding-top: 16px; */
	max-width: 763px;
	/* margin-left: 46px; */
}

@media (max-width: 992px) {
	.article__content {
		padding-left: 15px;
		max-width: 636px;
	}
}

.article__boxes-content {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.article__boxes-img {
	width: 421px;
	display: flex;
	flex-direction: column;
	gap: 65px;
}

.article__box-img {
	position: relative;
	padding-bottom: 14px;
	width: 100%;
	height: 267px;
}

.article__box-img img {
	position: relative;
	border-radius: 10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article__title {
	max-width: 577px;
	padding-bottom: 31px;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -0.03em;
}

.article__text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.03em;
}

.article__text + .article__text {
	padding-top: 31px;
}

/* .article__img-big {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 421px;
  height: 537px;
}

.article__img-big img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
} */

.article__button-box {
	margin: 0 auto;
	max-width: 612px;
	display: flex;
	gap: 16px 59px;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
}

@media (max-width: 992px) {
	.article__button-box {
		padding-top: 40px;
		margin: 0 auto;
	}
}

@media (max-width: 678px) {
	.article__button-box {
		flex-direction: column;
		max-width: 236px;
		text-align: start;
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.article__button-box {
		max-width: 200px;
	}
}

.article__button-box .show-more-btn {
	padding-left: 84px;
}

@media (max-width: 678px) {
	.article__button-box .show-more-btn {
		padding-left: 57px;
	}

	.article__button-box .show-more-btn::before {
		width: 35px;
		height: 35px;
		left: 9px;
	}
}

/* ---------------------------------------------------------------------- */
/* ---------- CALCULATOR STABILIZER / КАЛЬКУЛЯТОР СТАБИЛИЗАТОР ---------- */
/* ---------------------------------------------------------------------- */

.calculator__swiper {
	overflow: hidden;
}

.calculator__swiper_margin {
	margin-right: 47px;
	max-width: 387px;
	height: 465px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
}

.swiper-grid-column > .swiper-wrapper {
	flex-direction: inherit;
}

@media (max-width: 992px) {
	.calculator__swiper_margin {
		margin-right: 21px;
		max-width: 323px;
		height: 310px;
	}

	.swiper-grid-column > .swiper-wrapper {
		flex-direction: inherit;
		gap: 25px 0;
		margin: 0 auto;
	}
}

@media (max-width: 576px) {
	.calculator__swiper_margin {
		margin-right: 15px;
		max-width: 325px;
		height: 366px;
	}
}

.calculator__blocks-wrapper .show-more-btn_text-right {
	padding-right: 50px;
}

@media (max-width: 576px) {
	.calculator__blocks-wrapper .show-more-btn_text-right {
		padding-right: 20px;
	}
}

.calculator__banner-inner {
	display: flex;
	flex-direction: column;
	gap: 62px;
}

@media (max-width: 992px) {
	.calculator__banner-inner {
		gap: 26px;
	}
}

@media (max-width: 576px) {
	.calculator__banner-inner {
		gap: 12px;
	}
}

.calculator__banner-box {
	height: 466px;
	z-index: 2;
}

@media (max-width: 992px) {
	.calculator__banner-box {
		height: 346px;
	}
}

@media (max-width: 576px) {
	.calculator__banner-box {
		height: 388px;
	}
}

@media (max-width: 992px) {
	.calculator__container_center {
		height: 300px;
	}
}

.calculator__banner-inner > .title {
	max-width: 820px;
	line-height: 103%;
}

@media (max-width: 992px) {
	.calculator__banner-inner > .title {
		max-width: 430px;
	}
}

@media (max-width: 576px) {
	.calculator__banner-inner > .title {
		max-width: 100%;
	}
}

.calculator__subtitle-wrapper {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	gap: 72px;
}

@media (max-width: 992px) {
	.calculator__subtitle-wrapper {
		margin: 0 auto 40px;
		max-width: 670px;
		flex-wrap: wrap;
		gap: 0;
		justify-content: space-between;
	}
}

@media (max-width: 576px) {
	.calculator__subtitle-wrapper {
		margin: 0 auto 24px;
		max-width: 328px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 16px;
	}
}

.calculator__subtitle_small {
	max-width: 440px;
}

.calculator__stabilizer-by-elecrodevices,
.calculator__stabilizer-by-power,
.calculator__stabilizer-by-current-strength {
	margin-bottom: 90px;
}

@media (max-width: 992px) {
	.calculator__stabilizer-by-elecrodevices,
	.calculator__stabilizer-by-power,
	.calculator__stabilizer-by-current-strength {
		margin-bottom: 40px;
	}
}

.calculator__blocks-wrapper {
	margin-bottom: 90px;
}

@media (max-width: 992px) {
	.calculator__blocks-wrapper {
		margin-bottom: 40px;
	}
}

.calculator__hint-label {
	margin-top: 70px;
	margin-bottom: 70px;
}

@media (max-width: 992px) {
	.calculator__hint-label {
		margin-top: 50px;
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.calculator__hint-label {
		margin-top: 24px;
		margin-bottom: 24px;
	}
}

.calculator__hint-label-inner {
	position: relative;
}

@media (max-width: 992px) {
	.calculator__hint-label-inner {
		max-width: 100%;
	}

	.calculator__hint-label-inner > .hint-label {
		max-width: 100%;
	}
}

/* @media (max-width: 576px) {
  .calculator__hint-label-inner {
    max-width: 328px;
  }
} */

.calculator__hint-label-inner > .hint-label::after {
	content: "";
	position: absolute;
	width: 170px;
	height: 100px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url("/images/vector-pattern-11.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 1280px) {
	.calculator__hint-label-inner > .hint-label::after {
		display: none;
	}
}

.calculator__selector {
	width: 716px;
	z-index: 10;
}

@media (max-width: 992px) {
	.calculator__selector {
		width: 328px;
	}
}

@media (max-width: 576px) {
	.calculator__selector {
		width: 100%;
	}
}

/* Селектор в калькуляторе */

.calculator__selector_s {
	padding: 15px 16px;
	max-width: 478px;
	min-height: 50px;
}

.calculator__accordion-header-btn {
	color: #515151;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.calculator__accordion-dropdown-btn {
	color: var(--blue-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
}

.calculator__selector-dropdown {
	padding: 15px 16px;
	top: 60px;
	z-index: 2;
}

/* Конец селектора в калькуляторе */

.calculator__blocks_small {
	width: 554px;
}

.calculator__blocks {
	width: 100%;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
	background: var(--background-main-color);
}

@media (max-width: 992px) {
	.calculator__blocks {
		width: 100%;
		border-radius: 0;
		border: none;
	}
}

.calculator__block {
	border-bottom: 1px solid var(--border-catalog-color);
}

@media (max-width: 992px) {
	.calculator__block {
		border-bottom: none;
	}
}

.calculator__block:last-child {
	border-bottom: none;
}

.catalog__adaptive-subtitle-wrapper {
	display: none;
}

@media (max-width: 992px) {
	.catalog__adaptive-subtitle-wrapper {
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 5px;
	}
}

@media (max-width: 576px) {
	.catalog__adaptive-subtitle-wrapper {
		height: 50px;
	}
}

.catalog__adaptive-subtitle {
	display: none;
}

@media (max-width: 992px) {
	.catalog__adaptive-subtitle {
		display: flex;
		color: var(--blue-color);
		font-size: 40px;
		font-weight: 700;
		line-height: 152%;
	}
}

@media (max-width: 576px) {
	.catalog__adaptive-subtitle {
		font-size: 32px;
	}

	.catalog__adaptive-subtitle_small {
		font-size: 20px;
	}
}

.catalog__adaptive-image {
	display: none;
}

@media (max-width: 992px) {
	.catalog__adaptive-image {
		display: block;
		width: 170px;
		height: auto;
	}
}

@media (max-width: 576px) {
	.catalog__adaptive-image {
		display: block;
		width: 144px;
		height: auto;
	}
}

.calculator__block-title-wrapper {
	padding: 20px 36px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--border-catalog-color);
	background-color: var(--white-color);
}

@media (max-width: 992px) {
	.calculator__block-title-wrapper {
		padding: 24px 36px;
		border-bottom: 1px solid var(--border-catalog-color);
	}
}

@media (max-width: 576px) {
	.calculator__block-title-wrapper {
		padding: 24px;
	}
}

.calculator__block-title-wrapper_first {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

@media (max-width: 992px) {
	.calculator__block-title-wrapper_first {
		border-top: 1px solid var(--border-catalog-color);
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}

@media (max-width: 992px) {
	.calculator__block-title-inner {
		margin: 0 auto;
		max-width: 670px;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
}

@media (max-width: 576px) {
	.calculator__block-title-inner {
		max-width: 328px;
		width: 100%;
	}
}

.calculator__block-title {
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 152%;
	letter-spacing: -0.54px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.calculator__block-title {
		max-width: 500px;
		font-size: 22px;
		line-height: 132%;
		letter-spacing: 0px;
	}
}

@media (max-width: 576px) {
	.calculator__block-title {
		max-width: 270px;
		text-transform: initial;
	}
}

.calculator__counters-wrapper {
	padding: 54px 36px;
}

@media (max-width: 992px) {
	.calculator__counters-wrapper {
		padding: 37px 20px;
		border-bottom: 1px solid var(--border-catalog-color);
	}
}

.calculator__counters-wrapper_gap {
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.calculator__counters-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 34px;
	row-gap: 12px;
}

@media (max-width: 992px) {
	.calculator__counters-list {
		margin: 0 auto;
		max-width: 670px;
		column-gap: 22px;
		row-gap: 16px;
	}
}

@media (max-width: 576px) {
	.calculator__counters-list {
		margin: 0 auto;
		max-width: 328px;
		gap: 8px;
	}
}

.calculator__counter {
	padding-left: 16px;
	padding-right: 20px;
	width: 378px;
	height: 76px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
}

@media (max-width: 992px) {
	.calculator__counter {
		padding-left: 12px;
		padding-right: 14px;
		width: 324px;
	}
}

@media (max-width: 576px) {
	.calculator__counter {
		padding-left: 12px;
		padding-right: 14px;
		max-width: 100%;
	}
}

.counter_big {
	padding: 44px;
	width: 706px;
	height: 132px;
	background: var(--white-color);
}

@media (max-width: 992px) {
	.counter_big {
		margin: 0 auto;
		padding: 44px;
		width: 100%;
		max-width: 670px;
		height: 132px;
	}
}

@media (max-width: 576px) {
	.counter_big {
		margin: 0 auto;
		padding: 0;
		height: auto;
		max-width: 328px;
		border-radius: unset;
		flex-direction: column;
		align-items: flex-start;
		justify-content: start;
		gap: 16px;
		background: var(--background-main-color);
		border: none;
	}
}

.calculator__counter_checked {
	padding-left: 10px;
	padding-right: 12px;
	background: var(--white-color);
	border: 3px solid var(--border-catalog-color);
}

.calculator__counter-column {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

@media (max-width: 992px) {
	.calculator__counter-column {
		gap: 4px;
	}
}

.calculator__counter-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	min-width: 16px;
	min-height: 16px;
	background: url(/images/icon-calculator-counter-checkbox-unchecked.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.calculator__counter-checkbox:checked {
	width: 16px;
	height: 16px;
	background: url(/images/icon-calculator-counter-checkbox-checked.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.calculator__counter-icon-wrapper {
	width: 50px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.calculator__counter-icon {
	max-width: 50px;
	max-height: 46px;
}

.calculator__counter-description {
	display: flex;
	flex-direction: column;
}

.calculator__counter-name {
	color: var(--black-color);
	font-size: 12px;
	font-weight: 400;
}

.calculator__counter-name_big {
	font-size: 23px;
	font-weight: 400;
	line-height: 143%;
	color: var(--dark-grey-color);
}

@media (max-width: 576px) {
	.calculator__counter-name_big {
		font-size: 16px;
	}
}

.calculator__counter-equipment {
	color: var(--black-color);
	font-size: 12px;
	font-weight: 300;
}

.calculator__counter-buttons {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 108px;
	height: 28px;
	border-radius: 3px;
	border: 1px solid var(--border-input-color);
	background: var(--background-main-color);
}

.calculator__counter-buttons_big {
	width: 222px;
	height: 44px;
}

.counter__buttons-wrapper_big {
	width: 222px;
	height: 44px;
}

.calculator__counter-button-minus,
.calculator__counter-button-plus {
	width: 26px;
	height: 100%;
	color: var(--blue-color);
}

.calculator__counter-button-minus {
	background: url(/images/icon-minus.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.calculator__counter-button-plus {
	background: url(/images/icon-plus.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.calculator__counter-button_big {
	width: 44px;
	height: 44px;
}

.calculator__counter-input {
	position: absolute;
	width: 56px;
	height: 28px;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	border-radius: 3px;
	border: 1px solid var(--border-input-color);
	background: var(--background-main-color);
	font-family: Stolzl;
	font-size: 20px;
	color: var(--black-color);
}

.calculator__counter-input_big {
	width: 136px;
	height: 44px;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--white-color);
	color: var(--blue-color);
}

.calculator__counter-input_filled {
	background: var(--white-color);
	color: var(--blue-color);
}

.calculator__voltage-list {
	display: flex;
	flex-direction: row;
	gap: 28px;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.calculator__voltage-list {
		margin: 0 auto;
		max-width: 672px;
		gap: 42px;
	}
}

@media (max-width: 576px) {
	.calculator__voltage-list {
		max-width: 328px;
		gap: 29px;
		justify-content: center;
	}
}

.calculator__voltage {
	padding: 10px 16px;
	width: 60px;
	height: 86px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 6px;
	border-radius: 5px;
	border: 1px solid var(--border-catalog-color);
	background: var(--background-main-color);
}

.calculator__voltage_checked {
	background: var(--blue-color);
}

.calculator__voltage-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/images/icon-calculator-thin-checkbox-unchecked.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.calculator__voltage-checkbox:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/images/icon-calculator-bold-checkbox-checked.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.calculator__voltage-checkbox:checked + .calculator__voltage-value {
	color: var(--white-color);
}

.calculator__voltage-value {
	color: var(--dark-grey-color);
	font-size: 14px;
}

.calculator__results-wrapper {
	margin-bottom: 82px;
	display: flex;
	flex-direction: row;
	gap: 50px;
}

@media (max-width: 992px) {
	.calculator__results-wrapper {
		margin: 0 auto 36px;
		max-width: 670px;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.calculator__results-wrapper {
		margin-bottom: 24px;
		max-width: 100%;
	}
}

.calculator__results-wrapper_big {
	margin-bottom: 90px;
	display: flex;
	flex-direction: row;
	gap: 80px;
}

@media (max-width: 992px) {
	.calculator__results-wrapper_big {
		position: relative;
	}
}

@media (max-width: 576px) {
	.calculator__results-wrapper_big {
		margin-bottom: 40px;
		flex-direction: column;
		gap: 24px;
	}
}

.calculator__result-values-box_xs {
	width: 554px;
}

@media (max-width: 576px) {
	.calculator__result-description-wrapper {
		margin: 0 auto;
		max-width: 328px;
	}
}

.calculator__result-description {
	color: #515151;
	font-size: 14px;
	line-height: 150%;
}

.calculator__results-buttons {
	display: flex;
	flex-direction: row;
	gap: 40px;
}

@media (max-width: 992px) {
	.calculator__results-buttons {
		margin: 0 auto;
		max-width: 670px;
		flex-direction: row;
		gap: 50px;
	}
}

@media (max-width: 576px) {
	.calculator__results-buttons {
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}
}

.calculator__result {
	padding: 220px 40px 40px 40px;
	width: 612px;
	border-radius: 8px;
	border: 1px solid var(--border-catalog-color);
	background: var(--white-color);
	position: relative;
}

@media (max-width: 992px) {
	.calculator__result {
		padding: 220px 40px 40px 40px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.calculator__result {
		margin: 0 auto;
		padding: 180px 24px 24px 24px;
		max-width: 100%;
	}

	.calculator__result > .calculator__result-values-box {
		padding-left: 24px;
	}
}

.calculator__result_s {
	padding-top: 0px;
	width: 612px;
	height: 196px;
}

@media (max-width: 576px) {
	.calculator__result_s {
		width: 100%;
		height: 155px;
	}
}

.calculator__result_xs {
	width: 554px;
	height: 196px;
}

@media (max-width: 576px) {
	.calculator__result_xs {
		width: 100%;
	}
}

.calculator__result-values-box {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 40px;
	width: 100%;
	height: 196px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 13px;
	border-radius: 8px;
	background: var(--blue-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 992px) {
	.calculator__result-values-box {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.calculator__result-values-box {
		padding-left: 0px;
		width: 100%;
		height: 155px;
		box-shadow: none;
	}
}

.calculator__result-values {
	position: absolute;
	top: -1px;
	left: -1px;
	padding-left: 40px;
	width: 100%;
	height: 196px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 13px;
	border-radius: 8px;
	background: var(--blue-color);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 922px) {
	.calculator__result-values {
		padding-left: 40px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.calculator__result-values {
		padding-left: 24px;
		width: 100%;
		height: 155px;
	}
}

/* @media (max-width: 576px) {
  .calculator__result-values {
    margin: 0 auto;
    width: 100%;
    max-width: 328px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
} */

.calculator__results-inner {
	margin-bottom: 82px;
	display: flex;
	flex-direction: row;
	gap: 50px;
}

@media (max-width: 922px) {
	.calculator__results-inner {
		width: 100%;
		margin-bottom: 36px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.calculator__results-inner {
		margin-bottom: 24px;
	}
}

.calculator__result-title {
	display: block;
	font-size: 66px;
	font-weight: 700;
	text-align: left;
	color: var(--background-main-color);
}

@media (max-width: 576px) {
	.calculator__result-title {
		font-size: 40px;
	}
}

.calculator__result-subtitle {
	display: block;
	font-size: 27px;
	font-weight: 400;
	line-height: 143%;
	color: var(--background-main-color);
}

@media (max-width: 576px) {
	.calculator__result-subtitle {
		font-size: 22px;
		line-height: normal;
	}
}

.calculator__suggested-products {
	margin-bottom: 90px;
}

@media (max-width: 992px) {
	.calculator__suggested-products {
		margin-bottom: 40px;
	}
}

/* ----------------------------------------------------------------------*/
/* ---------- CALCULATOR BATTERIES UPS / КАЛЬКУЛЯТОР АКБ И ИБП ----------*/
/* ----------------------------------------------------------------------*/

.calculator__batteries {
	margin-top: 110px;
	display: block;
}

@media (max-width: 992px) {
	.calculator__batteries {
		margin: 50px auto 40px;
		max-width: 670px;
	}
}

@media (max-width: 576px) {
	.calculator__batteries {
		max-width: 100%;
	}
}

.calculator__ups {
	margin-top: 110px;
	display: block;
}

@media (max-width: 992px) {
	.calculator__ups {
		margin: 50px auto 40px;
		max-width: 670px;
	}
}

@media (max-width: 576px) {
	.calculator__ups {
		max-width: 100%;
	}
}

.inputs-batteries::after,
.inputs-ups::after {
	content: "";
	position: absolute;
	background-image: url("/images/vector-pattern-11.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 170px;
	height: 100px;
	top: -100px;
	left: 1060px;
}

@media (max-width: 1260px) {
	.inputs-batteries::after,
	.inputs-ups::after {
		display: none;
	}
}

@media (max-width: 992px) {
	.inputs-batteries::after {
		display: block;
		content: "";
		position: absolute;
		background-image: url("/images/vector-pattern-11.svg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 140px;
		height: 82px;
		top: 110px;
		left: 530px;
	}
}

@media (max-width: 992px) {
	.inputs-ups::after {
		display: block;
		content: "";
		position: absolute;
		background-image: url("/images/vector-pattern-11.svg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 140px;
		height: 82px;
		top: 190px;
		left: 690px;
	}
}

@media (max-width: 770px) {
	.inputs-batteries::after,
	.inputs-ups::after {
		display: none;
	}
}

.calculator__inputs-wrapper {
	margin-bottom: 50px;
}

.calculator__inputs {
	width: 840px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
}

@media (max-width: 992px) {
	.calculator__inputs {
		width: 100%;
		gap: 20px;
	}
}

.calculator__inputs_small {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 24px;
}

@media (max-width: 576px) {
	.calculator__inputs_small {
		/* margin: 0 auto;
      max-width: 670px; */
		padding-top: 300px;
	}
}

.calculator__input-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 992px) {
	.calculator__input-form {
		margin: 0 auto;
		max-width: 670px;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}
}

@media (max-width: 576px) {
	.calculator__input-form {
		max-width: 328px;
		gap: 22px;
	}
}

.inputs-batteries {
	position: relative;
}

/* ---------------------------------------------------------- */
/* ---------- ILLUMINATION / КАЛЬКУЛЯТОР ОСВЕЩЕНИЕ ---------- */
/* ---------------------------------------------------------- */

.illumination {
	margin-top: 70px;
	margin-bottom: 80px;
}

@media (max-width: 992px) {
	.illumination {
		margin-top: 40px;
		margin-bottom: 48px;
	}
}

@media (max-width: 576px) {
	.illumination {
		margin-bottom: 40px;
	}
}

.illumination-inner {
	max-width: 556px;
	max-height: 100%;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
	background: var(--background-main-color);
}

@media (max-width: 992px) {
	.illumination-inner {
		width: 100%;
		max-width: 100%;
		border: none;
	}
}

.illumination__block-title {
	text-transform: uppercase;
}

.calculator__suggested-products-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 34px;
}

@media (max-width: 992px) {
	.calculator__suggested-products-list {
		gap: 21px;
	}
}

.container_calculator-blocks {
	display: flex;
	flex-direction: row;
	gap: 55px;
}

@media (max-width: 992px) {
	.container_calculator-blocks {
		padding: 0;
		position: relative;
	}
}

@media (max-width: 720px) {
	.container_calculator-blocks {
		flex-direction: column;
		width: 100%;
	}
}

.illumination-reverse {
	display: flex;
	flex-direction: row;
	gap: 55px;
	width: 100%;
}

@media (max-width: 720px) {
	.illumination-reverse {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}

/* .illumination-form-visual {
  display: flex;
  flex-direction: row;
}

@media (max-width: 992px) {
  .illumination-form-visual {
    margin: 0 auto;
    max-width: 670px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .illumination-form-visual {
    margin: 0 auto;
    padding-top: 240px;
    max-width: 328px;
    width: 100%;
  }
} */

.illumination__input-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 992px) {
	.illumination__input-form {
		margin: 0 auto;
		max-width: 670px;
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 24px;
	}
}

@media (max-width: 576px) {
	.illumination__input-form {
		margin: 0 auto;
		max-width: 328px;
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 24px;
	}
}

.illumination__results-box {
	display: flex;
	flex-direction: row;
	gap: 80px;
}

@media (max-width: 992px) {
	.illumination__results-box {
		margin: 0 auto;
		position: relative;
		max-width: 670px;
	}
}

@media (max-width: 720px) {
	.illumination__results-box {
		margin: 0 auto;
		position: relative;
		flex-direction: column;
		max-width: 100%;
		gap: 0px;
	}
}

.illumination__result {
	height: 196px;
	padding-top: 0px;
}

@media (max-width: 1199px) {
	.illumination__result {
		width: 450px;
	}
}

@media (max-width: 992px) {
	.illumination__result {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.illumination__result {
		height: 155px;
	}
}

.illumination__result-values {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.illumination__results-buttons {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 992px) {
	.illumination__results-buttons {
		position: absolute;
		top: 19%;
		left: 320px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.article__boxes-img {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.illumination__results-buttons {
		position: static;
		flex-direction: column;
		gap: 16px;
	}
}

.illumination-subtitle-show {
	display: none;
}

@media (max-width: 720px) {
	.illumination-subtitle-show {
		display: block;
	}
}

.illumination-subtitle-hide {
	display: block;
}

@media (max-width: 720px) {
	.illumination-subtitle-hide {
		display: none;
	}
}

.visual {
	width: 640px;
}

@media (max-width: 992px) {
	.visual {
		position: absolute;
		max-width: 380px;
		top: 170px;
		right: 60px;
	}
}

@media (max-width: 720px) {
	.visual {
		position: static;
		max-width: 270px;
	}
}

.visual__room {
	max-width: 100%;
	height: auto;
}

.calculator__input-data {
	padding-left: 10px;
	width: 264px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid var(--light-grey-button-background-color);
	background: var(--white-color);
	color: var(--dark-grey-color);
	font-size: 16px;
}

@media (max-width: 992px) {
	.calculator__input-data {
		width: 230px;
	}
}

.calculator__input-data_xs {
	padding: 15px 10px;
}

.calculator__input-data_small {
	width: 230px;
}

.calculator__table-wrapper {
	margin-bottom: 70px;
}

@media (max-width: 992px) {
	.calculator__table-wrapper {
		margin: 0 auto;
		max-width: 670px;
		width: 100%;
	}
}

.calculator__select-wrapper_small {
	width: 264px;
	position: relative;
}

@media (max-width: 992px) {
	.calculator__select-wrapper_small {
		width: 480px;
	}
}

@media (max-width: 576px) {
	.calculator__select-wrapper_small {
		width: 100%;
	}
}

.calculator__table {
	display: table;
	background: var(--background-main-color);
	border: 1px solid var(--border-catalog-color);
	border-collapse: separate;
	border-radius: 10px;
	overflow: hidden;
	border-spacing: 0;
	box-sizing: border-box;
}

@media (max-width: 992px) {
	.calculator__table {
		display: block;
	}
}

@media (max-width: 576px) {
	.calculator__table {
		border-radius: 0;
	}

	.table__header {
		max-width: 164px;
	}
}

.table__head {
	display: table-header-group;
}

@media (max-width: 992px) {
	.calculator__select-wrapper_adaptive {
		width: 478px;
	}

	.calculator__results-wrapper_big {
		position: relative;
	}

	.calculator__results-buttons_column {
		position: absolute;
		flex-direction: column;
		gap: 12px;
		top: 40px;
		left: 330px;
	}
}

.calculator__input-label {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: var(--black-color);
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.calculator__input-label {
		width: 230px;
	}
}

@media (max-width: 576px) {
	.calculator__input-label {
		width: 100%;
	}
}

.calculator__results-buttons_column {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (max-width: 992px) {
	.calculator__results-buttons_column {
		position: absolute;
		flex-direction: column;
		gap: 12px;
		top: 40px;
		left: 330px;
	}
}

@media (max-width: 576px) {
	.calculator__results-buttons_column {
		position: initial;
		margin: 0 auto;
	}
}

.table__row:nth-child(even) {
	background: var(--white-color);
}

.table__header {
	margin: 0 auto;
	padding: 18px;
	max-width: 215px;
	height: 66px;
	background: var(--white-color);
	color: var(--dark-grey-color);
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	border-right: 1px solid var(--border-catalog-color);
	border-bottom: 1px solid var(--border-catalog-color);
	box-sizing: border-box;
	line-height: normal;
}

.table__body {
	display: table-row-group;
}

.table__row {
	display: table-row;
}

.table__header,
.table__data {
	display: table-cell;
}

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

.table__header:last-child {
	border-right: none;
}

.table__header_thin {
	font-weight: 400;
}

.table__data {
	padding: 18px;
	max-width: 215px;
	color: var(--dark-grey-color);
	font-size: 13px;
	border-right: 1px solid var(--border-catalog-color);
	line-height: normal;
}

.table__data:last-child {
	border-right: none;
}

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

.calculator__table-add-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 0 auto;
	width: 28px;
	height: 28px;
	background: url(/images/icon-calculator-big-round-plus-grey.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.calculator__table-add-button:checked {
	width: 28px;
	height: 28px;
	background: url(/images/icon-calculator-big-round-plus-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ! ТАБЛИЦА АДАПТИВ */

@media (max-width: 992px) {
	.calculator__table-wrapper {
		width: 100%;
	}

	.calculator__table {
		display: block;
	}

	.calculator__table .table__head,
	.table__header,
	.table__body {
		display: block;
	}

	.calculator__table .table__head {
		float: left;
	}

	.calculator__table .table__body {
		overflow-x: auto;
	}

	.calculator__table .table__row {
		display: table-cell;
		border-right: 1px solid var(--border-catalog-color);
	}

	.calculator__table .table__head .table__row:first-child {
		border-right: none;
	}

	.calculator__table .table__data {
		display: block;
		border-right: none;
		height: 66px;
		text-align: left;
		border-bottom: 1px solid var(--border-catalog-color);
		text-overflow: ellipsis;
	}

	.calculator__table .table__header {
		padding: 8px 8px 8px 37px;
		max-width: 190px;
	}

	.calculator__table .table__header:last-child {
		border-right: 1px solid var(--border-catalog-color);
		border-bottom: none;
	}

	.calculator__table .table__head .table__row:last-child {
		border-right: none;
	}

	.calculator__table .table__data:last-child {
		border-bottom: none;
	}

	.table__row:last-child {
		border-right: none;
	}

	.th-td-text {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}

/*! ПРИВЯЗАТЬ К РАЗДЕЛУ*/
/* input::-webkit-input-placeholder {
    opacity: 0.3;
  } */

/* ! проверить SERVICE MAPS / КАРТА В СЕРВИСЕ  */

.service__maps {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contacts-map {
	position: relative;
	height: 516px;
	margin-bottom: 39px;
}

.contacts-map__box {
	width: 100%;
	/* height: 650px; */
	height: 100%;
}

.contacts-branches {
	position: relative;
	margin-bottom: 85px;
}

.contacts-branches::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 18%;
	background-image: url("/images/contacts-fon-item2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 301px;
	height: 175px;
}

.contacts-branches__text {
	padding-bottom: 21px;
	font-size: 18px;
	line-height: 24px;
	color: #2b2b2b;
}

.contacts-branches__list {
	margin-left: 48px;
}

/* -------------------------------------------- */
/* ---------- WHERE-BUY / ГДЕ КУПИТЬ ---------- */
/* -------------------------------------------- */

.where-buy {
	position: relative;
	margin-top: 66px;
}

.where-buy__select-box {
	display: flex;
	gap: 26px;
}

@media (max-width: 992px) {
	.where-buy__select-box {
		flex-direction: column;
		gap: 16px;
		width: 100%;
	}
}

.unactive {
	display: none;
}

@media (max-width: 576px) {
	.where-buy__select-box > .unactive {
		display: flex;
		flex-direction: column;
	}
}

.where-buy__select {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 43px;
}

@media (max-width: 992px) {
	.where-buy__select {
		flex-wrap: wrap;
		flex-direction: column;
		align-content: flex-start;
		align-items: start;
		gap: 16px;
		margin-bottom: 24px;
	}
}

@media (max-width: 576px) {
	.where-buy__select {
		flex-wrap: wrap;
		flex-direction: column;
		align-content: flex-start;
		align-items: start;
		gap: 16px;
		margin-bottom: 24px;
	}
}

.where-buy__title {
	padding-right: 39px;
	color: var(--blue-color);
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.where-buy__title {
		font-size: 40px;
		padding: 0;
		text-align: left;
	}
}

@media (max-width: 576px) {
	.where-buy__title {
		font-size: 40px;
		padding: 0;
		text-align: left;
	}
}

.maps-shops__selection {
	margin-bottom: 43px;
}

@media (max-width: 992px) {
	.maps-shops__selection {
		margin-bottom: 24px;
		/*padding: 0 54px 0 0;*/
	}
}

.maps-shops {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media (max-width: 992px) {
	.maps-shops {
		flex-wrap: wrap;
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.maps-shops {
		flex-wrap: nowrap;
		overflow: auto;
		gap: 16px;
		margin: 0 -24px;
		padding: 0 24px;
	}
}

.maps-shop__item {
	border: 3px solid transparent;
	border-radius: 10px;
}

.maps-shop__item_active {
	border-color: var(--border-catalog-color);
	background: var(--background-main-color);
}

.maps-shop__label {
	padding: 13px 10px 13px 15px;
	border-radius: 10px;
	display: flex;
	gap: 15px;
	border: none;
	background: none;
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	box-sizing: border-box;
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.maps-shop__label {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 576px) {
	.maps-shop__label {
		font-size: 16px;
		line-height: 21px;
	}
}

.maps-shop__checkbox {
	display: flex;
	min-width: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid var(--blue-color);
	appearance: none;
	cursor: pointer;
}

.maps-shop__checkbox:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/images/icon-shop-checkbox-checked.svg);
	background-color: var(--blue-color);
}

.maps-points {
	margin-bottom: 43px;
	color: var(--blue-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 29px;
}

@media (max-width: 992px) {
	.maps-points {
		margin-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.maps-points {
		margin-bottom: 40px;
	}
}

.where-buy__container-maps {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

@media (max-width: 760px) {
	.where-buy__container-maps {
		right: 50%;
		top: auto;
		bottom: -270px;
		transform: translateX(50%);
	}
}

@media (max-width: 760px) {
	.where-buy__container-service {
		bottom: -266px;
	}
}

.where-buy .where-buy__container {
	position: absolute;
	z-index: 9999;
}

@media (max-width: 760px) {
	.where-buy .where-buy__container {
		justify-content: start;
		margin-bottom: 50px;
	}
}

.where-buy__position-shell::after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 475px;
	height: 130px;
	border-radius: 10px;
	background: linear-gradient(0deg, #797979 -60%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 760px) {
	.where-buy__position-shell::after {
		width: 327px;
		height: 70px;
		border-radius: 0;
	}
}

@media (max-width: 760px) {
	.where-buy__position-shell::after {
		display: none;
	}
}

.where-buy__position-shell_mobil {
	display: none;
}

@media (max-width: 992px) {
	.where-buy__position-shell_mobil {
		display: none;
	}
}

@media (max-width: 576px) {
	.where-buy__position-shell_mobil {
		display: flex;
		margin-top: -65px;
		box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
	}
}
.where-buy__position-shell[data-active="N"]::after {
	display: none;
}
@media (max-width: 760px) {
	.where-buy__fake-container {
		height: 324px;
	}
}

@media (max-width: 768px) {
	.where-buy__fake-box {
		height: 266px;
	}
}

.where-buy__wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 517px;
	max-height: 546px;
}

@media (max-width: 992px) {
	.where-buy__wrapper {
		gap: 16px;
		width: 345px;
		max-height: 358px;
	}
}

@media (max-width: 576px) {
	.where-buy__wrapper {
		gap: 16px;
		max-height: 310px;
		border-radius: 10px;
		box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
	}
}

.styled-scrollbar::-webkit-scrollbar {
	width: 12px;
}

.styled-scrollbar::-webkit-scrollbar-thumb {
	height: 112px;
	border-radius: 10px;
	border: 1px solid var(--blue-color);
	background: #b9b9b9;
	box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
}

.styled-scrollbar::-webkit-scrollbar-track {
	height: 20px;
	background: #fff;
	box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
	background-clip: content-box;
}

.where-buy__store-list {
	width: 475px;
	height: 405px;
	font-weight: 400;
	border-radius: 10px;
	background: var(--white-color);
	box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
	.where-buy__store-list {
		width: 327px;
		height: 330px;
	}
}

@media (max-width: 576px) {
	.where-buy__store-list {
		width: 327px;
		height: 330px;
	}
}

.store-list__chapter {
	padding: 15px 0 15px 26px;
	color: var(--white-color);
	background: var(--blue-color);
	border-radius: 10px 10px 0 0;
}

.store-list__chapter > h1 {
	font-size: 19px;
	line-height: 27px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.store-list__chapter > h1 {
		font-size: 16px;
		line-height: 23px;
	}
}

@media (max-width: 576px) {
	.store-list__chapter > h1 {
		font-size: 16px;
		line-height: 23px;
	}
}

.store-list__chapter > p {
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.store-list__chapter > p {
		width: 220px;
		font-size: 10px;
		line-height: 14px;
	}
}

@media (max-width: 576px) {
	.store-list__chapter > p {
		width: 220px;
		font-size: 10px;
		line-height: 14px;
	}
}

.store-list__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 25px 0 57px 24px;
}

@media (max-width: 992px) {
	.store-list__item {
		gap: 14px;
		margin: 16px 0 20px 20px;
	}
}

@media (max-width: 576px) {
	.store-list__item {
		gap: 14px;
		margin: 16px 0 20px 20px;
	}
}

.store-list__subchapter {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 992px) {
	.store-list__subchapter {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 576px) {
	.store-list__subchapter {
		font-size: 14px;
		line-height: 18px;
	}
}

.store-list__subchapter-item {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

@media (max-width: 992px) {
	.store-list__subchapter-item {
		gap: 8px;
	}
}

@media (max-width: 576px) {
	.store-list__subchapter-item {
		gap: 8px;
	}
}

.store-list__subchapter-contact {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 25px;
}

@media (max-width: 992px) {
	.store-list__subchapter-contact {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.store-list__subchapter-contact {
		font-size: 16px;
	}

	.store-list__subchapter-contact > span {
		display: none;
	}
}

.store-list__icon {
	vertical-align: baseline;
	width: 18px;
	height: 18px;
	object-fit: none;
	margin-right: 10px;
}

.store-list__subchapter-contact > a {
	text-decoration-line: underline;
}

.store-list__subchapter-contact:first-child > a {
	text-decoration-line: none;
}

.where-buy__map {
	position: relative;
	max-width: 2000px;
	height: 692px;
	margin: 0 auto;
	overflow: hidden;
}
.where-buy__map.where-buy__map-contacts {
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.where-buy__map {
		height: 380px;
	}
}

@media (max-width: 760px) {
	.where-buy__map {
		height: 300px;
		overflow: visible;
	}
}

.where-buy__position-bottom {
	display: none;
}

@media (max-width: 576px) {
	.where-buy__position-bottom {
		display: block;
		height: 324px;
	}
}

@media (max-width: 576px) {
	/*   .service__maps {
    top: 110px;
  } */

	.where-buy_service__maps {
		top: 0;
	}
}

/* -------------------------------------- */
/* ---------- SERVICE / СЕРВИС ---------- */
/* -------------------------------------- */

.where-buy__selector {
	padding: 15px 17px;
	width: 340px;
	height: 50px;
}

@media (max-width: 922px) {
	.where-buy__selector {
		width: 310px;
	}
}

@media (max-width: 760px) {
	.where-buy__selector {
		width: 328px;
	}
}

.where-buy__selector-service {
	padding: 15px 17px;
	position: absolute;
	top: 55px;
	left: 80px;
	width: 340px;
	height: 50px;
	z-index: 1;
}

@media (max-width: 922px) {
	.where-buy__selector-service {
		top: 31px;
		left: 35px;
		width: 310px;
	}
}

@media (max-width: 760px) {
	.where-buy__selector-service {
		width: 328px;
		left: 50%;
		transform: translateX(-50%);
		top: -70px;
	}
}

.where-buy__selector_country {
	z-index: 2;
}

.where-buy__selector_city {
	z-index: 2;
}

.where-buy__selector_division {
	z-index: 4;
}

.where-buy_accordion-button {
	color: var(--dark-grey-color);
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

@media (max-width: 576px) {
	.where-buy_accordion-button {
		font-size: 14px;
	}
}

.where-buy__dropdown {
	width: 340px;
	padding: 15px 17px;
}

@media (max-width: 576px) {
	.where-buy__dropdown {
		width: 328px;
	}
}

.info__label_important-service {
	position: absolute;
	padding: 5px 12px;
	top: -29px;
	width: 163px;
	text-align: center;
	text-transform: inherit;
	z-index: 5;
}

@media (max-width: 992px) {
	.info__label_important-service {
		position: absolute;
		padding: 5px 12px;
		top: -29px;
	}
}

@media (max-width: 760px) {
	.info__label_important-service {
		position: absolute;
		padding: 5px 12px;
		top: -29px;
	}
}

#service {
	position: relative;
}

.service {
	margin-top: 66px;
}

@media (max-width: 760px) {
	.service {
		margin-bottom: 50px;
	}
}

.services__wrapper {
	margin-bottom: 110px;
	display: flex;
	gap: 55px;
}

@media (max-width: 1220px) {
	.services__wrapper {
		flex-direction: column;
	}
}

@media (max-width: 992px) {
	.services__wrapper {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 80px;
	}
}

@media (max-width: 576px) {
	.services__wrapper {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 80px;
	}
}

.services {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

@media (max-width: 992px) {
	.services {
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.services {
		flex-direction: column;
		gap: 16px;
	}
}

.services > .btn-wrapper__service {
	content: none;
}

@media (max-width: 992px) {
	.services > .btn-wrapper__service {
		width: 430px;
	}
}

@media (max-width: 576px) {
	.services > .btn-wrapper__service {
		width: 100%;
	}
}

.service__select {
	display: flex;
	gap: 25px;
	margin-bottom: 43px;
}

.service .where-buy__selector-service {
	padding: 0px;
}

.service .where-buy_accordion-button {
	padding: 15px 17px;
}

.service__title {
	display: flex;
	color: var(--blue-color);
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	align-items: center;
	text-transform: uppercase;
}

.service__item {
	display: flex;
	padding: 10px 5px 10px 5px;
	border-radius: 8px;
	border: none;
	color: var(--white-color);
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.service__item {
		padding: 0;
		border: none;
		color: var(--white-color);
		font-size: 15px;
		font-weight: 700;
	}
}

@media (max-width: 576px) {
	.service__item {
		padding: 0;
		border: none;
		color: var(--white-color);
		width: 90%;
		font-size: 15px;
		font-weight: 700;
	}
}

.reminder__wrapper {
	position: relative;
	margin-bottom: 85px;
	display: flex;
	gap: 85px;
	align-items: center;
}

@media (max-width: 992px) {
	.reminder__wrapper {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
		gap: 58px;
	}
}

@media (max-width: 760px) {
	.reminder__wrapper {
		margin-bottom: 84px;
	}
}

@media (max-width: 576px) {
	.reminder__wrapper {
		padding: 0 24px;
		gap: 58px;
	}
}

.reminder {
	margin-bottom: 43px;
	font-size: 22px;
	font-weight: 700;
	line-height: 29px;
}

@media (max-width: 576px) {
	.reminder {
		margin-bottom: 24px;
	}
}

.reminder__important-list {
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
}

.reminder__important-item {
	padding: 20px 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 680px;
	min-height: 132px;
	border-radius: 10px 10px 0 0;
	background: var(--background-main-color);
}

@media (max-width: 992px) {
	.reminder__important-item {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.reminder__important-item {
		gap: 14px;
		width: 100%;
		padding: 28px 12px 20px 12px;
	}
}

.reminder__important-item:last-child {
	border-radius: 0 0 10px 10px;
}

.reminder__important-item:nth-child(even) {
	background: var(--white-color);
}

.reminder__important-number {
	min-width: 30px;
	color: var(--blue-color);
	font-size: 48px;
	font-weight: 500;
	text-align: center;
}

.reminder__important-text {
	max-width: 510px;
	color: var(--black-color);
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 576px) {
	.reminder__important-text {
		font-size: 12px;
		line-height: 18px;
	}
}

.reminder__contacts {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.reminder__contacts-title {
	color: var(--blue-color);
}

.reminder__contacts-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media (max-width: 576px) {
	.reminder__wrapper > .unactive {
		display: block;
	}

	.reminder__wrapper > .selector-box_small {
		margin-left: -24px;
	}
}

.reminder__contacts-phone,
.reminder__contacts-email {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	color: var(--black-color);
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 576px) {
	.reminder__contacts-phone,
	.reminder__contacts-email {
		font-size: 16px;
	}
}

.reminder__contacts-email {
	text-decoration-line: underline;
}

.selector-box > .selector-box_service {
	display: none;
}

@media (max-width: 992px) {
	.selector-box > .selector-box_service {
		display: none;
	}
}

@media (max-width: 576px) {
	.selector-box_service {
		display: none;
	}

	.selector-box > .selector-box_service {
		display: flex;
		margin-left: 24px;
	}
}

/* ----------------------------------------- */
/* ---------- SUPPORT / ПОДДЕРЖКА ---------- */
/* ----------------------------------------- */

.support-video_borders {
	padding-bottom: 25px;
	border-bottom: 1px solid #d8dadc;
}

.support {
	margin: 53px 0 56px 0;
}

@media (max-width: 922px) {
	.support {
		margin: 40px 0 45px 0;
	}

	.support > .container {
		padding: 0;
	}
}

@media (max-width: 576px) {
	.support {
		margin: 40px 0 45px 0;
	}

	.support > .container {
		padding: 0;
	}
}

.support__wrapper {
	display: flex;
	gap: 55px;
	position: relative;
}

@media (max-width: 922px) {
	.support__wrapper {
		display: block;
	}
}

@media (max-width: 576px) {
	.support__wrapper {
		display: block;
	}
}

.support__blocks {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

@media (max-width: 922px) {
	.support__blocks {
		gap: 24px;
	}

	.support__blocks > .unactive {
		display: block;
	}
}

@media (max-width: 576px) {
	.support__blocks {
		gap: 24px;
		border-radius: 10px 10px 0 0;
	}
}

.support-block__wrapper {
	width: 800px;
	height: 100%;
	border-radius: 10px;
	border: 1px solid var(--border-catalog-color);
	background: var(--background-main-color);
}

@media (max-width: 922px) {
	.support-block__wrapper {
		width: 100%;
		border-radius: 0;
		border-left: none;
		border-right: none;
		border-top: 1px solid var(--border-catalog-color);
		border-bottom: 1px solid var(--border-catalog-color);
	}
}

@media (max-width: 576px) {
	.support-block__wrapper {
		width: 100%;
		border-radius: 0px;
	}
}

.support-block__title-btn {
	width: 100%;
	padding: 20px 25px 20px 20px;
	height: 77px;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	background: var(--white-color);
}

@media (max-width: 922px) {
	.support-block__title-btn {
		font-size: 22px;
		line-height: 29px;
		border-radius: 0px;
	}

	.support-block__title-btn > img {
		display: none;
	}
}

@media (max-width: 576px) {
	.support-block__title-btn {
		font-size: 22px;
		line-height: 29px;
		border-bottom: none;
	}

	.support-block__title-btn > img {
		display: none;
	}
}

.support-block__title-btn p {
	font-size: 18px;
}

.support-block__title-btn_level-2 {
	width: 100%;
	padding: 20px 25px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

@media (max-width: 922px) {
	.support-block__title-btn_level-2 {
		padding: 0;
	}

	.support-block__title-btn_level-2 > img {
		display: none;
	}
}

@media (max-width: 576px) {
	.support-block__title-btn_level-2 {
		padding: 0;
	}
}

.support-block__title-btn_level-3 {
	width: 100%;
	padding: 20px 25px 20px 66px;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--blue-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.support-block__title-btn_level-2 p,
.support-block__title-btn_level-3 p {
	font-size: 16px;
}

@media (max-width: 922px) {
	.support-block__title-btn_level-3 {
		padding-left: 0;
		padding-right: 25px;
	}

	.support-block__title-btn_level-3 > img {
		display: none;
	}
}

@media (max-width: 576px) {
	.support-block__title-btn_level-2 p,
	.support-block__title-btn_level-3 p {
		max-width: 220px;
	}
}

@media (max-width: 576px) {
	.support-block__title-btn_level-3 {
		padding-right: 0px;
	}
}

.support-block__title-btn-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	color: var(--black-color);
}

@media (max-width: 922px) {
	.support-block__title-btn-inner {
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 0 0 0 0;
		color: var(--blue-color);
		flex: 1 1 150px;
	}
}

@media (max-width: 576px) {
	.support-block__title-btn-inner {
		text-align: start;
	}
}

.support-block__title-btn-p {
	color: var(--black-color);
	text-align: left;
}

.support-block__btn-round {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	border-radius: 50%;
	border: 1px solid var(--border-catalog-color);
	background: var(--white-color);
}

.dropdown__link-img_support {
	width: 6px;
	height: 7px;
	transform: rotate(90deg);
	transition: all 0.3s ease-in-out;
}
.dropdown__link-img_support-open {
	transform: rotate(0deg);
}

.support-block__material-list {
	padding: 16px 0 10px 74px;
	border-top: 1px solid var(--border-catalog-color);
	display: flex;
	flex-direction: column;
}

@media (max-width: 922px) {
	.support-block__material-list {
		padding: 24px 24px 24px 37px;
		gap: 24px;
	}
}

@media (max-width: 576px) {
	.support-block__material-list {
		padding: 24px;
		border-top: 1px solid var(--border-catalog-color);
	}
}

.support-block__material-list_inner {
	padding: 0 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 922px) {
	.support-block__material-list_inner {
		padding: 0 25px 0 0;
		gap: 24px;
	}
}

@media (max-width: 576px) {
	.support-block__material-list_inner {
		padding: 0;
	}
}

.support-block__material-item {
	padding: 25px 25px 25px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
	border-bottom: 1px solid var(--border-catalog-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: var(--blue-color);
	cursor: pointer;
}
.support-block__material-item-level-3 {
	padding: 25px 25px 25px 80px;
}

@media (max-width: 922px) {
	.support-block__material-item {
		border-bottom: none;
		padding: 0;
	}
}

.support-block__material-item:last-child {
	border-bottom: none;
}

.support-block__material-file {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

@media (max-width: 922px) {
	.support-block__material-file p {
		max-width: 220px;
	}
}

.support-block__download-btn {
	display: block;
	width: 32px;
	min-width: 32px;
	height: 32px;
	min-height: 32px;
}

.support-block__inner {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 44px;
	width: 100%;
	border-top: 1px solid var(--border-catalog-color);
}

@media (max-width: 922px) {
	.support-block__inner {
		margin-left: 0;
		padding-left: 37px;
		padding-right: 37px;
	}
}

@media (max-width: 576px) {
	.support-block__inner {
		padding: 24px;
	}
}

.support-block__inner-level-2 {
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 922px) {
	.support-block__inner-level-2 {
		gap: 24px;
	}
}

/* ---------------------------------------------------- */
/* -------- SUPPORT VIDEO / ВИДЕО В ПОДДЕРЖКЕ ----------*/
/* ---------------------------------------------------- */

.support-video_borders {
	padding-bottom: 25px;
	border-bottom: 1px solid #d8dadc;
}

@media (max-width: 922px) {
	.support-video_borders {
		padding-bottom: 0;
		border-bottom: none;
	}

	.support-video_borders > iframe {
		width: 670px;
		height: 324px;
	}
}

@media (max-width: 576px) {
	.support-video_borders {
		padding-bottom: 0;
		border-bottom: none;
	}

	.support-video_borders > iframe {
		width: 327px;
		height: 186px;
	}
}

/* -------------------------------------------- */
/* ---------- ERROR 404 / ОШИБКА 404 ---------- */
/* -------------------------------------------- */

.error {
	padding: 156px 0 200px 0;
}

@media (max-width: 992px) {
	.error {
		padding: 165px 0 50px 0;
	}
}

@media (max-width: 576px) {
	.error {
		padding: 125px 0 60px 0;
	}
}

.error__wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.error__img {
	margin-bottom: 6px;
}

@media (max-width: 576px) {
	.error__img {
		max-width: 230px;
	}
}

.error__title {
	color: #414141;
	font-size: 32px;
	font-weight: 300;
	line-height: 42px;
	margin-bottom: 94px;
}

@media (max-width: 992px) {
	.error__title {
		margin-bottom: 16px;
	}
}

@media (max-width: 576px) {
	.error__title {
		font-size: 21px;
		margin-bottom: 16px;
	}
}

.error__text {
	max-width: 665px;
	color: var(--black-color);
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 992px) {
	.error__text {
		max-width: 384px;
	}
}

@media (max-width: 576px) {
	.error__text {
		font-size: 14px;
	}
}

.error__text_link {
	color: var(--blue-color);
	font-size: 18px;
	line-height: 24px;
	text-decoration-line: underline;
}

@media (max-width: 576px) {
	.error__text_link {
		font-size: 14px;
	}
}

/* ! ДЕРЖИМ В КОНЦЕ */

.hide {
	display: none;
}

.show {
	display: block;
}

.catalog__none {
	display: none;
}

.catalog__hide {
	display: flex;
}

/**/
.mySlides-prod {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 33px 39px;
}

@media (max-width: 992px) {
	.mySlides-prod {
		justify-content: start;
		grid-template-columns: auto 113px;
	}
}

@media (max-width: 576px) {
	.mySlides-prod {
		grid-template-columns: 1fr;
		gap: 13px 39px;
	}
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.prod-row {
	display: flex;
	justify-content: center;
	gap: 8px 19px;
	/* width: 113px; */
}

@media (max-width: 992px) {
	.prod-row {
		flex-direction: row;
	}
}

@media (max-width: 576px) {
	.prod-row {
		flex-direction: row;
		gap: 8px 13px;
	}
}

/* .prod-row:after {
  content: "";
  display: table;
  clear: both;
} */

.column {
	position: relative;
	width: 83px;
	height: 5px;
	border-radius: 40px;
	background-color: var(--slider-thumb-color);
	cursor: pointer;
}

@media (max-width: 992px) {
	.column {
		border-radius: 10px;
		/*border: 1px solid var(--border-catalog-color);*/
		/*background-color: var(--background-main-color);*/
		padding: 0px;
		width: 83px;
		height: 5px;
	}
}

.column button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.column img {
	display: none;
}

@media (max-width: 992px) {
	.column img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

/**/
.about__swiper {
	position: relative;
	margin-left: 65px;
}

@media (max-width: 992px) {
	.about__swiper {
		margin-left: 0px;
	}
}

@media (max-width: 576px) {
	.about__swiper {
		margin-left: 2px;
	}
}

.about__swiper::before {
	content: "";
	position: absolute;
	top: 150px;
	left: -19px;
	background-image: url("/images/vector-about-swiper-line-5.svg");
	width: 12px;
	height: 18px;
	z-index: 2;
}

@media (max-width: 576px) {
	.about__swiper::before {
		top: 72px;
		left: -5px;
	}
}

.about__swiper-slider {
	position: relative;
	width: 51%;
	height: 375px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.about__swiper-slider {
		width: 50%;
		height: 330px;
	}
}

@media (max-width: 576px) {
	.about__swiper-slider {
		height: 200px;
	}
}

.about__swiper-img {
	position: absolute;
	top: 154px;
	left: 0;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 576px) {
	.about__swiper-img {
		top: 77px;
	}
}

.about__swiper-text {
	position: absolute;
	max-width: 431px;
	top: 220px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.03em;
	line-height: 24px;
	padding-right: 10px;
}

@media (max-width: 992px) {
	.about__swiper-text {
		font-size: 14px;
		top: 186px;
		max-width: 294px;
		line-height: 21px;
	}
}

@media (max-width: 576px) {
	.about__swiper-text {
		top: 103px;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: -0.03em;
	}
}

.about__swiper-text span {
	font-weight: 700;
}

@media (max-width: 992px) {
	.about__swiper-text span {
		font-weight: 400;
	}
}

@media (max-width: 576px) {
	.about__swiper-text span {
		font-weight: 700;
	}
}

.about__swiper-text-1 {
	left: 32%;
}

@media (max-width: 992px) {
	.about__swiper-text-1 {
		left: 37px;
	}
}

@media (max-width: 576px) {
	.about__swiper-text-1 {
		left: 5%;
	}
}

.about__swiper-text-2 {
	left: 24%;
}

@media (max-width: 992px) {
	.about__swiper-text-2 {
		left: 13%;
	}
}

@media (max-width: 576px) {
	.about__swiper-text-2 {
		left: 5%;
	}
}

.about__swiper-box {
	position: absolute;
	display: flex;
	gap: 110px 51px;
	top: 0;
}

@media (max-width: 992px) {
	.about__swiper-box {
		flex-direction: column-reverse;
	}
}

@media (max-width: 576px) {
	.about__swiper-box {
		flex-direction: row;
	}
}

.about__swiper-box::before {
	position: absolute;
	top: 0;
	left: 42px;
	content: "";
	background-image: url("/images/vector-about-swiper-line-4.svg");
	width: 51px;
	height: 190px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 992px) {
	.about__swiper-box::before {
		left: -48px;
	}
}

@media (max-width: 576px) {
	.about__swiper-box::before {
		top: 5px;
		left: 55px;
		background-size: contain;
		height: 93px;
	}
}

.about__swiper-box-1 {
	left: 22%;
}

@media (max-width: 992px) {
	.about__swiper-box-1 {
		left: 73px;
	}
}

@media (max-width: 576px) {
	.about__swiper-box-1 {
		left: 5%;
	}
}

.about__swiper-box-2 {
	left: 14%;
}

@media (max-width: 992px) {
	.about__swiper-box-2 {
		left: 23%;
	}
}

@media (max-width: 576px) {
	.about__swiper-box-2 {
		left: 5%;
	}
}

.about__swiper-box p {
	font-size: 17px;
	font-weight: 700;
}

.about__swiper-box-img {
	max-width: 300px;
	height: 19px;
}

/*кнопка*/
.about__wrapper-box {
	margin-bottom: 110px;
	margin-top: 25px;
}

@media (max-width: 992px) {
	.about__wrapper-box {
		margin-bottom: 28px;
	}
}

@media (max-width: 576px) {
	.about__wrapper-box {
		margin-bottom: 0px;
	}
}

.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

/**/
.about__swiper-pagination {
	width: 100%;
	height: 50px;
	margin: 0;
}

@media (max-width: 650px) {
	.about__swiper-pagination {
		display: none;
	}
}

.about__swiper-pagination .swiper-pagination-bullet::before {
	display: none;
}

.about__swiper-pagination .swiper-pagination-bullet {
	padding: 5px 10px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	color: #000;
	opacity: 30%;
	background: none;
}

.about__swiper-pagination .swiper-pagination-bullet-active {
	color: var(--blue-color);
	opacity: 100%;
}

.submenu {
	display: none;
}

.header__nav-button.active + .submenu {
	display: block;
}

.open {
	display: block;
}

.blue-color {
	color: var(--blue-color);
	/* Измените цвет, если необходимо */
}
body {
	background-color: unset;
}
.filter__name {
	border-bottom: unset;
}
.bx-filter-button-box {
	display: none;
}

@media (max-width: 992px) {
	.combined-filter {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 90;
	}
}
#filterPopup.show {
	display: flex !important;
	flex-direction: column;
}

.swiper-slide .container {
	height: 100%;
}
.catalog-folder__level-1 {
	margin-bottom: 0px;
}
.catalog-folders {
	overflow: hidden;
}

.news__label-wrapper {
	padding-top: 86px;
}

@media (max-width: 992px) {
	.news__label-wrapper {
		padding-top: 50px;
	}
}

@media (max-width: 576px) {
	.news__label-wrapper {
		padding-top: 54px;
	}
}

.calculator__voltage {
	cursor: pointer;
}

.calculator__voltage-checkbox {
	pointer-events: none;
}

.decoration_left {
	position: absolute;
	background: url("/images/vector-pattern-1.svg");
	bottom: 70px;
	left: 0px;
	width: 200px;
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.decoration_right {
	position: absolute;
	background: url("/images/vector-pattern-1.svg");
	bottom: 70px;
	right: 0px;
	width: 200px;
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotateY(180deg);
}

@media (max-width: 992px) {
	.decoration_right,
	.decoration_left {
		display: none;
	}
}

.footer__wrapper .container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.footer__contacts-container {
	margin-top: auto;
	width: 100%;
	margin-bottom: 40px;
}

.footer {
	background-size: cover;
}

@media (max-width: 576px) {
	.home-catalog__box {
		min-width: 300px;
	}
}
.home-catalog .on-main .home-catalog__box {
	min-width: 391px;
	min-height: 284px;
	width: auto;
}
@media (max-width: 991px) {
	.home-catalog__boxes.on-main {
		display: grid;
	}
	.home-catalog .on-main .js-home-catalog__box {
		width: 100%;
	}
	.home-catalog .on-main .home-catalog__box {
		min-width: auto;
		min-height: auto;
		width: auto;
	}

	.product-features__left-column,
	.product-features__right-column {
		width: 100%;
	}
}
.swiper {
	min-width: 0px;
}

/* End */


/* Start:/bitrix/templates/profenergy/template_styles.css?17652061196178*/
.video__preview iframe{
    width: 100%;
    height: 263px;
}
.projects{
    margin-bottom: 90px;
}

.path__item .crumbs_img{
    width: 36px;
    height: 20px;
    margin: 0;
}
.path__item + .path__item{
    margin-left: 14px;
}
.path__item img{
    display: inline;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 14px;
}
/*.active.demo{*/
/*    background-color: #24548a;*/
/*}*/
.footer__link:hover,.footer__item a:hover{
    color: #fff;
    text-decoration:none;
}
.search-result {
    margin: 30px 0!important;
}
.support-block__download-btn{
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
}
.product-preview__image img{
    height: 100%;
}
.home-catalog .home-catalog__box{
    position: relative;
    z-index: 1;
    min-width: auto;
    width: calc(50% - 8px);
}
.catalog-category__title{
    z-index: 1;
    max-width: 450px;
}

.where-buy__dropdown{
    overflow: auto;
    max-height: 500px;
}
.where-buy__wrapper{
    overflow-y:auto;
}

.where-buy__store-list{
    height: auto;
}

.calculator__block-engine-title{
    color: var(--blue-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 152%;
    letter-spacing: -0.54px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    align-items: center;
}
.calculator__block-engine-input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 20px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid var(--border-catalog-color);
    border-radius: 5px;
    padding: 20px
}

@media (min-width: 991px) {
    .white_box{
        gap: 60px;
    }
}

@media (max-width: 992px){
    .catalog-category__title{
        max-width: 300px;
    }
    .calculator__block-engine-title{
        font-size: 15px;
        flex-direction: column;
    }
    .engine{
        width: 100%;
    }
    .engine .calculator__block-title-inner,.calculator__block-engine-title{
        width: 100%;
    }
    .support-block__material-item{
        padding: 10px 25px 10px 25px;
    }
    .support-block__title-btn_level-3.accordion-header{
        height: unset;
        padding: 10px 25px 10px 0;
    }
    .hamburger__bar{
        background-color: #24548a;
    }
    .hamburger__bar::before{
        background-color: #24548a;
    }
    .hamburger__bar::after{
        background-color: #24548a;
    }
    .hamburger.hamburger_active .hamburger__bar:before{
        background-color: #ffffff;
    }
    .hamburger.hamburger_active .hamburger__bar:after{
        background-color: #ffffff;
    }
    .footer__copyright-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

@media(max-width: 768px){
    .support-block__inner-level-2, ul.support-block__inner-level-3{
        max-height: 350px;
        overflow: auto;
    }
}
@media(max-width: 576px) {
    .home-catalog .home-catalog__box {
        background-color: #ffffff;
        width: 100%;
        flex-basis: auto;
    }

    .banner__container_center {
        height: 300px;
    }
    .support-block__title-btn_level-3.accordion-header{
        height: unset;
        padding: 0 ;
    }
    .catalog__wrapper {
        gap: unset;
    }

    .catalog_custom  .product-preview__wrapper{
        height: auto;
    }

    .partners_section .partners__box{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .support-block__material-item{
        padding: 10px 0 10px 0;
    }
    .partners_section .partners__box img{
        max-width: calc(33% - 14px);
    }
    .footer__copyright-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
@media (min-width: 991px) {
    .footer__copyrights-desktop{
        width: 255px;
    }
    .copyrights{
        width: 150px;
        margin: 0;
        text-align: left;
    }
    .footer__copyrights{
        justify-content: space-between;
    }

    .footer__copyrights_link{
        width: 303px;
    }
}
@media (min-width: 1200px) {
    .footer__copyrights-desktop{
        width: 333px;
    }
    .footer__copyrights{
        justify-content: space-between;
    }

    .copyrights{
        width: 200px;
        margin: 0;
        text-align: left;
    }
    .footer__copyrights_link{
        width: 400px;
    }
}

.footer__copyright-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.k-slider-news-wrap
{
	position:relative;
}


.k-home-search__box_s
{
	position:absolute;
	top:00px;
	z-index:999;
	width:100%;
}

.k-home-search__box_s
{
    border:thin solid #fafafa;
    padding:5px;
}
/* Стили для контейнера элементов управления в шапке */
.header__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 992px) {
    .header__controls {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .header__controls {
        margin-left: 5px;
    }
}

/* Стили для белого текста в футере */
.footer {
    color: #fff;
}

.footer__link, 
.footer__item a, 
.footer__email, 
.footer__phone, 
.footer__copyright-wrapper p, 
.footer__copyright-wrapper .copyrights,
.footer__copyrights_link {
    color: #fff !important;
}

.footer__copyright-wrapper a {
    color: #fff;
    text-decoration: underline;
}

/* Улучшенные стили для выравнивания социальных сетей */
.footer__column-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__socials {
    display: flex;
    gap: 11px;
    justify-content: center;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .footer__column-contacts {
        align-items: center;
        width: 100%;
    }
    
    .footer__column-contacts .footer__contacts-list {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
/* End */
/* /bitrix/templates/profenergy/components/bitrix/menu/main_menu_template/style.css?17328630461451 */
/* /bitrix/templates/profenergy/include/language_switcher/style.css?17423920431163 */
/* /bitrix/templates/profenergy/components/bitrix/menu/catalog.modal.categories/style.min.css?1696344309490 */
/* /bitrix/templates/profenergy/components/bitrix/search.title/visual1/style.css?16965013462108 */
/* /bitrix/templates/profenergy/styles.css?1765206119237043 */
/* /bitrix/templates/profenergy/template_styles.css?17652061196178 */
