

/* Start:/local/templates/cf/css/fonts.css?17206452002358*/
@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-ExtraLight.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-ExtraLight.woff") format("woff");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Light.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Light.woff") format("woff");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Regular.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Regular.woff") format("woff");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Medium.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Medium.woff") format("woff");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-SemiBold.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Bold.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Bold.woff") format("woff");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-ExtraBold.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Exo2";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Black.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Black.woff") format("woff");
}


@font-face {
    font-family: "Exo2";
    font-style: italic;
    font-display: swap;
    src: local("Exo2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Italic.woff2") format("woff2"),
         url("/local/templates/cf/css/../fonts/Exo2/Exo2-Italic.woff") format("woff");
}


/* End */


/* Start:/local/templates/cf/css/theme-variables.css?17795135992038*/
:root {
    --OFF: ;
    --ON: initial;

    --primary: var(--light, #FF7316) var(--dark, #FF7316);
    --light-primary: var(--light, #F07D00) var(--dark, #F07D00);
    --secondary: var(--light, #333333) var(--dark, #666666);
    --blackwhite: var(--light, #333333) var(--dark, #FFFFFF);
    --catalog-menu: var(--light, #333333) var(--dark, #444444);
    --body-bg: var(--light, #EEEEEE) var(--dark, #1b1b1b);
    --violet: var(--light, #6A77C9) var(--dark, #6A77C9);

    --bullet: var(--light, #F5F5F5) var(--dark, #ffffff);
    --bg: var(--light, #F5F5F5) var(--dark, #666666);
    --bg-content-form: var(--light, #F5F5F5) var(--dark, #444444);
    --bg-input: var(--light, #F5F5F5) var(--dark, #ededed);

    --footer-bg: var(--light, #333333) var(--dark, #333333);
    --border-card: var(--light, #DADADA) var(--dark, #4c4c4c);
    --title: var(--light, #666666) var(--dark, #F5F5F5);
    --main-text: var(--light, #000000) var(--dark, #ffffff);
    --text: var(--light, #111111) var(--dark, #ededed);
    --text-advantages: var(--light, #111111) var(--dark, #1b1b1b);
    --black: var(--light, #000000) var(--dark, #ffffff);
    --wrapper-bg: var(--light, #ffffff) var(--dark, #333333);
    --header-top: var(--light, #333333) var(--dark, #444444);
    --first-top: var(--light, #242424) var(--dark, #242424);
    --label-text: var(--light, #999999) var(--dark, #F5F5F5);
    --img-border: var(--light, #F5F5F5) var(--dark, #7a7a7a); 

    --gray-text: var(--light, #666666) var(--dark, #666666);
	
	--listing-gradient: var(--light, linear-gradient(360deg, #EEEEEE 0%, #FFFFFF 100%)) var(--dark, #333333);
	
	--see-more: var(--light, linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 10%) 70%)) var(--dark, linear-gradient(to top, rgba(51, 51, 51, 1) 0%, rgba(255, 255, 255, 0%) 70%));
	
    font-size: 14px;
    font-family: 'Exo2', Arial, sans-serif;
}

html[data-theme='light'] {
    --light: var(--ON);
    --dark: var(--OFF);
}

html[data-theme='dark'] {
    --light: var(--OFF);
    --dark: var(--ON);
}

/* End */


/* Start:/local/templates/cf/css/style.css?1779168336104799*/
/*RESET CSS*/

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
	margin: 0;
}

ol[role="list"],
ul[role="list"] {
	list-style: none;
}

* {
	outline: none;
}

body {
	min-height: 100vh;
	line-height: 1.5;
	background: var(--body-bg);
	font-family: "Exo2";
	font-size: 14px;
	color: var(--text);
	scroll-behavior: smooth;
}

button,
h1,
h2,
h3,
h4,
input,
label {
	line-height: 1.1;
}

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	color: currentColor;
}

img,
picture {
	max-width: 100%;
	display: block;
}

button,
input,
select,
textarea {
	font: inherit;
}

textarea:not([rows]) {
	min-height: 10em;
}

:target {
	scroll-margin-block: 5ex;
}

#all {
	width: 100%;
	min-width: 300px;
}

/*BASE STYLES*/

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #ff6600 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 10px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #ff6600;
	border-radius: 1px;
	border: 0px none #ffffff;
}

a {
	color: var(--hover-bg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}

button {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.d-grid {
	display: grid;
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-center {
	justify-content: center;
}

.img {
	-o-object-fit: contain;
	object-fit: contain;
}

.overflow {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding-left: 80px;
	padding-right: 80px;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bg-white {
	background-color: var(--wrapper-bg);
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.bold {
	font-weight: 700 !important;
}

.btn {
	text-transform: uppercase;
	padding: 12px 19px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.uppercase {
	text-transform: uppercase !important;
}

.primary {
	color: var(--primary);
	text-decoration: underline;
}

.btn__transparent {
	background-color: transparent;
	border: 3px solid var(--primary);
	color: var(--text);
}

.btn__transparent:hover {
	background-color: var(--primary);
	color: #ffffff;
}

.btn__transparent:disabled {
	border-color: grey;
	color: grey;
}

.btn__primary {
	background-color: var(--primary);
	color: #ffffff !important;
	border: none;
}

.btn__primary:hover {
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}

.btn__gradient {
	display: flex;
	background: linear-gradient(#6a76c9, #359ef6);
	padding: 3px 3px;
	border: 0;
}

.btn__gradient span {
	width: 100%;
	background: var(--secondary);
	padding: 4px 7px;
	border-radius: 8px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.btn__small {
	font-size: 13px !important;
	padding: 7px 7px;
	font-weight: 500;
}

.btn__gradient:hover span {
	background: transparent;
}

.btn__violet {
	background: var(--violet);
	color: #ffffff;
}

.small {
	font-size: 12px;
	font-weight: 200;
}

.columns,
.columns-2 {
	columns: 2;
}

.columns-3 {
	columns: 3;
}

.columns-center {
	display: flex;
	justify-content: space-evenly;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
	font-size: 14px;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
}

.breadcrumbs__item {
	margin-right: 20px;
	font-weight: 700;
}

.breadcrumbs__item a {
	color: var(--text);
	font-weight: 400;
}

.breadcrumbs__delimiter {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: var(--title);
	margin: 45px 0;
	text-transform: uppercase;
}
.section {
	clear: both;
}

/*HEADER*/

.license-link {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	gap: 10px;
}

.header__top {
	background: var(--header-top);
	color: #ffffff;
	position: sticky;
	top: 0;
	padding: 27px 0;
	z-index: 41;
	height: 82px;
}

.header__top-container {
	gap: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__top-menu {
	padding: 0;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	gap: 10px;
	/* margin-left: 15px; */
}

.header__top-menu__item {
	/* margin-right: 0; */
	list-style: none;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1.2;
	gap: 8px;
}

.header__top-container .header__top-menu__item {
	white-space: normal;
	gap: 0 10px;
}

.footer__menu-second a:hover,
.footer__menu a:hover,
.header__top-menu__item a:hover,
.open-city:hover {
	color: var(--primary);
}

.header__top-menu__item svg {
	/* margin-left: auto; */
	width: 12px;
	min-width: 12px;
	height: auto;
}

.header__top-menu__item:last-child svg {
	display: none;
}

.header__login {
	background: var(--first-top);
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: 0.4s;
}

.header__login.active {
	max-height: 200px;
}

.header__login__container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.header__login--close {
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	padding: 5px;
	z-index: 2;
}

.open-city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 8px;
	font-size: 13px;
	font-weight: 300;
	cursor: pointer;
	/* margin-top: 3px; */
}

.open-city__value {
	max-width: 135px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.city-select_simple {
	position: absolute;
	top: 100%;
	background: var(--secondary);
	display: none;
	left: auto;
}

.city-select_simple.opened {
	display: block;
}

ul.region_list {
	padding: 12px 25px 22px 25px;
	list-style: none;
	margin: 0;
	font-size: 1.1em;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 4px solid var(--primary);
}

.city-select_simple a {
	color: #ffffff;
	font-weight: 300;
}

.city-select_simple a:hover {
	color: var(--primary);
}

.open-city svg.str {
	rotate: 0;
}

.open-city.active svg.str {
	rotate: 180deg;
}

.header-buttons {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}

.header-buttons .header-buttons__item {
	font-size: 12px;
}

.header-buttons__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 102px;
	line-height: 1.2;
	gap: 8px;
	background: transparent;
	-webkit-appearance: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	color: white;
	font-weight: 400;
	text-align: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.header-buttons__item.special-btn {
	max-width: 120px;
}

@media (hover: hover) {
	.header-buttons__item:hover {
		color: var(--primary);
	}
}

.header-buttons__icon {
	/* margin-left: 8px; */
	min-width: 18px;
}

.special-btn .header-buttons__icon {
	min-width: 30px;
}

.header__phone__icon {
	position: absolute;
	left: -0;
	top: 50%;
	transform: translateY(-50%);
}

.header__menu {
	position: sticky;
	top: 82px;
	z-index: 40;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-right: auto;
	position: relative;
}

.menu-item {
	font-size: 20px;
	color: var(--text);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-item.parent > span {
	cursor: pointer;
}

.menu-item > span {
	padding: 0 10px;
}

.menu-item:not(.catalog-btn) .submenu {
	position: absolute;
	background: var(--wrapper-bg);
	font-size: 18px;
	text-align: left;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	line-height: 1.2;
	padding: 12px 30px 30px 36px;
	box-shadow: 0 35px 25px -29px #00000085;
	top: 100%;
	margin: 0;
	width: 300px;
	z-index: 2;
	left: 0;
}

.menu-item:not(.catalog-btn) .submenu a {
	padding: 0;
}

.menu-item:not(.catalog-btn) .submenu a:hover {
	color: var(--primary);
}

@media (hover: hover) {
	.menu-item:not(.catalog-btn):hover .submenu {
		display: flex;
	}
}

.menu-item a {
	padding: 0 10px;
	text-decoration: none;
}

.menu-item:not(.catalog-btn) a:hover {
	color: var(--primary);
}

.menu-item:not(:first-child, :last-child)::before {
	content: "";
	position: absolute;
	right: 0;
	height: 30px;
	width: 2px;
	background: var(--primary);
	top: 12px;
}

.catalog-btn {
	background: var(--primary);
	color: #ffffff;
	border-radius: 8px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: static;
}

.catalog-btn .submenu {
	background: var(--catalog-menu);
	width: 410px;
	position: absolute;
	left: 0;
	top: calc(100% + 15px);
	flex-direction: column;
	align-items: stretch;
	padding: 10px 0;
	border-radius: 0 0 8px 8px;
}

.mobile-menu .header__phone {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mobile-menu .icons-nav__link {
	font-size: 13px;
	gap: 12px;
}

.mobile-menu .icons-nav__link img {
	height: 30px;
	width: 30px;
	object-fit: contain;
}

.mobile-menu .icons-nav__wrapper {
	float: left;
	width: 100%;
}

.mobile-menu .catalog-btn .submenu,
.mobile-menu .menu .submenu,
.mobile-menu .catalog-btn .submenu .menu {
	width: 100%;
	position: relative;
	left: auto;
	top: auto;
	background: var(--wrapper-bg);
	border-radius: 0;
	padding-top: 0;
	flex-direction: column;
	align-items: stretch;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	box-shadow: none;
	gap: 0 !important;
}

.mobile-menu .menu-item {
	background: transparent;
}

.mobile-menu .menu-item a {
	color: var(--main-text);
	font-weight: 400;
}

.mobile-menu .menu-item.catalog-btn a svg {
	display: none;
}

.mobile-menu .catalog-btn .menu-item,
.mobile-menu .menu-item {
	border-bottom: 1px solid var(--bg);
}

.mobile-menu .header__top-menu,
.mobile-menu .menu {
	gap: 0;
	align-items: stretch;
}

.mobile-email {
	display: flex;
	align-items: center;
	gap: 10px;
	float: left;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
}

.mobile-menu_nav .btn__gradient {
	margin-top: 10px;
}

.mobile-menu_nav > .menu {
	margin-top: 10px;
}

.mobile-menu .menu .menu-item,
.mobile-menu .header__top-menu__item {
	justify-content: flex-start;
}

.mobile-menu .menu .menu-item:not(:last-child),
.mobile-menu .header__top-menu__item:not(:last-child) {
	border-bottom: 1px solid var(--bg);
}

.mobile-menu .menu .menu-item a,
.mobile-menu .header__top-menu__item a,
.mobile-menu .menu .menu-item span {
	padding: 14px 0;
	line-height: 1.4;
}

.mobile-menu .catalog-btn .submenu .submenu-item {
	padding: 0 20px 0 0;
}

.mobile-menu .opened > a {
	font-weight: 700;
}

.mobile-menu .menu .submenu .submenu-item:not(:last-child),
.mobile-menu .catalog-btn .submenu .submenu-item:not(:last-child) {
	border-bottom: 1px solid var(--bg);
}

.mobile-menu .menu .submenu .submenu-item a,
.mobile-menu .menu .submenu .menu-item a,
.mobile-menu .catalog-btn .menu-item a,
.mobile-menu .catalog-btn .submenu .submenu-item a {
	padding: 12px 0 12px 15px;
	color: var(--main-text);
	line-height: 1.4;
}

.mobile-menu .menu-item.parent > a,
.mobile-menu .submenu-item.parent > a {
	width: auto;
	line-height: 1.4;
}

.mobile-menu .catalog-btn.parent,
.mobile-menu .menu-item.parent,
.mobile-menu .catalog-btn .submenu .submenu-item.parent {
	background: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/angle-down.svg)
		no-repeat calc(100% - 10px) 23px;
	display: flex;
	flex-wrap: wrap;
}

.mobile-menu .catalog-btn .submenu .submenu-item .img {
	display: none;
}

.mobile-menu .catalog-btn .submenu .submenu-item.parent {
	padding-right: 30px;
}

.mobile-menu .catalog-btn .submenu .submenu-item.parent > a {
	color: var(--main-text);
}

.mobile-menu .submenu .menu {
	padding-left: 20px;
}

.mobile-menu .header__phone--item {
	font-size: 19px;
}

.mobile-menu .header__address {
	font-size: 13px;
	margin-top: 25px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: left;
	padding-bottom: 30px;
}

.mpc-site .mobile-menu .header__address {
	padding-left: 30px;
	padding-bottom: 15px;
}

.mpc-site .mobile-menu .header__address svg {
	top: 10px;
	width: 20px;
	height: 20px;
}

.mobile-menu .header__address svg {
	left: 0;
	bottom: 6px;
	top: 20px;
}

.mobile-menu .header-buttons__item {
	max-width: calc(50% - 5px);
	text-align: left;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 4px 10px;
	margin-top: 0;
	color: #000000;
	width: 100%;
	/* -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; */
	padding: 8px 10px;
	border-radius: 8px;
	background: whitesmoke;
	min-height: 70px;
	float: left;
	font-size: 12px;
}

.mobile-menu .header-buttons__item.theme-btn {
	margin-right: 10px;
}

.catalog-btn .submenu .submenu-item {
	font-size: 18px;
	padding: 10px 12px;
}

.catalog-btn .submenu .submenu-item .img,
.catalog-btn .submenu .submenu-item svg {
	width: 38px;
	min-width: 38px;
	height: 42px;
	transition: 0.2s;
}

.catalog-btn .submenu .submenu-item svg path {
	fill: none;
	stroke-width: 3px;
	stroke: var(--primary);
}

.catalog-btn .submenu .submenu-item a {
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 18px;
	text-align: left;
	line-height: 1.3;
}

@media (hover: hover) {
	.catalog-btn .submenu .submenu-item a:hover {
		color: var(--primary);
	}

	.catalog-btn .submenu .submenu-item a:hover .img {
		transform: scale(1.15);
	}
}

.submenu-level-2 {
	display: none;
	position: absolute;
}

@media (hover: hover) {
	.submenu-item:hover > .submenu-level-2 {
		display: block;
		left: 100%;
		top: 0;
		background: var(--bg);
		width: 600px;
		box-shadow: 13px 32px 35px -17px #0000007d;
		border-radius: 0 0 8px 0;
		padding: 20px 30px;
		list-style: none;
		min-height: 100%;
		columns: 250px 2;
	}
}

.catalog-btn .submenu-level-2 .submenu-item {
	padding: 14px 0;
	font-size: 16px;
}

.catalog-btn .submenu-level-2 .submenu-item a {
	color: var(--text);
}

@media (hover: hover) {
	.catalog-btn .submenu-level-2 .submenu-item a:hover {
		color: var(--primary);
	}
}

.catalog-btn > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	font-weight: 300;
	padding: 10px 20px;
	transition: 0s;
	text-decoration: none;
}

.catalog-btn.opened {
	border-radius: 8px 8px 0 0;
}

.catalog-btn.opened > a {
	box-shadow: 0 18px 0 0 var(--primary);
}

.submenu {
	display: none;
}

.submenu.opened,
.menu.opened {
	display: flex;
}

.header__search {
	min-width: 28%;
}

.search {
	border: 2px solid var(--primary);
	border-radius: 8px;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.search__submit {
	margin-right: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	height: 25px;
	width: 24px;
}

.search__input {
	border: 0;
	color: var(--title);
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	width: calc(100% - 36px);
	outline: none;
	background-color: transparent;
}

.search__input::placeholder {
	color: var(--title);
	opacity: 1;
	/* Firefox */
}

.search__input ::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: var(--title);
}

.header__second {
	color: var(--main-text);
}

.header__second-container {
	/* padding-top: 50px; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px;
	gap: 35px;
}

.header__menu-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 35px 25px -29px #00000085;
	box-shadow: 0 35px 25px -29px #00000085;
	z-index: 1;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 0;
}

/* .header__logo {
	margin-right: 6%;
} */

.header__logo img {
	max-width: 100%;
	width: 365px;
	height: auto;
	object-fit: contain;
}

.header__address {
	font-size: 20px;
	position: relative;
	max-width: 28%;
	padding-left: 24px;
}

.header__address svg {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header__phone {
	font-size: 12px;
}

.header__phone span {
	padding-left: 27px;
}

.header__phone--item a {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding-left: 26px;
	text-align: left;
}

.header__messengers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header__get-sertificate {
	font-size: 12px !important;
}

.header__callback {
	text-transform: uppercase;
	background: var(--primary);
	color: #ffffff;
	padding: 7px 13px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

/*FOOTER*/

.footer {
	background: var(--footer-bg);
	color: #ffffff;
	padding: 60px 0;
}

.footer.d-flex {
	flex-wrap: wrap;
}

.footer__menu {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 15px;
}

.footer__menu-item {
	font-size: 16px;
	font-weight: 300;
}

.footer__subscribe {
	max-width: 326px;
}

.footer__subscribe form {
	flex-wrap: wrap;
}

.footer_text {
	width: 100%;
	text-align: right;
	margin-top: 20px;
	color: var(--gray-text);
}

.footer_text a {
	color: var(--gray-text);
}

.footer_text a:hover {
	color: var(--primary);
}

.subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: -24px;
}

.subscribe__text,
.footer__subscribe label {
	color: #999999;
	font-size: 12px;
}

@media(max-width: 576px) {
	.task-159500 .subscribe__text,
	.task-159500 .footer__subscribe label {
		font-size: 14px;
	}
}

.footer__subscribe label {
	margin-top: 0;
	width: calc(100% - 40px);
}

.footer__subscribe .form-section__field {
	margin-top: 10px;
	flex-wrap: wrap;
	padding: 0;
}

.footer__subscribe form span.form-status {
	line-height: 1;
	background: var(--secondary);
}

.footer__subscribe form span.form-status:empty {
	background: transparent;
}

.subscribe__input {
	min-width: 265px;
	height: 45px;
	border-radius: 8px;
	padding: 0 20px;
	border: 0;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 400;
}

.subscribe__submit {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffa061),
		to(#ff7316)
	);
	background: -o-linear-gradient(top, #ffa061 0%, #ff7316 100%);
	background: linear-gradient(180deg, #ffa061 0%, #ff7316 100%);
	-webkit-appearance: none;
	color: #ffffff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 8px;
	width: 41px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 20px;
	margin-bottom: 5px;
	cursor: pointer;
}

.subscribe__submit:disabled {
	background: linear-gradient(180deg, #ffa061 0%, gray 100%);
}

.footer__kedu {
	margin-left: 24px;
	position: relative;
	top: 20px;
}

.footer__menu-second {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
	padding-right: 0;
	margin-top: 0;
	gap: 8px 15px;
	font-size: 14px;
	max-width: calc(100% - 185px);
}

.footer-mpc .footer__menu-second {
	margin-top: -28px;
}

.footer__menu-second__item:not(:first-child) a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	gap: 12px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer .btn {
	width: 158px;
	font-size: 15px;
	padding: 8px;
	text-align: center;
	font-weight: 500;
}

.footer__contacts-item:nth-child(1) {
	max-width: 340px;
}

.footer__contacts-item .small {
	opacity: 0.7;
	position: relative;
	left: -4px;
}

.footer__icon {
	margin-top: 7px;
	min-width: 18px;
}

.footer__contacts a {
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin: 0 27px;
}

.footer__bottom {
	text-transform: uppercase;
	color: var(--bg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 300;
	gap: 20px 40px;
}

.footer__bottom-link {
	text-transform: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 12px;
}

@media(max-width: 576px) {
	.task-159500 .footer__bottom-link {
		font-size: 14px;
	}
}

.footer__bottom-link a {
	color: #aaaaaa;
	text-decoration: underline;
}

.footer__copywrite {
	color: #666666;
	max-width: 160px;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: auto;
}

.footer__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px 15px;
}

.footer__menu-bottom {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	gap: 20px 35px;
	margin-left: auto;
	margin-right: auto;
}

.section-content {
	min-height: 500px;
}

main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mobile-menu {
	display: block;
	position: fixed;
	left: -400px;
	top: 0;
	-webkit-transition: left 0.4s;
	-o-transition: left 0.4s;
	transition: left 0.4s;
	width: 300px;
	background: var(--wrapper-bg);
	z-index: 100;
	height: 100vh;
	-webkit-box-shadow: calc(100vw - 300px) 0 0 26px transparent;
	box-shadow: calc(100vw - 300px) 0 0 26px transparent;
	padding: 14px;
	overflow-y: scroll;
}

.mobile-menu .license-link {
	float: left;
	width: 100%;
}

html body .bvi-panel.bvi-fixed-top {
	position: relative !important;
}

.bvi-body .mobile-menu {
	z-index: 1000000;
}

.mobile-menu.opened {
	left: 0;
	-webkit-box-shadow: 317px 0 0 2600px #0000007a;
	box-shadow: 317px 0 0 2600px #0000007a;
}

.mobile-menu__close {
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	width: 30px;
	height: 40px;
	margin-left: 20px;
	cursor: pointer;
}

.mobile-menu__search {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.mobile-menu__search .form {
	position: relative;
}

.youtube-lazy {
	position: relative;
}

.youtube-lazy iframe {
	z-index: 3;
	position: absolute;
	height: 100% !important;
	top: 0;
	left: 0;
}

.youtube-btn {
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	top: calc(50% - 33px);
	right: calc(50% - 52px);
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.youtube-btn:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*FOOTER FORM*/

.footer-form {
	background: var(--primary);
	color: #ffffff;
}

.footer-form__left {
	max-width: 44%;
	z-index: 1;
}

.footer-form__bg {
	position: absolute;
	bottom: 0;
	right: 5%;
}

.footer-form__header {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-form__text {
	font-size: 19px;
	font-weight: 300;
	max-width: 492px;
}

.footer-form__manager {
	font-size: 16px;
	margin-top: 30px;
	display: flex;
	gap: 10px;
}

.footer-form__container {
	position: relative;
	min-height: 295px;
	padding-top: 50px;
	padding-bottom: 50px;
	gap: 30px 6%;
	align-items: center;
}
main .footer-form__container {
	padding-bottom: 25px;
}

.footer-form__right {
	max-width: 56%;
	z-index: 2;
	position: relative;
}

.footer-form__title {
	font-size: 24px;
	font-weight: 600;
}

.footer-form__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 500px;
	gap: 10px;
	margin-top: 20px;
}

.footer-form__field {
	font-size: 12px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-form__field-checkbox {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 13px;
	font-weight: 200;
	position: relative;
	padding-left: 0;
	line-height: 1.2;
	margin-top: 10px;
}

.footer-form__field-checkbox input {
	position: absolute;
	left: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ffffff;
	-webkit-appearance: none;
	border-radius: 4px;
	background: #ffffff;
	top: 5px;
}

.footer-form__field input[type="text"] {
	padding: 15px 25px;
	font-size: 18px;
	font-weight: 300;
	border: 0;
	border-radius: 8px;
	margin-top: 5px;
	min-width: 303px;
	outline: none;
	-webkit-box-shadow: 0px 9px 14px -3px #00000052;
	box-shadow: 0px 9px 14px -3px #00000052;
}

.footer-form__submit {
	color: #111111;
	background: white;
	-webkit-appearance: none;
	border: 3px solid #ffa467;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 25px;
	-webkit-box-shadow: 0px 9px 14px -3px #00000052;
	box-shadow: 0px 9px 14px -3px #00000052;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-form__submit:disabled {
	border-color: gray;
}

.footer-form__submit:active {
	box-shadow: inset 0px 0px 23px 1px rgb(207 94 18);
}

.footer-form__image {
	position: absolute;
	bottom: 0;
	right: 2%;
	z-index: 1;
}
.form-question .footer-form__image {
	max-height: 360px;
}
.footer-form .footer-form__image {
	max-height: 340px;
}

/* #146444 Правка по форме после тестирования - акция, форма Мне это интересно */
	
.section.content .footer-form img {
    border-radius: 0;
    float: none;
    margin-bottom: 0;
}

.section.content .footer-form a {
    color: #fff;
	font-weight: 200;
}

.footer__logo {
	max-width: 260px;
}

.form-question {
	margin-left: -80px;
	margin-right: -80px;
	-webkit-box-shadow: 500px 0 0 0 var(--primary), -500px 0 0 0 var(--primary);
	box-shadow: 500px 0 0 0 var(--primary), -500px 0 0 0 var(--primary);
	margin-top: 65px;
}

.form-question .footer-form__image {
	bottom: 0;
	right: auto;
	left: 0;
}

.form-question .footer-form__container {
	padding-left: 22%;
}

.form-question .footer-form__left {
	max-width: 44%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.required__form__field {
	position: relative;
}

.required__form__field:after {
	content: "*";
	color: var(--primary);
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 30px;
	right: 10px;
}

#certificate-form,
#form_vakansii {
	width: 496px;
}

#certificate-form .checkbox label,
#form_vakansii .checkbox label {
	font-size: 12px;
}

#certificate-form .popup__submit,
#form_vakansii .popup__submit {
	padding: 14px 24px;
}

.popup .checkbox {
	color: var(--text);
}

.popup__field,
form,
.front-slider__form__field-checkbox {
	position: relative;
}

.popup .form-status {
	margin-top: 10px;
	display: flex;
}

.popup__field {
	padding-bottom: 20px;
}

form .front-slider__form__field-checkbox {
	overflow: visible;
	display: flex;
}

form span.form-status {
	color: var(--primary);
	width: 100%;
	font-weight: normal;
	font-size: 14px;
}

form .popup__field span.form-status {
	bottom: -15px;
}

.footer-form form span.form-status {
	color: #fff;
}

.error__form__field input,
.error__form__field textarea {
	background: #f9ebe1 !important;
}

.open-mobile-menu {
	display: none;
	background: var(--primary);
	color: #ffffff;
	border-radius: 8px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 34px;
	padding: 10px;
	cursor: pointer;
}

.mobile-callback {
	display: none;
}

.arrow-btn {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.arrow-btn:hover {
	gap: 20px;
	color: var(--primary);
}

.hidden {
	display: none !important;
}

[data-fancybox="cources"],
[data-fancybox="certificates"],
[data-fancybox="reviews"],
.recommend__picture[data-fancybox] {
	position: relative;
	cursor: pointer;
	display: flex;
}

[data-fancybox="certificates"] {
	max-height: 100%;
	height: 100%;
}

[data-fancybox="reviews"]::before,
[data-fancybox="product"]::before,
[data-fancybox="cources"]::before,
[data-fancybox="certificates"]::before,
.recommend__picture[data-fancybox]::before {
	content: "";
	background: url(/local/templates/cf/css/../images/icon_zoom.svg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.9s;
	background-position: bottom left;
	max-width: 100%;
	max-height: 100%;
}

[data-fancybox="product"]::before {
	left: 0;
	bottom: auto;
	top: 0;
	width: 40px;
	height: 40px;
	transform: rotate(90deg);
}

[data-fancybox="reviews"]:hover::before,
[data-fancybox="product"]:hover::before,
[data-fancybox="cources"]:hover::before,
[data-fancybox="certificates"]:hover::before,
.recommend__picture[data-fancybox]:hover::before {
	width: 171px;
	height: 171px;
	opacity: 0.2;
}

@media (min-width: 991px) {
	main .swiper,
	.popup .swiper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	main .swiper-wrapper,
	.popup .swiper-wrapper {
		height: auto;
	}
}

.popup .swiper:not(.crosslink),
main .swiper:not(.crosslink) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

main .swiper:not(.crosslink) .swiper-wrapper,
.popup .swiper:not(.crosslink) .swiper-wrapper {
	height: auto;
}

.popup .quick-view__next,
.popup .swiper-button-next,
main .swiper-button-next {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	-webkit-box-ordinal-group: 21;
	-ms-flex-order: 20;
	order: 20;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	float: left;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 20px;
}

.popup .quick-view__prev,
.popup .swiper-button-prev,
main .swiper-button-prev {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	float: left;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 20px;
}

.popup .swiper-pagination,
main .swiper-pagination {
	position: relative;
	margin: 0 25px;
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15;
	max-width: calc(100% - 105px);
}

.popup .swiper-pagination:not(.swiper-pagination-bullets-dynamic),
main .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
	right: auto;
	left: auto !important;
	top: auto !important;
	bottom: auto !important;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	float: left;
	width: auto !important;
	gap: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-self: center;
}

.popup .swiper-pagination.swiper-pagination-bullets-dynamic,
main .swiper-pagination.swiper-pagination-bullets-dynamic {
	left: 0 !important;
	transform: none !important;
	top: 0;
}

.popup
	.swiper-pagination.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
main
	.swiper-pagination.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	margin: 0 12px;
}

.popup .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.popup
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-next-next,
main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
main
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-next-next,
.popup .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.popup
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-prev-prev,
main .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
main
	.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet-active-prev-prev {
	transform: scale(1);
}

.popup .swiper-pagination-bullet,
.popup .swiper-pagination .swiper-pagination-bullet,
main .swiper-pagination .swiper-pagination-bullet {
	background: var(--bullet);
	opacity: 1 !important;
	width: 13px;
	height: 13px;
	border-radius: 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.popup .swiper-pagination-bullet-active,
.popup .swiper-pagination .swiper-pagination-bullet-active,
main .swiper-pagination-bullet-active,
main .swiper-pagination .swiper-pagination-bullet-active {
	background: var(--primary);
}

.popup .quick-view__next:after,
.popup .swiper-button-next:after,
main .swiper-button-next:after {
	content: "";
	background: url(/local/templates/cf/images/back.svg);
	width: 20px;
	height: 19px;
}

.popup .quick-view__prev:after,
.popup .swiper-button-prev:after,
main .swiper-button-prev:after {
	content: "";
	background: url(/local/templates/cf/images/back.svg);
	width: 20px;
	height: 19px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pager-block {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.pager,
.navigation-arrows {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
	padding: 0;
}

.pager-item,
.pager-block a,
.pager-block .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: var(--title);
	font-weight: 700;
}

.pager-item a:hover {
	color: var(--primary);
}

.pager-prev {
	transform: rotate(180deg);
}

.pager-current {
	color: #ffffff;
	background: var(--primary);
	padding: 8px 16px;
	border-radius: 8px;
	line-height: 1;
}

.only-mobile {
	display: none;
}

[data-toggle-content] {
	max-height: 0;
	overflow: hidden;
	transition: 0.6s;
}

[data-toggle-content].active {
	max-height: 2000px;
}

.content,
.seo-text {
	font-size: 18px;
}

.content p,
.seo-text p {
	margin-bottom: 22px;
}

.seo-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5 {
	margin: 32px 0 22px 0;
}

.content ul,
.seo-text ul {
	margin: 0px auto 22px auto;
	list-style: none;
	padding: 0;
	max-width: 1180px;
	overflow: hidden;
}

.seo-text ul {
	margin-left: 0;
	margin-right: 0;
}

.content ul li,
.seo-text ul li {
	padding-left: 32px;
	position: relative;
	margin-bottom: 22px;
}

.content ul li:before,
.seo-text ul li:before {
	content: "";
	background: url(/local/templates/cf/css/../images/point_menu.svg) no-repeat center;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}

.content ul li:last-child,
.seo-text ul li:last-child {
	margin-bottom: 0;
}

.content__img {
	height: auto;
	padding-bottom: 20px;
	box-shadow: 0 37px 25px -20px #00000036;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid var(--img-border);
	border-radius: 8px;
}

.content__text {
	max-width: 900px;
	margin-top: auto;
	margin-bottom: auto;
}

.content__text p {
}

.content__text p:first-child {
	font-size: 24px;
}

.popup {
	background: var(--wrapper-bg) !important;
	padding: 50px 30px 50px 30px !important;
	border-radius: 8px !important;
	width: 600px;
	max-width: 100%;
	display: none;
}

.popup_wide {
	width: 1200px;
}

.popup-column {
	flex-grow: 1;
}

.popup .f-button.is-close-btn {
	top: 15px !important;
	right: 15px !important;
	background: transparent;
}

.popup .f-button.is-close-btn svg {
	stroke: var(--primary);
}

.popup__title {
	font-weight: 700;
	color: var(--title);
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
}

#add_review .popup__title {
	margin-bottom: 20px;
}

.popup__text {
	margin: 20px 0;
	font-size: 16px;
	color: var(--text);
	text-align: center;
}

#change_price .popup__text {
	font-size: 24px;
}

#change_price.popup {
	width: 910px;
}

.popup__field {
	gap: 20px;
}

.popup__field span {
	color: #999999;
	font-size: 14px;
	padding: 0 0 7px 22px;
	line-height: 1;
}

.popup__input {
	background: var(--bg-input);
	box-shadow: none;
	border: 0;
	-webkit-appearance: none;
	padding: 11px;
	font-size: 16px;
	outline: none !important;
	border-radius: 8px;
}

.one-click__form__input {
	border-radius: 8px;
}

.popup__submit {
	font-size: 20px;
	padding: 14px 30px;
	line-height: 1.2;
	margin-top: auto;
	position: relative;
	top: 5px;
}

label a {
	text-decoration: underline;
}

label a:hover {
	text-decoration: none;
}

.checkbox {
	display: flex;
	gap: 6px;
	padding-right: 22px;
	align-items: center;
}

.checkbox input {
	position: relative !important;
	margin-left: 0 !important;
}

.checkbox label {
	padding: 0;
}

.checkbox input[type="checkbox"] {
	all: unset;
	width: 20px;
	min-width: 20px;
	height: 20px;
	display: block;
	margin-right: 10px;
}

.checkbox input[type="checkbox"]::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background: #ffffff;
	border-radius: 4px;
	left: 0;
	top: 0;
	cursor: pointer;
	transition: 0.2s;
	border: 1px solid var(--primary);
}

.checkbox input[type="checkbox"]:checked::before {
	background: var(--primary);
	box-shadow: inset 0 0 0 3px #ffffff;
}

.section-404 {
	font-size: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 0 20px 0;
	gap: 20px 0;
}

.section-404__img-2 {
	margin-top: -55px;
	margin-bottom: 30px;
}

/*Стили для версии для слабовидящих*/

body .bvi-body textarea,
body .bvi-body select,
body .bvi-body input {
	border: 1px solid !important;
}

.add-to-favorite {
	margin-left: auto;
	position: relative;
}

.add-to-favorite input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	margin: 0;
	width: 20px;
	height: 20px;
}

.add-to-favorite input + label {
	z-index: 2;
	position: relative;
	cursor: pointer;
}

.add-to-favorite.active svg path {
	fill: var(--primary);
}

.content-block__detail {
	overflow: hidden;
}

.content-block__detail h2 {
	text-align: left;
}

.bvi-body .tab-nav {
	gap: 10px;
}

.bvi-body[data-bvi-theme="brown"]
	.menu-item:not(:first-child, :last-child)::before {
	background: #4d4b43 !important;
}

.bvi-body[data-bvi-theme="white"]
	.menu-item:not(:first-child, :last-child)::before {
	background: #000000 !important;
}

.bvi-body[data-bvi-theme="black"]
	.menu-item:not(:first-child, :last-child)::before {
	background: #ffffff !important;
}

.bvi-body[data-bvi-theme="blue"]
	.menu-item:not(:first-child, :last-child)::before {
	background: #063462 !important;
}

.bvi-body[data-bvi-theme="green"]
	.menu-item:not(:first-child, :last-child)::before {
	background: #a9e44d !important;
}

.bvi-body .tab-nav__link:not(.active)::before {
	display: none;
}

.bvi-body[data-bvi-theme="blue"] .checkbox input[type="checkbox"]::before {
	background: #9dd1ff !important;
	border: 1px solid #063462;
}

.bvi-body[data-bvi-theme="blue"]
	.checkbox
	input[type="checkbox"]:checked::before {
	background: #063462 !important;
	box-shadow: inset 0 0 0 3px #9dd1ff !important;
}

.bvi-body[data-bvi-theme="white"] .checkbox input[type="checkbox"]::before {
	background: #ffffff !important;
	border: 1px solid #000000;
}

.bvi-body[data-bvi-theme="white"]
	.checkbox
	input[type="checkbox"]:checked::before {
	background: #000000 !important;
	box-shadow: inset 0 0 0 3px #ffffff !important;
}

.bvi-body[data-bvi-theme="black"] .checkbox input[type="checkbox"]::before {
	background: #000000;
	border: 1px solid #ffffff;
}

.bvi-body[data-bvi-theme="black"]
	.checkbox
	input[type="checkbox"]:checked::before {
	background: #ffffff;
	box-shadow: inset 0 0 0 3px #000000;
}

.bvi-body[data-bvi-theme="brown"] .checkbox input[type="checkbox"]::before {
	background: #f7f3d6;
	border: 1px solid #4d4b43;
}

.bvi-body[data-bvi-theme="brown"]
	.checkbox
	input[type="checkbox"]:checked::before {
	background: #4d4b43;
	box-shadow: inset 0 0 0 3px #f7f3d6;
}

.bvi-body[data-bvi-theme="green"] .checkbox input[type="checkbox"]::before {
	background: #3b2716;
	border: 1px solid #a9e44d;
}

.bvi-body[data-bvi-theme="green"]
	.checkbox
	input[type="checkbox"]:checked::before {
	background: #a9e44d;
	box-shadow: inset 0 0 0 3px #3b2716;
}

body .bvi-body[data-bvi-theme="white"] :not(.bvi-no-styles) .categories__img {
	background-color: #000000 !important;
}

body .bvi-body[data-bvi-theme="brown"] :not(.bvi-no-styles) .categories__img {
	background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme="green"] :not(.bvi-no-styles) {
	background: #a9e44d;
}

body .bvi-body[data-bvi-theme="brown"] :not(.bvi-no-styles) {
	background: #4d4b43;
}

body .bvi-body[data-bvi-theme="black"] :not(.bvi-no-styles) {
	background: #000000;
}

body .bvi-body[data-bvi-theme="white"] :not(.bvi-no-styles) {
	background: #ffffff;
}

body .bvi-body[data-bvi-theme="blue"] :not(.bvi-no-styles) {
	background: #063462;
}

@media (max-width: 1570px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.form-question {
		margin-left: -50px;
		margin-right: -50px;
	}

	/* .header__logo {
		margin-right: 4%;
	} */
}

@media (max-width: 1490px) {
	.header__top-container .header__top-menu__item {
		gap: 0 12px;
	}

	.header__top-menu {
		gap: 8px;
	}
}

@media (max-width: 1460px) {
	/* .header__logo {
		margin-right: 0;
		max-width: 20%;
		min-width: 150px;
	} */

	/* .header__top-container .header__top-menu__item {
		max-width: 90px;
		font-size: 13px;
		text-wrap: balance;
	} */
}

@media (max-width: 1410px) {
	.header-buttons__item {
		font-size: 0;
	}
}

@media (max-width: 1390px) {
	/* .header-buttons__icon {
		margin-left: 0;
	} */

	.footer__copywrite {
		max-width: 100%;
		order: 5;
		width: 100%;
	}

	.footer-form__left {
		max-width: 29%;
	}

	.footer-form__right {
		max-width: 71%;
	}

	.footer-form__text {
		font-size: 17px;
		margin-top: 20px;
	}

	.footer-form__header {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media (max-width: 1340px) {
	.menu-item {
		font-size: 16px;
	}

	.menu-item:not(.catalog-btn) .submenu {
		font-size: 15px;
		gap: 17px;
		width: 255px;
	}

	.menu-item:not(:first-child, :last-child)::before {
		height: 22px;
		top: 15px;
	}

	.footer__kedu {
		margin-left: 0;
		top: 0;
		-webkit-box-ordinal-group: 101;
		-ms-flex-order: 100;
		order: 100;
	}

	.footer__menu-second {
		padding-right: 0;
		margin-top: 0 !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header__top-menu {
		margin-right: 0;
		gap: 18px 8px;
	}

	.header__top-menu__item {
		margin-right: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		gap: 0 8px;
		font-size: 14px;
	}

	.header-buttons {
		gap: 15px 15px;
	}

	.open-city {
		gap: 0 10px;
	}
	/* 
	.header-buttons__icon {
		margin-left: 10px;
	} */
}

@media (max-width: 1230px) {
	.form-question .footer-form__container {
		padding-left: 32%;
	}

	.form-question .footer-form__left {
		max-width: 100%;
	}
	/* 
	.header__phone--item {
		font-size: 18px;
	} */

	.header__phone--item a,
	.header__address {
		font-size: 16px;
		max-width: 100%;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.form-question {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media (min-width: 1200px) {
	.mobile-menu {
		display: none;
	}
}

@media (max-width: 1199px) {
	.content,
	.seo-text {
		font-size: 14px;
	}

	.content__text p:first-child {
		font-size: 15px;
	}

	.content ul li,
	.seo-text ul li {
		margin-bottom: 10px;
		padding-left: 30px;
	}

	.open-mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header__top .header__top-menu {
		display: none;
	}

	.header__top-menu,
	.mobile-menu .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 0;
		margin-bottom: 0;
		float: left;
		width: 100%;
		margin-left: 0;
	}

	.mobile-menu_nav > .menu {
		margin-top: 10px;
	}

	.header__top-menu__item,
	.mobile-menu .menu .menu-item {
		font-size: 15px;
		margin: 0;
		text-align: left;
	}

	.header__top-menu__item svg {
		display: none;
	}

	.mobile-menu .search__input {
		font-size: 15px;
	}

	.mobile-menu .menu-item {
		list-style: none;
		margin-top: 20px;
		float: left;
		width: 100%;
		justify-content: flex-start;
		border-radius: 0;
	}

	.mobile-menu .search {
		padding: 8px 12px;
	}

	.mobile-menu .catalog-btn a {
		gap: 18px;
		padding: 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 15px;
	}

	.open-city {
		margin-left: 5px;
		margin-right: auto;
	}

	.header__menu .header__search {
		display: none;
	}
}

@media screen and (max-width: 860px) {
	main {
		-webkit-box-shadow: inset 0 26px 25px -42px #00000085;
		box-shadow: inset 0 26px 25px -42px #00000085;
	}

	.header__menu {
		display: none;
	}

	.section-404 {
		font-size: 18px;
		gap: 15px 0;
		text-align: center;
		line-height: 1.2;
		padding: 25px 0 20px 0;
	}

	.section-404__img {
		width: 80%;
	}

	.section-404__img-2 {
		width: 40%;
		margin-top: -45px;
	}

	.btn {
		font-size: 15px;
	}

	.header-buttons .special-btn {
		display: none;
	}

	.header-buttons__icon {
		/* margin-left: 0; */
		/* width: 42px; */
	}

	.header__menu .catalog-btn {
		display: none;
	}

	.footer__menu,
	.footer__menu-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.header__top .header__get-sertificate,
	.header__top .license-link {
		display: none;
	}

	.header__get-sertificate {
		font-size: 15px;
		width: 100%;
		display: inline-block;
		font-weight: 500;
		letter-spacing: 0.5px;
		/* margin-top: 16px; */
	}

	.header__get-sertificate span {
		background: var(--wrapper-bg);
		padding: 6px 7px;
		color: var(--text);
		font-weight: 700;
	}

	.header__get-sertificate:hover span {
		color: var(--wrapper-bg);
	}

	.content ul li a,
	.seo-text ul li a {
		word-break: break-word;
	}

	.form-question {
		overflow: hidden;
	}

	.city-select_simple {
		left: 0;
		right: 0;
	}

	ul.region_list {
		padding: 12px 25px 22px 20px;
		font-size: 1.3em;
	}

	.popup__title {
		font-size: 22px;
	}

	.popup__input {
		width: 100%;
	}

	.popup__submit {
		padding: 12px 15px;
		top: 1px;
	}

	.popup__field {
		gap: 15px;
	}

	.content__img {
		margin-top: 0;
	}

	.columns,
	.columns-2,
	.columns-3 {
		columns: 1;
	}

	.columns-center {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.only-mobile {
		display: block;
		width: 100%;
	}

	.only-mobile.block {
		display: block !important;
	}

	.product-buttons_wrapper {
		margin-bottom: 0 !important;
		margin-top: 30px;
	}

	.only-desktop {
		display: none !important;
	}

	.form-question .footer-form__container {
		padding-left: 0;
		padding-right: 0;
	}

	.arrow-btn {
		font-size: 13px;
	}

	.section-title {
		font-size: 17px;
		margin: 25px 0;
		line-height: 1.2;
	}

	.pager {
		gap: 5px;
	}

	.pager-block {
		margin-top: 30px;
	}

	.pager-item {
		font-size: 16px;
		padding: 7px 12px;
	}

	.pager-current {
		padding: 7px 12px;
	}

	main {
		padding-top: 25px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.form-question {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 40px;
	}

	.open-mobile-menu {
		width: 34px;
		height: 33px;
		padding: 8px;
	}

	.header__top-container {
		gap: 10px 10px;
	}

	.open-city {
		font-size: 12px;
		gap: 0 6px;
	}

	.open-city svg {
		width: 8px;
		min-width: 8px;
		height: auto;
	}

	.header__top {
		padding: 10px 0;
		height: auto;
	}

	.header__menu {
		top: 53px;
	}

	.header__top .header-buttons__icon {
		/* margin-left: 3px; */
		height: 24px;
		width: 23px;
	}

	.header__top--mpc .header-buttons {
		align-items: flex-start;
	}

	.mobile-menu .header-buttons__icon {
		/* margin-left: 0; */
		height: 22px;
	}

	.header-buttons {
		font-size: 12px;
	}

	.header-buttons .header-buttons__item {
		font-size: 12px;
	}

	.header__second .header__callback,
	.header__second .header__address,
	.header__second .header__phone {
		display: none;
	}

	.menu-item {
		font-size: 12px;
	}

	.menu-item a {
		width: 100%;
		display: inline-block;
	}

	.header__menu-container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.header__menu {
		-webkit-box-shadow: 0 17px 20px -14px #00000024;
		box-shadow: 0 17px 20px -14px #00000024;
	}

	.menu {
		margin-right: 0;
	}

	.menu-item:not(:first-child, :last-child)::before {
		height: 15px;
		top: 3px;
	}

	.mobile-menu_nav .menu-item:not(:first-child, :last-child)::before {
		display: none;
	}

	.header__second-container {
		padding-top: 16px;
		padding-bottom: 17px;
	}

	.header__messengers {
		gap: 15px;
	}

	.header__messengers svg {
		width: 25px;
	}

	/* .header__logo {
		margin-left: 1%;
	} */

	.header__messengers--item svg {
		height: 18px;
	}

	.header__messengers--item.viber svg {
		height: 21px;
	}

	.footer-form__container {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0;
		padding-top: 25px;
		padding-bottom: 25px;
		max-width: 90%;
	}

	.footer-form__left,
	.footer-form__right {
		max-width: 100% !important;
	}

	.footer-form__right {
		max-width: 100% !important;
	}

	.footer-form__manager {
		display: none;
	}

	.footer-form__header {
		font-size: 17px;
	}

	.footer-form__text {
		font-size: 12px;
		font-weight: 400;
		margin-top: 15px;
	}

	.task-159500 .footer-form__text {
		font-size: 14px;
	}

	.footer-form__title {
		font-size: 13px;
		margin-top: 20px;
	}

	.task-159500 .footer-form__title {
		font-size: 16px;
	}

	.task-159500 .footer-form__field {
		font-size: 14px;
	}

	.footer-form__field input[type="text"] {
		min-width: 100%;
		padding: 10px 15px;
		font-size: 12px;
	}

	.footer-form__field-checkbox input {
		width: 15px;
		height: 15px;
	}

	.footer-form__field-checkbox {
		font-size: 12px;
		text-align: left;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 2px;
		padding-left: 0;
	}

	.footer-form__field-checkbox .checkbox {
		padding-right: 0;
		gap: 0;
	}

	.footer-form__field.second {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer-form__image {
		display: none;
	}

	.footer-form__submit {
		font-size: 14px;
		padding: 8px 17px;
		margin: 10px auto;
	}

	.footer__logo {
		max-width: 148px;
	}

	.footer__menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px 10px;
	}

	.footer__menu-item {
		font-size: 12px;
	}

	.task-159500 .footer__menu-item {
		font-size: 14px;
	}

	.footer__container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 22px 15px;
	}

	.footer {
		padding: 30px 0;
	}

	.footer__subscribe {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		margin-top: 20px;
	}

	.footer__kedu {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.footer__menu-second {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 48%;
		float: left;
		max-width: calc(48% - 15px);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 8px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 15px;
	}

	.footer__contacts {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 52%;
		float: left;
		max-width: 52%;
	}

	.footer__social {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.footer__callback {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3;
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.footer__bottom {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
		max-width: calc(100% - 188px);
		gap: 9px;
		font-size: 12px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__copywrite {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
		max-width: 100%;
	}

	.task-159500 .footer__copywrite {
		font-size: 14px;
	}

	.subscribe__input {
		height: 35px;
		font-size: 14px;
		min-width: 60px;
	}

	.subscribe__submit {
		margin-bottom: 0;
	}

	.footer__contacts-item {
		font-size: 14px;
	}

	.footer__menu-second__item {
		font-size: 12px;
		line-height: 1.3;
	}

	.task-159500 .footer__menu-second__item {
		font-size: 14px;
	}

	.footer__menu-second__item:not(:last-child) {
		border-bottom: 1px solid var(--primary);
		padding-bottom: 10px;
	}

	.footer__menu-second__item.delimeter {
		display: none;
	}

	.footer__menu-second__item svg {
		display: none;
	}

	.footer__contacts-phone {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__contacts-phone .del {
		display: none;
	}

	.footer__contacts-phone .footer__icon {
		display: none;
	}

	.footer__contacts-phone a {
		background: url(/local/templates/cf/css/../images/icon_call.svg) no-repeat left;
		padding-left: 25px;
	}

	.footer__icon {
		min-width: 15px;
		max-width: 15px;
	}

	.footer__menu-bottom {
		gap: 10px 0;
	}

	.mobile-callback {
		display: flex;
	}

	.youtube-btn {
		transform: scale(0.6);
	}
}

@media screen and (max-width: 380px) {
	.open-mobile-menu {
		width: 30px;
		height: 30px;
		padding: 6px;
	}
	.header-buttons {
		gap: 12px 10px;
	}
}

.offers-popup__title {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--title);
}

.fancybox__slide {
	scrollbar-width: none;
}

.fancybox__content.offers-popup {
	max-height: 95%;
	display: flex !important;
	width: 550px;
	max-width: 100%;
	background: var(--wrapper-bg);
	color: var(--text);
}

.offers-popup {
	border-radius: 8px !important;
}

.offers-popup .error {
	color: var(--primary);
	font-size: 20px;
	margin: 20px 0;
}

.offers-popup_content {
	max-height: calc(100% - 100px);
	overflow-y: auto;
	padding: 0 10px 0 0;
}

.offers-popup__header {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.offers-popup__item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}

.offers-popup__size {
	display: flex;
	align-items: center;
	font-size: 18px;
	flex-grow: 1;
	margin-right: 25px;
	width: calc(100% - 130px);
	justify-content: space-between;
}
.offers-popup__size span {
	margin-left: 25px;
	white-space: nowrap;
}

.offers-popup__count {
	width: 130px;
}

.offers-popup .form-item {
	font-size: 25px;
}

.offers-popup .form-item-qty {
}

.offers-popup .qty-down {
}

.offers-popup .form-text {
	font-size: 20px;
	width: 55px;
}

.offers-popup .qty-up {
}

.form-item-qty {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px 5px;
	position: relative;
	background: var(--bg);
	font-size: 30px;
	border-radius: 8px;
	padding: 0 18px;
}

.form-item-qty input {
	font-weight: 800;
	font-size: 27px;
}

.form-item-qty span {
	cursor: pointer;
}

.form-text {
	background: transparent;
	border: 0;
	outline: none;
	text-align: center;
	padding: 0;
	max-width: 94px;
	color: var(--text);
}

.add-to-cart,
.add-to-cart-o,
.add-to-cart-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-to-cart-list {
	max-width: 240px;
	margin: 0 auto;
}

.categories {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 45px 20px;
	margin: 60px 0;
}

.categories__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.categories__picture {
	background: url(/local/templates/cf/css/../images/category_bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 218px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.categories__picture img {
	transition: 0.4s;
}

.categories__item:hover img {
	transform: scale(1.2);
}

.categories__title {
	color: var(--text);
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
	line-height: 1.2;
	min-height: 60px;
	transition: 0.4s;
}

.categories__picture:before {
	content: "";
	position: absolute;
	background: linear-gradient(
		0deg,
		transparent,
		var(--wrapper-bg),
		transparent
	);
	height: 6px;
	width: 100%;
	transform: rotate(64deg);
	top: 15%;
	right: -58%;
	transition: 0;
	opacity: 0.6;
}

.categories__picture:hover::before {
	animation: transformation 0.7s linear infinite reverse;
}

@keyframes transformation {
	from {
		width: 320%;
		height: calc(100% + 25px);
		transition: 0.7s;
		top: -15px;
		right: -15px;
	}
}

.categories__item:hover .categories__title {
	color: var(--primary);
}

@media screen and (max-width: 1366px) {
	.categories {
		grid-gap: 35px 15px;
	}

	.categories__picture {
		width: 180px;
		height: 160px;
	}

	.categories__img {
		width: 82px;
		height: 70px;
	}

	.categories__item {
		justify-content: flex-start;
	}

	.categories__title {
		font-size: 20px;
	}
}

@media screen and (max-width: 880px) {
	.categories__picture {
		width: 120px;
		height: 110px;
	}

	.categories__img {
		width: 60%;
		height: 55%;
	}

	.categories__title {
		font-size: 16px;
		min-height: auto;
	}
}

@media screen and (max-width: 576px) {
	.footer__subscribe-flex {
		width: 100%;
	}

	.footer__subscribe-input {
		flex-grow: 1;
	}

	.footer__subscribe {
		max-width: 100%;
		margin-top: 0;
	}

	.categories__picture {
		width: 65px;
		height: 62px;
	}

	.categories {
		grid-gap: 15px 10px;
	}

	.categories__title {
		font-size: 12px;
		margin-top: 5px;
	}

	.categories {
		margin: 20px 0;
	}
}

.faq__answer,
.orange_border_left {
	margin-bottom: 40px;
}

.faq__question {
	margin-bottom: 20px;
}

.faq__answer,
.orange_border_left {
	border-left: 8px solid #ff7316;
	padding-left: 30px;
}

.orange_border_left ul {
	margin: 30px 0;
}

.faq__answer ul {
	margin: 0;
}

.two-columns-list {
	columns: 2;
}

.big-text {
	font-size: 24px;
}

@media (max-width: 767px) {
	.two-columns-list {
		columns: 1;
	}

	.faq__answer,
	.orange_border_left {
		border-left: 4px solid #ff7316;
		padding-left: 15px;
	}
}

.content a,
.seo-text a {
	color: #ff7316;
	font-weight: 700;
}

.content a:hover,
.seo-text a:hover {
	color: #333333;
}

.accent-text {
	background: #333333;
	width: auto;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin-top: 12px;
}

.big-num-list {
	max-width: 1130px;
	margin: 0 auto;
	counter-reset: num;
	padding: 0;
	font-size: 24px;
}

.big-num-list li {
	list-style: none;
	gap: 50px;
	display: flex;
	margin-bottom: 30px;
	counter-increment: num;
}

.big-num-list li:before {
	content: counter(num);
	display: inline-flex;
	width: 97px;
	font-size: 45px;
	height: 97px;
	background-color: #ff7316;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.big-num-list li span {
	width: 80%;
}

.big-num-list__one-string-item {
	display: flex;
	align-items: center;
}

.big-num-list ul {
	counter-reset: num2;
	font-size: 18px;
	margin: 0;
}

.big-num-list ul > li {
	counter-increment: num2;
}

.medium-num-list {
	margin: 0 auto;
	counter-reset: num;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	color: inherit;
	font-weight: 400;
}

.medium-num-list li {
	list-style: none;
	gap: 30px;
	display: flex;
	margin: 30px 0;
	counter-increment: num;
}

.medium-num-list li:before {
	content: counter(num);
	display: inline-flex;
	width: 50px;
	font-size: 40px;
	height: 50px;
	background-color: var(--primary);
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1;
}

.medium-num-list.dark li:before {
	background-color: var(--footer-bg);
}

.medium-num-list li span {
	width: calc(100% - 50px);
}

.medium-num-list__one-string-item {
	display: flex;
	align-items: center;
}

.medium-num-list ul {
	counter-reset: num2;
	font-size: 18px;
	margin: 0;
}

.medium-num-list ul > li {
	counter-increment: num2;
}

.small-num-list {
	counter-reset: num;
	padding: 0;
	font-size: 14px;
}

.small-num-list li {
	list-style: none;
	gap: 15px;
	display: flex;
	margin-bottom: 10px;
	counter-increment: num;
}

.small-num-list li:before {
	content: counter(num);
	display: inline-flex;
	width: 16px;
	min-width: 16px;
	font-size: 14px;
	height: 20px;
	background-color: var(--primary);
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1;
}

.like-a-title {
	font-weight: 600;
	font-size: 18px;
}

.content-block-container {
	display: flex;
	gap: 50px;
	align-items: center;
}

.content-block-container img {
	height: auto;
}

.main-info-content {
	font-weight: 700;
	font-size: 24px;
}

@media (max-width: 1199px) {
	.big-num-list ul,
	.like-a-title {
		font-size: 14px;
	}

	.big-num-list,
	.main-info-content {
		font-size: 18px;
	}

	.big-num-list li {
		gap: 30px;
	}

	.big-num-list li:before {
		width: 60px;
		font-size: 36px;
		height: 60px;
	}

	.content-block-container {
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (max-width: 576px) {
	.big-num-list,
	.main-info-content {
		font-size: 16px;
	}

	.big-num-list li:before {
		width: 40px;
		font-size: 21px;
		height: 40px;
	}

	.big-num-list ul,
	.like-a-title {
		font-size: 14px;
	}

	.big-num-list li span {
		width: 85%;
	}

	.big-num-list li {
		gap: 20px;
		margin-bottom: 20px;
	}
}

.stages-list {
	max-width: inherit !important;
}

.stages-list .stages-item::before {
	display: none;
}

.stages-list .stages-item {
	padding: 0;
	display: flex;
	gap: 50px;
	margin-bottom: 15px;
}

.stages-item__text {
	display: flex;
	width: 90%;
	gap: 50px;
}

.stages-item__title {
	width: 30%;
	text-transform: uppercase;
	font-weight: 600;
}

.stages-item__descr {
	width: 70%;
}

.stages-item__img {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

.stages-item__img svg path {
	fill: var(--main-text);
}

@media (min-width: 767px) {
	.stages-item__img {
		width: 10%;
	}
}

@media (max-width: 991px) {
	.stages-item__text,
	.stages-list .stages-item {
		gap: 30px;
	}
}

@media (max-width: 767px) {
	.stages-item__text {
		flex-direction: column;
		gap: 20px;
		width: 80%;
	}

	.stages-item__title,
	.stages-item__descr {
		width: 100%;
	}

	.stages-item__img {
		justify-content: space-evenly;
	}

	.stages-list .stages-item {
		margin-bottom: 20px;
	}

	.stages-item__img {
		width: 20%;
	}
}

.content-page__nav {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
}

.content-page__nav-prev {
	flex-direction: row-reverse;
	font-weight: 600;
}

.content-page__nav-prev svg {
	transform: rotate(180deg);
}

.content-page__nav-next {
	font-weight: 600;
}

@media screen and (max-width: 991px) {
	.content-page__nav-next,
	.content-page__nav-prev {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.content-page__nav-next,
	.content-page__nav-prev {
		font-size: 13px;
		max-width: 113px;
		gap: 10px;
		line-height: 1.3;
	}

	.content-page__nav-next {
		text-align: right;
	}
}

.advantages_five_elements {
	display: flex;
}

.advantages_five_elements .advantages__item {
	justify-content: flex-start;
	width: 20%;
}

.advantages_five_elements .advantages__text {
	margin-bottom: 20px;
}

.advantages_five_elements .advantages__info {
	text-align: center;
	font-size: 16px;
}

.advantages__margin-bottom {
	margin-bottom: 50px;
}

@media (max-width: 1280px) {
	.advantages_five_elements {
		flex-wrap: wrap;
		justify-content: center;
	}

	.advantages_five_elements .advantages__info {
		font-size: 15px;
	}

	.advantages_five_elements .advantages__item {
		width: 48%;
	}
}

@media (max-width: 526px) {
	.advantages_five_elements .advantages__item {
		width: 100%;
	}

	.advantages__text {
		font-size: 12px;
	}

	.advantages__margin-bottom {
		margin-bottom: 30px;
	}
}

.two-column-flexbox ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.two-column-flexbox {
	margin-bottom: 30px;
}

@media (min-width: 767px) {
	.two-column-flexbox {
		display: flex;
		gap: 40px;
	}

	.two-column-flexbox ul:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.two-column-flexbox ul:nth-child(2) {
		margin-left: 0;
	}
}

.offers-popup {
	transition: 0.3s;
}

.offers-popup .btn__primary {
	max-width: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.offers-popup.ready .offers-popup_order {
	display: none;
	transition: 0.3s;
}

.offers-popup .offers-popup_ready {
	display: none;
	transition: 0.3s;
}

.offers-popup.ready .offers-popup_ready {
	display: block;
	transition: 0.3s;
}

/* Стили для таблицы /informatsiya/tablitsa-razmerov/ */
.guests-table,
.climatic_zones-table {
	border-spacing: 0;
}

.guests-table .orange_border_left {
	margin: 0;
}

.guests-table th:not(:first-child) {
	width: 260px;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
}

.guests-table th:first-child {
	width: 400px;
	min-width: 110px;
}

.guests-table tr td {
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
}

.guests-table tr td:not(:first-child),
.guests-table tr th:not(:first-child) {
	text-align: center;
}

.guests-table tr th:nth-child(even),
.climatic_zones-table tr th:nth-child(even) {
	background-color: #e2e2e2;
}

.guests-table tr td img,
.climatic_zones-table tr td img {
	margin: 0 auto;
	margin-bottom: 10px;
}

.guests-table .grid-table-td {
	display: grid;
	grid-template-rows: 100px 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

.guests-table .grid-table-td--3 {
	display: grid;
	grid-template-rows: 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

@media (max-width: 767px) {
	.guests-table th:not(:first-child) {
		min-width: 160px;
	}

	.guests-table th:first-child {
		width: 30%;
	}

	.guests-table .orange_border_left {
		padding-right: 15px;
	}
}

.size-table tr:nth-child(4) td {
	border-bottom: none;
}

.size-table .orange_border_left {
	padding-left: 20px;
	text-align: left;
	text-transform: uppercase;
}

.guests-table.size-table .height th:not(:first-child) {
	font-weight: 500;
	background: #f5f5f5;
	min-width: 80px;
}

.guests-table.size-table th:first-child {
	min-width: 180px;
	width: 180px;
}

.size-shoes {
	width: 100%;
}

.size-shoes tr th {
	text-align: left;
	width: 400px;
}

.size-headdress tr th {
	width: 250px;
	text-align: left;
}

.size-shoes tr th .orange_border_left,
.size-headdress tr th .orange_border_left {
	margin-bottom: 0;
}

.size-shoes tr th,
.size-shoes tr td,
.size-headdress tr td,
.size-headdress tr th {
	padding: 20px;
}

.size-shoes tr th,
.size-headdress tr th {
	padding-left: 0;
}

.size-shoes tr td,
.size-headdress tr td {
	text-align: center;
}

.size-headdress {
	max-width: 990px;
	margin: 0 auto;
}

html[data-theme="dark"] .guests-table th:not(:first-child),
html[data-theme="dark"] .guests-table.size-table .height th:not(:first-child) {
	background-color: var(--secondary);
}

/* Стили для таблицы /informatsiya/tablitsa-razmerov/ end */

.show-more-values {
	display: none;
}

.show-more-parent {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.header__top--mpc .header-buttons {
		gap: 15px 8px;
	}

	.license-link {
		font-size: 12px;
	}

	.license-link .btn__small {
		font-size: 12px !important;
		padding: 9px 6px;
	}

	.breadcrumbs {
		font-size: 13px;
		gap: 4px 0;
	}

	.task-159500 .breadcrumbs {
		font-size: 14px;
	}

	.breadcrumbs__delimiter svg {
		width: 6px;
	}

	.breadcrumbs__item {
		margin-right: 8px;
	}

	.breadcrumbs__delimiter {
		margin-right: 8px;
	}

	.show-more-parent .overflow-column {
		max-height: 188px;
	}

	.show-more-parent.active .overflow-column {
		max-height: 295px;
	}

	.show-more-values {
		display: inline-block;
		-webkit-appearance: none;
		background: transparent;
		border: 0;
		border-bottom: 1px dashed var(--primary);
		color: var(--primary);
		padding: 0;
		font-size: 15px;
		margin-bottom: 20px;
	}

	.show-more-parent:not(.active) .show-more-item {
		display: none;
	}
}

@media screen and (max-width: 815px) {
	.header__top .license-link {
		display: none;
	}

	.header__top--mpc .header-buttons {
		gap: 15px 15px;
	}
}

.old-price {
	font-size: 20px;
	color: var(--title);
	text-decoration: line-through;
}

.product-item__price {
	align-items: baseline;
	gap: 12px;
	line-height: 1;
	margin: 10px 0;
	flex-wrap: wrap;
}

.new-price {
	font-size: 38px;
	color: var(--primary);
	font-weight: 700;
}

@media (max-width: 1460px) {
	.new-price {
		font-size: 28px;
	}

	.old-price {
		font-size: 17px;
	}
}

@media (max-width: 576px) {
	.new-price {
		font-size: 17px;
	}

	.old-price {
		font-size: 12px;
	}

	.product-item__price {
		margin: 0;
	}
}

@media screen and (max-width: 414px) {
	.product-item__price {
		margin-top: auto;
	}
}

.content .with-icons-list li {
	padding-left: 0;
	position: static;
	list-style: none;
	margin-bottom: 25px;
}

.content .with-icons-list li:before {
	display: none;
}

.content .with-icons-list p {
	margin-bottom: 10px;
}

.with-icons-item {
	display: flex;
	gap: 40px;
}

.with-icons-item__icon {
	width: 97px;
	height: 97px;
	background: #ff7316;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.with-icons-item__text {
	flex-basis: 75%;
}

.with-icons-item__text a {
	color: #000000;
	font-size: 20px;
}

.with-icons-item__like-title {
	font-size: 22px;
}

.messengers-list {
	display: flex;
	gap: 30px;
}

.messengers-item {
	margin-bottom: 0;
}

.messengers-item a {
	display: flex;
	width: 97px;
	height: 97px;
	justify-content: center;
	align-items: center;
	border: 2px solid #ff7316;
	border-radius: 8px;
	box-shadow: 0 32px 37px -29px #00000085;
}

.compare-fixed-block {
	position: fixed;
	top: -400px;
	left: 0;
	right: 0;
	z-index: 100;
	background: var(--wrapper-bg);
	box-shadow: 0 35px 25px -29px #00000085;
	padding: 20px 30px;
	transition: 0.4s;
	height: 165px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.compare-fixed-block.active {
	top: 0;
}

.compare-fixed-block .bx_catalog-compare-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.compare-fixed-block a {
	color: var(--primary);
}

.compare-fixed-block .bx_catalog_compare_count {
	display: flex;
	gap: 20px;
	font-size: 15px;
	flex-wrap: wrap;
}

.compare-fixed-block .compare-redirect {
	display: inline-block;
}

.compare-fixed-block .compare-redirect a {
	border-bottom: 1px dashed var(--primary);
	display: inline-block;
	font-weight: 400;
	color: var(--primary);
}

.compare-fixed-block .bx_catalog_compare_form {
	display: none;
}

.compare-fixed-block__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.compare-fixed-block .compare-redirect a:hover {
	color: var(--text);
	border-color: var(--text);
}

.compare-fixed-block .compare-items {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--title);
}

.compare-fixed-block__title {
	font-size: 20px;
	text-transform: uppercase;
	color: var(--title);
	font-weight: 700;
	margin-bottom: 20px;
}

@media (max-width: 1360px) {
	.medium-num-list li:before {
		width: 42px;
		font-size: 28px;
		height: 42px;
	}

	.medium-num-list li {
		gap: 15px;
		margin: 20px 0;
	}

	.medium-num-list {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.with-icons-item__icon,
	.messengers-item a {
		width: 70px;
		height: 70px;
	}

	.with-icons-item__text a,
	.with-icons-item__like-title {
		font-size: 16px;
	}

	.messengers-item a svg,
	.with-icons-item__icon svg {
		width: 40px;
	}
}

@media (max-width: 767px) {
	.compare-fixed-block {
		padding: 15px 15px;
		height: auto;
		align-items: flex-start;
	}

	.compare-fixed-block__title {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.compare-fixed-block .bx_catalog_compare_count {
		font-size: 14px;
	}

	.compare-fixed-block .bx_catalog_compare_count {
		gap: 0;
	}

	.medium-num-list {
		font-size: 12px;
		font-weight: 300;
	}

	.task-159500 .medium-num-list {
		font-size: 14px;
	}

	.medium-num-list li {
		margin: 20px 0;
		align-items: center;
	}

	.medium-num-list li:before {
		width: 31px;
		font-size: 16px;
		height: 31px;
	}

	.with-icons-item__icon,
	.messengers-item a {
		width: 50px;
		height: 50px;
	}

	.with-icons-item__icon svg,
	.messengers-item a svg {
		width: 25px;
	}

	.with-icons-item {
		gap: 25px;
	}

	.content ul .messengers-item a {
		display: flex;
		overflow-x: clip;
	}

	.messengers-list {
		gap: 20px;
	}
}

#toTopBtn {
	position: fixed;
	bottom: 20px;
	right: 35px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: var(--bg);
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;
	opacity: 0;
	transition: 0.5s;
	width: 55px;
	height: 55px;
	transform: rotate(270deg);
	box-shadow: 0 0 47px 0 #0000004f;
}

@media (max-width: 767px) {
	.content__picture + .content__text {
		margin-top: 40px;
	}

	.sertificate-info .content-info.d-flex {
		flex-wrap: wrap;
	}
	.sertificate-info .content-info__text,
	.sertificate-info .content-info__img {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.sertificate-info .content-info__img {
		order: 0;
	}
	.sertificate-info .content-info__text {
		order: 1;
	}
	.sertificate-types {
		justify-content: center;
	}
	.sertificate-info .content-info__text p.uppercase,
	.sertificate-info .content-info__text p.small {
		text-align: center;
		width: 100%;
	}
}

/* Новый блок на странице акций */
.promotion-info {
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	margin: 20px 0;
	margin-bottom: 50px;
}

.promotion-info__wrapper {
	margin: 40px auto 30px auto;
	max-width: 1020px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: baseline;
}

.promotion-info__item {
	display: flex;
	width: 100%;
	gap: 30px;
	font-size: 16px;
	line-height: 24px;
}

.promotion-info__question {
	display: flex;
	gap: 10px;
	font-weight: 700;
	flex-basis: 30%;
}

.promotion-info__answer {
	flex-basis: 70%;
}

.promotion-info__answer ul:first-child {
	margin-top: 0;
}

.promotion-info__size {
	font-size: 20px;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 4px;
	background: #ff6600;
	font-weight: 700;
	max-width: 59px;
	width: auto;
}

@media (max-width: 767px) {
	.promotion-info__item {
		flex-wrap: wrap;
	}
	.promotion-info__answer {
		flex-basis: auto;
	}
	.promotion-info__question {
		flex-basis: auto;
	}
}

@media (max-width: 500px) {
	.promotion-info {
		margin-bottom: 20px;
	}
	.promotion-info__item {
		font-size: 12px;
	}
	.promotion-info__wrapper {
		gap: 15px;
		margin: 20px 0;
	}
	.promotion-info__item {
		gap: 10px;
	}
	.promotion-info__question svg {
		width: 18px;
	}
	.promotion-info__size {
		font-size: 16px;
		max-width: 43px;
		padding: 5px;
	}
}

.grey-form {
	background: var(--body-bg);
	box-shadow: 0 31px 26px -33px #00000059;
	padding: 44px 80px 32px 80px;
	margin-left: -80px;
	margin-right: -80px;
	margin-bottom: 60px;
}

.grey-form__content {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-right: 35px;
	padding-bottom: 3%;
}

.grey-form__title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 30px;
}

.grey-form__text {
	font-size: 17px;
}

.grey-form__form {
	width: 60%;
}

.grey-form__form__content {
	gap: 10px 23px;
	justify-content: stretch;
}

.grey-form__form__field {
	color: var(--label-text);
	margin-bottom: 8px;
}

.grey-form__form__field span {
	padding-left: 20px;
}

.grey-form__form__field input,
.grey-form__form__field textarea,
.grey-form__form__field select {
	border: 0;
	border-radius: 8px;
	font-size: 18px;
	padding: 12px 22px;
	margin-top: 5px;
	background: #ffffff;
	font-weight: 300;
	max-height: 86px;
	width: 100%;
	flex-grow: 1;
}

.grey-form__form__field textarea {
	max-height: 230px;
}

.grey-form__form__field-checkbox {
	gap: 10px 35px;
	margin-bottom: 0;
}

.grey-form__column {
	flex-grow: 1;
	max-width: 395px;
}

.grey-form__form .checkbox {
	font-size: 13px;
	color: var(--text);
	max-width: 494px;
}

@media (max-width: 1570px) {
	.grey-form {
		margin-left: -50px;
		margin-right: -50px;
		padding: 44px 50px 32px 50px;
	}
}

@media (max-width: 1230px) {
	.grey-form {
		margin-left: -30px;
		margin-right: -30px;
		padding: 44px 30px 32px 30px;
	}
}

@media (max-width: 1125px) {
	.grey-form {
		flex-direction: column;
	}

	.grey-form__content {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-right: 0;
		padding-bottom: 30px;
		text-align: center;
	}

	.grey-form__form {
		width: 100%;
	}

	.grey-form__form__content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.gallery-button-next.gallery-next,
	.gallery-button-prev.gallery-prev {
		display: none;
	}

	.small-num-list li {
		gap: 12px;
		margin-bottom: 10px;
		line-height: 1.3;
	}

	.grey-form {
		margin-left: -15px;
		margin-right: -15px;
		padding: 44px 50px 32px 50px;
	}

	.grey-form__title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.grey-form__text {
		font-size: 12px;
	}

	.grey-form__form__field input,
	.grey-form__form__field textarea,
	.grey-form__form__field select {
		font-size: 14px;
		padding: 8px 20px;
	}

	.grey-form__form {
		width: 100%;
		max-width: 256px;
		margin: 0 auto;
	}

	.grey-form__form__field-checkbox {
		flex-direction: column-reverse;
		align-items: center;
		gap: 23px;
	}

	.grey-form__form .checkbox {
		font-size: 12px;
		max-width: 100%;
		padding-right: 0;
	}

	.grey-form__form .checkbox input[type="checkbox"]::before {
		width: 15px;
		height: 15px;
	}

	.grey-form__form .checkbox input[type="checkbox"] {
		width: 15px;
		min-width: 15px;
		height: 15px;
		margin-right: 4px;
	}

	.grey-form__form__field span {
		font-size: 12px;
	}
}

.product-item__labels {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 6px;
}

.sale {
	background: var(--primary);
}

.label {
	font-size: 16px;
	color: #ffffff;
	border-radius: 8px;
	padding: 3px 12px;
}

.hit {
	background: var(--violet);
}
.hit.new {
	background: var(--primary);
}
.product_label-block {
	display: flex;
}
.product_label-block div + div {
	margin-left: 10px;
}

.videoblog-detail .youtube-btn,
.videoblog__video .youtube-btn {
	width: 120px;
}
.videoblog__source svg,
.youtube-btn svg {
	border-radius: 5px;
	max-width: 100%;
}
.videoblog__source svg {
	max-height: 20px;
	max-width: 30px;
}
.videoblog__video .youtube-btn {
	top: calc(50% - 70px);
}

@media (max-width: 1200px) {
	.with-icons-list img {
		width: 30px;
	}
}

body .b24-widget-button-wrapper {
	right: 50px !important;
	bottom: 175px !important;
	top: auto;
}

.call-me-widget__fixed-btn {
	position: fixed;
	bottom: 98px;
	right: 35px;
	font-size: 0;
	background: var(--wrapper-bg);
	border-radius: 50%;
	border: 0;
	width: 52px;
	height: 52px;
	box-shadow: 0 0 0 7px #99999942;
	z-index: 2;
	cursor: pointer;
	transition: 0.4s;
}
.call-me-widget__fixed-btn:hover {
	transform: scale(1.05);
}

a.noselect,
span.noselect,
span.noselect a {
	color: inherit !important;
	font-weight: 500 !important;
}

@media (max-width: 580px) {
	.header__login.active {
		max-height: 310px;
	}
}

/**/
.tags {
	gap: 12px;
	margin-bottom: 45px;
}

.tags__item {
	font-size: 18px;
	text-transform: uppercase;
	background: var(--bg);
	padding: 10px 15px;
	border-radius: 8px;
	line-height: 1.4;
}
.small_tags .tags__item,
a.productSHB_item-section {
	font-size: 12px;
	text-transform: uppercase;
	background: #FFF;
	padding: 6px 10px;
	border-radius: 6px;
	line-height: 1.4;
	border: 2px solid var(--primary);
}

.tags__item:hover, 
a.productSHB_item-section {
	background: var(--primary);
	color: #ffffff;
}
a.productSHB_item-section:hover {
	background: #FFF;
	color: var(--primary);	
}
.productSHB_sections {
	display: flex;
	gap: 10px;
	margin: 0 0 40px 0;
	flex-wrap: wrap;
}

.tags__item.active {
	background: var(--primary);
	color: #ffffff;
}
@media (max-width: 991px) {
	.tags {
		overflow: auto;
		display: flex;
		flex: none;
		margin-bottom: 15px;
	}

	.tags__item {
		scroll-snap-align: start;
		flex: none;
		padding: 6px 12px;
		font-size: 16px;
	}
}

/*.catalog-blocks .breadcrumbs li:last-child,*/
/*.catalog-blocks .breadcrumbs li:nth-last-child(2) {*/
/*	display: none;*/
/*}*/

.lw-header-top {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	min-height: 82px;
	background-color: var(--header-top);
	z-index: 41;
}

.lw-header-top__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px 20px;

	color: #ffffff;
}

.lw-header-top__field {
	display: flex;
	align-items: center;
	gap: 6px clamp(12px, 2vw, 20px);
}

.lw-header-top .header__get-sertificate {
	white-space: nowrap;
}

@media (max-width: 1439px) {
	.lw-header-top {
		padding: 8px 0;
	}
	.lw-header-top__container {
		display: grid;
		grid-template-columns: repeat(3, auto);
		gap: 4px clamp(16px, 2.4vw, 32px);
		width: 100%;
	}

	.lw-header-top__field--features {
		grid-column: 2/4;
		justify-content: flex-end;
	}

	.lw-header-top__field--features > *:last-child {
		margin-left: auto;
	}
	/* 
	.lw-header-top__field--features .header__get-sertificate {
		margin: 0 auto;
	}

	.lw-header-top__field--features .license-link {
		margin-left: auto;
	} */

	.lw-header-top__field--action {
		grid-column: 2/4;
	}

	.header__top-menu {
		grid-row: 2/4;
	}

	.lw-header-top .header-buttons {
		margin-left: auto;
	}
}

@media (max-width: 1199px) {
	.lw-header-top__container {
		display: flex;
	}
	.lw-header-top .header__top-menu {
		display: none;
	}
}

@media (max-width: 1139px) {
	.lw-header-top__field--features {
		width: fit-content;
		flex-direction: column;
		/* justify-content: flex-end; */
		align-items: flex-end;
		margin-left: auto;
	}
	/* 
	.lw-header-top__field--features .header__get-sertificate {
		margin: 0;
	}

	.lw-header-top__field--features .license-link {
		margin-left: 0;
	} */
}

@media (max-width: 900px) {
	.lw-header-top .header-buttons .special-btn {
		display: none;
	}
}

@media (max-width: 768px) {
	.lw-header-top__field--features {
		display: none;
	}

	.lw-header-top {
		min-height: initial;
	}
}

@media (max-width: 479px) {
	.lw-header-top .header-buttons .header-buttons__text {
		display: none;
	}
}

.header__second-container {
	padding-top: 20px;
	flex-wrap: nowrap;
}

.header__logo {
	width: 100%;
	max-width: 325px;
}

@media (max-width: 1359px) {
	.header__logo {
		max-width: 240px;
	}
}

.header__address {
	max-width: 310px;
}

.header__phone {
	position: relative;
	margin-right: 10px;
}

.header__callback,
.header__phone--item a {
	white-space: nowrap;
}

.header__phone span {
	position: absolute;
	line-height: 1;
	white-space: nowrap;
}

.header__messengers a {
	display: flex;
}

@media (max-width: 1230px) {
	.header__phone span {
		padding-left: 25px;
	}
}

@media (max-width: 1139px) {
	.header__second-container {
		display: grid;
		grid-template-columns: 240px auto auto auto;
		justify-content: initial;
		gap: 12px 35px;
	}

	.header__address,
	.header__phone,
	.header__logo {
		grid-row: 1/3;
	}

	.header__messengers {
		margin-left: auto;
	}
}

@media (max-width: 959px) {
	.header__second-container {
		display: grid;
		grid-template-columns: 180px auto auto;
		row-gap: 8px;
	}

	.header__address {
		grid-row: 1/2;
		max-width: 100%;
	}

	.header__phone {
		grid-row: 2/3;
	}
}

@media (max-width: 860px) {
	.header__second-container {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.header__second-container {
		display: flex;
	}
}

@media (max-width: 534px) {
	.header__second-container {
		padding: 20px;
		gap: 8px 15px;
	}
}

/* #146062 добавление стилей к таблицам */

#lw-seotext-block table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: left;
}

#lw-seotext-block table th {
    text-align: center;
    font-weight: bold;
    font-family: inherit;
    background: #ff7316;
	border: 0;
    color: #fff;
    vertical-align: middle;
	padding: 16px 15px;
}

#lw-seotext-block table th:first-child {
    border-radius: 5px 0 0 0;
}

#lw-seotext-block table th:last-child {
    border-radius: 0 5px 0 0;
}

#lw-seotext-block table th p,
#lw-seotext-block table td p {
    padding: 0;
	margin: 0;
}

#lw-seotext-block table td {
	border: 1px solid #eeeeee;
}

/* #146067 добавление страницы с инструкцией iOS*/

.instruction__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-direction: column;
	box-shadow: 0px 5px 15px 0px #0000001A;
	border-radius: 10px;
	padding: 25px 100px;
}

.instruction__company {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5rem;
	color: #657282;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.instruction__company svg {
	width: 1.6875rem;
	height: 2.005rem;
	margin-right: 0.5rem;
	fill: #657282;
}

.instruction__text {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3125rem;
	margin-bottom: 45px;
}

.instruction__steps {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.instruction__item {
	width: calc(1/3*100% - (1 - 1/3)*30px);
}

.instruction__item-number {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.instruction__item-number span {
	color: #535252;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding: 4px;
	border-radius: 40px;
	border: 1px solid #535252;
}

.instruction__item-text {
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
}

.instruction__item-text a {
	color: #ff7316;
}

.instruction__item-text .p-icon {
	font-weight: bold;
	position: relative;
	padding-bottom: 50px;
}

.instruction__item-text .p-icon:after {
	content: url('data:image/svg+xml,<svg width="18" height="25" viewBox="0 0 18 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.46094 7.46143H1H0V8.46143V23.9999V24.9999H1H16.5385H17.5385V23.9999V8.46143V7.46143H16.5385H11.0763V8.46143H16.5385V23.9999H1V8.46143H6.46094V7.46143Z" fill="%23F37B09"/><line x1="8.73047" y1="15.7695" x2="8.73047" y2="1.0003" stroke="%23F37B09"/><path d="M12.6926 4.92308L8.76953 1L4.84645 4.92308" stroke="%23F37B09"/></svg>');
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

@media(max-width: 991px) {
	.instruction__wrapper {
		padding: 25px 50px;
	}
}

@media(max-width: 767px) {
	.instruction__item {
		width: 100%;
	}
	
	.instruction__item-text {
		margin-bottom: 0;
	}
	
	.instruction__text {
		font-size: 14px;
	}
}

/* #146067 правка слайдер Вопрос-Ответ */

@media(min-width: 1221px) {
	main .section-faq .swiper:not(.crosslink) {
		justify-content: flex-start;
		z-index: 11;
	}
}

@media(min-width: 1221px) and (max-width: 1500px) {
	main .section-faq .swiper-pagination {
		max-width: calc(100% - 285px);
		margin: 0 15px;
	}
	
	main .section-faq .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
		gap: 8px 8px;
	}
}

/* #145991 Добавление теней в блоки курсов и услуг */

.course-direction__elements {
	margin: 0 -80px;
	gap: 0;
	padding-bottom: 0;
    margin-bottom: 60px;
}

.course-direction__elements .element-item {
	background: var(--listing-gradient);
	padding: 30px 80px 60px;
}

.course-direction__elements .element-item__imgblock img {
    box-shadow: 0 34px 23px -25px #0000002b;
}

@media (max-width: 1570px) {
    .course-direction__elements {
		margin: 0 -50px;
	}

	.course-direction__elements .element-item {
		padding: 30px 50px 60px;
	}
}

@media (max-width: 1230px) {
    .course-direction__elements {
		margin: 0 -30px;
	}

	.course-direction__elements .element-item {
		padding: 30px 30px 60px;
	}
}

@media screen and (max-width: 767px) {
    .course-direction__elements {
		margin: 0 -15px;
	}

	.course-direction__elements .element-item {
		padding: 15px 15px 30px;
	}
}

@media(min-width: 768px) {
	.d-flex.content .course__left > .section-title {
		margin-top: 0;
	}
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-item__picture img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}


.section-gallery-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    z-index: 0
}

.section-gallery-wrapper__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    background-color: var(--white_text_black_reverse);
    background: 0 0;
    margin-bottom: -4px
}

.section-gallery-wrapper__item img {
    opacity: 0;
    transition: opacity .2s ease-in-out;
    left: 1px;
    right: 1px;
}

.section-gallery-wrapper__item._active img {
    opacity: 1;
}

.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0 2px 0 0;
    height: 100%
}

.section-gallery-wrapper__item:last-of-type .section-gallery-wrapper__item-nav {
    margin-right: 0
}

.section-gallery-wrapper__item-nav:before {
    content: "";
    display: block;
    height: 5px;
    background-color: #cdcdcd;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
	z-index: 1;
}

.section-gallery-wrapper__item_hidden {
    display: none
}

._active .section-gallery-wrapper__item-nav:before {
    background-color: #dc2f2f;
}

.product-item__picture {
    height: 282px;
}

.only-mobile {
	display: none !important;
}

@media(max-width: 576px) {
	.section-gallery-wrapper__item-nav:before {
		display: none;
	}
	
	body .b24-widget-button-wrapper {
		left: 35px !important;
		right: auto !important;
		bottom: 90px !important;
	}
	
	.one-click__img {
		margin-bottom: 20px;
	}
	
	.one-click__img .swiper-wrapper {
		margin-bottom: 20px;
	}
	
	.popup .f-button.is-close-btn {
		top: 12px !important;
		right: 21px !important;
	}
	
	.only-mobile.product_label-block {
		justify-content: center;
	}
	
	.only-mobile.product_label-block>div {
		width: 50%;
	}
	
	.info-mobile {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
	.only-mobile {
		display: flex !important;
	}
	
	.review-page__text.only-mobile {
		flex-direction: column;
	}
}

.checkbox.error__form__field {
	flex-wrap: wrap;
}

.checkbox.error__form__field label {
	flex: 1;
}


.accept-cookie {
	display: flex;
	padding: 20px;
	gap: 50px;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background-color: #333333;
	color: #ffffff;
}

.accept-cookie::after {
	content: "";
	display: none;
}

.accept-cookie__btn {
	width: auto;
	height: 35px;
	margin: 0;
	padding: 0 20px;
}

@media (max-width: 576px) {
	.accept-cookie {
		display: flex;
        flex-flow: column;
        gap: 10px;
        padding: 30px 10px 10px 10px;
		text-align: center;
        padding-bottom: 0;
        font-size: 12px;
	}
	
	.b24-widget-button-position-bottom-right .b24-widget-button-popup {
		left: -220px !important;
		bottom: 0 !important;
		width: 190px !important;
	}

	.accept-cookie__btn {
		margin-bottom: 15px;
		font-size: 12px;
		padding: 0 10px;
		height: 25px;
	}
}

@media(min-width: 577px) {
	.review-page__text.only-mobile {
		display: none !important;
	}
	
	.review-page__text.only-desktop {
		display: block !important;
	}

	.footer__social--item.only-desktop {
		display: block !important;
	}
}

@media(max-width: 576px) {
	.review-page__text.only-mobile {
		display: block !important;
	}
	
	.review-page__text.only-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) {
    body .b24-widget-button-wrapper {
        right: 29px !important;
    }
}

.show__more {
	background: #ff6600;
	color: #fff;
	cursor: pointer;
}
div.front-slider__form:has(.promo-form-main)
{
	border-radius: 12px;
	overflow: hidden;
}
img.center {
	margin-left: auto;
	margin-right: auto;
}

.section-crosslink__mini .crosslink {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.section-crosslink__mini .crosslink__item {
	width: 100%;
	min-height: auto;
	padding: 10px;
	justify-content: center;
}

@media (max-width: 576px) {
	.lw-header-top .header-buttons .theme-btn {
		display: none;
	}
}

.productSHB_item {
	width: 100%;
	max-width: 780px;
	padding: 20px;
	border: 1px solid #ccc;
    border-radius: 10px;
    align-items: center;
	display: grid;
	grid-template-columns: 160px auto;
    grid-template-areas:
        "photo name"
        "photo info";
	gap: 15px;
}
a.productSHB_item-name {
	text-transform: uppercase;
	color: var(--secondary);
	grid-area: name;
}
a.productSHB_item-name:hover {
	color: var(--primary);
}
.productSHB_item-photo {
	grid-area: photo;
}
.productSHB_item-info {
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 10px;
	grid-area: info;
}
.productSHB_item-avail {
	font-size: 0.85em;
    display: flex;
    gap: 5px;
    align-items: center;
	white-space: nowrap;
	font-weight: bold;
}
@media (max-width: 640px) {
	.productSHB_item {
		justify-content: center;
	}
	.productSHB_item-anons,
	.productSHB_item-name {
		text-align: center;
	}
	.productSHB_item-info {
		flex-direction: column;
	}
}
@media (max-width: 480px) {
	.productSHB_item {
		grid-template-areas:
			"name"
			"photo"
			"info";
		grid-template-columns: auto;
	}
	.productSHB_item-photo {
		max-width: 140px;
		margin: 0 auto;
	}
}
/* End */


/* Start:/local/templates/cf/css/swiper.min.css?172064520018438*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260*/
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-pagination .bx-pagination-container ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: var(--title);
    font-weight: 700;
    transition: .3s;
}
.bx-pagination .bx-pagination-container ul li a {
    color: var(--title);
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	color: var(--primary);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    color: #ffffff;
    background: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1;
}

.bx-pagination .bx-pagination-container ul li.last-link,
.bx-pagination .bx-pagination-container ul li.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
}

.bx-pagination .bx-pagination-container ul li.last-link::before {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-right: 20px;
}


.bx-pagination .bx-pagination-container ul li.bx-active + li.last::before {
    display: none;
}

.bx-pagination .bx-pagination-container ul li.first-link::after {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-left: 20px;
}

.bx-pag-prev {
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-pag-next {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .bx-pagination .bx-pagination-container ul li span {
        font-size: 15px;
    }

    .bx-pagination .bx-pagination-container ul li.last-link::before,
    .bx-pagination .bx-pagination-container ul li.first-link::after {
        font-size: 19px;
    }

    .bx-pagination svg {
        width: 18px;
        height: 18px;
    }

    .bx-pagination .bx-pagination-container ul {
        gap: 18px
    }

    .bx-pagination .bx-pagination-container ul li.bx-active span {
        padding: 6px 11px;
    }
}

/* End */


/* Start:/local/templates/cf/components/cf/search.title/catalog/style.css?17652526172500*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:20;
	border-radius: 8px;
    box-shadow: 0 20px 25px -10px #0000007a;
	padding-top: 20px;
	background: #fff;
}

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

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;
	font-weight:normal;
    padding: 5px 10px;
}

table.title-search-result td.title-search-item {
    text-transform: uppercase;
}

table.title-search-result td.title-search-item a {
	vertical-align:top;
	display: flex;
    align-items: center;
}

table.title-search-result td.title-search-item img {
	vertical-align: top;
    width: fit-content;
    max-height: 60px;
	margin:0 auto;
}

table.title-search-result td.title-search-item b {
	font-weight:normal;
	display: inline-block;
	margin-right: 5px;
}

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

table.title-search-result td.title-search-more a
{
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    max-width: 160px;
    margin: 10px auto;
}
table.title-search-result td.title-search-more a:hover {
	color: var(--text);
}

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;
}


p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

.title-search-info {
	width: 60%;
}
.title-search-info small {
	display: block;
	text-transform: none;
}
.title-search-price {
	width: 20%;
	color: var(--primary);
	font-weight: 700;
}
.title-search-img {
	width: 20%;
	margin-right: 2%;
	text-align: center;
    display: flex;
}
#row_0 .title-search-more {
	display: none;
}


@media (max-width: 1199px) {
	div.title-search-result {
		overflow: scroll;
		min-width: 300px;
		height: auto;
		max-height: 80%;
		z-index: 10000;
		top: 60px !important;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/compress/style.css?17770136831248*/
.breadcrumbs-compressed li {
    display: flex !important;
}

.breadcrumbs-compressed__overflow {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.breadcrumbs-compressed__more {
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    padding: 0 15px;
    font: inherit;
}

.breadcrumbs-compressed__more:hover {
    background-color: #f0f2f5;
}

.breadcrumbs-compressed__menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    max-width: 600px;
    width: max-content;
    padding: 8px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    z-index: 10;
    display: none;
}

.breadcrumbs-compressed__menu .breadcrumbs-compressed__menu_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 14px;
    color: inherit;
    text-decoration: none;
}

.breadcrumbs-compressed__menu a:hover {
    background: #f5f5f5;
}

.breadcrumbs-compressed__overflow:hover .breadcrumbs-compressed__menu,
.breadcrumbs-compressed__overflow:focus-within .breadcrumbs-compressed__menu {
    display: block;
}
/* End */


/* Start:/local/templates/cf/components/bitrix/news.detail/photo/style.css?17199540001829*/
.section-gallery {
    overflow: hidden;
    margin-top: 20px;
}

.gallery {
    overflow: visible;
    padding: 0 18%;
    margin-top: 70px;
}

.gallery .swiper-wrapper {
    margin-bottom: 80px;
}

.gallery__item {
    transform: scale(1) !important;
    transition: .4s;
    opacity: 0.6;
    outline: none;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    max-height: 475px;
}

.gallery__item.swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 30px 25px -20px #0000007a;
}

.gallery__item.swiper-slide-prev::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, white 79%  , transparent 93% );
}

.gallery__item.swiper-slide-next::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent 5% , white 21% );
}


.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item picture {
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
}

.gallery:not(.swiper-initialized) .gallery__item {
    transform: scale(1.1) !important;
    opacity: 1;
}

.gallery:not(.swiper-initialized) .gallery__item:nth-child(n+2) {
    display: none;
}


@media screen and (max-width: 767px) {

    .gallery .swiper-wrapper {
        margin-bottom: 30px;
    }

    .gallery {
        padding: 0;    
        margin-top: 20px;
    }
    
    .gallery__item.swiper-slide-active,
    .gallery__item {
        transform: none !important;
    }

    .gallery__item.swiper-slide-active {
        box-shadow: 0 24px 19px -23px #0000007a;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/brands/style.css?17273811001205*/
.section-brands {
    margin-top: 70px;
}

.brands .swiper-wrapper {
    height: auto;
    margin-bottom: 25px;
}

.brands:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 60px
}

.brands:not(.swiper-initialized) .swiper-wrapper .brands__item:nth-child(n+7) {
    display: none;
}

.brands .brands__item {
    width: auto;
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands__item img {
    width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1390px) {
    .brands:not(.swiper-initialized) .swiper-wrapper .brands__item:nth-child(n+6) {
        display: none;
    }
}

@media screen and (max-width: 1190px) {
    .brands:not(.swiper-initialized) .swiper-wrapper .brands__item:nth-child(n+5) {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .brands:not(.swiper-initialized) .swiper-wrapper .brands__item:nth-child(n+4) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .brands .brands__item {
        height: 55px;
        max-width: 100px;
    }
    .brands:not(.swiper-initialized) .swiper-wrapper .brands__item:nth-child(n+3) {
        display: none;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/documents/style.css?17694424603834*/
.section-documents {
    margin-top: 70px;
}

.documents .documents__images {
    width: 77%;
    padding-right: 70px;
}

.documents .documents__images:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(9, auto);
    grid-template-rows: repeat(6, 67px);
}

.documents .documents__images:not(.swiper-initialized) .swiper-wrapper {
    width: auto;
}


.documents .documents__images-item {
    border: 1px solid #f0f0f0;
    box-shadow: 0 31px 14px -27px #00000059;
    overflow: hidden;
    background: var(--f-button-bg);
    width: auto;
    height: auto;
    grid-column: span 2;
    grid-row: auto;
}

.documents .documents__images-item:nth-child(1) {
    height: 100%;
    grid-column: span 3;
    grid-row: span 6;
}

.documents .documents__images-item:nth-child(2) {
    grid-column: span 4;
    grid-row: span 3;
}

.documents .documents__images-item:nth-child(3) {
    grid-column: span 2;
    grid-row: span 2;
}

.documents .documents__images-item:nth-child(4) {
    grid-column: span 2;
    grid-row: span 4;
}

.documents .documents__images-item:nth-child(5) {
    grid-column: span 2;
    grid-row: span 3;
}

.documents .documents__images-item:nth-child(6) {
    grid-column: span 2;
    grid-row: span 3;
}

.documents .documents__images-item:nth-child(7) {
    grid-column: span 2;
    grid-row: span 2;
}

.documents .documents__images-item:nth-child(8) {
    grid-column: span 2;
    grid-row: span 2;
}

.documents .documents__images-item:nth-child(9) {
    grid-column: span 2;
    grid-row: span 2;
}


.documents .documents__images-item:nth-child(10) {
    grid-column: span 2;
    grid-row: span 2;
}

.documents .documents__images-item:nth-child(11) {
    grid-column: span 2;
    grid-row: span 2;
}

.documents .documents__images-item:nth-child(12) {
    grid-column: span 2;
    grid-row: span 2;
}


.documents__text {
    width: 23%;
    font-size: 16px;
}

.documents__text p {
    margin-bottom: 25px;
}

.documents .documents__images-item img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .documents .documents__images-item img {
        object-fit: contain;
        max-height: 248px;
    }
}

@media (max-width: 1360px) {
    .documents .documents__images {
        width: 68%;
    }

    .documents__text {
        width: 32%;
    }

    .documents .documents__images:not(.swiper-initialized) .swiper-wrapper {
        grid-template-rows: repeat(6, 45px);
    }
}


@media (max-width: 1150px) {

    .documents .documents__images:not(.swiper-initialized) .swiper-wrapper {
        grid-template-rows: repeat(6, 30px);
    }
}

@media (max-width: 991px) {

    .documents {
        display: flex;
        flex-direction: column;
    }

    .documents .documents__images {
        width: 100%;
        padding-right: 0;
    }

    .documents__text {
        width: 100%;
    }

    .documents .documents__images {
        column-gap: 0;
        margin-bottom: 25px;
    }

    .documents .swiper-pagination {
        margin-top: 0;
    }

    .documents .documents__images-item {
        box-shadow: 0 24px 18px -24px #00000059;
        background: transparent;
        border: 0;
    }

    .documents .documents__images:not(.swiper-initialized) .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .documents .documents__images:not(.swiper-initialized) .swiper-slide:nth-child(n+3) {
        display: none
    }

    .documents__text {
        font-size: 14px;
    }

    .documents__text p {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 767px) {

    .documents__text {
        font-size: 13px;
    }

    .documents .documents__images {
        gap: 30px 0;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/news-list/style.css?17647928384640*/
.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
}

.news-list .swiper-wrapper {
    margin-bottom: 25px;
}

.section-news {
    margin-top: 70px;
}

.news__all {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	max-width: 200px;
	text-align: center;
}

.news:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow: hidden;
}

.news:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none !important;
}

.news__price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary);
    color: #ffffff;
    padding: 6px 32px;
    border-radius: 0 8px 0 0;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.news-list__item {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    gap: 15px;
    box-shadow: 0 34px 23px -25px #0000002b;
    padding: 25px 30px;
}

.news-list__image {
    width: 217px;
    height: 217px;
    min-width: 217px;
    border-radius: 8px;
    overflow: hidden;
}

.news-list__image picture {
    height: 100%;
    width: 100%;
}

img.news-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.news-list__image:hover img.news-list__img {
    transform: scale(1.1);
}

.news-list__link {
    flex-grow: 1;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.news-list__content {
    display: flex;
    flex-direction: column;
}

.news-list__date {
    font-size: 14px;
}

.news-list__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: auto;
    transition: .5s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    box-orient: vertical;
}

.news-list__name:hover {
    color: var(--primary)
}

.news-list__item .arrow-btn {
    margin-top: auto;
    margin-bottom: 0;
    white-space: nowrap;
}

.news-pagination {
    margin-top: 50px;
}

.news__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1460px) {
    .news-list__image {
        width: 200px;
        height: 200px;
        min-width: 200px;
    }
}

@media (max-width: 1360px) {
    .news-list__image {
        width: 180px;
        height: 180px;
        min-width: 180px;
    }

    .news-list__name {
        font-size: 16px;
    }

    .news-list__date {
        font-size: 13px;
    }

    .news-list__item .arrow-btn {
        font-size: 14px;
    }

    .news-list__item .arrow-btn svg {
        width: 16px;
        height: 14px;
    }
}

@media (max-width: 1280px) {
    .news-list__item {
        padding: 25px 20px;
    }

    .news-list__image {
        width: 160px;
        height: 160px;
        min-width: 160px;
    }

    .news-list__name {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .news-list__item {
        flex-direction: column;
    }

    .news-list__image {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        min-width: auto;
    }

    .news-list__content,
    .news-list__link {
        gap: 10px;
    }

    .news-list__content {
        margin-top: auto
    }

    .news-list__item .arrow-btn {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .news-list__content {
        margin-top: 0;
        height: 50%;
    }
    .news-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 15px;
    }

    .news-list__item {
        padding: 15px 2px;
    }

    .news-list__date {
        font-size: 12px;
    }

    .task-159500 .news-list__date {
        font-size: 14px;
    }

    .news-list__name {
        font-size: 13px;
        margin-top: 0;
    }

    .task-159500 .news-list__name {
        font-size: 14px;
        margin-top: 0;
    }

    .news-list__item .arrow-btn {
        gap: 12px;
        font-size: 13px;
    }
    
    .task-159500 .news-list__item .arrow-btn {
        font-size: 14px;
    }

    .news-list__item .arrow-btn svg {
        width: 13px;
        height: 12px;
    }

    img.news-list__img {
        height: 165px;
    }


    .news:not(.swiper-initialized) .swiper-wrapper {
        gap: 10px;
    }

    .news:not(.swiper-initialized) .swiper-slide:nth-child(n+3) {
        display: none !important;
    }


    .news__all {
        margin-top: 17px;
        padding: 8px 12px;
        font-size: 14px;
        max-width: 130px;
    }

    .news {
        gap: 5px 0;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?17645792164347*/

.section-faq {    margin-top: 70px;}

.faq__content {
    width: calc(100% - 475px);
    margin-right: 20px;
    background-color: var(--secondary);
    padding: 45px 45px 30px 45px;
    color: #ffffff;
    position: relative;
    display: flex;
}

.faq__content--bg {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq__slider {
    max-width: 70%;
    margin-left: 0 !important;
    align-items: stretch;
}

.faq__item {
    display: flex !important;
    height: 100%
}

.faq__item-question {
    font-size: 20px;
    font-weight: 700;
}

.faq__title {
    font-size: 24px;
    height: 50px;
    padding-left: 75px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.faq__title-answer {
    background: url(/local/templates/cf/images/icon_answer.svg) no-repeat left;
}
.faq__title-question {
    background: url(/local/templates/cf/images/icon_question.svg) no-repeat left;
}

.faq__text {
    line-height: 1.3;
}

.faq__slider:not(.swiper-initialized) .faq__item:nth-child(n+2) {
    display: none !important;
}

.faq__slider:not(.swiper-initialized) {
    margin-bottom: 19px;
}

.faq__item-answer {
    font-size: 18px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq__item-images {
    margin-top: auto;
    gap: 20px;
    margin-bottom: 40px;
}

.faq__item-images picture {}

.faq__image {
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: 1;
}

.faq__img {}

.faq__form {
    width: 455px;
    background: var(--bg);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.faq__form-bottom {
    background: var(--wrapper-bg);
    margin-bottom: 8px;
    margin: auto 1px 10px 1px;
    padding: 10px 30px;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
}

.faq__form-bottom__left {
    line-height: 1.3;
} 
.faq__form-bottom__left a {
    font-size: 20px;
} 

.faq__form-link {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#question_form {
    width: 496px;
}

#question_form .checkbox label {
    font-size: 12px;
}

.faq__manager {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: var(--primary);
    font-size: 18px;
    padding: 10px 22px;
    text-align: right;
    line-height: 1.3;
    border-radius: 0 0 0 8px;
    font-weight: 300;
    z-index: 1;
}

.faq__slider {
    z-index: 1;
}

.faq__form-mobile {
    display: none;
}

.faq__flex-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: center;
    margin: 45px auto 0 auto;
}

@media (max-width: 1400px) {
    .faq__title {
        font-size: 20px;
        height: 40px;
        padding-left: 60px;
        background-size: 40px !important;
    }
    .faq__item-question {
        font-size: 16px;
        font-weight: 500;
    }
    .faq__item-answer {
        font-size: 15px;
    }
}

@media (max-width: 1220px) {
    .faq__image,.faq__manager {
        display: none !important;
    }
    .faq__slider {
        max-width: 100%;
    }
}

@media (max-width: 920px) {
    .faq__form {
        display: none !important;
    }
    .faq__form-mobile {
        display: block;
    }
    .faq__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .faq__content {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .faq__flex-container {
        margin: 0 auto;
        gap: 15px;
        text-align: center;
        flex-wrap: wrap;
        margin: 17px auto 0 auto;
        justify-content: center;
    }
}

@media (max-width: 512px) {

    .faq__content {
        padding: 20px 20px 22px 20px;
    }

    .faq__title {
        font-size: 15px;
        height: 25px;
        padding-left: 40px;
        background-size: 25px !important;
    }

    .faq__item-question {
        font-size: 13px;
    }

    .faq__item-answer {
        font-size: 13px;
    }

    .faq__title {
        margin-bottom: 12px;
    }

    .faq__item-answer {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .faq__item-images img {
        height: auto;
        justify-content: center;
    }

    .faq__item-images {
        margin-bottom: 25px;
    }

}

/* End */


/* Start:/local/templates/cf/css/form-main-faq.css?17780594261727*/
.block-faq__form {
    position: absolute;
    z-index: 1;
    top: 0;
    background: var(--bg);
    right: 20px;
    max-width: 498px;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 30px 25px -20px #0000007a;
}

.block-faq__form__title {
    background: var(--primary);
    color: #ffffff;
    padding: 7px 30px;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    border-radius: 0 0 8px 0;
}

.block-faq__form__content {
    flex-direction: column;
    padding: 20px 30px 30px 30px;
    gap: 12px 0;
}

.block-faq__form__field {
    color: var(--label-text);
}

.block-faq__form__field span {
    padding-left: 22px;
}

.block-faq__form__field textarea,
.block-faq__form__field input,
.block-faq__form__field select {
    border: 0;
    border-radius: 8px;
    font-size: 18px;
    padding: 9px 22px;
    margin-top: 5px;
    background: #ffffff;
    font-weight: 300;
    max-height: 134px;
}

.block-faq__form__field-checkbox {
    color: var(--text);
    font-size: 12px;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
}

.block-faq__form__field-checkbox .checkbox {
    padding: 0;
}

.block-faq__form__submit {
    background: #ffffff;
    color: #111111;
    border-width: 3px;
}

@media screen and (max-width: 1366px) {

    .block-faq__form {
        max-width: 420px;
    }

}

@media screen and (max-width: 1280px) {
    .block-faq__form {
        max-width: 370px;
    }

    .block-faq__form__title {
        font-size: 20px;
    }

    .block-faq__form__submit {
        font-size: 14px;
        padding: 10px;
    }
}


@media screen and (max-width: 880px) {

    .block-faq__form {
        display: none;
    }

}

/* End */


/* Start:/local/templates/cf/css/gallery.css?17206452004451*/
.section-gallery {
    overflow: hidden;
    margin-top: 20px;
}

.gallery {
    overflow: visible !important;
    padding: 0 19% !important;
    margin-top: 70px;
    position: relative;
}

.gallery .swiper-wrapper {
    margin-bottom: 80px;
}

.gallery__item {
    transform: scale(1) !important;
    transition: .4s;
    opacity: 0.6;
    outline: none;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    max-height: 475px;
}

.gallery__item.swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 30px 25px -20px #0000007a;
}

.gallery__title {
    position: absolute;
    bottom: 0;
    padding: 30px 35px;
    color: #ffffff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
}

.gallery-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: calc(81px + 0.8vw);
    background: var(--primary);
    width: 20px;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
    transition: .4s;
}

.gallery-button:hover {
    filter: brightness(1.3);
}

.gallery-button-next {
    right: 0;
    background: var(--primary);
    width: 20px;
}
.gallery-button-prev {
    left: 0;
    background: var(--primary);
    width: 20px;
}

.gallery-button:after {
    content: '';
    background: url(/local/templates/cf/images/back.svg);
    width: 20px;
    height: 19px;
    top: calc(50% - 20px);
}

.gallery-button-next::after {
    background: transparent;
    border: 12px solid transparent;
    border-left: 12px solid #ffffff;
    left: 0px;
    position: absolute;
}

.gallery-button-prev::after {
    background: transparent;
    border: 12px solid transparent;
    border-right: 12px solid #ffffff;
    left: -4px;
    position: absolute;
}

.gallery__item.swiper-slide-active .gallery__title {
    font-size: 30px;
    font-weight: 700;
}


.gallery__item.swiper-slide-active .videoblog__video {}
.gallery__item.swiper-slide-active .videoblog__video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .5;
}

.gallery__item.swiper-slide-prev::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    z-index: 1;
}

.gallery__item.swiper-slide-next::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff);
    z-index: 1;

}


.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item picture {
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item {
    transform: scale(1.1) !important;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item:nth-child(n+2) {
    display: none;
}

.gallery__video {
    height: 100%;
    width: 100%;
}

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


@media screen and (max-width: 1024px) {

    .gallery__title {
        font-size: 17px;
    }

    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {

    .gallery .swiper-wrapper {
        margin-bottom: 30px;
    }

    .gallery {
        padding: 0 !important;
        margin-top: 20px !important;
    }
    
    .gallery__item.swiper-slide-active,
    .gallery__item {
        transform: none !important;
    }

    .gallery__item.swiper-slide-active {
        box-shadow: 0 24px 19px -23px #0000007a;
    }

    .gallery-button {
        bottom: 43px;
        background: transparent;
    }

    .gallery__item .gallery__title,
    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 13px;
        padding: 12px 18px;
        font-weight: 600;
    }

    .gallery-button:after {
        top: auto;
        background: url(/local/templates/cf/images/back.svg);
        width: 20px;
        height: 19px;
        border: 0;
        bottom: -43px;
    }

    .gallery-button-prev::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 3px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/recommend/style.css?17645792302540*/
.section-recommend {
    margin: 80px 0;
}

.recommend {
    gap: 40px 0;
}

.recommend:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 30px;
}

.recommend:not(.swiper-initialized) .recommend__item:nth-child(n+4) {
    display: none !important;
}

.recommend:not(.swiper-initialized) .recommend__item {
    width: calc(33.333% - 20px);
}

.recommend__item {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px 0;
    padding-bottom: 20px;
}

.recommend__title {
    width: 100%;
    background: var(--primary);
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    min-height: 60px;
    line-height: 1.2;
}

.recommend__picture {
    width: 215px;
    max-width: 50%;
    box-shadow: 0 26px 25px -20px #00000059;
    margin-bottom: auto;
}

.recommend__img {
    height: auto
}

.recommend__content {
    width: calc(100% - 215px);
    padding-left: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.recommend__text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
}

.recommend__text p {
    text-align: left !important;
}

.recommend__btn {
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .recommend:not(.swiper-initialized) .recommend__item {
        width: calc(50% - 20px);
    }

    .recommend:not(.swiper-initialized) .recommend__item:nth-child(n+3) {
        display: none !important;
    }
}


@media screen and (max-width: 767px) {

    .section-recommend {
        margin: 50px 0;
    }

    .recommend__item {
        gap: 15px 0
    }

    .recommend:not(.swiper-initialized) .recommend__item:nth-child(n+2) {
        display: none !important;
    }
    
    .recommend:not(.swiper-initialized) .recommend__item {
        width: 100%;
    }

    .recommend__picture {
        width: 144px;
    }

    .recommend__content{
        font-size: 12px;
        width: calc(100% - 145px);
        line-height: 1.3;
    }

    .recommend__btn {
        margin-top: 28px;
        padding: 10px 15px;
        font-size: 12px;
    }

    .recommend__title {
        min-height: 38px;
        font-size: 13px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/about/style.css?17647736221712*/

.video-reviews {
    gap: 40px 0;
}

.video-reviews:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.video-reviews:not(.swiper-initialized) .video-reviews__item:nth-child(n+4) {
    display: none;
}

.video-reviews:not(.swiper-initialized) .video-reviews__item {
    width: calc(33.333% - 20px);
}

.video-reviews__item {
    flex-direction: column;
}

.video-reviews__video {
    box-shadow: 0 26px 25px -20px #00000059;
}

.video-reviews__img {
    height: auto;
}

.video-reviews__content {
    text-align: center;
    margin-top: 30px;
}

.video-reviews__name {
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
}

.video-reviews__quote {
    font-size: 19px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .video-reviews:not(.swiper-initialized) .video-reviews__item:nth-child(n+3) {
        display: none;
    }
    
    .video-reviews:not(.swiper-initialized) .video-reviews__item {
        width: calc(50% - 20px);
    }
}


@media screen and (max-width: 767px) {
    .video-reviews:not(.swiper-initialized) .video-reviews__item:nth-child(n+2) {
        display: none;
    }
    
    .video-reviews:not(.swiper-initialized) .video-reviews__item {
        width: 100%;
    }

    .video-reviews__name {
        font-size: 12px;  
    }
    
    .task-159500 .video-reviews__name {
        font-size: 14px;  
    }

    .video-reviews__quote {
        font-size: 15px;
    }

    .video-reviews__content {
        margin-top: 20px;
    }
}

.video-reviews__video img {
	object-fit: contain;
	width: 100%;
}

.Rutube-btn {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/team-slider/style.css?17273811003524*/

/* Start:/local/templates/cf/components/bitrix/news.list/team-slider/style.css?17194316242272*/
.our-team {
    margin:80px 0
}
.team-list-slider {
    gap: 40px 0;
}
.team-list-slider:not(.swiper-initialized) .swiper-wrapper {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    justify-items: center;
}

.team-list-slider:not(.swiper-initialized) .swiper-slide {
    width: 100%
}
.f-thumbs__slide__img {
    object-position: top;
}

.team-list-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+7) {
    display: none;
}

.team-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid var(--primary);
    border-radius: 6px;
    height: 100%;
}

.team-item__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.team-item__name:hover {
    text-decoration: none;
}

.team-item__job-title {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.team-list-slider .team-item__img {
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 33px 23px -32px #BBBBBB;
    max-height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-item-popup.fancybox__content {
    display: flex !important;
    flex-direction: row;
    width: 900px;
    border-radius: 4px;
    gap: 35px;
    align-items: center;
}

.team-item-popup .team-item__name {
    text-decoration: none;
    text-align: left;
    margin-bottom: 20px;
}

.team-item-popup .team-item__job-title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.team-item-popup .is-close-btn {
    top: 15px;
    right: 15px;
    --f-button-color: #FF7316;
    --f-button-hover-color: #FF7316;
    opacity: 1;
    --f-button-outline-color: transparent;
    --f-button-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-hover-bg: transparent;
}

.team-item-popup .is-close-btn:hover {
    opacity: 0.5;
}

@media (max-width: 1399px) {

    .team-list-slider:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
    .team-list-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+6) {
        display: none;
    }
}

@media (max-width: 1199px) {
    .team-list-slider:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .team-list-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 990px) {
    .team-list-slider:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .team-list-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4) {
        display: none;
    }
}



@media (max-width: 767px) {

    .team-item__name {
        line-height: 18px;
        font-size: 14px;
    }

    .team-item__job-title {
        font-size: 12px;
    }

    .team-item-popup {
        flex-direction: column !important;
    }

    .team-item-popup .is-close-btn {
        top: 5px;
        right: 5px;
    }
}

@media (max-width: 599px) {
    .team-list-slider:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-list-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3) {
        display: none;
    }
}

/* End */


/* Start:/local/templates/cf/components/bitrix/news.list/reyting/style.css?17273811002684*/
.section-external-reviews {
    margin-top: 70px;
}

.external-reviews {
    margin: 30px 0 70px 0;
    flex-wrap: wrap;
}

.external-reviews__item {
    box-shadow: 0 26px 25px -30px #00000059;
    flex-grow: 1;
    padding: 40px 15px;
    display: flex;
    gap: 30px;
    flex-grow: 1;
}

.external-reviews__content {
    gap: 18px 0;
    display: flex;
    flex-direction: column;
}

.external-reviews__count {
    font-size: 20px;
    font-weight: 700;
}

.external-reviews__link {}
.external-reviews__link .only-mobile {
    width: auto
}

.external-reviews__stars {
    margin-left: 30px;
    position: relative;
}

.reviews__mark {
    position: absolute;
    left: -32px;
    font-size: 19px;
    top: 1px;
    line-height: 1;
}

.reviews__stars {
    position: relative;
}

.reviews__bg {
    background: url(/local/templates/cf/images/star.svg);
    width: 133px;
    height: 20px;
}

.reviews__fill {
    background: url(/local/templates/cf/images/star-active.svg);
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.external-reviews .arrow-btn i {
    font-style: normal;
}


@media screen and (max-width: 1480px) {
    .external-reviews__img {
        width: 150px;
    }
}

@media screen and (max-width: 576px) {

    .external-reviews__link {
        gap: 10px;
    }

    .external-reviews {
        margin: 30px 0 40px 0;
    }

    .section-external-reviews {
        margin-top: 50px;
    }

    .reviews__mark {
        left: -22px;
        font-size: 12px;
        top: 0px;
    }

    .external-reviews__item {
        padding: 10px 0;
        box-shadow: none;
        gap: 18px;
        align-items: center;
        justify-content: space-between;
    }

    .external-reviews__content {
        flex-direction: row;
        flex-grow: 1;
        justify-content: space-between;
        align-items: center;
    }


    .external-reviews__stars {
        width: 80px;
        background-size: 16px;
        height: 12px;
        margin-left: 20px;
    }

    .reviews__fill {
        background-size: 16px;
        height: 12px;
    }

    .reviews__bg {
        width: 80px;
        background-size: 16px;
        height: 12px;
    }


    .external-reviews .arrow-btn {
        font-size: 12px;
        gap: 4px;
        line-height: 1.1;
        margin-left: 20px
    }

    .external-reviews .arrow-btn svg {
        width: 14px;
    }

    .external-reviews .arrow-btn span {
        font-weight: 600;
    }

    .external-reviews__img {
        width: 80px;
    }

    .external-reviews__count {
        display: none;
    }
}

@media screen and (max-width: 385px) {
    .external-reviews .arrow-btn i {
        width: 48px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/audio/style.css?17308281003256*/

.audio-reviews {
    margin: 30px 0 70px 0;
    gap: 50px 0;
}

.audio-reviews .swiper-wrapper {}

.audio-reviews .swiper-slide {
    background: var(--bg);
    border-radius: 74px;
    padding: 12px;
    display: flex;
    align-items: center;
    padding-right: 28px;
}

.audio-reviews:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 20px;
    width: 100%
}

.audio-reviews:not(.swiper-initialized) .audio-reviews__item:nth-child(n+4) {
    display: none;
}

.audio-reviews:not(.swiper-initialized) .audio-reviews__item {
    width: calc(33.333% - 10px);
}

.audio-reviews__img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    min-width: 115px;
	object-fit: cover;
}

.audio-reviews__info {
    padding-left: 30px;
    flex-grow: 1;
}

.audio-reviews__info audio {
    width: 100%
}

.audio-reviews__item .name {
    font-size: 20px;
    font-weight: 800;
    color: var(--text);
}

.audio-player {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 20px;
}

.audio-player audio {
    display: none;
}

.audio-player .play-btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
    background: url(/local/templates/cf/images/icon_play.svg);
    font-size: 0;
    border: 0;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .4s;
    background-size: 100% !important;
    padding: 0;
    transform: scale(1);
}

.audio-player .progress-thumb {
    height: 21px;
    width: 9px;
    background-color: var(--primary);
    position: absolute;
    cursor: pointer;
    top: -8px;
    border-radius: 8px;
}

.audio-player .play-btn.paused {
    background: url(/local/templates/cf/images/pause-circle-svgrepo-com.svg);
    transform: scale(1.2);
}

.audio-player .progress-line {
    background-color: var(--primary);
    height: 5px;
    border-radius: 8px;
}

.audio-player .progress-container {
    background-color: #D9D9D9;
    height: 5px;
    width: calc(100% - 108px);
    position: relative;
    border-radius: 8px;
    margin: 0 18px;
}

@media screen and (max-width: 1024px) {
    .audio-reviews:not(.swiper-initialized) .audio-reviews__item:nth-child(n+3) {
        display: none;
    }
    
    .audio-reviews:not(.swiper-initialized) .audio-reviews__item {
        width: calc(50% - 10px);
    }

    .audio-reviews__item .name {
        font-size: 16px;
    }

    .audio-reviews__img {
        width: 95px;
        height: 95px;
        min-width: 95px;
    }

    .audio-reviews__info {
        padding-left: 18px;
    }
}

@media screen and (max-width: 767px) {
    .audio-reviews:not(.swiper-initialized) .audio-reviews__item:nth-child(n+2) {
        display: none;
    }
    
    .audio-reviews:not(.swiper-initialized) .audio-reviews__item {
        width: 100%;
    }

    .audio-reviews__img {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }

    .audio-reviews__item .name {
        font-size: 14px;
    }

    .audio-player {
        gap: 12px;
        margin-top: 15px;
    }

    .audio-player .progress-thumb {
        height: 16px;
        width: 8px;
        top: -6px;
    }

    .audio-player .play-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/clients/style.css?1728893940545*/
.clients {
    display: grid;
    grid-gap: 40px 25px;
    grid-template-columns: repeat(6, 1fr);
}

.clients__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients__item img {
    transition: .8s;
}

.clients__item:hover img {
    transform: scale(1.2);
}

@media screen and (max-width: 767px) {
    .clients {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 15px 12px;
    }

}

@media screen and (max-width: 600px) {
    .clients {
        grid-template-columns: repeat(3, 1fr);
    }

}
/* End */
/* /local/templates/cf/css/fonts.css?17206452002358 */
/* /local/templates/cf/css/theme-variables.css?17795135992038 */
/* /local/templates/cf/css/style.css?1779168336104799 */
/* /local/templates/cf/css/swiper.min.css?172064520018438 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260 */
/* /local/templates/cf/components/cf/search.title/catalog/style.css?17652526172500 */
/* /local/templates/.default/components/bitrix/breadcrumb/compress/style.css?17770136831248 */
/* /local/templates/cf/components/bitrix/news.detail/photo/style.css?17199540001829 */
/* /local/templates/.default/components/bitrix/news.list/brands/style.css?17273811001205 */
/* /local/templates/.default/components/bitrix/news.list/documents/style.css?17694424603834 */
/* /local/templates/.default/components/bitrix/news.list/news-list/style.css?17647928384640 */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?17645792164347 */
/* /local/templates/cf/css/form-main-faq.css?17780594261727 */
/* /local/templates/cf/css/gallery.css?17206452004451 */
/* /local/templates/.default/components/bitrix/news.list/recommend/style.css?17645792302540 */
/* /local/templates/.default/components/bitrix/news.list/about/style.css?17647736221712 */
/* /local/templates/.default/components/bitrix/news.list/team-slider/style.css?17273811003524 */
/* /local/templates/cf/components/bitrix/news.list/reyting/style.css?17273811002684 */
/* /local/templates/.default/components/bitrix/news.list/audio/style.css?17308281003256 */
/* /local/templates/.default/components/bitrix/news.list/clients/style.css?1728893940545 */
