@font-face {
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 300;
	src: url(../vendor/fonts/FiraSans/FiraSans-Light.ttf) format('opentype');
}

@font-face {
	font-family: "Noto Serif Display";
	font-style: normal;
	font-weight: 500;
	src: url(../vendor/fonts/NotoSerif/NotoSerif-Medium.ttf) format('opentype');
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #cc0000;
}

.b-x-fields{
	width:1px;
	height:1px;
	overflow: hidden;
}

h1,
h2,
h3 {
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

sup{
	font-size: 12px;
	line-height: 12px;
}

.gallery-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	/* 4 равные колонки */
	gap: 20px;
}

.gallery__item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.b-table{
	margin-bottom:15px;
}

.b-gallery,
.b-gallery div {
	gap: 15px;
}

.b-gallery__img{
	max-width: 100%;
	height: auto;
}

.flex-row-centered-centered {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.flex-row-centered-start {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-row-between-start {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-row-between-centered {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.flex-row-start-start{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-row-start-centered {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.flex-row-end-centered {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.flex-row-end-start {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-col-start-start {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-col-centered-centered {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.flex-col-between-start{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-col-centered-start {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-col-start-centered {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items:center;
	align-content: center;
}

.flex-col-end-start{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}



.b-calculator {
	width: 80%;
	max-width: 1000px;
	padding-top: 0;
	position: relative;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 60px;
}

.b-calculator_inner-page {
	position: relative;
}

.b-calculator_inner-page:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 300px;
	z-index: 1;
	background: #F3F3F3;
}

.b-calculator__inputs {
	width: 45%;
	flex-basis: 45%;
	background: #FFFFFF;
	position: relative;
	z-index: 2;
	border: 1px solid #F3F3F3;
	padding:40px 50px;
	box-sizing: border-box;
}

.b-calculator__outside-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100px;
	line-height: 107px;
	letter-spacing: 1.50018px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: -60px 0 0 -60px;
	font-weight: 900;
}

.b-calculator__title {
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #2A2A2A;
	font-weight: 700;
	margin-bottom: 30px;
}

.b-calculator__square {
	width: 100%;
}

.b-calculator__square-material-color {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.b-calculator__material {
	flex-grow: 1;
}

.b-calculator__color {
	flex-grow: 1;
}

.b-calculator__material-color {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.b-input-slider {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
}

.b-input-slider__title {
	font-size: 13px;
	line-height: 26px;
	color: #1E1E1E;
}

.b-input-slider__input {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 700;
}

.b-input-slider__unit {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 700;
}

.b-input-slider__input-hidden {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 700;
	border: none;
	display: none;
}

.b-input-slider__slider {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
}

.ui-slider-handle {
	width: 10px;
	height: 10px;
	background: #FB4155;
	border: 7px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgba(184, 184, 184, 0.5);
	position: absolute;
	border-radius: 20px;
	margin-top: -14px;
	margin-left: -14px;
}

.ui-slider-handle:focus {
	outline: none;
}

.ui-slider-range {
	height: 5px;
	background: #E02C3F;
	border-radius: 5px;
}

.b-radio {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: flex-start;
	align-items: flex-start;
	min-height: 45px;
}

.b-radio__title {
	font-size: 13px;
	line-height: 16px;
	color: #414141;
}

.b-radio__inline {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	margin-top: 7px;
	border-radius: 4px;
}

.b-radio__option {
	flex-grow: 1;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
	padding: 10px 15px;
	margin-right: 5px;
	border-radius: 4px;
	background: #eeeeee;
	color: #000000;
}

.b-radio__option:hover {
	cursor: pointer;
	background: #cc0000;
	color: #ffffff;
}

.b-radio__option_selected {
	background: #cc0000;
	color: #ffffff;
}

.b-radio__option_selected:hover {
	cursor: default;
}

.b-calculator__info {
	font-size: 12px;
	line-height: 16px;
	color: #2D2D2D;
	margin-top: 25px;
	margin-bottom: 0;
}

.b-calculator__result {
	border-top: 1px dashed #F3F3F3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	width: 55%;
	flex-basis: 55%;
	padding: 20px 50px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	z-index: 3;
}

.b-calculator__result-title {
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	color: #2A2A2A;
	font-weight: 900;
	margin-right: 30px;
}

.b-calculator__result-value {
	font-size: 25px;
	line-height: 26px;
	color: #000000;
	font-weight: 300;
}

.b-calculator__result-button {
	padding-left: 50px;
	padding-right: 50px;
}

.b-calc__res-button {
	margin-top: 15px;
}

.b-calc__res-value {
	font-size: 27px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 10px;
}


.icon-star-5-5 {
	display: inline-block;
	height: 20px;
	width: 110px;
	background: url(../img/star-fill.svg) left repeat-x;
	background-size: contain;
}

.icon-star-4-5 {
	display: inline-block;
	height: 20px;
	width: 110px;
	background: url(../img/star-fill.svg) left repeat-x;
	background-size: contain;
	position: relative;
	z-index: 1;
}

.icon-star-4-5:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 20%;
	height: 100%;
	background: url(../img/star-empty.svg) left repeat-x;
	background-size: contain;
	z-index: 2;
}

.b-calc__res-params {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	height: 27px;
}

.b-calc__res-param-title {
	width: 170px;
	flex-basis: 170px;
	font-size: 15px;
	margin-top: -1px;
}

.b-calc__res-title {
	font-size: 22px;
	margin-bottom: 15px;
	color: #000000;
}




.green_info span {
	color: #fff;
	background: #29d639;
	padding: 3px 7px;
}

.b-form_short,
.form_table_fran{
	width: 320px;
}

.form_table_fran .input_here{
	width: 95%;
}

.j-form-control .is-invalid {
	border: 1px solid #e53935 !important;
}

.j-form-control .custom-checkbox.is-invalid label::before {
	outline: 1px solid #e53935;
}

.b-form{
	padding-left:30px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.b-form__title{
	margin-bottom: 20px;
}

.b-form__input{
	gap: 15px;
	margin-bottom: 10px;
}

.b-form__buttons{
	gap: 15px;
}

.b-form__input input,
.b-form__input select,
.form_table_fran .input_here input,
.form_table_fran .input_here select {
	width: 95%;
	border: 1px solid #555555;
	height: 45px;
	line-height: 45px;
	padding: 0px 7px;
	font-size: 18px;
	margin: 7px 0;
	font-weight: normal;
	outline: none;
}

.personalData{
	margin:15px 0;
}

.need_to_fill_in{
	display: inline-block;
	margin-left: 10px;
	font-size: 17px;
	font-weight: normal;
}

.b-star-required,
.starrequired{
	font-size: 20px;
	color: #cc0000;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.custom-checkbox label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	line-height: 25px;
	user-select: none;
}

.custom-checkbox label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 2px solid #ff0000;
	border-radius: 4px;
	background-color: transparent;
	transition: all 0.25s ease;
	box-sizing: border-box;
}

.custom-checkbox input[type="checkbox"]:checked+label::before {
	background-color: #ff0000;
}

.custom-checkbox input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 3px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	transition: all 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:focus+label::before {
	box-shadow: 0 0 0 3px rgba(251, 38, 38, 0.3);
}

.custom-checkbox input[type="checkbox"]:hover+label::before {
	border-color: #ee0000;
}

.custom-checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.6;
	cursor: not-allowed;
}

.custom-checkbox input[type="checkbox"]:disabled+label::before {
	border-color: #bdc3c7;
	background-color: #ecf0f1;
}

.custom-checkbox label::before {
	/* Предыдущие стили */
	transform-origin: center;
	transform: scale(1);
}

.custom-checkbox input[type="checkbox"]:checked+label::before {
	/* Предыдущие стили */
	animation: pulse 0.3s;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.custom-checkbox input[type="checkbox"]+label::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid transparent;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg) scale(0);
	transition: all 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:checked+label::after {
	border-color: white;
	transform: rotate(45deg) scale(1);
	transition-delay: 0.1s;
}








.b-address__phone {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
}

.b-address__info a{
	flex-wrap: nowrap;
}

.b-address__title{
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	margin-left: -30px;
}

.b-address__title:before {
	content: '';
	display: flex;
	width: 25px;
	flex-basis: 25px;
	height: 25px;
	background: url(../img/map-black.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
}


.b-tab__title {
	background: #999999;
	color: #333333;
	padding: 7px 10px;
	transition: 1s;
	border-radius: 6px;
}

.b-tab__title:hover,
.b-tab__title.active {
	background: #ff0000;
	color: #ffffff;
	transition: 1s;
	cursor: pointer;
}

.b-tab__header {
	gap: 20px;
	margin-bottom: 30px;
}

.b-accord {
	margin-bottom: 15px;
}

.b-accord__title {
	margin-bottom: 7px;
	border-bottom: 1px dashed #333333;
	transition: 1s;
}

.b-accord__title:hover {
	cursor: pointer;
	color: #ff0000;
	border-bottom: 1px dashed #ff0000;
	transition: 1s;
}

.b-accord__content {
	display: none;
}

.b-accord__content.active {
	display: block;
	width: 100%;
}

.b-tab__item {
	display: none;
}

.b-tab__item.active {
	display: block;
}



.b-main{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.header_sticky {
	position: sticky;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 999;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.9);
}

.header_sticky .b-header_main__content{
	height: 90px;
}

.b-address__not-sticky{
	display: block;
}

.header_sticky .b-address__not-sticky {
	display: none;
}

.b-address__icons {
	gap: 10px;
	margin-top: 10px;
}

.header_sticky .b-address__icons-sticky {
	display: flex;
}

.b-address__icons-sticky-tg {
	display: flex;
	width: 30px;
	flex-basis: 30px;
	height: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	background: url(../img/tg-icon-header.png) no-repeat;
	background-size: contain;
	opacity: 0.8;
}

.b-address__icons-sticky-mx {
	display: flex;
	width: 30px;
	flex-basis: 30px;
	height: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	background: url(../img/max-logo-white.svg) center no-repeat;
	background-size: 15px;
	background-color: #333333;
	border-radius: 15px;
}

.b-address__icons-sticky-mail {
	display: flex;
	width: 30px;
	flex-basis: 30px;
	height: 30px;
	flex-grow: 0;
	flex-shrink: 0;
	background: url(../img/mail-logo-white.svg) center no-repeat;
	background-size: 20px;
	background-color: #333333;
	border-radius: 15px;
}


.b-header_main{
	border-bottom: 1px solid #eeeeee;
	padding: 0 20px;
	box-sizing: border-box;
}

.b-header_main__content{
	height: 90px;
	margin: auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
}

.b-header-lead__button{
	background: #ff0000;
	color: #ffffff;
	padding: 7px 10px;
	border-radius: 6px;
}

.b-header-lead__button:hover {
	cursor:pointer;
}


.b-select-region{
	position: relative;
	height:30px;
	display: block;
}

.b-select-region__selected{
	display: flex;
	height: 100%;
	line-height: 30px;
	gap: 10px;
	color: #000000;
}

.b-select-region__selected::before {
	content: '';
	display: flex;
	width: 25px;
	height: 25px;
	flex-basis: 25px;
	background: url(../img/map.svg) center no-repeat;
	background-size: contain;
}

.b-select-region__options{
	display: none;
	position: absolute;
	top:12px;
	left:30px;
	padding:10px 10px 0 10px;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.3);
	transition: 1s;
	z-index: 5;
	background: rgba(255, 255, 255, 0.9);
	list-style: none;
}

.b-select-region__options li{
	margin-bottom: 10px;
	color: #000000;
}

.b-select-region__options li:hover {
	color:#ff0000;
}

.b-select-region:hover .b-select-region__options{
	display: block;
}

.b-main-slider__advantages{
	margin:30px auto;
	margin-bottom: 0;
	max-width: 1200px;
}

.b-main-slider__advantage-item{
	width: 24%;
	flex-basis: 24%;
	gap: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

.b-main-slider__advantage-item:before {
	content: '';
	display: flex;
	width: 70px;
	height: 70px;
	flex-basis: 70px;
	background-color: #ffffff;
	border-radius: 35px;
	flex-grow: 0;
	flex-shrink: 0;
}

.b-icon_shield:before{
	background:#ffffff url(../img/shield.svg) center no-repeat;
	background-size: 60%;
}

.b-icon_fast:before {
	background:#ffffff url(../img/delivery.svg) center no-repeat;
	background-size: 70%;
}

.b-icon_shop:before{
	background: #ffffff url(../img/shop.svg) center no-repeat;
	background-size: 60%;
}

.b-icon_production:before {
	background: #ffffff url(../img/production.svg) center no-repeat;
	background-size: 60%;
}

.b-logo{
	width: 12%;
	flex-basis: 12%;
	height: 100%;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.b-slogan{
	width: 23%;
	flex-basis: 23%;
	height: 100%;
	background: url(../img/slogan.png) no-repeat;
	background-size: contain;
	background-position: center;                        
	margin-left: 0px;
	margin-right: 2%;
}

.b-address{
	width: 220px;
	flex-basis: 220px;
}

.b-addresses{
	gap: 20px;
}

.b-address__title{
	margin-bottom: 3px;
}

.b-address__describe {
	margin-bottom: 4px;
	font-size: 14px;
}

.b-address__info{
	gap: 2px;
	color:#666666;	
}

.b-address__mx {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-left: -27px;
}

.b-address__mx:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #000000 url(../img/max-logo-white.svg) center no-repeat;
	background-size: 10px;
	opacity: 0.5;
	margin-right: 7px;
}

.b-address__tg{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-left: -27px;
}

.b-address__tg:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/tg-icon-header.png) center no-repeat;
	background-size: contain;
	opacity: 0.5;
	margin-right: 7px;
}

.b-before-header{
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.b-before-header__content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 50px;
}

.b-before-header__col{
	width: 50%;
	flex-basis: 50%;
	height: 50px;
}

.b-before-header__col.flex-row-end-centered{
	gap: 50px;
}

.b-before-header__col a,
.b-before-header__col div{

}

.b-before-header__region{
	width: 30%;
	flex-basis: 30%;
}

.b-before-header__address{
	width: 70%;
	flex-basis: 70%;
	gap: 10px;
}

.b-before-header__address:before {
	content: '';
	width: 25px;
	height: 25px;
	flex-basis: 25px;
	background: url(../img/address.svg) center no-repeat;
	background-size: contain;
	opacity: 0.7;
}

.b-before-header__phone{
	font-weight: 400;
	color: #000000;
}

.b-before-header__phone:before {
	content: '';
	display: flex;
	width: 25px;
	flex-basis: 25px;
	height: 25px;
	background: url(../img/phone.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.b-before-header__mail{
	color: #000000;
}

.b-before-header__mail:before{
	content: '';
	display: flex;
	width: 25px;
	flex-basis: 25px;
	height: 25px;
	background: url(../img/mail.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.b-before-header__callback{
	color: #000000;
}

.b-before-header__callback:before{
	content: '';
	display: flex;
	width: 25px;
	flex-basis: 25px;
	height: 25px;
	background: url(../img/operator.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
	opacity: 0.5;
}

.b-menu-slide__region-content{
	display: none;
}

.b-menu-slide__region-content.selected{
	display: block;
}

.b-menu-slide__select-region{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top:40px;
}

.b-menu-slide__select-region-link {
	margin-right: 10px;
	background: #999999;
	padding: 3px;
}

.b-menu-slide__select-region-link.selected{
	background: #ff0000;
}


.b-menu-slide__select-region:before {
	content: '';
	display: flex;
	width: 25px;
	height: 25px;
	flex-basis: 25px;
	background: url(../img/map.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
}


.main-swiper {
	width: 100%;
	flex-basis: 100%;
	height: 420px;
}

.b-main-slider__content {
	width: 100%;
	margin: auto;
}

.b-main-slider {
	width: 100%;
	background: #f5f5f5;
}

.b-main-slider__item{
	position: relative;
}

.b-main-slider__item-logo{
	height:45px;
	margin-bottom: 15px;
}

.b-main-slider__item-img{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	width: 100%;
	height: auto;
}

.b-main-menu__container {
	width:100%;
	background: #555555;
	color: #ffffff;
	height: 42px;
}

.b-main-menu {
	width: 100%;
	max-width: 1200px;
	z-index: 5;
	height: 100%;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

.b-main-menu a {
	color: #ffffff;
}

.b-main-menu ul {
	list-style: none;
}

.b-main-menu>ul {
	margin: 0;
}

.b-main-menu li {
	list-style: none;
}

.b-main-menu__content{

}

.b-main-menu__second-level-container {
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	box-sizing: border-box;
	display: none;
	opacity: 0;
	transition: 2s;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #eeeeee;
	z-index: 5;
}

.b-main-menu__second-level {
	width:100%;
	max-width: 1200px;
	margin: auto;
	padding-left: 0;
	position: relative;
	flex-wrap: wrap;
	padding-bottom: 50px;
	background: #666666;
}

.b-main-menu__content-extendable{
	position: absolute;
	top:0;
	left:20%;
	right: 0;
	bottom: 0;
	display: none;
	opacity:0;
}

.b-main-menu__second-level > li {
	width: 27%;
	flex-basis: 23%;
	font-size: 17px;
	line-height: 20px;
	padding: 50px 30px 0 30px;
	box-sizing: border-box;
	flex-grow: 0;
}


.b-main-menu__point-extendable > a{
	width: 100%;
}

.b-main-menu__point-extendable > a:after{
	content: '';
	display: flex;
	width:20px;
	height:10px;
	margin-right:7px;
	background: url(../img/extendable.svg) no-repeat;
	background-position: center;
	background-size: cover;
}

.b-main-menu__third-level {
	width:33%;
	flex-basis: 33%;
}

.b-main-menu__third-level>li {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 17px;
	padding-top: 15px;
}

.b-main-menu__third-level>li:first-child {
	padding-top: 30px;
}

.b-main-menu__third-level>li:last-child {
	padding-bottom: 30px;
}

.b-main-menu__first-level{
	gap: 30px;
	padding-left: 0;
	padding-right: 10px;
}

.b-main-menu__trigger{
	height:100%;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:0;
	padding-right: 30px;
}

.b-main-menu__trigger:hover .b-main-menu__second-level-container{
	display: flex;
	opacity:1;
	transition:2s;
}

.b-main-menu__point-extendable:hover .b-main-menu__content-extendable{
	display: flex;
	opacity: 1;
	transition: 2s;
}

.b-main-menu__trigger > li{
	height:100%;
}

.b-main-menu__trigger > li > a {
	height: 100%;
	font-size: 18px;
	font-weight: 400;
}

/*
.b-main-menu__trigger > li > a:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/mobile-menu.svg);
	background-position: center;
	background-size: contain;
	margin-right: 7px;
}*/

.b-main-menu__first-level a{
	font-size: 17px;
	font-weight: 400;
}

.b-banner_main-menu{
	width:33%;
}

.b-banner_main-menu img{
	width:100%;
	height:auto;
	margin:30px 0 0 0;
}

.b-main-menu__market{
	gap: 30px;
}

.b-main-menu__market-user{
	gap: 10px;
}

.b-main-menu__market-user:before{
	content: "";
	display: flex;
	width: 35px;
	flex-basis: 35px;
	height: 35px;
	background: url(../img/user.svg) center no-repeat;
	background-size: contain;
}

.b-main-menu__market-basket {
	gap: 10px;
}

.b-main-menu__market-basket:before {
	content: "";
	display: flex;
	width: 35px;
	flex-basis: 35px;
	height: 35px;
	background: url(../img/basket.svg) center no-repeat;
	background-size: contain;
}



.swiper-button-next{
	padding: 7px;
	color:#ffffff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.swiper-button-prev {
	padding: 7px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.swiper-horizontal .swiper-button-next{
	right: 15px;
}

.swiper-horizontal .swiper-button-prev {
	left: 15px;
}

.swiper-button-next,
.swiper-button-prev {
	svg{
		width:13px;
	}
}

.swiper-button-prev svg {
	width: 13px;
	margin-left: -3px;
}

.swiper-button-next svg {
		width: 13px;
		margin-right:-3px;
}

.b-main-slider{
	margin-bottom: 30px;
	padding: 0;
}

.b-main-slider__item-content{
	z-index: 5;
	position: absolute;
	left:100px;
	height: 100%;
	width: 40%;
}

.b-main-slider__item-title{
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	margin-bottom: 15px;
}

.b-main-slider__item-describe{
	font-size: 25px;
	margin-bottom: 20px;
}

.b-main-slider__side {
	width: 20%;
	flex-basis: 20%;
	height:330px;
}

.b-main-slider__side-banner {
	height: 49%;
	flex-basis: 49%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.b-main-slider__side-banner:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height:200px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	z-index: 2;
	transition: 1s;
}

.b-main-slider__side-banner:hover:before {	
	height: 100px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.b-main-slider__side-banner img {
	height: 100%;
	width: auto;
	margin: auto;
	position: absolute;
	z-index: 1;
	transform-origin: center;
	transition: transform 1s ease;
}

.b-main-slider__side-banner:hover img {
	transform: scale(1.2);
}

.b-main-slider__side-banner-tag{
	position: relative;
	z-index: 3;
	background: #ff0000;
	color: #ffffff;
	padding: 7px 10px;
	margin: 0 15px 20px 20px;

}

.b-main-slider__side-banner-title{
	position: relative;
	z-index: 3;
	margin: 0 15px 15px 20px;
	color: #ffffff;
	font-size: 20px;
}

.b-content-swiper{

}

.b-content-swiper__tags{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.b-content-swiper__tag{
	display: inline-block;
	padding: 10px 16px;
	background: #eeeeee;
	color: #000000;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.b-content-swiper-block{
	margin-bottom: 60px;
}

.b-content-swiper-block_loading .b-content-swiper__body{
	opacity: 0.5;
	pointer-events: none;
}

.b-content-swiper__tag:hover,
.b-content-swiper__tag_active{
	background: #cc0000;
	color: #ffffff;
}

.b-content-swiper__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	height:75%;
}

.b-content-swiper__content {
	width: 48%;
	flex-basis: 48%;
	margin-left: 2%;
}

.b-content-swiper__swiper .swiper-slide img,
.b-content-swiper__thumbs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-content-swiper__swiper,
.b-content-swiper__thumbs {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.b-content-swiper__swiper .swiper-slide,
.b-content-swiper__thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
}

.b-content-swiper__swiper {
	height: 100%;
	width: 50%;
}

.b-content-swiper__thumbs {
	height: 200px;
	box-sizing: border-box;
	padding: 10px 0;
}

.b-content-swiper__thumbs .swiper-slide {
	height: 100%;
	opacity: 0.6;
}

.b-content-swiper__thumbs .swiper-slide-thumb-active {
	opacity: 1;
}



.b-dealer{
	margin-bottom: 50px;
}

.b-dealer__params{
	width:49%;
	flex-basis: 49%;
	height:350px;
	background: url(../img/franProduction.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}

.b-dealer__params-content{
	flex-wrap: wrap;
	gap: 30px 5px;
	position: absolute;
	bottom: 10px;
	left:10px;
	right: 10px;
}



.b-dealer__param{
	width: 24%;
	flex-basis: 24%;
	gap: 10px;
	flex-grow: 0;
	flex-shrink: 0;
	background: rgba(255,255,255, 0.6);
	padding-top: 10px;
	padding-bottom: 10px;
}

.b-dealer__param:before {
	content: '';
	display: flex;
	width: 40px;
	height:40px;
	flex-basis: 40px;
	background: url(../img/like.svg) no-repeat;
	background-size: contain;
	background-position: center;
}

.b-dealer__param b {
	font-size: 20px;
	margin-bottom: 10px;
}

.b-dealer__param i {
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
}

.b-dealer__form{
	width: 30%;
	flex-basis: 30%;
}

.b-dealer__form-decribe{
	font-size: 18px;
	margin-bottom:25px;
}

.b-button{
	background: #cc0000;
	padding: 10px 15px;
	border-radius: 6px;
	color: #ffffff;
	outline: none;
	border: none;
	font-weight: normal;
}

.b-button:hover {
	cursor: pointer;
}

.b-button:disabled {
	background: #dddddd;
	color:#999999
}

.send_the_form{
	font-size: 20px;
}

.b-shadowed_hoverable:hover {
	box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: 1s;
}

.b-shadowed{
	box-shadow: 0px 0px 30px #eeeeee;
	border: 1px solid #ffffff;
	border-radius: 0px;
	padding: 25px;
	box-sizing: border-box;
}

.b-shadowed__title{
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	margin-bottom: 25px;
}

.b-shadowed__title-link{
	font-weight: normal;
	font-size: 18px;
}

.b-dealer{
	align-items: stretch;
}

.b-program{
	gap: 50px;
}

.b-program-item {
	flex-basis: 30%;
	gap: 10px;
}

.b-program-item_download:before {
	background: url(../img/download_icon.png) center no-repeat;

}

.b-program-item_update:before {
	background: url(../img/update_icon.png) center no-repeat;
}

.b-program-item:before {
	content: '';
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 40px;
	width: 40px;
	height: 40px;
	background-size: contain;
}

.b-input_text{
	width:80%;
	height:40px;
	margin-bottom: 25px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #dddddd;
	font-size: 16px;
}

.b-news{
	width: 49%;
	flex-basis: 49%;
}

.b-news__content{
	flex-wrap: wrap;
	gap: 30px 0;
}

.b-news__item {
	gap: 15px;
	width:49%;
	flex-basis: 49%;
}

.b-news__item-date{
	color: #333333;
}

.b-market-preview {
	flex-wrap: wrap;
	margin-bottom: 60px;
	position: relative;
	padding-top: 65px;
	align-items: stretch;
	align-content: stretch;
}

.b-market-preview__add-to-cart{
	margin-top: 20px;
	margin-bottom: 20px;
}

.b-market-preview__add-counter{
	background: #eeeeee;
	padding: 0 10px;
}

.b-market-preview__add-minus{
	font-weight: 400;
	font-size: 25px;
	line-height: 40px;
	margin-right: 10px;
}

.b-market-preview__add-plus {
	font-weight: 400;
	line-height: 40px;
	font-size: 25px;
	margin-left: 10px;}

.b-market-preview__input-amount{
	width:30px;
	height: 30px;
	text-align: center;
	background: #eeeeee;
	border:none;
	outline: none;
}

.b-market-preview__add-button{
	margin-left: 10px;
}

.b-market-preview__title {
	position: absolute;
	top: 0;
	left: 0;
	margin-left:-10px;
	font-size: 80px;
	color: #eeeeee;
	text-transform: uppercase;
	z-index: 1;
}

.b-market-preview__item {
	flex-grow: 0;
	width: 25%;
	margin-right: -1px;
	margin-bottom: -1px;
	position: relative;
	min-height: 350px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.6);
	color: #000000;
	text-align: center;
}

.b-market-preview__item .b-shadowed {
	width: 100%;
	height: 100%;
}

.b-market-preview__item:hover {
	cursor: pointer;
}

.b-market-preview__item-title{
	font-size: 18px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}

.b-market-swiper{
	height:250px;
}

.b-market-swiper img {
	width:100%;
	height:auto;
}

.b-tag{
	position: absolute;
	top:20px;
	left:20px;
	z-index: 7;
}

.b-tag_blue{
	background: #2992d9;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	display: inline-block;
	margin-right: 3px;
}

.b-tag_green {
	background: #4fad00;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	margin-right: 3px;
}

.b-tag_yellow {
	background: #ffc438;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	margin-right: 3px;
}

.swiper-pagination-bullet-active{
	background: #cc0000;
}

.b-cat-preview{
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 60px;
	position: relative;
	padding-top: 65px;
	align-items: stretch;
	align-content: stretch;
}

.b-cat-preview__title{
	position: absolute;
	top:0;
	left:0;
	margin-left: -10px;
	font-size: 80px;
	color: #eeeeee;
	text-transform: uppercase;
	z-index: 1;
}

.b-cat-preview__item{
	width:22%;
	position: relative;
	height:190px;
	z-index: 2;
	background: rgba(255,255,255, 0.6);
	flex-grow: 0;
}

.b-cat-preview__item .b-shadowed{
	width: 100%;
	height:100%;
}


.b-cat-preview__item:hover {
	cursor: pointer;
}

.b-cat-preview__item-visual,
.b-cat-preview__item-visual-hover{
	position: absolute;
	top:0;
	right:0;
	left: 0;
	width:100%;
	height: auto;
	z-index: 2;
}

.b-cat-preview__item:hover .b-cat-preview__item-visual {
	display: none;
}

.b-cat-preview__item-visual-hover {
	display: none;
}

.b-cat-preview__item:hover .b-cat-preview__item-visual-hover {
	display: block;
}

.b-cat-preview__item-title{
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	z-index: 3;
	background: #555555;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	color:#FFFFFF;
	font-size: 15px;
	text-align: center;
	min-height: 40px;
	padding: 3px 20px;
	box-sizing: border-box;
}

.b-catalog{
	margin-bottom: 60px;
}

.b-catalog__group{
	margin-bottom: 48px;
}

.b-catalog__group:last-child{
	margin-bottom: 0;
}

.b-catalog__group-title{
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
}

.b-catalog__title-card{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 16px 16px 16px 16px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #e6e6e6;
}

.b-catalog__group-title{
	display: inline;
	text-align: center;
}

.b-catalog__group-title-last{
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-catalog__group-title-last::after{
	content: "";
	display: inline-block;
	width: 26px;
	height: 10px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.9;
	/* линия + наконечник (не ">") */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='10' viewBox='0 0 26 10'%3E%3Cpath d='M0 5H18' stroke='%23333' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M18 1L24 5L18 9' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.b-catalog__grid{
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.b-catalog__card{
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	background-color: #eeeeee;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.b-catalog__card::before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 1;
}

.b-catalog__card:hover{
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.b-catalog__card_no-photo{
	background-image: linear-gradient(135deg, #dddddd 0%, #bbbbbb 100%);
}

.b-catalog__card-title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 8px 16px;
	box-sizing: border-box;
	background: rgba(85, 85, 85, 0.92);
	color: #ffffff;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
}

.b-free-measure{
	background: linear-gradient(45deg, #fff 0%, #eee 50%, #fff 100%);
	padding: 56px 0;
	margin: 70px 0 0;
}

.b-free-measure__container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.b-free-measure__title{
	margin: 0 0 28px;
	font-size: 28px;
	line-height: 1.25;
	color: #222222;
	text-align: center;
}

.b-free-measure__list{
	width:550px;
	margin: auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 20px 0px;
	margin-bottom: 40px;
}

.b-free-measure__item{
	width: 48%;
	flex-basis: 48%;
	display: flex;
	gap: 14px;
	align-items: center;
	min-height: 48px;
}

.b-free-measure__icon{
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
	background: #ffffff;
	border-radius: 50%;
	color: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.b-free-measure__icon img{
	width: 44px;
	height: 44px;
	display: block;
}

.b-free-measure__text{
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
}

.b-free-measure__actions{
	display: flex;
	justify-content: center;
}

.b-free-measure__button{
	display: inline-block;
	padding: 14px 32px;
	border-radius: 8px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 4px 16px rgba(204, 0, 0, 0.35);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.b-free-measure__button:hover{
	background: #b30000;
	box-shadow: 0 6px 22px rgba(204, 0, 0, 0.45);
	transform: translateY(-2px);
}

.b-free-measure__button:focus-visible{
	outline: 3px solid #222222;
	outline-offset: 3px;
}

.b-contact{
	background: linear-gradient(45deg, #fff 0%, #eee 50%, #fff 100%);
	padding: 56px 0;
	margin: 70px 0 0;
}

.b-contact__container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.b-contact__title{
	margin: 0 0 28px;
	font-size: 28px;
	line-height: 1.25;
	color: #222222;
	text-align: center;
}

.b-contact__list{
	width: 640px;
	max-width: 100%;
	margin: 0 auto 40px;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 24px 0;
}

.b-contact__item{
	width: 48%;
	flex-basis: 48%;
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
}

.b-contact__qr-link{
	flex: 0 0 auto;
	display: block;
	text-decoration: none;
	color: inherit;
}

.b-contact__qr-link:focus-visible{
	outline: 3px solid #222222;
	outline-offset: 3px;
	border-radius: 12px;
}

.b-contact__qr{
	width: 120px;
	height: 120px;
	flex: 0 0 120px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.b-contact__qr_no-image{
	background: linear-gradient(45deg, #eee 0%, #aaa 100%);
}

.b-contact__qr-image{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.b-contact__info{
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.b-contact__item-title{
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	color: #222222;
}

.b-contact__text{
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
}

.b-contact__actions{
	display: flex;
	justify-content: center;
}

.b-contact__button{
	display: inline-block;
	padding: 14px 32px;
	border-radius: 8px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 4px 16px rgba(204, 0, 0, 0.35);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.b-contact__button:hover{
	background: #b30000;
	box-shadow: 0 6px 22px rgba(204, 0, 0, 0.45);
	transform: translateY(-2px);
}

.b-contact__button:focus-visible{
	outline: 3px solid #222222;
	outline-offset: 3px;
}

.b-ceiling-install{
	padding: 56px 0 64px;
}

.b-ceiling-install__container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.b-ceiling-install__title{
	margin: 0 0 36px;
	font-size: 28px;
	line-height: 1.25;
	color: #222222;
	text-align: center;
}

.b-ceiling-install__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px 20px;
}

.b-ceiling-install__item{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
}

.b-ceiling-install__media{
	width: 100%;
	aspect-ratio: 11 / 8;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(135deg, #eeeeee 0%, #cccccc 100%);
	margin-bottom: 14px;
}

.b-ceiling-install__media_no-photo{
	background: linear-gradient(45deg, #eee 0%, #aaa 100%);
}

.b-ceiling-install__image{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-ceiling-install__item-title{
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	color: #222222;
}

.b-ceiling-install__text{
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #555555;
}

.b-ceiling-install__actions {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.b-ceiling-install__button {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 8px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0 4px 16px rgba(204, 0, 0, 0.35);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.b-ceiling-install__button:hover {
	background: #b30000;
	box-shadow: 0 6px 22px rgba(204, 0, 0, 0.45);
	transform: translateY(-2px);
}

.b-ceiling-install__button:focus-visible {
	outline: 3px solid #222222;
	outline-offset: 3px;
}



.b-footer{
	margin-top: 50px;
	border-top: 1px solid #dddddd;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.b-footer__container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.b-footer__copyrights{
	 flex-basis: 25%;
	 width: 25%;
	 font-size: 14px;
}

.b-footer__menu{
	flex-basis: 43%;
	width: 43%;
	margin-left: 5%;
}

.b-footer__menu {
	list-style: none;
}

.b-footer__menu li {
	padding-bottom: 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 5px;
}

.b-footer__menu li:before {
	content: '';
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	width:3px;
	height: 3px;
	border-radius:2px;
	background: #000000;
	margin-top: 7px;
}

.b-footer__menu li a {
	font-size: 14px;
	color: #333333;
}


.b-pay-online{
	position: absolute;
	right:0;
	top:20px;
}

.b-footer_social-icons{
	flex-basis: 23%;
	width: 23%;
	gap: 15px;
}

.b-social-icons__vk{
	display: flex;
	width: 40px;
	flex-basis: 40px;
	height: 40px;
	background: url(../img/vk.png) no-repeat;
	background-size: contain;
}

.b-social-icons__ok {
	display: flex;
	width: 40px;
	flex-basis: 40px;
	height: 40px;
	background: url(../img/ok.png) no-repeat;
	background-size: contain;
}

.b-social-icons__rt {
	display: flex;
	width: 40px;
	flex-basis: 40px;
	height: 40px;
	background: url(../img/rutube.svg) no-repeat;
	background-size: contain;
}

.b-footer__certificates{
	width: 40%;
	flex-basis: 40%;
}

.b-footer__certificates a{
	width: 30%;
	flex-basis: 30%;
}

.b-footer__certificates a img{
	width: 100%;
	height: auto;
}





.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
}


.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #ffffff;
	min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}


.b-menu-slide {
	background: #555555;
	display: none;
	padding-bottom: 50px;
}

.b-menu-slide__header{
	padding-top: 20px;
	background: #444444;
}

.slideout-menu .b-select-region__selected::before {
	background-image: url(../img/map-white.svg);
}

.slideout-menu .b-select-region__selected {
	color: #ffffff;
}

.b-menu-slide__region{
	padding: 20px 10px;
	box-sizing: border-box;
}

.b-menu-slide__address {
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
	font-weight: 100;
	color: #ffffff;
}

.b-menu-slide__address:before {
	content: '';
	width: 25px;
	height: 25px;
	flex-basis: 25px;
	background: url(../img/address-white.svg) center no-repeat;
	background-size: contain;
	opacity: 0.7;
	margin-right: 10px;
}

.b-menu-slide__phone {
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
	font-weight: 100;
	color: #ffffff;
}

.b-menu-slide__phone:before {
	content: '';
	display: flex;
	width: 25px;
	flex-basis: 25px;
	height: 25px;
	background: url(../img/phone-white.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.b-menu-slide__mail {
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
	font-weight: 100;
	color: #ffffff;
}

.b-menu-slide__mail:before {
	content: '';
	display: flex;
	width: 25px;
	flex-basis: 25px;
	height: 25px;
	background: url(../img/mail-white.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
}

.b-menu-slide__callback {
	padding: 0 10px 20px 10px;
	box-sizing: border-box;
	font-weight: 100;
	color: #ffffff;
}

.b-menu-slide__callback:before {
	content: '';
	display: flex;
	width: 25px;
	flex-basis: 25px;
	height: 25px;
	background: url(../img/operator-white.svg) center no-repeat;
	background-size: contain;
	margin-right: 5px;
	opacity: 0.5;
}

.b-main-menu__mobile{
	list-style: none;
	margin:0;
	padding: 0;
}

.b-main-menu__mobile a {
	color:#ffffff;
}

.b-main-menu__mobile li{
	border-bottom: 1px solid #444444;
}

.b-main-menu__mobile li a {
	display: inline-block;
	padding: 10px 0 10px 25px;
	width: 100%;
	box-sizing: border-box;
}

.b-main-menu__mobile li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #444444;
}

.b-main-menu__mobile li ul li {
	border: none;
}

.b-main-menu__mobile li ul li a{
	display: inline-block;
	padding: 10px 0 10px 20px;
	width: 100%;
	box-sizing: border-box;
	background: #666666;
}

.b-main-menu__mobile li ul li:first-child a {
	padding-top: 20px;
}

.b-main-menu__mobile li ul li:last-child a{
	padding-bottom: 20px;
}

.b-burger{
	width: 34px;
	height: 25px;
	position: relative;
	display: none;
}

.b-burger:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #333333;
}

.b-burger:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333333;
}

.b-burger i{
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
	background: #333333;
}


.b-menu-close{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top:7px;
	right: 10px;
	z-index: 2;		
}

.b-menu-close:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top:50%;
	transform: rotate(45deg);
}

.b-menu-close:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	transform: rotate(-45deg);
}

.b-menu-close__white:before,
.b-menu-close__white:after {
	background: #ffffff;
}

.b-page__content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.b-page__sidebar{
	display: none;
	width: 28%;
	flex-basis: 28%;
}

.b-page__main{
	width: 100%;
	flex-basis: 100%;
}

.b-page__title{
	background:#f5f5f5;
	padding: 15px 0;
	margin-bottom: 25px;
	text-align: center;
}

.b-page__title h1{
	margin-bottom: 15px;
}

.b-page__title-container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.b-page__breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.b-page__breadcrumbs ul li {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-right: 10px;
}

.b-page__breadcrumbs ul li a{
	color: #666666;
}

.b-page__breadcrumbs ul li a:hover {
	color: #cc0000;
}

.b-page__breadcrumbs ul li:after{
	content: '';
	display: flex;
	width: 20px;
	flex-basis: 20px;
	height: 20px;
	background: url(../img/arrow.svg) center no-repeat;
	background-size: contain;	
}

.b-page__breadcrumbs ul li:last-child:after {
	display: none;
}



.b-page__news .b-news{
	width: 99%;
	flex-basis: 99%;
	margin-bottom: 30px;
}

.b-page__news .b-news__item{
	width: 99%;
	flex-basis: 99%;
}


.b-page__main ul li{
	padding-bottom: 7px;
}

.b-page__main ol li {
	padding-bottom: 7px;
}

.b-page__main h2 {
	padding-top: 15px;
	padding-bottom: 15px;
}


.b-page__main h2:first-child {
	padding-top: 0;
}

.b-page__main h3 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.b-page__main h3:first-child {
	padding-top: 0;
}

.b-page__main table {
	width: 100%;
	border-collapse: collapse;
}

.b-page__main td,
.b-page__main th {
	padding:15px 10px;
	border:1px solid #dddddd;
}

.b-page__main th{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
}






@media (max-width:1200px) {

	.main-swiper{
		width:74%;
		flex-basis: 74%;
		height:330px;
	}

	.b-main-slider__side{
		width: 24%;
		flex-basis: 24%;
		height:330px;
	}

	.b-main-slider__content{
		height:330px;
	}

	.b-main-menu__trigger{
		margin-right: 20px;
	}

	.b-main-menu__first-level{
		gap: 50px;
	}

	.b-main-menu__trigger>li>a {
		font-size: 18px;
	}

	.b-main-menu__second-level>li{
		font-size: 18px;
		width: 25%;
		flex-basis: 25%;
	}

	.b-main-menu__first-level a{
		font-size: 18px;
	}

	.b-main-slider{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.b-header_main__content{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.b-before-header__content{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.b-logo{
		width:12%;
		flex-basis: 12%;
	}

	.b-slogan{
		width:25%;
		flex-basis: 25%;
		margin-left: 0px;		
	}

	.b-main{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.b-footer{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.b-address {
		width: 190px;
		flex-basis: 190px;
	}

	.b-main-menu{
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}

	.b-ceiling-install__list{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

}


@media (max-width:990px){

	.b-ceiling-install__list{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.b-slogan {
		display: none;
	}

	.b-before-header__col.flex-row-end-centered{
		gap: 15px;		
	}

	.b-main-menu__second-level>li{
		width: 49%;
		flex-basis: 49%;		
	}

}

@media (max-width:576px) {

	.b-main-slider__side-banner-title{
		width: 60%;
	}

	.b-page__title{
		margin-bottom:20px;		
	}

	.b-page__title h1{
		font-size: 23px;
		margin:0 20px;
	}

	.b-page__main h2{
		font-size: 27px;
	}

	.b-before-header__content.flex-row-between-centered{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		align-content: space-between;
	}

	.b-before-header__col{
		width: 100%;
		flex-basis: 100%;
	}

	.b-before-header__content {
		height: 100%;
	}

	.b-before-header__col.flex-row-end-centered{
		justify-content: space-between;
	}

	.b-before-header__address.flex-row-start-centered{
		justify-content: flex-end;
	}

	.b-before-header{
		height: 100px;
	}

	.b-main-slider__advantages{
		flex-wrap: wrap;
		margin-left: 10px;
		margin-right: 10px;
	}

	.b-main-slider__advantage-item{
		width: 49%;
		flex-basis: 49%;
		margin-bottom: 20px;
	}

	.b-main-slider__content.flex-row-between-centered{
		flex-direction: column;
	}

	.main-swiper {
		width: 100%;
		flex-basis: 330px;
		height: 330px;
	}

	.b-main-slider__side.flex-col-between-start{
		flex-direction: row;

	}

	.b-main-slider__side{
		width: 100%;
		flex-basis: 200px;
	}

	.b-main-slider__side-banner{
		width: 48%;
		flex-basis: 48%;
		height: 250px;
		margin-top: 20px;
	}

	.b-main-slider__content{
		height: auto;
	}

	.b-main-slider{
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.b-main-menu__trigger{
		margin-right: 10px;
	}

	.b-main-menu__first-level{
		gap: 10px;
	}

	.b-logo{
		width: 30%;
		flex-basis: 30%;
	}

	.b-header_main__content{
		padding-left: 0;
		padding-right: 0;
	}

	.b-cat-preview__item{
		width:50%;
		flex-basis: 50%;
	}

	.b-catalog__grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.b-cat-preview__title{
		font-size: 45px;
	}

	.b-cat-preview{
		padding-top: 43px;
	}

	.b-news__item{
		width: 99%;
		flex-basis: 99%;
	}

	.b-market-preview__item{
		width: 50%;
		flex-basis: 50%;
	}

	.b-market-preview__title{
		font-size: 55px;
	}

	.b-market-preview {
		padding-top: 43px;
	}



}


@media (max-width:600px) {

	.header_sticky .b-header_main__content{
		height: 70px;
	}

	.b-header_main__content{
		height: 70px;
	}

	.b-footer__container.flex-row-between-start{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.b-market-preview__item {
		width: 100%;
		flex-basis: 100%;
	}

	.b-news {
		width: 100%;
		flex-basis: 100%;
	}

	.b-dealer {
		flex-wrap: wrap;
		gap: 30px;
	}

	.b-cat-preview__item{
		width: 100%;
		flex-basis: 100%;
	}

	.b-catalog__grid{
		grid-template-columns: 1fr;
	}

	.b-catalog__group-title{
		font-size: 18px;
		margin-bottom: 16px;
	}

	.b-free-measure{
		margin-top: 46px;
		padding: 36px 0;
	}

	.b-free-measure__title{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.b-free-measure__list{
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 24px;
	}

	.b-free-measure__button{
		width: 100%;
		max-width: 360px;
		box-sizing: border-box;
	}

	.b-contact{
		margin-top: 46px;
		padding: 36px 0;
	}

	.b-contact__title{
		font-size: 22px;
		margin-bottom: 20px;
	}

	.b-contact__list{
		width: 100%;
		gap: 20px;
		margin-bottom: 24px;
	}

	.b-contact__item{
		width: 100%;
		flex-basis: 100%;
	}

	.b-contact__button{
		width: 100%;
		max-width: 360px;
		box-sizing: border-box;
	}

	.b-ceiling-install{
		padding: 36px 0 40px;
	}

	.b-ceiling-install__title{
		font-size: 22px;
		margin-bottom: 24px;
	}

	.b-ceiling-install__list{
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.b-main-slider__advantage-item {
		width: 100%;
		flex-basis: 100%;
	}

	.b-main-slider__side{
		flex-wrap: wrap;
		margin-bottom: 30px;
		flex-basis: auto;
		height: auto;
	}

	.b-main-slider__side-banner {
		width: 100%;
		flex-basis: 100%;
		height: 250px;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.main-swiper {
		width: 100%;
		margin-bottom: 5px;
	}

	.b-main-slider__item-img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: auto;
		width:auto;
		height: 100%;
		margin-top: 0;
	}

	.b-main-slider__item-content {
		z-index: 5;
		position: absolute;
		left: 0px;
		height: 100%;
		width: 100%;
	}

	.b-main-slider__item-content.flex-col-centered-start{
		align-items: center;
		align-content: center;
	}

	.b-main-slider__item-logo{
		margin-top: -30px;
	}

	.b-main-slider__item-title{
		padding-left:15px;
		padding-right: 15px;
		font-size: 27px;
		background: rgba(255, 255, 255, 0.4);	
		text-align: center;	
	}

	.b-main-slider__item-describe{
		width: 60%;
		background: rgba(255, 255, 255, 0.4);
	}

	.b-main-slider__item-button{
		min-width: 70px;
		text-align: center;
	}

	.swiper-button-next,
	.swiper-button-prev{
		padding: 0;		
	}

	.b-main-slider__side{
		display: none;
	}

	.b-main-slider__side-banner img{
		width: 100%;
		height:auto;
	}

	.b-main-slider__advantages{
		margin-top: 0;
		margin-left:20px;
	}

	.b-market-preview{
		padding-top: 143px;
	}

	.b-cat-preview {
		padding-top: 143px;
	}

	.b-burger{
		display: block;
		margin-right: 20px;
	}

	.b-before-header{
		display: none;
	}
	
	.b-main-menu__container{
		display: none;
	}

	.b-logo {
		flex-basis: 40%;
		margin-left: 10px;
	}

	.b-addresses{
		display: none;
	}

	.b-header-lead{
		display: none;
	}

	.b-pay-online{
		top:0;
		right: auto;
	}

	.b-footer__copyrights{
		padding-top: 60px;
	}

	.b-page__sidebar{
		display: none;
	}

	.b-page__main{
		width: 92%;
		flex-basis: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}

	.b-page__breadcrumbs{
		display: none;
	}

	.b-table{
		overflow-x: auto;
	}

	.b-footer__copyrights{
		width: 100%;
		flex-basis: 100%;
	}

	.b-footer_social-icons{
		width: 100%;
		flex-basis: 100%;
	}

	.b-footer__menu{
		display: none;
	}


}














