

/* 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/city-select.css?17447662783137*/
.city-select {
    opacity: 0;
    background: var(--secondary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    transition: .4s;
    z-index: -1;
}

.city-select__close {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    padding: 0;
}


.city-list {
    max-width: 1560px;
    margin: 0 auto;
    padding: 53px 80px 30px 80px;
    /* -webkit-columns: 175px 6; 
    -moz-columns: 175px 6;
     columns: 175px 6; 
     -webkit-column-gap: 10px; 
    -moz-column-gap: 10px;
     column-gap: 10px; 
    -moz-column-fill: balance;
    /* column-fill: balance; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 15px;
}


.city-list-child {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 30px;
}

.city-word {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

.city-list-child-cities {
    font-size: 15px;
    font-weight: 300;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.city-list-child-cities a:hover {
    color: var(--primary)
}


.city-list-sub {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 4px 0;
    font-weight: 700;
    display: none;
}


.city-list-sub.active {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    margin-top: 6px;
}


.city-list-full {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 80px 53px 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.city-select.opened {
    z-index: 10000;
    opacity: 1;
}

.main-regions {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    align-items: flex-start;
    padding-top: 35px;
}

.main-regions__item {
    color: var(--primary);
    border-bottom: 1px solid transparent
}

.main-regions__item:hover {
    border-color: var(--primary)
}

@media screen and (max-width: 1300px) {
    .city-list {
        padding: 30px 70px 30px 30px;
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 1100px) {
    .city-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

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

    .main-regions {
        font-size: 16px;
    }
    .city-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
        padding: 20px 25px 30px 25px;
    }

    .city-list-child-cities {
        font-size: 14px;
        line-height: 1.3;
        gap: 10px;
    }

    .city-select__close {
        right: 22px;
        top: 16px;
    }

    .city-list-full {
        padding: 0 25px 53px 25px;
    }

    .city-list-sub.active {
        gap: 12px 0;
        margin-top: 12px;
    }

}
.city-list-parent {
	cursor: pointer;
}
.city-list-parent:hover {
	color: var(--primary);
}
/* End */


/* Start:/local/templates/mpc/css/style.css?177951636636068*/
.mobile-menu_nav .catalog-btn {
	display: none !important;
}

.team-item__img {
	align-self: flex-start;
}

.section.content h2 {
	color: var(--title);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.section.content h3 {
	color: var(--title);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.section.content img {
	border-radius: 8px;
	float: right;
	margin-bottom: 20px;
}
.section.content ul:not(.two-columns-list):not(.columns-2) {
	margin-left: 0;
}

/* .section.content ul.two-columns-list {
	margin-left: auto;
} */
.section.content .directions-list {
	margin: 0 auto !important;
}
.mobile-details-none {
	display: none;
}
.articles-detail__text .content-block__preview {
	margin-bottom: 20px;
}
.articles-detail__text .section-title {
	margin-top: 0;
}

.d-none-mobile {
	display: none;
}
.articles-detail__container {
	margin-top: 45px;
}
@media (max-width: 991px) {
	.articles-detail__container {
		margin-top: 0;
	}
	.d-none-desktope {
		display: none;
	}
	.d-none-mobile {
		display: block;
	}
}
@media (max-width: 480px) {
	.related-products .crosslink__item {
		padding: 20px !important;
	}
	.crosslink__content {
		padding: 0 !important;
	}
	.element-column {
		flex-direction: column;
	}
	.element-column .element-item__img {
		width: 100%;
		object-fit: cover;
		max-height: 200px;
	}
	.mobile-details-none--text {
		position: absolute;
		display: flex !important;
		left: 7px;
		top: 30px;
		margin-top: 0;
		display: inline-flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.mobile-details-none--text .element-item__stock {
		display: inline-flex;
		background: #fff;
		padding: 4px;
		border-radius: 4px;
	}
	.mobile-details-none--text .element-item__question {
		display: inline-flex;
		background: #fff;
		padding: 4px;
		border-radius: 4px;
	}

	.mobile-details-none--text.mobile-details-none--text__top {
		top: 0px;
	}

	.element-item__imgblock {
		position: relative;
		min-height: 200px;
	}
	.mobile-details-none--button {
		position: absolute;
		left: 0;
		bottom: 10px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.mobile-details-none--button .btn__violet {
		margin-left: 10px;
	}
	.mobile-details-none--button .btn__transparent {
		background: #fff;
		margin-right: 10px;
	}
	.desktop-details-none {
		display: none !important;
	}
	.mobile-details-none {
		display: block;
		margin-top: 10px;
	}
	.element-item__buttons {
		display: flex;
		align-items: center;
		margin-left: auto;
		width: 100%;
	}
	.course__information.d-flex.content.only-mobile {
		margin-top: 20px;
	}

}
.img-full-absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.related-products .crosslink__title {
	margin: 0;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.related-products .crosslink__item {
	padding: 25px 20px 20px 25px;
}
.related-products .crosslink__content {
	padding-top: 0;
	padding-bottom: 0;
}
.related-products .crosslink__img {
	object-fit: cover;
}
.two-columns-text .two-columns-text__one-col {
	grid-template-columns: auto;
}

@media (max-width: 362px) {
	.header__top-container {
		gap: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.related-products .crosslink__title {
		font-size: 12px;
	}

	.task-159500 .related-products .crosslink__title {
		font-size: 14px;
	}
	/* .open-mobile-menu {
		width: 24px;
		height: 24px;
	} */
	/* .header-buttons__icon {
		width: 18px;
		height: 22px;
	} */
	/* .mobile-callback svg {
		width: 20px;
	} */
}
.tariff__options ul {
	padding-left: 0;
}
.tariff__options li {
	list-style-type: none;
	padding-left: 32px;
    position: relative;
	text-align: left;
    margin-bottom: 8px;
}
.tariff__options li:before {
	content: "";
	background: url('/local/templates/mpc/css/../images/point_menu.svg') no-repeat center;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}
@media(max-width: 767px) {
	.tariff__options li:before {
		top: 0;
	}
}
.seo-text .directions-list {
	margin: 30px auto;
	margin-left: auto !important;
}

.element-item__rowFlex {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.element-item__rowFlex .element-item__info {
	justify-content: end;
	margin-bottom: 12px;
}
.element-item__rowFlex .btn {
	white-space: nowrap;
}
.metod_couesres .element-item__content {
	flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
	.course-direction__elements .element-item__name {
		min-width: auto;
	}
}
@media screen and (max-width: 767px) {
	.element-item__rowFlex .element-item__buttons {
		gap: 0;
		margin-left: 0;
		justify-content: center;
		width: auto;
	}
}

.frame-wrapper {
	height:60vw;
	max-width: 1066px;
	max-height: 600px;
	min-height: 240px;
	margin: 0 auto;
}
@media screen and (max-width: 550px) {
	.metod_couesres .element-item {
		flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
	.metod_couesres .element-item__imgBlock img {
		height: 250px;
		object-fit: cover;
		width: 100%;
	}
}

/*icons sections*/
.icons-nav {
	width: 393px;
	max-width: 100%;
	margin-bottom: 25px;
}
.mobile-menu + .icons-nav {
	width: 100%;
	display: none;
}

.icons-nav__wrapper {
	padding: 0;
	list-style: none;
	gap: 20px;
}

.icons-nav__link {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	justify-content: space-between;
}

.icons-nav__link img {
	height: 55px;
	width: 55px;
	margin: 0 auto;
	object-fit: contain;
}

.icons-nav__link span {
	flex-grow: 1;
	text-align: left;
}
.icons-nav__link:hover span {
	color: var(--primary);
}

@media screen and (max-width: 1280px) {
	.icons-nav {
		width: 275px;
	}

	.icons-nav__link {
		font-size: 15px;
	}
}
/**/

.contacts__row {
	justify-content: space-between;
	gap: 25px;
}

.contacts__item {
	flex-grow: initial;
	width: fit-content;
}

a.contacts__item:has(small) {
	position: relative;
	min-height: 50px;
	min-width: 200px;
}

a.contacts__item small {
	position: absolute;
	bottom: 0;
	left: 45px;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
}

.contacts__item.contacts__address {
	max-width: 460px;
}

@media (max-width: 1360px) {
	a.contacts__item small {
		left: 30px;
	}
}

@media (max-width: 1160px) {
	.contacts__item.contacts__address {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	a.contacts__item small {
		left: 25px;
	}
}

.collapsed-block {
	position: relative;
	height: 100%;
	padding-top: 30px;
}

.collapsed-block.expanded + .collapsed-block-opener {
	display: none;
}

.collapsed-block:not(.expanded) {
	max-height: 640px;
	overflow: hidden;
}

.collapsed-block:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: var(--see-more);
}

.collapsed-block.expanded:after {
	display: none;
}

.collapsed-block-opener {
	margin: 15px 0;
	width: fit-content;
}

.sertificate-rules ul.columns-2 {
	margin: 40px auto 30px auto;
}

.section-news .section-title {
	margin-bottom: 20px;
}
.section-advantages .section-title {
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.section-news .section-title {
		margin-bottom: 10px;
	}
	.section-advantages .section-title {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 577px) {
	.section-advantages .section-title {
		margin-top: 25px;
	}
	.section-documents {
		margin-top: 45px !important;
	}
	.section-news {
		margin-top: 35px !important;
	}
	.audio-reviews {
		margin: 30px 0 50px 0 !important;
	}
}

.content ul.messengers-list {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 10px;
}

.content ul.messengers-list .messengers-item {
	padding: 0;
	margin: 0;
}

.content ul.messengers-list .messengers-item a img {
	margin: 0;
}

.content ul.messengers-list .messengers-item::before {
	display: none;
}

/*.table_block*/
.table {
	line-height: 1.2;
	/* margin: 0 0 40px 0; */
}

table {
	/* width: 100%; */
	border: 2px solid #666666;
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: left;
}

table th {
	text-align: left;
	font-weight: normal;
	font-family: "OpenSansBold";
	border: 1px solid #666666;
	/* padding: 16px 15px; */
}

table td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #cccccc;
	padding: 12px;
}

.table > p {
	/* margin: 18px 0 0 0; */
	font-size: 13px;
	color: rgb(153, 153, 153);
}
table:not(.size-shoes) tr:first-child td {
	background: #ff6600;
	border-right: 1px solid #ff6600;
	color: #ffffff;
}

@media screen and (max-width: 415px) {
	table td {
		padding: 0;
	}
	
	.content.collapsed-block table td {
		padding: 12px;
	}
}
table.size-shoes,
table.size-shoes tr,
table.size-shoes th,
table.size-shoes td {
	border: none;
}
/* end table_block*/

.header__second--mpc .header__second-container {
	padding-top: 48px;
}

.header__second--mpc .header__logo {
	margin-top: -35px;
}

@media (min-width: 1359px) {
	.header__second--mpc .header__logo {
		max-width: 365px;
	}
}

@media (max-width: 1359px) {
	.header__second--mpc .header__logo {
		margin-top: -22px;
	}
}

@media (max-width: 1139px) {
	.header__second--mpc .header__second-container {
		padding-top: 25px;
	}
}

@media (max-width: 534px) {
	.header__second--mpc .header__logo {
		max-width: 150px;
		margin-top: -15px;
	}
}

.faq__content--bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a.arrows-block__text[href^="#"] {
	color: #ff6600;
}

a.arrows-block__text[href^="#"]:hover {
	color: #000;
}

.sertificate-info {
	margin-bottom: 0;
}

.section.content +.sertificate-info {
	margin-top: 0;
}

.section.content.sertificate-info img {
	margin-bottom: 0;
}

@media(max-width: 767px) {
	.sertificate-info ul,
	.sertificate-rules ul.columns-2 {
		margin-top: 0;
	}

	.sertificate-rules .section-title {
		margin: 0 0 25px;
	}
}

@media(max-width: 991px) {
	.section.content iframe {
		width: 100%;
		height: auto;
	}
}

.call-me-widget__fixed-btn {
	position: fixed;
	bottom: 98px;
	right: 57px;
	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);
}

.sitemap {
	margin: 0;
}

@media(max-width: 767px) {
	body .b24-widget-button-wrapper {
		bottom: 105px !important;
		right: 15px !important;
		left: auto !important;
	}
	.call-me-widget__fixed-btn {
		bottom: 15px;
		right: 22px;
	}
	
	.b24-widget-button-popup

	.content ul.messengers-list {
		padding-top: 30px;
	}

	#toTopBtn {
		right: auto;
		left: 15px;
		bottom: 15px;
	}
}

.d-flex_column {
	flex-direction: column;
}

.course__sertificates {
	gap: 10px;
	display: flex;
}

.course__sertificates-item {
	margin: 0;
	margin-bottom: 15px;
	break-inside: avoid;
	box-shadow: 0 22px 39px -22px #00000040;
	display: flex;
}

.course__sertificates-item a {
	width: 100%;
	height: 100%;
}

.course__sertificates div img {
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section.content .course__sertificates {
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 60px;
}
.section.content .course__sertificates div img {
	margin-bottom: 0;
}
.section.content .course__sertificates-item a {
	max-height: 230px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {

	.course__sertificates,
	.section.content .course__sertificates 	{
		max-width: 235px;
		margin: 15px auto;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.section.content .course__sertificates	{
		max-width: 100%;
	}	

	.course__sertificates div {
		width: 100%;
		flex-direction: row;
	}
}

.section-advantages {
    margin-bottom: 80px;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin: 0;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border: 2px solid #f9f9f9;
    box-shadow: 0 8px 32px -19px #000000bf;
    border-radius: 8px;
    cursor: pointer;
}

.advantages__img {
    transition: .8s
}

.advantages__item:hover .advantages__img {
    transform: scale(1.2)
}


.advantages__text {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    margin-top: 20px;
    transition: .5s;
}

.advantages__item:hover .advantages__text {
    color: var(--primary)
}

@media screen and (max-width: 1280px) {
    .advantages__img {
        width: 100px;
        height: 100px;
    }

    .advantages__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 880px) {

    .section-advantages {
        margin-bottom: 30px;
    }

    .advantages__img {
        width: 62px;
        height: 62px;
    }

    .advantages__text {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 10px;
    }

    .advantages__item {
        padding: 15px
    }

    .advantages {
        gap: 15px;
        margin-bottom: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .advantages__img {
        width: 50px;
        height: 54px;
    }

    .advantages__text {
        font-size: 12px;
    }


	.task-159500 .advantages__text {
		font-size: 14px;
	}
}

@media screen and (min-width: 1200px) {
	.form-question {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.footer-form {
		background: transparent;
	}
	.footer-form__container {
		background: var(--primary);
	}
}

/* COOKIE */

.accept-cookie {
	display: flex;
	padding: 25px;
	gap: 20px;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100000;
	background-color: #333333;
	color: #ffffff;

	transform: translateY(0);
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.accept-cookie.hide {
	transform: translateY(100%);
	opacity: 0;
}

.accept-cookie::after {
	content: "";
	display: none;
}

.accept-cookie__btn {
	background-color: var(--primary);
	box-shadow: 0 0 8px var(--primary);
	border: none;
	color: var(--bullet);
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0 42px;
}

.accept-cookie__btn:hover {
	box-shadow: 0 0 16px var(--primary);
}

.reject-cookie__btn {
	background: none;
	border: none;
	padding: 0;
	font-size: 18px;
	color: var(--gray-text);
	cursor: pointer;
	text-decoration: underline;
}

.reject-cookie__btn:hover {
	color: var(--violet);
}

.cookie-banner__text {
	max-width: 900px;
}
.cookie-banner__actions {
	display: flex;
	gap: 20px;
	flex-shrink: 0;
}

@media (max-width: 800px) {
	.accept-cookie {
		display: flex;
        flex-flow: column;
        gap: 20px;
        padding: 20px;
		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 {
		height: 35px;
		font-size: 12px;
	}

	.reject-cookie__btn {
		font-size: 12px;
	}

	.cookie-banner__actions {
		flex-direction: column;
		width: 70%;
		gap: 12px;
	}
}

/* END COOKIE */

.section.content .course__sertificates--full-height {
	align-items: center;
	gap: 30px;
}

.section.content .course__sertificates--full-height .item {
	width: calc(1/2*100% - (1 - 1/2)*30px);
}

.section.content .course__sertificates--full-height .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.section.content .course__sertificates--full-height .course__sertificates-item a {
    max-height: none;
	box-shadow: 0 35px 25px -29px #00000085;
}

@media(max-width: 991px) {
	.section.content .course__sertificates--full-height .row {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
	}
}

@media(max-width: 767px) {
	.section.content .course__sertificates--full-height .item {
		width: 100%;
	}
	
	.section.content .course__sertificates--full-height .row {
		width: 100%;
	}
}
.related-products .swiper-wrapper {
	margin-bottom: 40px;
}
.html-video iframe {
    margin: 0 auto;
    display: block;
	max-width: 100%;
}

@media screen and (max-width: 1400px) {
	.html-video iframe {
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
	.collapsed-block-opener+.section .section-title {
		margin: 0 0 25px;
	}
	
	.html-video iframe {
		height: 300px;
	}
}

@media screen and (max-width: 480px) {
	.html-video iframe {
		height: 170px;
	}
}

#section-tariff,
#section-programm,
#lw-seotext-block,
#section-recommend,
#lw_service_acco,
#lw-seotext-block,
#section-documents,
#courseDocuments, 
#section-faq {
	scroll-margin-top: 14rem;
}
@media screen and (max-width: 767px) {
	#section-tariff,
	#section-programm,
	#lw-seotext-block,
	#section-recommend,
	#lw_service_acco,
	#lw-seotext-block,
	#section-documents, 
	#section-faq {
		scroll-margin-top: 5rem;
	}	
}

.articles-detail__date {
    background: var(--primary);
    color: #ffffff;
    font-size: 16px;
    padding: 6px 17px;
    display: inline-block;
    margin-bottom: 20px;
}

.content-page__nav {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	gap: 10px;
}

.content-page__nav br {
	display: none;
}

@media(max-width: 480px) {
	.content-page__nav>div{
		width: calc(1/2*100% - (1 - 1/2)*10px);
	}
	.content-page__nav>div br{
		display: block;
	}
}

.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: 100%;
		gap: 10px;
		line-height: 1.3;
	}

	.task-159500 .content-page__nav-next,
	.task-159500 .content-page__nav-prev {
		font-size: 14px;
	}

	.content-page__nav-next {
		text-align: right;
	}
}

@media (min-width: 768px) {
	.call-me-widget__fixed-btn {
		right: 36px;
	}
	
	body .b24-widget-button-wrapper {
		right: 29px !important;
	}
}

/* documents */

.documents {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: center;
}

.documents__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	font-size: 18px;
}

.documents__img {
	margin-bottom: 15px;
}

.documents__name.full {
	max-width: 200px;
}

.documents a[data-fancybox] {
	position: relative;
	display: flex;
	box-shadow: 0 22px 39px -22px #00000040;
}

.documents a[data-fancybox] img {
	margin-bottom: 0;
}

.documents a[data-fancybox]::before {
	content: "";
	background: url('/local/templates/mpc/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%;
}

.documents a[data-fancybox]:hover::before {
	width: 171px;
	height: 171px;
	opacity: 0.2;
}

form.loading .popup__submit
{
	opacity: 0.5;
}

@media(max-width: 991px) {
	.documents__item {
        width: calc(50% - 5px);
		align-items: center;
    }
	
}

@media(max-width: 576px) {
	.documents__item {
		font-size: 14px;
        width: 100%;
    }
}

.documents__title {
	background: var(--primary);
	border-radius: 8px;
	color: #ffffff;
	padding: 12px 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.documents__title:hover {
	background: var(--violet);
}

.documents__title svg {
	transform: rotateX(180deg);
	margin-right: 10px;
	transition: 0.3s;
	min-width: 18px;
}

.documents__title.active svg {
	transform: rotate(0);
}

.documents__content {
	display: none;
	width: 100%;
	text-transform: none;
    padding: 0 20px 20px 20px;
    font-size: 18px;
}

.documents__content.active {
	display: block;
}

.service_acco .documents__content {
	text-transform: none;
    padding: 0 20px 20px 20px;
	font-size: 18px;
}

.service_acco .documents__content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.service_acco .documents__title svg {
	min-width: 18px;
}

.service_acco .documents__title svg {
	min-width: 18px;
}

@media (max-width: 767px) {
    .service_acco .documents__title {
        padding: 12px 10px;
        font-size: 14px;
    }
	
	.service_acco .documents__content {
        font-size: 14px;
    }
	
	.course__documents .documents__title {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
		font-size: 16px;
		line-height: 1.3;
		padding: 12px 25px;
	}
}

.service-faq__block
{
	margin-top:20px;
}

.mobile-details-none--button .btn__transparent {
	color: var(--text-advantages);
}

.two-columns-block
{
	margin-bottom: 25px;
}
.two-columns-block .two-columns_title
{
	color: var(--title);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.two-columns-block .two-columns_row
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.two-columns-block .two-columns_item
{
	flex: 0 0 50%;
	max-width: 50%;
}
.two-columns-block .two-columns_wrap
{
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
}

.two-columns-block .two-columns_icon
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	justify-content: center;
	width: 80px;
	max-width: 80px;
	min-width: 80px;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
}
.two-columns-block .two-columns_icon svg {
	fill: #ff6600;
	max-width: 100%;
	max-height: 100%;
}
.two-columns-block .two-columns_icon img {
	max-width: 100%;
	max-height: 100%;
}
.two-columns-block .two-columns_text {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
@media (max-width: 767px) {
	.two-columns-block .two-columns_item
	{
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* variables */

.variables {
	padding: 0;
}

.variables__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.variables__item {
	width: calc(1/2*100% - (1 - 1/2)*20px);
	background: var(--bg);
	border-radius: 8px;
	padding: 31px 30px 31px 40px;
	display: flex;
	gap: 43px;
	box-shadow: 0 30px 25px -20px #0000007a;
	background: var(--bg);
}

.variables__info-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.variables__info-text {
	font-size: 16px;
	line-height: 24px;
}

.variables__info-text p:not(:last-child) {
	margin-bottom: 24px;
}

.variables__info-text ul {
	list-style: none;
}

.variables__info-text ul li {
	position: relative;
	padding-left: 23px;
}

.variables__info-text ul li:before {
	position: absolute;
	top: 12px;
	left: 9px;
    width: 3px;
    height: 3px;
	border-radius: 8px;
	content: '';
	background: #000000;
}
.variables__item-icon img {
	min-width: 90px;
}

@media(max-width: 1199px) {
	.variables__item {
		width: 100%;
        flex-direction: column;
	}
}

@media(max-width: 767px) {
	.variables__list {
		gap: 40px;
	}

	.variables__item {
        padding: 20px;
        align-items: center;
		gap: 20px;
	}
	
	.variables__info-title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	
	.variables__info-text {
		font-size: 14px;
		line-height: 18px;
	}
	
	.variables__item-icon img {
		min-width: 30px;
		max-width: 50px;
		height: auto;
	}
}
.section.content img.center {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.content ul ul,
.seo-text ul ul {
	padding: 0 0 0 0;
	margin-bottom: -25px;
    margin-top: 15px;
}

.documents__title svg {
	margin-right: 10px;
}

.section-license__list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.section-license__list-right {
	width: 250px;
}

.section-license__list-left p,
.section-license__list-left {
	font-size: 18px;
}
.section-license__list-left p  {
	padding-bottom: 10px;
}

.section-license__list .documents__img a {
	margin: 0 auto;
	display: block;
	max-width: fit-content;
}

@media(max-width: 767px) {
	.section-license__list {
		flex-direction: column;
	}

	.section-license__list-right {
		width: 100%;
	}
}

.footer__copywrite a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

@media(max-width: 576px) {
	.footer__callback {
        -ms-flex-order: 4;
        order: 4;
		margin-bottom: 0;
	}

	.footer__subscribe {
		-ms-flex-order: 6;
		order: 6;
	}
}

@media(max-width: 370px) {
	.footer__social--item.whatsapp {
		display: none;
	}
}


@media(max-width: 440px) {
	.footer__social--item.youtube {
		display: none;
	}
}


@media(max-width: 576px) {
	.footer__social {
		-ms-flex-order: 5;
		order: 5;
		margin-bottom: 20px;
		max-width: fit-content;
		margin-left: auto;
		margin-right: 0;
		margin-top: 5px;
		gap: 15px;
	}
}

@media(max-width: 480px) {
	.footer__social {
		gap: 10px;
	}
}

.content a.long {
    word-break: break-word;
}

/**/

.container.choose-course {
	padding: 50px 0;
}

.choose-course__list {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}

.choose-course__item {
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	-webkit-box-shadow: 0 35px 25px -29px #00000033;
    box-shadow: 0 35px 25px -29px #00000033;
	width: calc(1/4*100% - (1 - 1/4)*20px);
	padding: 15px 15px 30px 15px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: space-between;
}

.choose-course__extra {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.choose-course__title {
	font-weight: 600;
	font-size: 18px;
	color: #111111;
    line-height: 1.2em;
    min-height: 2.4em;	
}

.choose-course__description {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
    line-height: 1.2em;
    min-height: 4.8em;
}

.choose-course__info-list {
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
}

.choose-course__list ul {
	padding: 0;
}
.choose-course__list ul li {
	position: relative;
	padding-left: 27px;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	list-style: none;
	margin-bottom: 16px;
}

.choose-course__list ul li:last-child {
	margin-bottom: 0;
}

.choose-course__list ul li:before {
	content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.75937 0.00778747C7.22661 1.80665 7.00078 3.9248 8.16109 5.4589C9.72634 6.51018 11.7588 6.37001 13.5421 6.79052C11.7277 7.2344 9.59395 7.01636 8.06764 8.2156C7.05529 9.79642 7.20325 11.7978 6.75937 13.5733C6.47903 12.0002 6.38559 10.3727 5.85605 8.85416C5.62243 8.14551 4.94493 7.71721 4.25186 7.55368C2.85015 7.20325 1.41729 7.03972 0 6.78274C1.44065 6.51797 2.91245 6.38558 4.33752 5.99622C5.09289 5.8249 5.73924 5.25643 5.93392 4.49327C6.36222 3.02926 6.49461 1.50295 6.75159 0" fill="%23FF7316"/></svg>');
	position: absolute;
	top: 0;
	left: 0;
}

.choose-course__img {
	height: 155px;
	border-radius: 8px;
	position: relative;
}

.choose-course__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.choose-course__label {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	padding: 8px 10px;
	border-radius: 8px 0 8px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	color: #FFF;
}

.choose-course__label.recommend {
	background: #6A77C9;
}

.choose-course__label.sale {
	background: #FF7316;
}

.choose-course__prices {
    align-items: center;
    margin-top: 7px;
}

@media(max-width: 991px) {
	.choose-course__item {
		width: calc(1/2*100% - (1 - 1/2)*20px);
	}
}

@media(max-width: 576px) {
	.choose-course__item {
		width: 100%;
	}
}

.get-rank {
	padding: 50px 0;
}

.get-rank__list {
	display: flex;
	gap: 10px;
	flex-direction: column;
	margin-top: 40px;
}
.get-rank__list+.get-rank__list {
	margin-top: 10px;
}

.get-rank__item {
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	padding: 25px 20px;
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.get-rank__img {
	width: 180px;
}
.get-rank__img img {
    -webkit-box-shadow: 0 35px 25px -29px #00000033;
    box-shadow: 0 35px 25px -29px #00000033;
}

.get-rank__right {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 180px);
}

.get-rank__title {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	color: #333333;
	gap: 15px;
	width: 100%;
}

.get-rank__button .btn {
	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;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	text-align: center;
}

.get-rank__button .btn:hover {
    background-color: var(--primary);
    color: #ffffff;
}

.get-rank__button .btn:active {
	box-shadow: inset 0px 0px 23px 1px rgb(207 94 18);
}

.get-rank__info {
	gap: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-top: -15px;
}

.get-rank__info-item {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	max-width: 220px;
	padding-top: 48px;
}

.get-rank__info-title {
	font-weight: 600;
	margin-bottom: 10px;
}

.get-rank__info-content {
	font-weight: 400;
}

.get-rank__prices {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding-top: 30px;
	padding-right: 40px;
	/*max-width: 180px;*/
}
.choose-course__prices.get-rank__prices {
	margin: 0 auto;
}

.get-rank__price {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: flex-end;
	/* max-width: fit-content; */
	justify-content: flex-end;
	text-align: right;
}

.get-rank__price-button {
	width: 100%;
}

.get-rank__price-old {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-decoration-line: line-through;
	color: #666666;
}

.get-rank__price-new {
	font-weight: 700;
	font-size: 34px;
	line-height: 41px;
	color: #FF7316;
}

@media(max-width: 1199px) {
	.get-rank__info {
		flex-wrap: wrap;
	}
	
	.get-rank__info-item {
		width: calc(1/2*100% - (1 - 1/2)*20px);
		max-width: 100%;
	}
	
	.get-rank__prices {
		width: 100%;
		align-items: flex-start;
		padding-top: 0px;
		padding-right: 0px;
	}
	
	.get-rank__right {
		gap: 30px;
	}
	
	.get-rank__info-item {
		padding-top: 10px;
	}
	
	.get-rank__item {
		align-items: flex-start;
	}
}

@media(max-width: 991px) {
	.get-rank__item {
        align-items: flex-start;
	}
	
	.get-rank__title {
		font-size: 18px;
		line-height: 26px;
	}
	
	.get-rank__info {
		flex-direction: column;
		gap: 7px;
	}
	
	.get-rank__info-item {
		width: 100%;
	}
}

@media(max-width: 576px) {
	.get-rank__info-item {
		display: none;
	}
	
	.get-rank__title {
		font-size: 12px;
		line-height: 18px;
	}
	
	.get-rank__title svg {
		display: none;
	}
	
	.get-rank__price-old {
		font-size: 12px;
		line-height: 14px;
	}
	
	.get-rank__price-new {
		font-size: 20px;
		line-height: 24px;
	}
	
	.get-rank__info {
		margin-top: 0;
	}
	
	.get-rank .btn {
		font-size: 12px;
		line-height: 14px;
		padding: 8px 0;
		width: 97px;
		text-align: center;
	}
	
	.get-rank__right {
		gap: 0;
	}

	.get-rank__button .btn {
		padding: 7px 10px ;
		font-size: 14px;
		margin: 0;
	}
	
	.get-rank__prices {
		margin-top: 10px;
		flex-direction: row;
		align-items: center;
	}

	.get-rank__img,
	.get-rank__right {
		width: auto;
	}
	
	.get-rank__img img {
		max-width: 97px;
	}
	
	.get-rank__item {
		gap: 10px;
		padding: 10px;
	}
}
/**/

@media(max-width: 767px) {
	.header__second {
		position: sticky;
		top: 0;
		display: flex;
		align-items: center;
		min-height: 82px;
		z-index: 41;
		background: #FFF;
	}

	.header__second.fixed-top {
		box-shadow: 0 26px 25px -20px #00000059;
	}

	.header__messengers svg {
		width: 18px;
	}

	.header__second--mpc .header__logo {
        max-width: 150px;
        margin-top: -10px;
    }

	.header__second-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header__second--mpc .open-mobile-menu {
		display: none !important;
	}

	.header__second.fixed-top .open-mobile-menu {
		display: flex !important;
	}

	.button-fix {
		width: auto;
	}
}

@media(max-width: 339px) {
	.header-buttons__phone {
		display: none !important;
	}
}

.hidden-hover {
	position: relative;
	cursor: pointer;
}

.arrows-block__hidden {
	display: none;
	width: 350px;
	background: #FFF5EE;
    border: 2px solid #EF7C00;
    border-radius: 5px;
    color: #343232 !important;
	position: absolute;
    top: 60px;
    left: 0;
    padding: 10px;
    text-transform: none;
    font-size: 14px;
    z-index: 9;
}

.arrows-block__hidden a {
	white-space: nowrap;
}

.arrows-block__hidden ul {
	margin: 0;
}

.arrows-block__hidden p {
	margin-bottom: 5px;
}

@media(min-width: 992px) {
	.hidden-hover:hover .arrows-block__hidden {
		display: block;
	}
}

@media(max-width: 991px) {
	.hidden-hover.active .arrows-block__hidden {
		display: block;
	}
}

.hidden-hover:hover {
	color: #ff6600;
}

@media(max-width: 480px) {
	.arrows-block__hidden {
		width: 230px;
	}
}

.content ol {
	padding-left: 0;
	list-style-position: inside;
}

.content ol li {
	margin-bottom: 22px;
}

.header__phone-min {
	text-align: center;
	max-width: 100%;
	display: none !important;
	font-weight: 600;
	font-size: 12px;
}

@media(max-width: 576px) {
	.fixed-top .header__phone-min {
		display: block !important;
	}

	.header-buttons {
		font-weight: 600;
	}
}

@media(max-width: 480px) {
	.fixed-top .footer__social--item.whatsapp,
	.fixed-top .footer__social--item.max {
		display: none;
	}

	.fixed-top .header__second-container {
        gap: 8px 5px;
    }

	.fixed-top .header__messengers {
        gap: 7px;
    }
}

.footer__copywrite {
	max-width: 100%;
}

.our-team__list {
	row-gap: 15px;
}

.our-team__list .team-item__img {
	margin: 0 auto;
}

.our-team__list .swiper-button-next {
	margin-left: 15px;
}

.our-team__list .swiper-button-prev {
	margin-right: 15px;
}
/* End */


/* Start:/local/templates/mpc/css/banners.css?176488278210117*/
.banner {
	margin: 30px -80px;
	overflow: hidden;
}

.banner .banner_middle {
	background: url('/local/templates/mpc/css/../images/banners/banner__bg1.png') no-repeat bottom center;
}

.banner .container {
	display: flex;
	background: url('/local/templates/mpc/css/../images/banners/bg_logo.png') #FFFFFF no-repeat bottom right;
	background-size: contain;
	color: #000000;
	justify-content: space-between;
	position: relative;
	border: 1px solid #EDEDED;
	border-left: 0;
    border-right: 0;
	padding: 43px 55px 43px;
}

.banner_left {
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
}

.banner__title {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 31px;
    line-height: 34px;
}

.banner__title span {
    border: 5px solid #F28934;
    border-radius: 50px;
    display: inline-block;
    padding: 0px 20px 7px;
    color: #F28934;
}

.banner__subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 25px;
}

.banner__button {
	margin-top: auto;
}

.banner .btn {
	border-radius: 40px;
    padding: 8px 30px;
    text-transform: none;
    font-size: 16px;
	display: inline-block;
}

.banner.variant-2 .btn {
	background: #FFF5EE;
	border: 2px solid #EF7C00;
	border-radius: 5px;
	color: #343232 !important;
	text-transform: uppercase;
}

.banner__advantages {
	font-weight: 700;
	font-size: 26px;
	line-height: 140%;
	display: flex;
	gap: 21px;
	align-items: center;
}

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

.banner_right .banner__button {
	padding-left: 60px;
}

.banner__advantages strong {
	font-weight: 700;
	color: #F28934;
}

.banner_middle {
	position: absolute;
	bottom: 0;
	left: calc(50%);
	transform: translateX(-50%);
	z-index: 1;
	max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner img {
	display: block;
}

.banner__advantages-icon {
	width: 39px;
	height: 39px;
	position: relative;
	background: #6A76C8;
	border-radius: 50%;
}

.banner__advantages-icon:before {
	width: 6px;
	height: 23px;
	position: absolute;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
}

.banner__advantages-icon:after {
	width: 23px;
	height: 6px;
	position: absolute;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
}

.variant-2 .container {
	padding: 0 65px 0 0px;
	justify-content: flex-start;
}

.variant-2 .banner__title {
	font-size: 46px;
	line-height: 46px;
	text-align: center;
	position: relative;
	max-width: fit-content;
}

.variant-2 .banner__title:before {
	content: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 514 514" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M254.065 0.873047C296.383 249.488 264.645 217.75 513.26 254.778C264.645 297.096 296.383 265.358 254.065 513.973C217.037 265.358 248.776 297.096 0.160156 254.778C248.776 217.75 217.037 249.488 254.065 0.873047Z" fill="%23EDEDED"/></svg>');
	position: absolute;
	left: -80px;
	top: 0;
}

.variant-2 .banner__subtitle {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.variant-2 .banner__title span {
	background: #EF7C00;
	border-color: #EF7C00;
	color: #fff;
}

.variant-2 .banner__subtitle .arrow {
	position: relative;
	padding-right: 35px;
	color: #6B6B6B;
}

.variant-2 .banner__subtitle .arrow:before {
	content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 514 514" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M254.065 0.873047C296.383 249.488 264.645 217.75 513.26 254.778C264.645 297.096 296.383 265.358 254.065 513.973C217.037 265.358 248.776 297.096 0.160156 254.778C248.776 217.75 217.037 249.488 254.065 0.873047Z" fill="%23EDEDED"/></svg>');
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -80px;
}

.variant-2 .banner__subtitle .arrow:after {
	position: absolute;
	/* content: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="6.36395" y="2.82843" width="4" height="13" rx="2" transform="rotate(-45 6.36395 2.82843)" fill="%23EF7C00"/><rect x="9.19238" y="18.3848" width="4" height="13" rx="2" transform="rotate(-135 9.19238 18.3848)" fill="%23EF7C00"/></svg>'); */
	content: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 135 136" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="46.6484" y="21.6675" width="29.32" height="95.29" rx="14.66" transform="rotate(-45 46.6484 21.6675)" fill="%236B6B6B"/><rect x="67.3789" y="135.708" width="29.32" height="95.29" rx="14.66" transform="rotate(-135 67.3789 135.708)" fill="%236B6B6B"/></svg>');
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.variant-2 .banner_left {
    justify-content: center;
    gap: 30px;
    padding-left: 70px;
	flex: 1;
	align-items: center;
}

.variant-2 .banner__title {
    display: flex;
    gap: 10px;
    flex-direction: column;
	color: #6B6B6B;
}

.variant-2 .banner__img img {
	max-height: 298px;
	display: inline;
}
.variant-2 .banner__img picture
{
	height:298px;
	text-align: center;
}
.variant-1 .banner_middle img
{
	max-height:300px;
}
.banner__img.bg-city {
	background: url('/local/templates/mpc/css/../images/banners/banner__bg-city.png') no-repeat bottom center;
	min-width: 460px;
	position: relative;
}


@media(max-width: 1570px) {
	.banner {
		margin: 30px -50px;
	}
}

@media (max-width: 1230px) {
    .banner {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media(max-width: 991px) {
	.banner .container {
		flex-direction: column;
		gap: 20px;
		border-radius: 4px;
		padding: 60px 30px;
		background: #FFF;
		overflow: hidden;
	}
	
	.banner_right,
	.banner_middle {
		z-index: 0;
	}
	
	.banner_middle {
		right: 0;
		left: auto;
		transform: none;
	}
	
	.banner_right .banner__button {
		padding-left: 0;
		margin-top: 15px;
	}
	
	.variant-2.banner .container {
		flex-direction: row;
		padding: 60px 30px 0px 0;
		align-items: flex-end;
	}
	
	.variant-2.banner .container {
		flex-direction: column;
		align-items: center;
        padding: 30px 30px;
	}
}

@media(max-width: 767px) {
	.banner {
		margin: 30px -15px;
		padding-left: 0;
		padding-right: 0;
	}

	.variant-2 .banner_left {
		padding-left: 0;
		gap: 10px;
	}
	
	.variant-2 .banner__title {
		font-size: 36px;
		line-height: 36px;
	}
}

@media(max-width: 576px) {
	.banner {
		padding: 15px 0;
		overflow: hidden;
	}
	
	.banner .container {
		padding: 15px;
	}
	
	.banner__title {
		font-size: 16px;
		line-height: 25px;
	}
	
	.banner__subtitle {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.banner__subtitle br {
		display: none;
	}
	
	.banner__title span {
		padding: 7px 20px 9px;
        line-height: 10px;
        border: 2px solid #F28934;
	}
	
	.banner__advantages {
		font-size: 14px;
		gap: 9px;
	}
	
	.banner__advantages-icon {
		width: 20px;
		height: 20px;
	}

	.banner__advantages-icon:before {
		width: 3px;
		height: 12px;
	}

	.banner__advantages-icon:after {
		width: 12px;
		height: 3px;
	}
	
	.banner .btn {
		padding: 8px 18px;
		font-size: 12px;
	}
	
	.variant-2.banner .container {
        flex-direction: column;
        padding: 16px 20px 0;
        align-items: normal;
    }
	
	.variant-2 .banner__img {
		order: 2;
	}
	
	.variant-2 .banner__subtitle {
		flex-direction: column;
		line-height: 16px;
		gap: 20px;
		align-items: flex-start;
	}
	
	.variant-2 .banner__subtitle .arrow:after {
		display: none;
	}
	
	.variant-2 .banner__title {
		font-size: 26px;
        line-height: 32px;
		text-align: left;
    }

	.banner .banner__img.bg-city picture
	{
		text-align: center;
	}

	.banner .banner__img.bg-city img {
		display: inline;
		max-width: 100%;
	}
	
	.variant-2 .banner_left {
		align-items: flex-start;
	}
	
	.banner .banner__img.bg-city {
		background-size: contain;
        margin-right: -230px;
        margin-top: -110px;
	}
	
	.banner .banner_middle {
		background: transparent;
	}
	
	.banner_middle {
		width: auto;
	}
}

@media(max-width: 360px) {
	.banner .banner__img.bg-city {
		background-size: contain;
        margin-right: -230px;
        margin-top: -150px;
        max-width: 350px;
        height: 240px;
	}
	
	.banner .banner__img.bg-city img {
        height: 240px;
	}
}


.banner__img.bg-city .course__banner--image__description {
	bottom: 0;
    left: calc((100% - 280px)/2);
	color: var(--wrapper-bg);
}
.variant-2.banner .banner__subtitle .banner__info {
	flex-wrap: wrap;
}
@media(max-width: 1230px) {
	.banner__img.bg-city .course__banner--image__description {
		left: calc((100% - 255px)/2);
	}
}
@media(max-width: 1340px) {
	.variant-2.banner .banner__title {
		font-size: 2.1em;
		line-height: 1.2em;
		max-width: 80%;
	}
}
@media(max-width: 768px) {
	.variant-2 .banner__subtitle {
		flex-wrap: wrap;
	}
}
@media(max-width: 992px) and (min-width: 576px) {
	.variant-2.banner .banner__subtitle .banner__info {
		justify-content: center;
	}
	.variant-2 .banner_left {
		padding-left: 0;
	}
}
@media(max-width: 576px) {
	.variant-2.banner .container {
		position: relative;
	}
	.variant-2.banner .banner__img.bg-city {
		position: absolute;		
		bottom: 0;
		top: auto;
		right: -30%;
		margin: 0;
		max-height: 100%;
		height: auto;
	}	
	.variant-2.banner .banner__subtitle .arrow,
	.variant-2.banner .banner__subtitle .banner__info	{
		font-size: 1.3em;
		line-height: 1.2;
		max-width: 70%;
	}
	.variant-2.banner .banner__img.bg-city img {
		height: auto;
	}
	.variant-2.banner .banner__title p,
	.variant-2 .banner__title span	{
		font-size: 0.8em;
		line-height: 1em;
	}
}

@media(max-width: 458px) {
	.variant-2.banner .banner__img.bg-city {
		right: 0;
		height: 70%;
		min-width: 60%;
		bottom: 0;
		top: auto;
		background-size: cover;
		background-position: 0 -100%;
	}
	.variant-2.banner .banner__img picture	{
		height: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: end;
		height: 100%;
		min-width: 90%;
	}
	.variant-2.banner .banner__img.bg-city img {
		height: auto;
		max-height: 80%;
		margin-right: -5%;
	}	
}
.variant-2 .banner__subtitle .bold {
	display: block;
}

/* End */


/* Start:/local/templates/mpc/components/bitrix/menu/header/style.css?1738062660429*/
.catalog-btn .submenu .submenu-item svg path {
    stroke-width: 0;
    stroke: var(--primary);
    fill: var(--primary);
}
.catalog-btn .submenu{
    max-height: 76vh;
    overflow-y: scroll;
}

.submenu-item:hover>.submenu-level-2{
    position: fixed;
    left: 35.6%;
    top: 360px;
    min-height: 77%; 
}
@media screen and (max-width: 1300px) {
    .submenu-item:hover>.submenu-level-2{
          left: 38.6%;
    }
  
}


/* End */


/* Start:/local/templates/mpc/components/bitrix/menu/top/style.css?17618979001714*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.catalog-btn .submenu {
	direction: rtl;
	height: calc(100vh - 200px);
	max-height: calc(100vh - 200px);
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	border-radius: 0;
}

.catalog-btn .submenu .submenu-item {
	direction: ltr;
}

.header__menu-container {
	will-change: transform;
}

.catalog-btn .menu.submenu-level-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: calc(100% - 570px);
	max-width: 440px;
	top: 100%;
	left: 490px;
	height: calc(100vh - 200px);
	max-height: calc(100vh - 200px);
	overflow: hidden;
	overflow-y: auto;
	-webkit-box-shadow: 13px 32px 35px -17px #0000007d;
	box-shadow: 13px 32px 35px -17px #0000007d;
	border-radius: 0;
	padding: 15px 0;
	background: var(--wrapper-bg);
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.catalog-btn .submenu-level-2 .submenu-item {
	padding: 5px 0;
}

.catalog-btn .submenu-level-2 .submenu-item a {
	padding: 5px 30px;
}

.catalog-btn .submenu .submenu-item:hover > a,
.catalog-btn .submenu .submenu-item:focus > a {
	color: var(--primary);
}

@media (max-width: 1570px) {
	.catalog-btn .menu.submenu-level-2 {
		width: calc(100% - 510px);
		left: 460px;
	}
}

@media (max-width: 1230px) {
	.catalog-btn .menu.submenu-level-2 {
		left: 430px;
	}
}

.header__menu .submenu-level-3 {
	display: none;
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/search.title/courses/style.css?17435613912514*/
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,
table.title-search-result tr:first-child td {
	background-color:white;
	font-weight:normal;
    padding: 5px 15px;
	border: none;
	color: var(--text);
}
table.title-search-result td:hover,
table.title-search-result tr:first-child td:hover {
	color: var(--primary);
}

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;
	margin-right: 20px;
	width: 60px;
	height: auto;
}

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

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%;
}
#row_0 .title-search-more {
	display: none;
}

@media (max-width: 1199px) {
	.title-search-result {
		display: none !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/mpc/components/bitrix/news.list/documents/style.css?17629571421149*/
.section-documents {
	margin-top: 70px;
}

.documents__text {
	font-size: clamp(14px, 2.4vw, 16px);
}

.documents__text {
	display: flex;
	flex-direction: column;
	gap: clamp(15px, 3vw, 25px);
}
@media(min-width: 768px) {
	.documents__grid {
		display: grid;
		grid-template-columns: 3fr minmax(400px, 1fr);
		gap: clamp(30px, 5vw, 100px);
	}
}

@media(max-width: 767px) {
	.documents__grid {
		display: block;
		width: 100%;
	}

	.documents__grid-item {
		margin-bottom: 20px;
	}
}

.documents__grid-item {
	position: sticky;
	top: 200px;
	height: fit-content;
}

.documents__grid-item img {
	height: auto;
}

.documents__gallery {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
}

@media(min-width: 768px) {
	.documents__gallery {
		display: grid!important;
	}
}

@media (max-width: 959px) {

	.documents__grid-item {
		position: static;
		top: initial;
	}
}

@media(min-width: 768px) {
	.documents__grid-item.swiper {
		width: 100%;
		display: block !important;
		top: 0;
	}
}

.documents__grid-item .swiper-pagination {
	display: none!important;
}
/* 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/mpc/components/bitrix/news.list/faq/style.css?17648515295480*/

.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;
}
@media(min-width: 992px) {
	main .faq__slider .swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
		max-width: 320px;
	}
}

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

}

@media(max-width: 767px) {
    .faq__accordion {
        flex-direction: column;
        gap: 30px;
        z-index: 1;
    }

    .faq__content {
        padding: 25px;
    }

    .faq__accordion .faq__title {
        height: auto;
        min-height: 50px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .faq__accordion .faq__item-question.active .faq__title {
        color: #ff7316;
    }

    .faq__accordion .faq__item-question {
        gap: 15px;
        flex-direction: row;
        align-items: center;
    }

    .faq__accordion .faq__item-question svg {
        transform: rotateX(180deg);
        margin-right: 10px;
        transition: 0.3s;
        min-width: 18px;
    }

    .faq__accordion .faq__item-question.active svg {
        transform: rotate(0);
    }

    .faq__item-answer {
        display: none;
    }
    
    .faq__item-answer.active {
        display: block;
    }
    
    .faq__item-answer {
        margin-top: 20px;
        margin-bottom: 0;
    }
}
/* 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/mpc/components/bitrix/news.list/recommend/style.css?17647735442722*/
.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-start;
    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: 9;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
}

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

.recommend__btn {
	margin-top: auto;
}

.recommend__item-info {
	display: flex;
}

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

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

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

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

    .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/mpc/components/bitrix/news.list/reyting/style.css?17647738992830*/
.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;
    }

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

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

    .task-159500 .external-reviews .arrow-btn {
        font-size: 14px;
    }

    .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 */


/* Start:/local/templates/mpc/template_styles.css?176419120912321*/
.content ul li.directions-item::before,
.content ul li.discounts-info-item::before {
	display: none;
}

.content ul li.directions-item,
.content ul li.directions-item > a {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	text-align: center;
}
.content ul li.directions-item > a {
	color: var(--text);
}
.content ul li.directions-item > a:hover {
	color: var(--primary);
}
.content ul .directions-item__img img {
	margin: 0 auto;
}

.directions-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.directions-item__title {
	font-weight: 600;
}

.content ul li.discounts-info-item {
	padding: 0;
	display: flex;
	flex-direction: column;
}

.content ul.discounts-info {
	margin: 0;
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.discounts-info__title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.discounts-info__title b {
	color: #ff6600;
}

.content-block-container img {
	border-radius: 8px;
	box-shadow: 0 35px 25px -29px #00000085;
	height: auto;
	max-width: 100%;
}

.content-block-container {
	margin-bottom: 45px;
}

.content-block__title {
	font-size: 20px;
	font-weight: 700;
}

.advantages.advantages--three-elements-row {
	grid-template-columns: repeat(3, 1fr);
}

.advantages__descr {
	text-align: center;
	margin-top: 20px;
}

.advantages svg {
	transition: 0.8s;
}

.advantages svg:hover {
	scale: 1.3;
}

.advantages--two-elements-row {
	grid-template-columns: repeat(2, 1fr);
}

.advantages--mini {
	max-width: 1180px;
}

.content .application-btn {
	margin-top: 20px;
}

.content .application-btn,
.content .application-btn:hover {
	color: #ffffff;
}

.advantages.advantages--space-around .advantages__item {
	justify-content: space-around;
}

.documents-list .documents-item::before {
	display: none;
}

.documents-list .documents-item {
	padding: 0;
}

.documents-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.documents-img-wrap {
	position: relative;
}

.documents-img-wrap::before {
	content: "";
	background: url(/images/icon_zoom.png) no-repeat;
	width: 35px;
	position: absolute;
	bottom: 0;
	height: 35px;
	display: inline-block;
}

.documents-img-wrap:hover::before {
	scale: 1.2;
	left: 4px;
	bottom: 4px;
}

.documents-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.documents-item__text {
	text-align: center;
}

.font-size_standart {
	font-size: 18px;
}

.big-btn {
	padding: 15px 20px;
}

.big-num-list .big-btn {
	margin: 0 auto;
	display: block;
	width: fit-content;
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin-bottom: 25px;
}

.search-description {
	font-size: 20px;
	text-align: center;
	margin-bottom: 45px;
}

.search-results-item .orange_border_left {
	font-size: 20px;
}

.search-results-item::marker {
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.1;
}

.search-results-item__title {
	display: inline;
	margin-right: 5px;
}

.search-results-item__text {
	margin-left: -20px;
	margin-top: 25px;
}

.title-size-s {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.two-columns-text {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 22px;
}

.two-columns-text__one-col {
	display: grid;
	grid-template-columns: 0.5fr 3fr;
	align-items: center;
	gap: 20px;
}

.two-columns-text__one-col p {
	margin: 0;
}

.content-block-container--video .video-reviews__video {
	flex-basis: 57%;
}

.content-block-container--video .content-block__text {
	flex-basis: 45%;
}

.big-num-list--icons li::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
}

.big-num-list--icons .icon-tel::before {
	background-image: url("/local/templates/mpc/images/icon-tel.svg");
}

.big-num-list--icons .icon-mail::before {
	background-image: url("/local/templates/mpc/images/icon-mail.svg");
}

.big-num-list--icons .icon-mess::before {
	background-image: url("/local/templates/mpc/images/icon-mess.svg");
}

.big-num-list--icons .icon-fos::before {
	background-image: url("/local/templates/mpc/images/icon-fos.svg");
}

.text-wrapper {
	flex-basis: 80%;
}

.content .socials-list {
	display: flex;
	gap: 20px;
	margin: 15px 0;
}

.content .socials-list .socials-list__item {
	padding: 15px;
	margin: 0;
	border: 2px solid #ff7316;
	border-radius: 8px;
	box-shadow: 0 35px 25px -29px #00000085;
}

.content .socials-list .socials-list__item::before {
	display: none;
}

.socials-list__item a {
	display: flex !important;
}

[data-theme="light"] .content .list-link {
	color: #000000;
}

[data-theme="dark"] .content .list-link,
[data-theme="dark"] .content .list-link:hover {
	color: #ff7316;
}

.content .download-pdf {
	display: flex;
	justify-content: center;
	padding: 12px;
	text-transform: uppercase;
	color: #000000;
	border: 4px solid var(--primary);
	max-width: 258px;
	margin: 0 auto;
	font-size: 20px;
	border-radius: 10px;
}

.content .download-pdf:hover {
	opacity: 0.5;
}

[data-theme="dark"] .content .download-pdf {
	color: #ffffff;
}

@media (max-width: 1200px) {
	.content-block-container--video .content-block__text,
	.content-block-container--video .video-reviews__video {
		flex-basis: auto;
	}
	.content-block__title {
		font-size: 16px;
		font-weight: 700;
	}
	.font-size_standart {
		font-size: 14px;
	}
	.big-btn {
		padding: 10px 15px;
	}
	.big-num-list--icons li::before {
		background-size: 30px;
	}
	.socials-list__item svg {
		width: 30px;
		height: 30px;
	}
	.content .socials-list .socials-list__item {
		box-shadow: 0 19px 22px -15px #00000085;
	}
}

@media (max-width: 991px) {
	.two-columns-text {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.content ul.discounts-info {
		grid-template-columns: 1fr;
	}
	.content ul li.discounts-info-item {
		flex-direction: row;
	}
	.discounts-info__title {
		flex-basis: 250px;
		margin-bottom: 0;
		font-size: 18px;
		white-space: nowrap;
	}
	.content ul li.discounts-info-item {
		gap: 20px;
		align-items: center;
	}
	.content ul.discounts-info {
		text-align: left;
	}
	.discounts-info__descr {
		flex-basis: 100%;
	}
	.advantages.advantages--three-elements-row {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-container {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.directions-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.content-block-container {
		margin-bottom: 25px;
	}
	.advantages--two-elements-row {
		grid-template-columns: repeat(1, 1fr);
	}
	.advantages__descr {
		margin-top: 15px;
	}
	.content .application-btn {
		margin-top: 15px;
	}
	.documents-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.search-description {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.search-results-item .orange_border_left {
		font-size: 14px;
	}
	.search-results-item__date {
		display: none;
	}
	.two-columns-text__one-col {
		grid-template-columns: 0.5fr 4fr;
		gap: 15px;
	}
	.socials-list {
		display: flex;
		gap: 10px;
	}
	.content .download-pdf {
		padding: 10px;
		border: 2px solid var(--primary);
		max-width: 190px;
		font-size: 14px;
	}
}

@media screen and (max-width: 576px) {
	.big-num-list--icons li::before {
		background-size: 20px;
	}
	.socials-list__item svg {
		width: 20px;
		height: 20px;
	}
	.content .socials-list .socials-list__item {
		padding: 10px;
	}
}

@media (max-width: 450px) {
	.directions-list {
		grid-template-columns: 1fr 1fr;
	}
}

.content a.btn.btn__transparent {
	margin: 15px auto;
	display: block;
	text-align: center;
}

.content a.btn.btn__transparent:hover {
	color: #ffffff;
}

/* Форма "Проверка документов" */
.form-checking__content {
	gap: 20px;
}

.form-checking__wrapper.first {
	justify-content: space-between;
	gap: 20px;
}

.form-checking__field {
	width: 32%;
	gap: 15px;
}

.form-checking__field:not(.checkbox) label {
	color: rgba(153, 153, 153, 1);
	gap: 5px;
	padding-left: 15px;
}

.form-checking__input {
	border-radius: 8px;
	height: 51px;
	border: none;
	padding: 10px 15px;
	margin-left: -15px;
}

.form-checking__textarea {
	resize: none;
	min-height: 140px;
}

.form-checking__wrapper.second {
	justify-content: center;
	gap: 35px;
}

.form-checking__submit {
	background: transparent;
}

@media (max-width: 860px) {
	.form-checking__wrapper {
		flex-direction: column;
	}
	.form-checking__field {
		width: 100%;
	}
	.form-checking__field:not(.checkbox) label {
		padding-left: 0;
	}
	.form-checking__input {
		margin-left: 0;
	}
	.form-checking__submit {
		max-width: 145px;
		align-self: center;
	}
	.form-checking__wrapper.second {
		gap: 15px;
	}
	.form-checking__field-checkbox {
		order: -1;
		padding: 0;
	}
}
/* end Форма "Проверка документов" */

.privat-policy ol {
	padding-left: 0;
	list-style-position: inside;
}

.privat-policy ol ol {
	padding-left: 15px;
	margin-bottom: 15px;
}

.popup-column summary {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 15px 22px;
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--title);
}

details.popup-column summary::after {
	content: "";
	background-image: url("/local/templates/mpc/images/form-arrow.svg");
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

details.popup-column[open] summary::after {
	transform: rotate(180deg);
}

#apply .popup__title {
	margin-bottom: 15px;
}

.footer__logo {
	display: flex;
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (min-width: 1299px) {
	.footer__logo {
		align-self: baseline;
	}
	.footer__menu {
		align-self: center;
		padding-bottom: 40px;
	}
	.footer {
		padding: 40px 0;
	}
}

.content__text p:first-child {
	font-size: inherit;
}

@media (max-width: 1199px) {
	.content__text p:first-child {
		font-size: inherit;
	}
}

.partners {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: center;
	justify-items: center;
	gap: 5px;
	margin-bottom: 50px;
}

.partners-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 0;
	margin-bottom: 80px;
}

.partners img {
	object-fit: contain;
}

@media (max-width: 767px) {
	.partners img {
		max-height: 70px;
	}
	.partners {
		margin-bottom: 30px;
	}
}

/*login form*/
.login-form {
}

.login-form__title {
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.login-form__content {
	gap: 20px;
}

.login-form__field {
	position: relative;
}

.login-form__input {
	border: 0;
	border-radius: 8px;
	font-size: 18px;
	padding: 9px 22px;
	background: #ffffff;
	font-weight: 300;
	max-height: 86px;
}

.login-form__submit {
	color: #ffffff;
	height: 46px;
	padding: 6px 38px;
	font-size: 18px;
	min-width: 100px;
}

.login-form__field.required__form__field:after {
	top: 8px;
}

@media (max-width: 580px) {
	.login-form__field {
		width: 100%;
	}
	.login-form__submit {
		width: 100%;
	}
	.login-form {
		max-width: 270px;
		margin: 0 auto;
	}
}

@media(max-width: 991px) {
	.videoWrapper iframe {
		max-width: 100%;
	}
}

@media(max-width: 576px) {
	.footer__contacts-item:nth-child(1) {
		word-break: break-all;
	}
}

.course__banner+.section.content,
.flex-wrap.content+.section.content {
	margin-top: 60px;
}
.course__plan+p {
	margin-top: 40px;
}
.docs-gallery .swiper-wrapper {
	margin-bottom: 20px;
}

.promo-form-main .checkbox.error__form__field {
	flex-wrap: nowrap;
}

.section-app__code a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/* 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/city-select.css?17447662783137 */
/* /local/templates/mpc/css/style.css?177951636636068 */
/* /local/templates/mpc/css/banners.css?176488278210117 */
/* /local/templates/mpc/components/bitrix/menu/header/style.css?1738062660429 */
/* /local/templates/mpc/components/bitrix/menu/top/style.css?17618979001714 */
/* /local/templates/mpc/components/bitrix/search.title/courses/style.css?17435613912514 */
/* /local/templates/.default/components/bitrix/breadcrumb/compress/style.css?17770136831248 */
/* /local/templates/mpc/components/bitrix/news.list/documents/style.css?17629571421149 */
/* /local/templates/.default/components/bitrix/news.list/news-list/style.css?17647928384640 */
/* /local/templates/mpc/components/bitrix/news.list/faq/style.css?17648515295480 */
/* /local/templates/cf/css/form-main-faq.css?17780594261727 */
/* /local/templates/mpc/components/bitrix/news.list/recommend/style.css?17647735442722 */
/* /local/templates/.default/components/bitrix/news.list/about/style.css?17647736221712 */
/* /local/templates/mpc/components/bitrix/news.list/reyting/style.css?17647738992830 */
/* /local/templates/.default/components/bitrix/news.list/audio/style.css?17308281003256 */
/* /local/templates/.default/components/bitrix/news.list/clients/style.css?1728893940545 */
/* /local/templates/mpc/template_styles.css?176419120912321 */
