

/* Start:/bitrix/templates/redesign2024/components/bitrix_v15/search.title/.default/style.css?17242743841467*/
.search form .input-group-btn button:hover {
	background-color: var(--color-p-yellow);
	box-shadow: none;
	position: relative;
	border-radius: 0 var(--border-radius-main) var(--border-radius-main) 0;
}
.test_result_cont {
	overflow: hidden;
	display: none;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	margin-top: 5px;
	box-shadow: var(--box-shadow-cascad);
	position: relative;
}
.test_result_cont.active {
	display: block;
}
.title-search-result {
	width: 100%;
}
table.title-search-result th {
	background: var(--color-d-white);
	padding: 0 5px;
}
.title-search-item {
	padding: 0 10px;
}
.title-search-item a {
	line-height: var(--font-line-height-n);
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
.title-search-item a img {
	position: absolute;
  	top: 5px;
  	left: -10px;
}
.title-search-item a b {
	color: var(--color-btn-orange);
}
.title-search-item a:hover {
	color: var(--color-ad-black);
}
.title-search-item a:hover b {
	color: var(--color-orange);
}
.title-search-more a {
	color: var(--color-grey);
	font-size: var(--font-size-s-fixed);
	display: block;
	position: relative;
	margin-left: 16px;
}
.title-search-more a:hover {
	color: var(--color-green);
}
.title-search-all a {
	display: block;
	position: relative;
	margin-left: 16px;
	color: var(--color-main-black);
}
.title-search-all a:hover {
	color: var(--color-orange);
}

/* End */


/* Start:/bitrix/components/netbrand/nb.selectregion/templates/default_red/style.css?17242743146022*/
@charset "utf-8";
.nbCitySelect {
	position: relative;
}
.nbCitySelect_modal{
    display: block;
	position: fixed;
	min-width: 700px;
	background: var(--color-d-white);
	border-radius: var(--border-radius-main);
	box-shadow: var(--box-shadow-cascad);
	z-index: 1;
	top: 0px;
	padding: 5px;
	right: 10px;
	border: 1px solid var(--color-light-grey);
	opacity: 0;
  	transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  	pointer-events: none;
}
.nbCitySelect._open .nbCitySelect_modal {
	opacity: 1;
  	top: 55px;
  	right: 10px;
  	pointer-events: auto;
}
.body__city .nbCitySelect_modal span {
	border: none;
	font-weight: bold;
	display: block;
	position: relative;
	color: var(--color-main-black);
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
.nbCitySelect_modal .modal_close_btn {
	display: block;
	position: absolute;
	right: 15px;
  	top: 11px;
	height: 25px;
	width: 25px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.nbCitySelect_modal .modal_close_btn::before, .nbCitySelect_modal .modal_close_btn::after {
	content: "";
	display: block;
	background: var(--color-main-black);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 12px;
	height: 100%;
	width: 1px;
	border-radius: 3px;
}
.nbCitySelect_modal .modal_close_btn::after {
	transform: rotate(-45deg);
}
.nbCitySelect_modal .modal_close_btn:hover {
	transform: rotate(90deg);
}
/*modal choose*/
.nbCitySelect__auto{
    background: var(--color-white);
	z-index: 99;
	position: absolute;
	border-radius: var(--border-radius-main);
	top: 45px;
	width: 350px;
	box-shadow: var(--box-shadow-cascad);
	padding: 10px;
}
.disclaimer_city{
    margin-top: 10px;
	font-size: var(--font-size-s-fixed);
	color: var(--color-dark-grey);
}
.disclaimer_city:before{
    content: "Цены и сроки доставки отличаются, в зависимости от выбранного города";
    display: block;
}
.nbCitySelect__btnNo, .nbCitySelect__btnOk {
    border: 0;
	border-radius: var(--border-radius-main);
	transition: all 0.2s ease-in-out;
    padding-top: 8px;
    font-size: var(--font-size-s);
    display: grid;
    width: 100%;
    height: 35px;
    align-items: center;
}
.nbCitySelect__btnNo{
    background: var(--color-d-white);
}
.nbCitySelect__btnOk{
    background: var(--color-yellow);
}
.nbCitySelect__btnNo:hover {
    box-shadow: var(--box-shadow-add);
 	background: var(--color-light-grey);
}
.nbCitySelect__btnOk:hover {
    box-shadow: var(--box-shadow-add);
 	background: var(--color-yellow-hover);
}
.nbCitySelect__auto .btn_container_city{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}
.nbCitySelect__auto .nbCitySelect__autoTitle {
    text-align: left;
	font-size: var(--font-size-s);
	margin-bottom: 10px;
	margin-top: 5px;
}
.nbCitySelect__auto .nbCitySelect__autoTitle span {
	color: var(--color-main-black);
	font-weight: bold;
	font-size: var(--font-size-s);
}
.nbCitySelect .nbCitySelect_modal.fixed{
    left: unset;
    position: fixed;
    top: 75px;
    z-index: 9999;
}
.change_country {
    margin-top: 0;
	width: 100%;
	background: var(--color-white);
	border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
	padding: 10px;
}
.change_country_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 10px;
}
.change_country__country {
    height: 100%;
    padding: 6px 30px 6px;
    border-radius: var(--border-radius-main);
    background: var(--color-d-white);
    cursor: pointer;
    font-size: var(--font-size-n);
    color: var(--color-main-black);
    transition: all 0.2s ease;
    width: 150px;
  	text-align: center;
  	border: 1px solid var(--color-d-white);
}
.change_country__country.active {
	background: var(--color-yellow);
	border-color: var(--color-yellow);
	color: var(--color-ad-black);
    pointer-events: none;
}
.change_country__country:hover {
    box-shadow: var(--box-shadow-add);
	border-color: var(--color-light-grey);
	background: var(--color-light-grey);
}
.nbCitySelect .nbCitySelect_modal ul.list_cities{
    border-top: none;
    display: none;
}
.nbCitySelect .nbCitySelect_modal ul.list_cities.active{
    display: flex;
	background: var(--color-white);
	flex-direction: column;
	height: 400px;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
	border-radius: 0 0 var(--border-radius-main) var(--border-radius-main);
}
.nbCitySelect .nbCitySelect_modal ul.list_cities.active[data-for="country_b"] {
	height: 200px;
}
.nbCitySelect .nbCitySelect_modal ul.list_cities.active li a {
  	transition: all 0.2s ease-in-out;
}
.nbCitySelect .nbCitySelect_modal ul.list_cities.active li:hover a {
	color: var(--color-orange);
}
.list_cities.active[data-for="country_r"] li:first-child a{
    font-weight: bold;
}
.list_cities.active[data-for="country_r"] li:nth-child(2) a{
    font-weight: bold;
}
.list_cities.active[data-for="country_b"] li:first-child a{
    font-weight: bold;
}
.list_cities.active[data-for="country_b"] li:first-child a{
    font-weight: bold;
}

@media(max-width:992px){
    .nbCitySelect__auto{
        left: -50px;
    }
    .nbCitySelect__auto.fixed{
        position: fixed;
        z-index: 999;
        top: 55px;
    }
    .nbCitySelect .nbCitySelect_modal.fixed{
        top: 55px;
    }
}
@media (min-width: 1200px) {
	.nbCitySelect_modal {
		position: absolute;
		top: 0px;
		right: unset;
		left: 0;
	}
	.nbCitySelect._open .nbCitySelect_modal {
		top: 45px;
	}
	.nbCitySelect .nbCitySelect_modal.fixed{
        top: 75px;
    }
	.nbCitySelect__auto.fixed{
        position: fixed;
        z-index: 999;
        top: 75px;
	}
}
@media (min-width: 1400px) {
	
}
/* End */


/* Start:/bitrix/templates/redesign2024/components/bitrix/system.auth.form/auth_head/style.css?172744173813207*/
.frm_field .mf-req {
	display: none
}

.bx-system-auth-form.nbAuth {
	height: 30px
}

.auth_btn_toggle {
	text-align: right;
	height: 100%;
	padding-top: 0;
	cursor: pointer;
	position: relative
}
#login-form label {
	display: block;
}
.frm_field.error input {
	border-color: var(--color-orange);
}
#form_auth_system {
	position: absolute;
	border-radius: var(--border-radius-main);
	box-shadow: var(--box-shadow-cascad);
	background: #fff;
	padding: 15px 20px 5px;
	width: 350px;
	z-index: 9999;
	top: 40px;
	right: 0;
	display: none;
	animation: fadein ease .3s;
}

.auth_btn_toggle.active~#form_auth_system {
	display: block;
	animation: fadein ease .3s
}

.auth-login label {
	font-weight: bold;
	color: var(--color-main-black);
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
}

.auth-pass label {
	color: var(--color-main-black);
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
}

.nbAuth form input {
	font-size: var(--font-size-n);
  	line-height: var(--font-line-height-n);
	width: 100%;
	margin-top: 10px;
}

.col-md-12.auth-login,
.col-md-12.auth-pass {
	margin-top: 10px
}

#login-form .or_block {
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: center;
	font-size: var(--font-size-s-fixed);
}

.or_ref_another_phone,
.or_ref_another_pass {
	color: var(--color-green);
	font-size: var(--font-size-s);
	margin-bottom: 10px;
	cursor: pointer
}

.back_to_start {
	color: var(--color-green);
	font-size: var(--font-size-s);
	cursor: pointer;
	text-align: center;
	margin-top: 10px
}

.back_to_start:hover {
	color: var(--color-main-black);
}

#login-form .submit-auth {
	margin-top: 60px
}

.or_ref_another_phone:hover,
.or_ref_another_pass:hover {
	color: var(--color-main-black);
}

.order_phone_cont {
	top: 15px;
	position: absolute;
	width: calc(100% - 40px);
	background: var(--color-white);
	display: none;
	-webkit-animation: fadein ease .3s;
	animation: fadein ease .3s
}

.order_phone_cont.active {
	display: block;
	-webkit-animation: fadein ease .3s;
	animation: fadein ease .3s
}

.login_pass_cont {
	top: 15px;
	position: absolute;
	width: calc(100% - 40px);
	background: var(--color-white);
	display: none;
	-webkit-animation: fadein ease .3s;
	animation: fadein ease .3s
}

.login_pass_cont.active {
	display: block;
	-webkit-animation: fadein ease .3s;
	animation: fadein ease .3s
}

@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@media(min-width:768px) and (max-width:991px) {
	.authPanel__cont {
		width: max-content;
		float: left
	}
}

.nbAuth form .submit-auth input {
	background: var(--color-yellow);
	color: var(--color-main-black);
	font-weight: bold;
	transition: all .2s ease;
	padding: 12px 15px;
	height: 45px;
}

.nbAuth form .submit-auth input:hover {
	box-shadow: var(--box-shadow-add);
  	transition: all .2s ease;
  	background: var(--color-yellow-hover);
}

#login-form a.reg_btbn {
	height: 45px;
	padding-top: 12px
}

#login-form a {
	background: var(--color-d-white);
	width: 100%;
	display: block;
	height: 37px;
	padding-top: 8px;
	border-radius: var(--border-radius-main);
	color: var(--color-main-black);
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	transition: all .2s ease;
}

#login-form a:hover {
	box-shadow: var(--box-shadow-add);
	transition: all .2s ease;
	background: var(--color-light-grey);
}

.nbAuth__remember {
	display: none
}

#form_is_auth_person {
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.auth_btn_toggle_is_on {
	width: 35px;
	display: flex;
	align-items: flex-start;
	justify-content: end;
	position: relative;
	cursor: pointer;
	height: 30px;
}
.auth_btn_toggle_is_on a {
	font-size: var(--font-size-n);
	font-weight: bold;
	color: #000;
	width: 100%;
  	height: 100%;
}
.auth_btn_toggle_is_on a span {
	opacity: 0;
	height: 0;
	width: 0;
	display: block;
	visibility: hidden;
}
.logout_block {
	position: absolute;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	box-shadow: var(--box-shadow-cascad);
	top: 5px;
	z-index: 2;
	padding: 10px;
	display: flex;
	flex-direction: column;
	width: max-content;
	gap: 10px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
}
.authPanel__cont:hover .logout_block {
	top: 30px;
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}
#logout_butt {
	background: var(--color-d-white);
	position: relative;
	padding: 7px;
	color: var(--color-main-black);
	font-size: var(--font-size-s);
	height: 35px;
	text-align: center;
	z-index: 9;
	transition: all 0.2s ease-in-out;
	border-radius: var(--border-radius-main);
	flex-grow: 1;
}
.glads_person {
	font-weight: bold;
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
}
.bonus_count_show {
}
.bonus_count_show span {
	font-weight: bold;
	color: var(--color-orange);
}
.person_btn_block {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 5px;
}
.person_name {
	background: var(--color-yellow);
	border-radius: var(--border-radius-main);
	padding: 7px 10px;
	height: 35px;
	transition: all 0.2s ease-in-out;
}
.person_name:hover {
	box-shadow: var(--box-shadow-add);
  	background: var(--color-yellow-hover);
}
#logout_butt:hover {
	box-shadow: var(--box-shadow-add);
  	background: var(--color-light-grey);
}

#rega .phone {
	top: 0;
	position: absolute;
	width: 100%;
	padding-right: 15px
}

@media(min-width:992px) {
	.authPanel.hid {
		left: -66px;
		position: relative
	}

	.authPanel.hid .auth_btn_toggle {
		width: 50px;
		overflow: hidden;
		color: #fff0;
		height: 34px
	}

	.authPanel.hid .auth_btn_toggle::before {
		top: -2px
	}

	.authPanel.hid .bx-system-auth-form.nbAuth.logout {
		top: -4px;
		position: relative;
		height: 40px
	}

	.authPanel.hid #form_is_auth_person {
		width: 50px;
		height: 100%;
		overflow: hidden;
		justify-content: start;
		flex-direction: unset
	}

	.authPanel.hid .auth_btn_toggle_is_on {
		height: 100%
	}

	.authPanel.hid .auth_btn_toggle_is_on a::before {
		top: 2px;
		position: absolute;
		margin-left: 0
	}

	.authPanel.hid .auth_btn_toggle_is_on a {
		z-index: 2;
		color: #fff0;
		height: 100%
	}
}

@media(max-width:991px) {
	#rega .authPanel {
		padding: 0
	}

	#rega .bx-system-auth-form.nbAuth.logout {
		top: -4px;
		position: relative;
		height: 40px
	}

	#rega #form_is_auth_person {
		width: 50px;
		height: 100%;
		overflow: hidden;
		justify-content: start
	}

	#rega .auth_btn_toggle_is_on {
		height: 100%;
		max-width: 46px
	}

	#rega .auth_btn_toggle_is_on a::before {
		top: 2px;
		position: absolute;
		margin-left: 0
	}

	#rega .auth_btn_toggle_is_on a {
		z-index: 2;
		color: #fff0;
		height: 100%
	}
}

@media(min-width:992px) and (max-width:1199px) {
	#rega .phone {
		max-width: 195px;
		right: 0;
		padding-top: 3px
	}

	#rega .phone::before {
		left: 12px;
		top: 8px
	}

	.authPanel.hid {
		left: unset;
		position: relative;
		right: 52px
	}

	.authPanel.hid .auth_btn_toggle {
		height: 34px
	}
}

.is_tablet #logout_butt {
	display: none
}

.is_tablet #rega #form_is_auth_person {
	flex-direction: unset
}

.mes_block {
	position: absolute;
	border-radius: var(--border-radius-main);
	box-shadow: var(--box-shadow-cascad);
	background: var(--color-white);
	padding: 25px 20px 25px;
	width: 350px;
	z-index: 9999;
	top: 40px;
	right: 0;
	display: none;
	animation: fadein ease .3s
}

.auth_btn_toggle.active~#system_auth_form_sms {
	display: block;
	animation: fadein ease .3s
}

.code_inputs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	width: 200px;
	margin: 0 auto
}

.code_inputs input {
	width: 40px;
	height: 40px;
	padding: 8px 15px 11px;
	font-size: 20px !important;
	font-weight: bold
}

.nbAuth.success {
	border: 0
}

.form_text:first-child {
	font-weight: unset;
	text-align: center;
	font-size: var(--font-size-n);
  	line-height: var(--font-line-height-n);
	border-bottom: 1px solid #ff7200;
	padding-bottom: 5px;
	width: max-content;
	margin: 0 auto
}

.form_text:nth-child(2n) {
	color: var(--color-green);
	text-align: center;
	margin: 10px 0;
	font-weight: bold
}

.form_text.er {
	color: red !important
}

.subm_button {
	width: 200px;
	margin: 10px auto 0;
	height: 40px;
	display: flex;
	padding: 10px;
	justify-content: center;
	border-radius: var(--border-radius-main);
	background: var(--color-yellow);
	font-size: var(--font-size-n);
  	line-height: var(--font-line-height-n);
	font-weight: bold
}

.succsess_title_block {
	color: #000;
	font-size: var(--font-size-n);
  	line-height: var(--font-line-height-n);
	font-weight: bold
}

.success_body_block {
	font-size: var(--font-size-s);
  	line-height: var(--font-line-height-s);
	color: #ff7200;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	border: 1px solid #ffd5b4;
	border-radius: var(--border-radius-main);
	padding: 12px 5px 14px
}

.back_to_start_er {
	color: var(--color-green);
	font-size: var(--font-size-s);
  	line-height: var(--font-line-height-s);
	cursor: pointer;
	text-align: center;
	margin-top: 15px;
	font-weight: normal
}

.back_to_start_er a {
	color: var(--color-green);
	font-size: var(--font-size-s);
  	line-height: var(--font-line-height-s);
	cursor: pointer;
	text-align: center
}

.success_btns_block a:first-child {
	background: var(--color-d-white);
	width: 100%;
	display: block;
	height: 45px;
	border-radius: var(--border-radius-main);
	color: var(--color-main-black);
	margin-top: 10px;
	padding: 10px;
	padding-top: 12px;
	text-align: center;
	transition: all .2s ease
}

.success_btns_block a:nth-child(2n) {
	background: var(--color-yellow);
	color: var(--color-main-black);
	font-weight: bold;
	transition: all .2s ease;
	padding: 12px 15px;
	height: 45px;
	border-radius: var(--border-radius-main);
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	text-align: center
}

.success_btns_block a:first-child:hover {
	box-shadow: var(--box-shadow-add);
	transition: all .2s ease;
	color: #ffa800
}

.success_btns_block a:nth-child(2n):hover {
	box-shadow: var(--box-shadow-add);
	transition: all .2s ease;
	color: #fff
}

.subm_button:hover {
	cursor: pointer;
	box-shadow: var(--box-shadow-add);
  	transition: all .2s ease;
  	background: var(--color-yellow-hover);
}

.auth_btn_toggle.active~.success_cont.mes_block {
	display: block
}

.success_btns_block {
	margin-top: 15px
}

.nbAuth span.agreement_s {
	font-size: var(--font-size-s-fixed);
	display: block;
	line-height: 20px;
	text-align: left;
	color: #a4a4a4;
	margin-bottom: 15px
}

.nbAuth span.agreement_s a {
	text-decoration: underline;
	color: #a4a4a4;
	font-size: var(--font-size-s-fixed);
	display: inline
}
.bx-auth-serv-icons{
    margin-bottom: 15px;
}
#login-form div.bx-auth-serv-icons a.social_btn{
    height: 45px;
    background: var(--color-main-black);
    color: #fff;
    border-radius: var(--border-radius-main);
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
    border: none;
    transition: all 0.2s ease;
}
#login-form div.bx-auth-serv-icons:hover a.social_btn{
    box-shadow: var(--box-shadow-add);
    transition: all 0.2s ease;
}
.social_btn svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
div.bx-auth-serv-icons a:hover {
    margin: 1px;
    border: none;
}
div.bx-auth-lbl{
    text-align: center;
}
label.er{
    color: red;
    border-radius: var(--border-radius-main);
    background: #fdebeb;
    border: 1px solid red;
    padding: 5px;
    font-size: 16px;
}
.form_text.er{
    color: red;
    border-radius: var(--border-radius-main);
    background: #fdebeb;
    border: 1px solid red;
    padding: 5px;
    font-size: 13px;
    margin: 5px auto;
}
.nbAuth form .submit-auth input.invalid{
    pointer-events: none;
    background: linear-gradient(#f0e9cb,#ffecc8);
    color: #868686;
}
.count_mod_cont {
    text-align: center;
}
.count_mod_cont_inner {
    color: #848484;
}
.count_mod_cont_inner.time {
    display: flex;
    column-gap: 5px;
    justify-content: center;
    color: #ff7200;
    font-weight: bold;
}
.count_mod_cont.repeat_send {
    border-radius: var(--border-radius-main);
    background: linear-gradient(to bottom, #79c14d, #6daf45);
    width: max-content;
    margin: 10px auto;
    height: 30px;
    padding: 5px 5px 0;
    color: #fff;
    cursor: pointer;
    border: 1px solid #6daf45;
}
.grecaptcha-badge{
    display: none!important;
}
/* End */


/* Start:/bitrix/templates/redesign2024/components/bitrix_v15/sale.basket.basket.line/basket_new/style.css?17242743843914*/
.basket_items_dropdown, .is_mobile .basket_items_dropdown, .is_tablet .basket_items_dropdown {
	display: none;
}
@media(min-width: 992px) {
	.basket_items_dropdown {
		display: block;
		height: auto;
		max-height: 310px;
		top: 10px;
		right: 0;
		background: #fff;
		border-radius: var(--border-radius-main);
		box-shadow: var(--box-shadow-cascad);
		padding: 10px;
		width: 310px;
		position: absolute;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
	}
	.wrapper_drop {
		height: 100%;
		overflow-y: auto;
		position: relative;
		max-height: 235px;
		scrollbar-width: thin;
	}
	.wrapper_drop::-webkit-scrollbar {
		width: 5px;
	}
	.fixed_menu_cart:hover .basket_items_dropdown {
		top: 35px;
		opacity: 1;
		pointer-events: auto;
	}
	.basket_items_dropdown_item {
		border-radius: var(--border-radius-main);
		margin-bottom: 10px;
		padding: 5px;
		height: 70px;
		position: relative;
		cursor: pointer;
		background: var(--color-d-white);
		transition: box-shadow 0.2s ease-in-out;
	}
	.basket_items_dropdown_item:hover {
		box-shadow: var(--box-shadow-add);
	}
	.dropdown_item_pic {
		height: 60px;
		width: 65px;
		border-radius: var(--border-radius-main);
		border: 1px solid #e4e4e4;
		overflow: hidden;
		float: left;
	}
	.dropdown_item_pic img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		padding: 0;
	}
	.dropdown_item_name {
		font-size: var(--font-size-s-fixed);
		line-height: var(--font-line-height-s);
		width: 255px;
		padding-left: 70px;
		font-weight: bold;
	}
	.dropdown_item_name a {
		color: var(--color-main-black);
	}
	.dropdown_item_quantity {
		position: absolute;
		bottom: 6px;
		left: 75px;
		font-size: var(--font-size-s-fixed);
	}
	.dropdown_item_old_price {
		position: absolute;
		bottom: 6px;
		left: 115px;
		font-size: var(--font-size-s-fixed);
	}
	.dropdown_item_price {
		position: absolute;
		bottom: 5px;
		right: 15px;
		color: var(--color-orange);
	}
	.dropdown_item_delete {
		content: "";
		position: absolute;
		height: 15px;
		width: 15px;
		top: 7px;
		right: 10px;
		cursor: pointer;
		transition: transform 0.2s ease-in-out;
	}
	.dropdown_item_delete:hover {
		transform: rotate(90deg);
	}
	.dropdown_item_delete:before, .dropdown_item_delete:after {
		content: "";
		display: block;
		position: absolute;
		left: 7px;
		top: 0;
		height: 100%;
		width: 1px;
		background: var(--color-main-black);
		border-radius: 1px;
		transform: rotate(45deg);
		transition: transform 0.2s ease-in-out;
	}
	.dropdown_item_delete:after {
		transform: rotate(-45deg);
	}
	.basket_items_dropdown_itog {
		height: 40px;
		bottom: 0;
		width: 100%;
		text-align: center;
		position: relative;
		margin-top: 10px;
		font-size: var(--font-size-n);
		color: var(--color-main-black);
		font-weight: normal;
		padding-top: 0;
		display: grid;
		grid-template-columns: 45px auto;
		gap: 10px;
	}
	.basket_items_dropdown_itog a {
		position: relative;
		background: var(--color-yellow);
		border-radius: var(--border-radius-main);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.2s ease-in-out;
	}
	.basket_items_dropdown_itog a:hover {
		box-shadow: var(--box-shadow-add);
		background: var(--color-yellow-hover);
	}
	.basket_icon {
		color: #fff0;
	}
	.basket_icon i {
		position: absolute;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url("/bitrix/templates/redesign2024/images/icons/main_sprite.svg#basket_btn") no-repeat;
	    background-position: 8px center;
    	background-size: 38px;
		top: 5px;
	}
	.basket_items_dropdown_itog .basket_icon a {
		display: block;
		height: 100%;
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/sale.bestsellers_new/.default/style.css?172427438713623*/
.saleLeader__title {
	font-size: var(--font-size-xm);
	line-height: var(--font-line-height-xm);
	font-weight: bold;
	padding-left: 10px;
}
.saleLeader__title .separator-line {
	display: none;
}
.bx_item_list_bestsellers {
	padding-top: 10px;
}
.bx_item_list_section {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bx_item_list_section .prod_item {
	height: 252px;
	padding: 0;
	width: 100%;
}
.bx_item_list_bestsellers .bx_catalog_item.blockspisok {
	padding: 0;
	height: 100%;
	width: 100%;
	position: relative;
	top: unset;
  	right: unset;
  	box-shadow: unset;
  	border: none;
  	background: unset;
  	border-radius: unset;
  	transition: unset;
  	overflow: unset;
}
.bx_item_list_bestsellers .blockspisok_inner {
	height: 100%;
    width: 100%;
    position: relative;
    background: var(--color-white);
    border-radius: var(--border-radius-main);
    border: 1px solid var(--color-light-grey);
    overflow: hidden;
    padding: 0;
}
.bx_item_list_bestsellers .blockspisok_inner:hover {
	box-shadow: var(--box-shadow-main);
	border-color: var(--color-medium-grey);
	transition: all 0.2s ease-in-out;
}
.bx_item_list_bestsellers .seredina {
	width: 100%;
	display: block;
	height: 120px;
	position: relative;
  	margin: 0;
  	aspect-ratio: unset;
    max-height: unset;
}
.bx_item_list_bestsellers .block_icons.new_mode_icons {
	position: absolute;
	top: 3px;
	left: 3px;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.bx_item_list_bestsellers .block_icons_item {
	height: 22px;
	border-radius: var(--border-radius-main-min);
	font-size: var(--font-size-xs);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	line-height: var(--font-line-height-text);
	letter-spacing: 0.3px;
	width: 35px;
}
.bx_item_list_bestsellers .block_icons_item.scale_discount {
	background: var(--color-ad-yellow);
}
.bx_item_list_bestsellers .block_icons_item.icon_3d {
	background: var(--color-orange) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODk2NzggNS43MTgyNUM5Ljg5Njc4IDYuNDcxMjIgOS42MjM5NiA3LjA1NTA1IDkuMDc4MzMgNy40Njk3M0M4LjUzMjY5IDcuODg0NDEgNy43NTI0NCA4LjA5MTc1IDYuNzM3NTYgOC4wOTE3NUM2LjM1OTI1IDguMDkxNzUgNS45ODQ1OCA4LjA1OTAyIDUuNjEzNTUgNy45OTM1NEM1LjI0MjUyIDcuOTMxNyA0LjkyNDIzIDcuODQ4MDQgNC42NTg2OSA3Ljc0MjU1VjUuOTIwMTNDNC45MDI0MSA2LjA2NTYzIDUuMTgwNjggNi4xODAyMiA1LjQ5MzUxIDYuMjYzODhDNS44MDYzNCA2LjM0NzU0IDYuMTIyODEgNi4zODkzNyA2LjQ0MjkxIDYuMzg5MzdDNi44MTM5NSA2LjM4OTM3IDcuMDk3NjggNi4zMjM5IDcuMjk0MSA2LjE5Mjk1QzcuNDk0MTcgNi4wNTgzNiA3LjU5NDIgNS44NjczOCA3LjU5NDIgNS42MjAwM0M3LjU5NDIgNS4zNjkwNCA3LjQ3MjM0IDUuMTcyNjEgNy4yMjg2MyA1LjAzMDc1QzYuOTg0OTEgNC44ODg4OCA2LjY0NDggNC44MTc5NSA2LjIwODI5IDQuODE3OTVINS40NTUzMlYzLjEwNDY2SDYuMTIwOTlDNi41NjExNCAzLjEwNDY2IDYuODg0ODggMy4wMzczNiA3LjA5MjIyIDIuOTAyNzdDNy4zMDMyIDIuNzY0NTUgNy40MDg2OSAyLjU4NjMxIDcuNDA4NjkgMi4zNjgwNUM3LjQwODY5IDIuMTYwNzEgNy4zMjg2NiAxLjk5NzAyIDcuMTY4NjEgMS44NzY5OEM3LjAxMjE5IDEuNzU2OTQgNi43NzAzIDEuNjk2OTIgNi40NDI5MSAxLjY5NjkyQzUuOTM3MjkgMS42OTY5MiA1LjQzMTY3IDEuODQyNDIgNC45MjYwNSAyLjEzMzQzVjAuMzkyODU3QzUuNTU4OTkgMC4xMzA5NTIgNi4yMjQ2NiAwIDYuOTIzMDcgMEM3Ljc4ODgxIDAgOC40NjcyMiAwLjE3NjQyMiA4Ljk1ODI5IDAuNTI5MjY1QzkuNDQ5MzYgMC44ODIxMDggOS42OTQ4OSAxLjM3MTM2IDkuNjk0ODkgMS45OTcwMkM5LjY5NDg5IDIuNDg0NDUgOS41NjIxMiAyLjg5MzY4IDkuMjk2NTggMy4yMjQ3QzkuMDM0NjggMy41NTU3MiA4LjY2NTQ2IDMuNzcyMTUgOC4xODg5NCAzLjg3NFYzLjkwMTI4QzguNzE2MzkgMy45NzQwMyA5LjEzMjg5IDQuMTc1OTIgOS40Mzg0NSA0LjUwNjk0QzkuNzQ0IDQuODM0MzIgOS44OTY3OCA1LjIzODA5IDkuODk2NzggNS43MTgyNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4wMTI1IDMuOTQ0OTNDMTguMDEyNSA0LjczNzkyIDE3Ljg0NTIgNS40Mzk5NyAxNy41MTA2IDYuMDUxMDhDMTcuMTc5NSA2LjY1ODU1IDE2LjcwNDggNy4xMjc4IDE2LjA4NjUgNy40NTg4MkMxNS40NjgxIDcuNzg5ODQgMTQuNzU1MSA3Ljk1NTM0IDEzLjk0NzYgNy45NTUzNEgxMC42MzU2VjAuMTMwOTUySDEzLjg3NjZDMTYuNjMzOSAwLjEzMDk1MiAxOC4wMTI1IDEuNDAyMjggMTguMDEyNSAzLjk0NDkzWk0xNS41MDgxIDMuOTY2NzZDMTUuNTA4MSAzLjU4NDgyIDE1LjQyOTkgMy4yNDEwNyAxNS4yNzM1IDIuOTM1NTFDMTUuMTIwNyAyLjYyOTk2IDE0LjkwMDYgMi4zOTM1MSAxNC42MTMyIDIuMjI2MTlDMTQuMzI1OSAyLjA1ODg2IDEzLjk4NzYgMS45NzUyIDEzLjU5ODQgMS45NzUySDEyLjk5MjdWNi4xMTExSDEzLjY1MjlDMTQuMjE2NyA2LjExMTEgMTQuNjY2IDUuOTE4MzEgMTUuMDAwNiA1LjUzMjczQzE1LjMzODkgNS4xNDM1MSAxNS41MDgxIDQuNjIxNTIgMTUuNTA4MSAzLjk2Njc2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuNjQ3Nzk1IDkuNzU4MkMtMC4zODIwOTUgOC4wNTQzMSAxLjc4MTg1IDYuOTA5ODcgMi45OTI1NiA2LjU1MDYzQy0wLjE0NTIyNSA5LjY0NTcgNi4wOTEgMTEuMjI5MyA5LjU3ODIyIDExLjU0NzJMOS45NzczMSAxMC4zNDk5TDEyLjc3MSAxMi4zNDU0TDguNzgwMDMgMTMuNTQyNkw5LjE3OTEyIDEyLjM0NTRDNi43MTczNCAxMi4xNjEyIDEuNjc3NjggMTEuNDYyMSAwLjY0Nzc5NSA5Ljc1ODJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNTc4MjIgMTEuNTQ3MkM2LjU3MzE1IDExLjI3MzMgMS41MjY3IDEwLjA1OTQgMi4xOTY1OSA3Ljc0ODRDMi4zMDQwOCA3LjM3NzYxIDIuNTU4NzIgNi45Nzg1NyAyLjk5MjU2IDYuNTUwNjNDMi41Njc4OCA2LjY3NjY0IDIuMDI1OTIgNi44OTkyNiAxLjU0NTY2IDcuMjA4NzRDMC42NTY3MzEgNy43ODE1NiAtMC4wMjA4NDQgOC42NTE5OCAwLjY0Nzc5NSA5Ljc1ODJDMS41NzM3NCAxMS4yOTAxIDUuNzQwOTMgMTIuMDA5OSA4LjM2MTc2IDEyLjI3MzRDOC42NTU5NiAxMi4zMDMgOC45MzA2NyAxMi4zMjY4IDkuMTc5MTIgMTIuMzQ1NEw4Ljc4MDAzIDEzLjU0MjZMMTIuNzcxIDEyLjM0NTRMOS45NzczMSAxMC4zNDk5TDkuNTc4MjIgMTEuNTQ3MlpNMTAuMzkyOCAxMS42Mjc2TDEwLjE3MTMgMTIuMjkxOUwxMC45ODIzIDEyLjA0ODZMMTAuMzkyOCAxMS42Mjc2Wk0yLjM4MDA2IDEwLjExOTVDMS45NjI3OSA5Ljc3MjU3IDEuNjIxMTkgOS4zNTM0OCAxLjQ1MDg0IDguODQ2N0MxLjQwMzY2IDguNzA2MzMgMS4zNzE0OCA4LjU2NjI1IDEuMzUzNTEgOC40MjY3MUMxLjI2MTU0IDguNTQ5MzkgMS4yMTA2MSA4LjY2MTA2IDEuMTg5MjQgOC43NTg5NUMxLjE2MTM3IDguODg2NjMgMS4xNjQ5MyA5LjA3MDc0IDEuMzMwODkgOS4zNDUzMkMxLjQ2MjY5IDkuNTYzMzggMS43ODcyNCA5LjgzNzI4IDIuMzgwMDYgMTAuMTE5NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xNzA1IDkuNDA1MjlDMjIuMDkwMiA3LjYwOCAyMC4zNDY0IDYuNTI3NzMgMTkuMzU5NSA2LjIxMjI2QzIxLjgzMDggOS4yNTQ0IDE2LjU1NzkgMTEuMjI0MSAxMy42NjEzIDExLjcwNThMMTQuMzY3MiAxMS45NDYzTDEzLjg0NjcgMTIuNDgwMUMxNS44ODk5IDEyLjE4MTQgMjAuMjUwNyAxMS4yMDI2IDIxLjE3MDUgOS40MDUyOVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuMTU2OCAxMS4zNzJDMTcuNTU0NSAxMC43MDk2IDIwLjM0ODMgOS4zMzYzNCAxOS45NjQ3IDcuMzk4OTZDMTkuODkwNSA3LjAyNDE1IDE5LjY5NzQgNi42MjgyMyAxOS4zNTk1IDYuMjEyMjZDMTkuNzQ4MSA2LjMzNjUgMjAuMjU0MiA2LjU3OTM3IDIwLjY2ODggNi45Mzc5NUMyMS4zMDY4IDcuNDg5ODQgMjEuNzI4IDguMzE1ODQgMjEuMTcwNSA5LjQwNTI5QzIwLjQyMjMgMTAuODY3MyAxNy4zOTcxIDExLjc4NzcgMTUuMTk0NyAxMi4yNDFDMTUuMDQ0OSAxMi4yNzE4IDE0Ljg5ODkgMTIuMzAwNSAxNC43NTc3IDEyLjMyN0MxNC41NjMzIDEyLjM2MzYgMTQuMzc4IDEyLjM5NiAxNC4yMDQzIDEyLjQyNDVDMTQuMTMzMSAxMi40MzYyIDE0LjA2MzggMTIuNDQ3MiAxMy45OTY2IDEyLjQ1NzZDMTMuOTQ1NCAxMi40NjU0IDEzLjg5NTQgMTIuNDcyOSAxMy44NDY3IDEyLjQ4MDFMMTQuMzY3MiAxMS45NDYzTDEzLjY2MTMgMTEuNzA1OEMxMy42ODQ2IDExLjcwMiAxMy43MDgxIDExLjY5OCAxMy43MzE4IDExLjY5MzlDMTMuNzc1NSAxMS42ODY0IDEzLjgxOTcgMTEuNjc4NSAxMy44NjQ0IDExLjY3MDNDMTMuOTI0OSAxMS42NTkyIDEzLjk4NjIgMTEuNjQ3NiAxNC4wNDgzIDExLjYzNTNDMTQuMTk3IDExLjYwNTkgMTQuMzUwMSAxMS41NzMxIDE0LjUwNjYgMTEuNTM2OUMxNC43MTgxIDExLjQ4ODEgMTQuOTM1OCAxMS40MzMxIDE1LjE1NjggMTEuMzcyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat;
	background-position: center;
}
.bx_item_list_bestsellers .block_icons_item.recomend_icon.hit {
	background: var(--color-green);
	color: var(--color-white);
}
.bx_item_list_bestsellers .block_icons_item.recomend_icon.recomend {
	background: var(--color-btn-orange) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMDBfODExMykiPgo8cGF0aCBkPSJNMC4zODk0NDkgNS43MTE1N0MwLjE3NzA1NyA1LjcxMTU3IDAuMDA0ODgyODEgNS44ODM3NyAwLjAwNDg4MjgxIDYuMDk2MTRWMTEuNzQ0NUMwLjAwNDg4MjgxIDExLjk1NjkgMC4xNzcwODIgMTIuMTI5MSAwLjM4OTQ0OSAxMi4xMjkxSDIuNzA2NDJWNS43MTE1N0gwLjM4OTQ0OVpNMTIuOTk1IDcuODM1MjJDMTIuOTk1IDcuMzQ3MDMgMTIuNzMyNyA2LjkxODk1IDEyLjM0MTYgNi42ODQ0OUMxMi40OTY3IDYuNDYwOTIgMTIuNTc5NyA2LjE5NTI0IDEyLjU3OTMgNS45MjMxNUMxMi41NzkzIDUuMTgzOTYgMTEuOTc3OSA0LjU4MjU1IDExLjIzODcgNC41ODI1NUg4LjQwODc1QzguNDk1NDggNC4xODk1MSA4LjYxNDExIDMuNTk5NzEgOC42OTY3IDIuOTgyMjhDOC45MTE2NiAxLjM3NTU0IDguNzY0NzUgMC40ODQ0NTUgOC4yMzQ0MiAwLjE3ODAxNUM3LjkwMzc4IC0wLjAxMjk5ODIgNy41NDczIC0wLjA1MTc0NDMgNy4yMzA2MiAwLjA2ODgxMDRDNi45ODU5OCAwLjE2MTk5NCA2LjY1NTYgMC4zOTEwOTQgNi40NjczMyAwLjk1MzM2OUw1LjcyMzU0IDIuOTAwODZDNS4zNDY0NiAzLjgzMjExIDQuMTkxNzIgNC44MDk3NyAzLjQ3NTU4IDUuMzUwMzdWMTIuMjk5MkM0LjgwMjg1IDEyLjc2NDMgNi4xODc4NiAxMyA3LjYwMDg0IDEzSDEwLjY4NDRDMTEuNDIzNiAxMyAxMi4wMjUgMTIuMzk4NiAxMi4wMjUgMTEuNjU5NEMxMi4wMjUzIDExLjQwOTkgMTEuOTU1NiAxMS4xNjUzIDExLjgyMzcgMTAuOTUzNEMxMi4yNzA2IDEwLjczNTggMTIuNTc5MyAxMC4yNzY5IDEyLjU3OTMgOS43NDczMUMxMi41Nzk2IDkuNDc1MjIgMTIuNDk2NyA5LjIwOTU1IDEyLjM0MTYgOC45ODU5N0MxMi43MzI3IDguNzUxNTIgMTIuOTk1IDguMzIzNCAxMi45OTUgNy44MzUyMloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAwMF84MTEzIj4KPHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-position: center;
}
.bx_item_list_bestsellers .seredina img {
	min-height: 100%;
	object-fit: contain;
	object-position: center;
	height: 100%;
	width: 100%;
	margin-top: -1px;
}
.bx_item_list_bestsellers .nizbloka {
	text-align: left;
	margin: 0;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 5px 5px 0px;
	height: auto;
}
.bx_item_list_bestsellers .catalog-price {
	font-size: var(--font-size-n);
	font-weight: bold;
	color: var(--color-orange);
	line-height: var(--font-line-height-n);
	padding: 0;
}
.bx_item_list_bestsellers .blockspisok_inner s {
	font-size: var(--font-size-s);
	color: var(--color-dark-grey);
	line-height: var(--font-line-height-n);
}
.bx_item_list_bestsellers .nazvanie {
	text-align: left;
	font-size: var(--font-size-s);
	margin-bottom: 0;
	height: 40px;
	display: block;
	overflow: hidden;
	line-height: var(--font-line-height-s);
	padding-left: 5px;
}
.bx_item_list_bestsellers .product_rating {
	padding-top: 3px;
	padding-left: 5px;
	display: flex;
	justify-content: space-between;
}
.bx_item_list_bestsellers .product_rating_inner {
	display: flex;
	gap: 5px;
	align-items: center;
}
.bx_item_list_bestsellers .product_rating_inner span {
	color: var(--color-dark-grey);
}
.bx_item_list_bestsellers .product_rating_inner .reviews_count {
	background: var(--color-grey);
	padding: 0 5px;
	border-radius: var(--border-radius-main);
	color: var(--color-white);
}
.bx_item_list_bestsellers .btns_bottom {
	display: flex;
	justify-content: space-between;
	padding: 5px 5px 5px 0;
}
.bx_item_list_bestsellers .favorite_btn, .bx_item_list_bestsellers .compare_btn {
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	height: 30px;
	cursor: pointer;
	margin-top: 0;
}
.bx_item_list_bestsellers .favorite_btn:hover svg path {
	fill: #ff8929;
}
.bx_item_list_bestsellers .compare_btn:hover svg rect {
	fill: #c4c4c4;
}
.bx_item_list_bestsellers a.BUYBASKET {
	flex-grow: 1;
	height: 30px;
	border-radius: var(--border-radius-main-min);
	background: var(--color-d-white);
	padding: 5px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	margin-top: 0;
}
.bx_item_list_bestsellers a.BUYBASKET:hover {
	box-shadow: var(--box-shadow-add);
	background: var(--color-yellow-hover);
}
.bx_item_list_bestsellers .rate_pic {
	width: 16px;
	height: 15px;
	background: url("/bitrix/templates/redesign2024/images/icons_asset/star_4_5.svg") no-repeat;
	background-size: 100%;
	background-position: center;
}
.bx_item_list_bestsellers .rate-4 .rate_pic {
	background: url("/bitrix/templates/redesign2024/images/icons_asset/star_4.svg") no-repeat;
	background-size: 100%;
	background-position: center;
}
.bx_item_list_bestsellers .rate-5 .rate_pic {
	background: url("/bitrix/templates/redesign2024/images/icons_asset/star_5.svg") no-repeat;
	background-size: 100%;
	background-position: center;
}
.bx_item_list_bestsellers .favorite_btn {
	cursor: pointer;
  	flex-grow: 1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 30px;
  	background: var(--color-white) url("/bitrix/templates/redesign2024/images/icons_asset/favorite.svg") no-repeat;
  	background-position: center;
}
.bx_item_list_bestsellers .favorite_btn.in_favorites {
	background: var(--color-white) url("/bitrix/templates/redesign2024/images/icons_asset/favorite_active.svg") no-repeat;
  	background-position: center;
}
.bx_item_list_bestsellers .compare_btn {
	cursor: pointer;
  	flex-grow: 1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 30px;
  	background: var(--color-white) url("/bitrix/templates/redesign2024/images/icons_asset/compare.svg") no-repeat;
  	background-position: center;
}
.bx_item_list_bestsellers .compare_btn.in_compare {
	background: var(--color-white) url("/bitrix/templates/redesign2024/images/icons_asset/compare_active.svg") no-repeat;
  	background-position: center;
}
@media(min-width: 992px) {
	.bx_item_list_bestsellers .blockspisok_inner {
		box-shadow: var(--box-shadow-fix-top);
		border: 1px solid var(--color-light-grey);
		background: var(--color-white);	
	}
}
@media(min-width:1200px) {
	.bx_item_list_section .prod_item {
		height: 277px;
	}
	.bx_item_list_bestsellers .seredina {
		height: 145px;
	}
	.bx_item_list_bestsellers a.BUYBASKET {
		width: 130px;
	}
}
@media(min-width: 1400px) {
	.saleLeader__title {
		padding-top: 5px;
  		padding-bottom: 5px;
	}
}

















/* End */


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/slider_comp/headSlider/style.css?174316695611337*/
#main_slider_b {
    height: 160px;
    overflow: hidden;
    border-radius: var(--border-radius-main);
}
.nbSlider__item .container {
    padding: 0;
    width: 100%;
}
.nbSlider__bg_container {
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: var(--color-white);
    overflow: hidden;
    width: 100%;
}
.nbSlider__textCont.frst.sl_bn .nbSlider__bg_container {
    background-position: 20%;
    background-size: 100% 100%;
}
#main_slider_b .swiper-pagination {
    left: 0;
    transform: none;
}
#main_slider_b .swiper-pagination-bullet{
    background-color: var(--color-white);
    opacity: 1;
}
#main_slider_b .swiper-pagination-bullet-active{
    background-color: var(--color-ad-orange); 
}
.btn_to_action {
    position: absolute;
    z-index: 1;
    bottom: 17%;
    right: 40%;
    background: var(--color-white);
    border-radius: 25px;
    padding: 7px 12px;
    font-size: var(--font-size-sn);
    font-weight: bold;
}
/*counter*/
@media(min-width:768px){
    .head__slider .desk_count_rel {
        position: relative;
        height: 100%;
        display: flex;
        overflow: hidden;
        padding: 15px;
        background-size: 100%;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .head__slider .counter_insd_block {
        position: relative;
        display: flex;
        gap: 20px;
    }
    .head__slider .count_rel_h a {
        width: 115px;
        display: block;
        height: 32px;
        color: #333;
        text-align: center;
        padding: 14px;
        font-weight: bold;
        font-size: 16px;
        background-color: var(--color-white);
        border-radius: 8px;
        padding-top: 6px;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: none;
        position: relative;
        left: 0;
        top: 0;
        transition: all 0.3s ease;
        margin: 0 auto;
    }
    .head__slider .count_rel_h a:hover {
        background-color: #fff;
        color: #000;
    }
    .head__slider .counter_insd_block {
        position: relative;
    }
    .head__slider .counter_cont:before, .head__slider .counter_cont:after{
        display: none;
    }
    .head__slider .desk_count_rel .right_part {
        width: 70%;
        /*height: 70px;*/
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        border-radius: 0px;
        padding: 10px;
        position: absolute;
        bottom: 29px;
        left: 27px;
    }
    .head__slider .main_circle_text.text-center {
        width: 100%;
        font-size: 35px;
        line-height: 45px;
        font-weight: bold;
        text-align: left;
        color: #333;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .head__slider .main_circle_text.text-center span {
        font-weight: normal;
    }
    .head__slider .counter_title {
        color: #333;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        line-height: 29px;
    }
    .head__slider #countdown2 {
        display: flex;
        flex-direction: row;
        gap: 5px;
        height: 32px;
        justify-content: start;
    }
    .head__slider .countDays, .head__slider .countHours, .head__slider .countMinutes, .head__slider .countSeconds {
        display: block;
        position: relative;
    }
    .head__slider .countDiv::before, .head__slider .countDiv::after {
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #333;
        border-radius: 50%;
        left: 50%;
        margin-left: -3px;
        top: 0.8em;
        content: '';
    }
    .head__slider .countDiv::after {
        top: 1.4em;
    }
    .head__slider .countDiv {
        display: block;
        position: relative;
    }
    .head__slider .countDiv.countDiv0{
        opacity: 0;
    }
    .head__slider .counter_cont.countdownHolder > div{
        display: block;
        position: absolute;
    }
    .head__slider .counter_cont.countdownHolder .countDays::after, .head__slider .counter_cont.countdownHolder .countHours::after, .head__slider .counter_cont.countdownHolder .countMinutes::after, .head__slider .counter_cont.countdownHolder .countSeconds::after {
        position: absolute;
        font-size: 12px;
        color: #333;
        letter-spacing: initial;
        bottom: -19px;
        width: 100%;
        text-align: center;
        left: 0px;
    }
    .head__slider .counter_cont.countdownHolder .countSeconds::after {
        content: "Секунд";
    }
    .head__slider .counter_cont.countdownHolder .position {
        display: block;
        float: left;
        width: 29px;
        overflow: visible;
        color: #000;
        height: 32px;
        margin: 0;
    }
    .head__slider .counter_cont.countdownHolder .digit, .head__slider .counter_cont.countdownHolder .digit.static {
        background: #fff;
        color: #000;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
        width: 27px;
        height: 32px;
        line-height: 30px;
        border-radius: 8px;
        position: absolute;
        display: block;
        text-align: center;
        padding: 1px 7px 15px;
        font-weight: bold;
        font-size: 20px;
    }
    .head__slider .counter_cont.countdownHolder .countMinutes::after {
        content: "Минут";
    }
    .head__slider .counter_cont.countdownHolder .countHours::after {
        content: "Часов";
    }
    .head__slider .counter_cont.countdownHolder .countDays::after {
        content: "Дней";
    }
}
@media(min-width: 992px){
    #main_slider_b {
        height: 155px;
    }
    .nbSlider__bg_container {
        height: 155px;
    }
    .head__slider .desk_count_rel .right_part{
        height: 80px;
    }
    .head__slider .counter_insd_block {
        position: relative;
        display: flex;
        gap: 20px;
    }
}
@media(min-width: 1200px){
    #main_slider_b {
        height: 195px;
    }
    .nbSlider__bg_container {
        height: 189px;
    }
    .head__slider .main_circle_text.text-center {
        font-size: 39px;
        line-height: 50px;
    }
    .head__slider .counter_title {
        font-size: 16px;
        line-height: 30px;
        
    }
    .head__slider .desk_count_rel .right_part{
        height: 90px;
        left: 33px;
    }
    .head__slider .counter_cont.countdownHolder .position{
        width: 36px;
        height: 45px;
    }
    .head__slider .counter_cont.countdownHolder .digit, .head__slider .counter_cont.countdownHolder .digit.static{
        width: 34px;
        height: 45px;
        padding: 7px 8px 12px;
        font-size: 22px;
        border-radius: 13px;
    }
    .head__slider #countdown2 {
        height: 45px;
    }
    .head__slider .countDiv::before, .head__slider .countDiv::after {
        top: 1.2em;
        width: 4px;
        height: 4px;
    }
    .head__slider .countDiv::after {
        top: 1.8em;
    }
    .head__slider .countDiv {
        display: block;
        position: relative;
        width: 6px;
    }
    .head__slider .counter_cont.countdownHolder .countDays::after, .head__slider .counter_cont.countdownHolder .countHours::after, .head__slider .counter_cont.countdownHolder .countMinutes::after, .head__slider .counter_cont.countdownHolder .countSeconds::after {
        bottom: -13px;
    }
    .head__slider .nbSlider__textCont.frst.sl_bn .nbSlider__bg_container{
        background-position: 10% center;
    }
    .head__slider .counter_insd_block {
        position: relative;
        display: flex;
        gap: 20px;
    }
    .head__slider .count_rel_h a {
        width: 145px;
        height: 45px;
        font-size: 20px;
        padding-top: 14px;
        border-radius: 13px;
    }
    .btn_to_action {
        padding: 9px 13px;
        right: 48%;
    }
}
@media(min-width: 1400px){
    #main_slider_b {
        height: calc((100vw - 361px)/4.5);
        max-height: calc((1710px - 364px)/4.5);
    }
    .nbSlider__bg_container {
        height: calc((100vw - 361px)/4.5);
        max-height: calc((1710px - 364px)/4.5);
    }
    .head__slider .main_circle_text.text-center {
        font-size: 40px;
        line-height: 44px;
    }
    .head__slider .counter_title {
        font-size: 16px;
        line-height: 32px;
    }
    .head__slider .desk_count_rel .right_part{
        bottom: 20%;
        left: 4%;
    }
    .head__slider .counter_cont.countdownHolder .position {
        width: 45px;
        height: 52px;
    }
    .head__slider .counter_cont.countdownHolder .digit, .head__slider .counter_cont.countdownHolder .digit.static {
        width: 43px;
        height: 52px;
        padding: 12px 10px 15px;
        font-size: 26px;
        border-radius: 15px;
    }
    .head__slider #countdown2 {
        height: 52px;
        min-width: 408px;
    }
    .head__slider .countDiv::before, .head__slider .countDiv::after {
        top: 1.8em;
        width: 6px;
        height: 6px;
    }
    .head__slider .countDiv::after {
        top: 2.8em;
    }
    .head__slider .nbSlider__textCont.frst.sl_bn .nbSlider__bg_container{
        background-position: 34% center;
        background-size: 100% 100%;
    }
    .head__slider .counter_cont.countdownHolder .countDays::after, .head__slider .counter_cont.countdownHolder .countHours::after, .head__slider .counter_cont.countdownHolder .countMinutes::after, .head__slider .counter_cont.countdownHolder .countSeconds::after {
        font-size: 14px;
        bottom: -19px;
    }
    .head__slider .counter_insd_block {
        position: relative;
        display: flex;
        gap: 35px;
    }
    .head__slider .count_rel_h a {
        width: 170px;
        height: 52px;
        font-size: 24px;
        padding-top: 16px;
        border-radius: 20px;
    }
    .btn_to_action {
        font-size: var(--font-size-m);
        padding: 12px 15px 13px;
    }
    
}
@media(min-width: 1600px){
    .head__slider .main_circle_text.text-center {
        font-size: 48px;
        line-height: 80px;
    }
    .head__slider .counter_title {
        font-size: 20px;
        line-height: 45px;
    }
}
@media(min-width: 1650px){
    .head__slider .nbSlider__textCont.frst.sl_bn .nbSlider__bg_container{
        background-position: center center;
    }
}

@media(min-width:768px) {
    .head__slider .desk_count_rel .right_part {
        bottom: 16px;
        height: auto;
    }
    .head__slider .main_circle_text.text-center {
        font-size: 28px;
        line-height: 30px;
    }
}
@media(min-width: 1200px){
    .head__slider .desk_count_rel .right_part {
        bottom: 29px;
        height: auto;
    }
}
@media(min-width: 1400px){
    .head__slider .main_circle_text.text-center {
        font-size: 38px;
        line-height: 40px;
    }
    .head__slider .desk_count_rel .right_part {
        bottom: 20%;
        height: 178px;
    }
}
@media(min-width: 1600px){
    .head__slider .desk_count_rel .right_part {
        height: 210px;
    }
    .head__slider .main_circle_text.text-center {
        font-size: 48px;
        line-height: 54px;
    }
}
 /*.head__slider .counter_title span {
    background: var(--color-ad-green);
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: bold;
}*/
/* End */


/* Start:/bitrix/components/mattweb/callback_2/templates/.default_new/style.css?17242743143326*/
#form_wrapper_call {
	overflow-y: hidden;
	overflow-x: hidden;
	margin-bottom: 10px;
	z-index: 99999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 0;
	display: none;
	height: max-content;
	transition: all .2s ease;
	background: var(--color-white);
	width: 400px;
	transform: translate(-50%, -50%);
	border-radius: var(--border-radius-main);
	padding: 20px;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
	max-width: 90%;
}
#fhead {
	font-weight: bold;
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
	margin-bottom: 15px;
}
#fhead .h3 {
	padding-left: 0;
}
.row.normal_row.absolute_on_landscape span {
	font-size: var(--font-size-s-fixed);
	color: var(--color-dark-grey);
	text-align: center;
	width: 100%;
	display: block;
}
#form_wrapper_call .wr_close {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 25px;
	width: 25px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
#form_wrapper_call .wr_close::before, #form_wrapper_call .wr_close::after {
	content: "";
	display: block;
	background: var(--color-main-black);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 12px;
	height: 100%;
	width: 1px;
	border-radius: 3px;
}
#form_wrapper_call .wr_close::after {
	transform: rotate(-45deg);
}
#form_wrapper_call .wr_close:hover {
	transform: rotate(90deg);
}
#form_wrapper_call .frm_place.nbReg {
	width: 100%;
	height: auto;
}
.frm_place {
	position: relative;
}
form#call_ord .normal_row .col {
	width: 100%;
}
.normal_row.captch {
	display: flex;
	gap: 10px;
}
.mf-captcha {
	border-radius: var(--border-radius-main);
	overflow: hidden;
	border: 1px solid var(--color-grey);
	height: 45px;
}
.mf-captcha img {
	display: block;
	height: 47px;
	width: calc(100% + 4px);
	border: none !important;
	margin-top: -2px;
	margin-left: -2px;
}
.normal_row.captch .mf-req {
	display: none;
}
label:not(#bx_admin_form label) {
	
	
	
	
	
	
	/*display: none;*/
}
.frm_field {
	min-height: 45px;
	margin-bottom: 10px;
}
.frm_field input {
	height: 45px;
	width: 100%;
}
.frm_field textarea {
	width: 100%;
	height: 65px;
}
.frm_field.err_input input, .frm_field.err_input textarea{
	border-color: var(--color-ad-orange);
}
form#call_ord .select_depart {
	display: none;
}
#v_depart {
	height: 45px;
	width: 100%;
	font-size: var(--font-size-n);
}
form#call_ord div.bsubm {
	width: 100%;
}
#form_wrapper_call form#call_ord input[type="submit"] {
	padding: 11px 5px !important;
	margin-top: 15px;
	width: 100%;
	margin-bottom: 10px;
}
#form_wrapper_call .success_mess {
    position: absolute;
    top: 0;
    width: 100%;
    color: #000;
    font-weight: normal;
    padding: 17px 15px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    left: 0;
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 17px;
    line-height: 30px;
    flex-direction: column;
    justify-content: center;
}
#form_wrapper_call .success_mess span{
    font-weight: bold;
    color: #6daf45;
    font-size: 20px;
    margin-bottom: 5px;
}
@media(max-height: 565px) and (orientation: landscape) {
	#form_wrapper_call {
		height: 100%;
		overflow-y: scroll;
	}
}

/* End */


/* Start:/bitrix/templates/redesign2024/template_styles.css?173404769314794*/
:root{
	--font-size-xs: 12px;
	--font-size-s: 14px;
	--font-size-s-fixed: 14px;
	--font-size-sn: 15px;
	--font-size-n: 16px;
	--font-size-m: 18px;
	--font-size-xm: 20px;
	--font-size-l: 22px;
	--font-size-xl: 24px;
	--font-size-xxl: 28px;
	--font-size-b: 32px;
	--font-size-h1-xxl: 41px;
	--font-size-xb: 48px;
	--font-size-xxb: 50px;
	--font-line-height-s: 18px;
	--font-line-height-text: 20px;
	--font-line-height-n: 24px;
	--font-line-height-m: 26px;
	--font-line-height-xm: 28px;
	--font-line-height-l: 30px;
	--font-line-height-xl: 32px;
	--font-line-height-xxl: 36px;
	--font-line-height-b: 40px;
	--font-line-height-h1-xxl: 50px;
	--font-line-height-xb: 56px;
	--color-green: #6DAF45;
	--color-yellow: #FFDF82;
	--color-orange: #FF8929;
	--color-orange: #FF943E;
	--color-main-black: #333333;
	--color-white: #FFFFFF;
	--color-d-white: #F6F6F6;
	--color-white-glass: rgba(255, 255, 255, 0.90);
	--color-white-glass-tablet: rgba(255, 255, 255, 0.80);
	--color-ad-black: #000000;
	--color-ad-orange: #FF7200;
	--color-ad-yellow: #FFECA6;
	--color-ad-green: #C7E4B6;
	--color-p-yellow: #FFF5D0;
	--color-grey: #C4C4C4;
	--color-btn-orange: #FFB579;
	--color-light-grey: #EBEBEB;
	--color-medium-grey: #D7D7D7;
	--color-dark-grey: #828282;
	--color-green-gradient: linear-gradient(180deg, #6DAF45 0%, #4C7B30 100%);
	--color-yellow-hover: #FED55F;
	--color-grey-gradient: linear-gradient(180deg, #C4C4C4 0%, #F6F6F6 100%);
	--border-radius-main: 8px;
	--border-radius-main-min: 6px;
	--box-shadow-cascad: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	--box-shadow-main: 0px 8px 20px rgba(0, 0, 0, 0.10);
	--box-shadow-add: 0px 5px 5px rgba(0, 0, 0, 0.15);
	--box-shadow-fix-top: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	--box-shadow-fix-bottom: 0px -4px 10px 0px rgba(0, 0, 0, 0.10);
	--box-shadow-glass: 10px 10px 25px 2px rgba(140, 140, 140, 0.60);
	--box-shadow-card: 2px 2px 16px 2px rgba(0, 0, 0, 0.20);
	--index: calc(1vw + 1vh);	
}
/*@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}*/
html {
	height: 100%;
}
*,
::before,
::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.clearfix::after, .clearfix::before, .container::after, .container::before, #content-site > .row::after, #content-site > .row::before{
	display: block;
	content: "";
}
.clearfix::after, .cls, .container::after, .row::after {
	clear: both;
}
html {
	font-size: var(--font-size-s);
	line-height: var(--font-line-height-s);
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.hidden-xs{
	display: none;
}
.visible-xs {
	display: block;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.container {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#content-site {
  margin-top: 60px;
}
.col-xxl-1, 
.col-xxl-10, 
.col-xxl-11, 
.col-xxl-12, 
.col-xxl-2, 
.col-xxl-3, 
.col-xxl-4, 
.col-xxl-5, 
.col-xxl-6, 
.col-xxl-7, 
.col-xxl-8, 
.col-xxl-9,
.col-xl-1, 
.col-xl-10, 
.col-xl-11, 
.col-xl-12, 
.col-xl-2, 
.col-xl-3, 
.col-xl-4, 
.col-xl-5, 
.col-xl-6, 
.col-xl-7, 
.col-xl-8, 
.col-xl-9, 
.col-lg-1, 
.col-lg-10, 
.col-lg-11, 
.col-lg-12, 
.col-lg-2, 
.col-lg-3, 
.col-lg-4, 
.col-lg-5, 
.col-lg-6, 
.col-lg-7, 
.col-lg-8, 
.col-lg-9, 
.col-md-1, 
.col-md-10, 
.col-md-11, 
.col-md-12, 
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6, 
.col-md-7, 
.col-md-8, 
.col-md-9, 
.col-sm-1, 
.col-sm-10, 
.col-sm-11, 
.col-sm-12, 
.col-sm-2, 
.col-sm-3, 
.col-sm-4, 
.col-sm-5, 
.col-sm-6, 
.col-sm-7, 
.col-sm-8, 
.col-sm-9, 
.col-xs-1, 
.col-xs-10,
.col-xs-11,
.col-xs-12, 
.col-xs-2, 
.col-xs-3, 
.col-xs-4, 
.col-xs-5, 
.col-xs-6, 
.col-xs-7, 
.col-xs-8, 
.col-xs-9 {
	position: relative;
	min-height: 1px;
}
.col-1, .col-xs-1 {
	width: 8.33333333%
}

.col-2, .col-xs-2 {
	width: 16.66666667%
}

.col-3, .col-xs-3 {
	width: 25%
}

.col-4, .col-xs-4 {
	width: 33.33333333%
}

.col-5, .col-xs-5 {
	width: 41.66666667%
}

.col-6, .col-xs-6 {
	width: 50%
}

.col-7, .col-xs-7 {
	width: 58.33333333%
}

.col-8, .col-xs-8 {
	width: 66.66666667%
}

.col-9, .col-xs-9 {
	width: 75%
}

.col-10, .col-xs-10 {
	width: 83.33333333%
}

.col-11, .col-xs-11 {
	width: 91.66666667%
}

.col-12, .col-xs-12 {
	width: 100%
}
button, input, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
	line-height: inherit;
	background: #fff;
	border: 1px solid var(--color-grey);
	border-radius: 8px;
	padding: 10px;
}
option {
	font-family: "BestMebel",system-ui,-apple-system,Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: var(--font-size-s);
}
input:not(#bx_admin_form input){
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: var(--font-size-n);
	transition: all 0.2s ease;
}
textarea{
	resize: none!important;
	font-size: var(--font-size-n);
	transition: all 0.2s ease;
}
input:hover, textarea:hover {
        border: 1px solid var(--color-dark-grey);
        
    }
    
input:focus, textarea:focus {
    outline: none;
    border: 1px solid var(--color-green);
}
input:active, textarea:active {
    color: #000;
    outline: none;
    border: 1px solid var(--color-green);
}
button, html input[type="button"], input[type="submit"] {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	cursor: pointer;
	background: var(--color-yellow);
	transition: all 0.2s ease;
	font-size: var(--font-size-n);
	border: none;
}
button:hover, html input[type="button"]:hover, input[type="submit"]:hover {
	background: var(--color-yellow-hover);
	box-shadow: var(--box-shadow-add);
	color: var(--color-ad-black);
}
ul {
	margin-top: 0;
	padding: 0;
	list-style: none;
}
a {
	outline: 0;
	text-decoration: none;
	color: var(--color-main-black);
}
a:active, a:hover {
	outline: 0;
}
b {
	font-weight: bold;
}
h1 {
	font-size: var(--font-size-xl);
	line-height: var(--font-line-height-xl);
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	max-width: 100%;
}
header {
	width: 100%;
	padding: 0;
	margin: 0;
}
.separator-line {
	display: none;
}
#preloader {
  position: fixed;
  /*top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  z-index: 99999999 !important; 
  opacity: 0;
  transition: all .4s cubic-bezier(.95,.05,.8,.04);
  visibility: hidden;
}
#preloader.active{
    transition: all .4s cubic-bezier(.95,.05,.8,.04);
    opacity: 1;
    visibility: visible;
}
#camera {
  width: 300px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  background-image: url("/images/logo/logo_x3.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: -80px 0 0 -150px;
  background-size: 229px;
  z-index: 999;
}   
#preloader:after {      
    content: "";
    width: 326px;
    height: 0px;
    display: block;
    border-radius: 100%;
    /*box-shadow: 0px 0px 170px 175px #fff;*/
    box-shadow: 0px -2px 47px 70px #fff;
    position: relative;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;               
    margin: 0 auto;
    background: #fff;
    opacity: 0.9;       
    z-index: 1;
    margin-left: -168px;
}
.progressbar {      
    background: linear-gradient(90deg, #ffcc01 ,#5fca1a, #ff7200 );
    background-size: 200% 100%;
    animation: progress-animation 2s linear infinite;
    height: 2px;
    position: absolute;
    bottom: 18px;
    left: 25px;
    width: 250px;
} 
@media(max-width:767px){
    #preloader.active:after {
        content: "";
            box-shadow: 0px 34px 47px 38px rgb(255, 255, 255);
            -webkit-box-shadow: 0px 0px 170px 175px rgb(255, 255, 255);
        }
    }          
@keyframes progress-animation {
  0% {
    background-position: 200%
  }
  100% {
    background-position: 0
  } 
}
.bx_breadcrumbs {
	margin: 0;
	display: flex;
	/*column-gap: 5px;*/
	font-size: var(--font-size-s);
	line-height: var(--font-line-height-s);
	flex-wrap: nowrap;
  	overflow-x: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	align-items: center;
}
.bx_breadcrumbs .current {
	color: var(--color-dark-grey);
	display: flex;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
.bx_breadcrumbs div span {
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
.bx_breadcrumbs ul li a {
	color: var(--color-main-black);
}
.bx_breadcrumbs div span::before {
	background: url("/bitrix/templates/redesign2024/images/icons/breadcrumps_1.png") no-repeat;
	background-size: 18px 6px;
  	content: "";
  	width: 18px;
  	display: inline-block;
  	height: 6px;
  	margin-right: 6px;
  	background-position: center;
}
.bx_breadcrumbs ul li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.bx_breadcrumbs ul li::before {
	background: url("/bitrix/templates/redesign2024/images/icons/breadcrumps_1.png") no-repeat;
	background-size: 18px 6px;
  	content: "";
  	width: 18px;
  	display: block;
  	height: 6px;
  	background-position: center;
  	display: inline-block;
  	margin-right: 5px;
}
.bx_breadcrumbs ul li:nth-child(1)::before {
	display: none;
}
.overlay {
	background: #000;
	opacity: .5;
	display: none; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	z-index: 9999;
}
@media (min-width:576px) {
	.col-sm-1 {
		width: 8.33333333%
	}
	
	.col-sm-2 {
		width: 16.66666667%
	}
	
	.col-sm-3 {
		width: 25%
	}
	
	.col-sm-4 {
		width: 33.33333333%
	}
	
	.col-sm-5 {
		width: 41.66666667%
	}
	
	.col-sm-6 {
		width: 50%
	}
	
	.col-sm-7 {
		width: 58.33333333%
	}
	
	.col-sm-8 {
		width: 66.66666667%
	}
	
	.col-sm-9 {
		width: 75%
	}
	
	.col-sm-10 {
		width: 83.33333333%
	}
	
	.col-sm-11 {
		width: 91.66666667%
	}
	
	.col-sm-12 {
		width: 100%
	}
}
@media (min-width:768px) {
	input, textarea{
		font-size: var(--font-size-s);
	}
	.visible-xs{
		display: none;
	}
	.hidden-xs{
		display: block;
	}
	.container {
		width: 750px;
	}
	.col-md-1 {
		width: 8.33333333%
	}
	
	.col-md-2 {
		width: 16.66666667%
	}
	
	.col-md-3 {
		width: 25%
	}
	
	.col-md-4 {
		width: 33.33333333%
	}
	
	.col-md-5 {
		width: 41.66666667%
	}
	
	.col-md-6 {
		width: 50%
	}
	
	.col-md-7 {
		width: 58.33333333%
	}
	
	.col-md-8 {
		width: 66.66666667%
	}
	
	.col-md-9 {
		width: 75%
	}
	
	.col-md-10 {
		width: 83.33333333%
	}
	
	.col-md-11 {
		width: 91.66666667%
	}
	
	.col-md-12 {
		width: 100%
	}
	h1 {
		margin: 20px 0;
	}
	#global {
		min-height: calc(100vh - 535px);
	}
}
@media (min-width:992px) {
	.hidden-sm{
		display: block;
	}
	.hidden-md{
		display: none;
	}
	.hidden-lg {
		display: none;
	}
	.container {
		width: 970px;
	}
	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-12 {
		width: 100%
	}
	h1 {
		font-size: var(--font-size-xxl);
		line-height: var(--font-line-height-xxl);
		text-align: left;
		margin: 20px 0 5px;
	}
	.main_left_col, .main_right_col {
		float: left;
	}
	.separator-line {
		display: block;
		margin: 5px 0;
		background: var(--color-btn-orange);
		border-radius: 3px;
		width: 150px;
		height: 2px;
		margin-bottom: 30px;
	}
	#global {
		min-height: calc(100vh - 414px);
	}
}
@media (min-width:1200px) {
	.hidden-md{
		display: block;
	}
	.hidden-lg{
		display: none;
	}
	.container {
		width: 1170px;
	}
	.col-xl-1 {
		width: 8.33333333%
	}
	.col-xl-2 {
		width: 16.66666667%
	}
	.col-xl-3 {
		width: 25%
	}
	.col-xl-4 {
		width: 33.33333333%
	}
	.col-xl-5 {
		width: 41.66666667%
	}
	.col-xl-6 {
		width: 50%
	}
	.col-xl-7 {
		width: 58.33333333%
	}
	.col-xl-8 {
		width: 66.66666667%
	}
	.col-xl-9 {
		width: 75%
	}
	.col-xl-10 {
		width: 83.33333333%
	}
	.col-xl-11 {
		width: 91.66666667%
	}
	.col-xl-12 {
		width: 100%
	}
	h1 {
		font-size: var(--font-size-b);
		line-height: var(--font-line-height-b);
	}
	#global {
		min-height: calc(100vh - 424px);
	}
}
@media (min-width:1400px) {
	:root{
		--font-size-s: 15px;
	}
	.hidden-lg{
		display: block;
	}
	.container {
		width: 100%;
		max-width: 1710px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.col-xxl-1 {
		width: 8.33333333%
	}
	.col-xxl-2 {
		width: 16.66666667%
	}
	.col-xxl-3 {
		width: 25%
	}
	.col-xxl-4 {
		width: 33.33333333%
	}
	.col-xxl-5 {
		width: 41.66666667%
	}
	.col-xxl-6 {
		width: 50%
	}
	.col-xxl-7 {
		width: 58.33333333%
	}
	.col-xxl-8 {
		width: 66.66666667%
	}
	.col-xxl-9 {
		width: 75%
	}
	.col-xxl-10 {
		width: 83.33333333%
	}
	.col-xxl-11 {
		width: 91.66666667%
	}
	.col-xxl-12 {
		width: 100%
	}
	.bx_breadcrumbs div span::before {
	  	height: 7px;
	}
	.bx_breadcrumbs ul li::before {
	  	height: 7px;
	}
	h1 {
		font-size: var(--font-size-h1-xxl);
    	line-height: var(--font-line-height-h1-xxl);
		margin: 20px 0 0px;
	}
	.separator-line {
		margin-bottom: 40px;
		width: 190px;
	}
	#global {
		min-height: calc(100vh - 427px);
	}
}
@media(min-width:1562px) {
	#global {
		min-height: calc(100vh - 410px);
	}
}
.simple_modal .alert p span {
	color:var(--color-green);
	cursor:pointer;
}
.bx-im-textarea-input:hover, .bx-im-textarea-input:active, .bx-im-textarea-input:focus {
	border: none;
	border-radius: 0;
}
.bx-im-textarea-app-smile:hover {
	background-color: unset;
	box-shadow: none;
	background-position: center;
	background-repeat: no-repeat;
}

.cookie_warning_btn:after {
	content:"Понятно";
}
.cookie_warning_wrapper {
	position: fixed;
	bottom: 60px;
	left: 15px;
	background: #fff;
	border-radius: var(--border-radius-main);
	border: 1px solid #ccc;
	z-index: 99;
	height: auto;
	width: 280px;
	padding: 20px;
	text-align:center;
	box-shadow: var(--box-shadow-cascad);
}
.cookie_warning_wrapper a {
	text-decoration:underline;	
}
.cookie_warning_btn {
	border: 1px solid #ccc;
	border-radius: var(--border-radius-main);
	transition: all 0.2s ease-in-out;
	padding-top: 7px;
	font-size: 16px;
	width: 100%;
	height: 35px;
	background: var(--color-d-white);
	text-align:center;
	margin-top: 20px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
.cookie_warning_btn:hover {
	box-shadow: var(--box-shadow-add);
	background: var(--color-light-grey);
}	
@media(max-width:767px){
	.cookie_warning_wrapper {
		text-align:center;
		bottom: 107px;
		width: calc(100% - 30px);
		font-size: 12px;
		padding: 5px;
	}
	.cookie_warning {
		display: flex;
		align-items: center;
	}	
	.cookie_warning_text {
		width:80%;
	}	
	.cookie_warning_btn {
		width:20%;
		margin-top: 0px;
	}
	.cookie_warning_btn:after {
		content:"Ок";
	}		
}





/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/cascad.css?173504802020448*/
@charset "utf-8";
#nav-panel {
	display: none;
}
.fixed_menu .cont.ainer {
	width: 100%;
}
.fixed_menu {
	position: fixed;
	width: 100%;
	height: 60px;
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-top);
	display: flex;
	align-items: center;
	gap: 20px;
	top: 0;
	z-index: 9999;
	padding: 10px 0;
}
.fixed_menu.visible-xs .col-xs-12 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.fixed_mobile_menu_search, .nbMobile__phone{
	width: 30px;
	height: 30px;
}
.fixed_mobile_menu_search a {
	color: transparent;
	/*background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#search") no-repeat;
	background-position: center;*/
	background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite1.png") no-repeat;
	background-position: 0 -70px;
	background-size: 30px;
  	height: 100%;
  	display: block; 
}
.fixed_mobile_logo {
	width: 163px;
	height: 32px;
}
.fixed_mobile_menu_catalog_btn, .fixed_menu_cart {
	width: 43px;
	height: 30px;
}
.fixed_mobile_menu_catalog_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-indent: -99999px;
}
.fixed_mobile_menu_catalog_btn .menu_button {
	height: 30px;
	display: grid;
	position: relative;
	width: 100%;
	align-items: center;
	top: 0;
}
.fixed_mobile_menu_catalog_btn .menu_button::before {
	top: -1px;
	box-shadow: 0 9px var(--color-main-black);
	position: relative;
}
.fixed_mobile_menu_catalog_btn .menu_button::before, .fixed_mobile_menu_catalog_btn .menu_button::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: var(--color-main-black);
	margin: 0 auto;
	transition: .2s;
	border-radius: 4px;
}
.fixed_mobile_menu_catalog_btn .menu_button::after {
	bottom: -2px;
	position: relative;
}
.fixed_mobile_menu_catalog_btn .menu_button.change::before {
	transform: rotate(-45deg) translate(-10px,6px);
	-webkit-transform: rotate(-45deg) translate(-10px,6px);
	width: 30px;
	top: -5px;
	position: relative;
	box-shadow: none;
}
.fixed_mobile_menu_catalog_btn .menu_button.change::after {
	transform: rotate(45deg) translate(-8px,-4px);
	-webkit-transform: rotate(45deg) translate(-8px,-4px);
	width: 30px;
	top: 0;
	position: relative;
}
.fixed_mobile_logo a {
	width: 100%;
	display: block;
	height: 100%;
}
.fixed_mobile_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nbMobile__phone a {
	height: 100%;
	width: 100%;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjkyNDkgMjYuMTU4MkMyNi41NTQ0IDI1LjI4NTEgMjYuNTU4NyAyNC4xMDIxIDI1LjkzNTYgMjMuMjI0M0wyNC4xMjkgMjAuNjc5MkMyMy4wOCAxOS4yMDE1IDIxLjA3IDE4LjgxMzggMTkuNTU2NyAxOS43OTc1QzE4Ljc2OTIgMjAuMzA5MyAxNy43NDgyIDIwLjM0MDQgMTYuOTkyOSAxOS43ODIxQzE0LjIxMjggMTcuNzI3IDEyLjIzNTYgMTQuODUwNiAxMS4xMjExIDExLjIzNjhDMTAuOTE4NCAxMC41Nzk1IDExLjE5OTUgOS44NzcyNCAxMS43NzYyIDkuNTAyMzVDMTMuNDIwNCA4LjQzMzY4IDEzLjg0MzYgNi4xOTAyNiAxMi43MDM4IDQuNTg0NzNMMTEuMDY1NCAyLjI3NjcxQzEwLjQ3MTIgMS40Mzk3NCA5LjQ0MTkzIDEuMDM5OTMgOC40NDY0NSAxLjI1OTRDNS43NzE4NSAxLjg0OTA0IDMuNDczMDQgMy45OTc3OCAzLjYwNTQ2IDYuNzYyNDZDMy43NDg1NyA5Ljc1MDQ1IDQuOTQ0MDMgMTMuMzMyNSA4LjgzNTcyIDE4LjgxNDdDMTMuMDE1OSAyNC43MDMyIDE2LjI5NyAyNy4xOTY1IDE5LjQxOCAyOC40NTkyQzIxLjc5NTcgMjkuNDIxMSAyNC40MTYyIDI4LjI1MDYgMjUuOTI0OSAyNi4xNTgyWiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8L3N2Zz4K");
}
.fixed_menu_cart .body__basket {
	height: 100%;
	width: 100%;
}
.fixed_menu_cart .body__basket .basc__cont {
	height: 100%;
	width: 100%;
}
.fixed_menu_cart .body__basket .basc__cont .basc {
	height: 100%;
	width: 100%;
}
.body__search {
	display: none;
	width: 100%;
	padding: 0;
	float: left;
	margin: 0;
	background-color: var(--color-white);
	box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
}
.body__search.visible-xs {
	position: absolute;
	top: 45px;
	height: 60px;
	display: block;
}
.search {
	width: 100%;
	height: 100%;
}
#title-search_ {
	height: 100%;
	width: 100%;
}
.search form {
	height: 100%;
	width: 100%;
}
.input-group {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 10px;
}
.search form input {
	height: 100%;
	width: 100%;
	border-radius: var(--border-radius-main);
	background: #fff;
	border: 1px solid var(--color-grey);
	padding: 5px;
}
.search form .input-group-btn {
	position: absolute;
	right: 10px;
	top: 15px;
	height: 30px;
	width: 30px;
	border-radius: var(--border-radius-main);
}
.search form .input-group-btn button {
	height: 100%;
	width: 100%;
	border: none;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtYXNrIGlkPSJtYXNrMF8xMTg1XzMwMDU2IiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5Ij4NCjxwYXRoIGQ9Ik0xOSAwSDBWMTlIMTlWMFoiIGZpbGw9IndoaXRlIi8+DQo8L21hc2s+DQo8ZyBtYXNrPSJ1cmwoI21hc2swXzExODVfMzAwNTYpIj4NCjxwYXRoIGQ9Ik0xIDcuOTk5OTlDMSA0LjEzNCA0LjEzNCAxIDguMDAwMDEgMUMxMS44NjYgMSAxNSA0LjEzNCAxNSA3Ljk5OTk5QzE1IDExLjg2NiAxMS44NjYgMTUgOC4wMDAwMSAxNUM0LjEzNCAxNSAxIDExLjg2NiAxIDcuOTk5OTlaIiBzdHJva2U9IiNDNEM0QzQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xMyAxM0wxOCAxOCIgc3Ryb2tlPSIjQzRDNEM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+DQo8L2c+DQo8L3N2Zz4=");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.body__city, .phone, .authPanel, .contacts.hidden-sm, .fixed_menu_favorite, .fixed_menu_compare{
	display: none;
}
.basc__text {
	display: none;
}
.basc_summ {
	display: none;
}
.modile_catlog_fixed_top{
	position: fixed;
	background: #fff;
	right: 0;
	top: 60px;
	opacity: 1;
	visibility: visible;
	transition: transform .3s ease-in-out;
	width: 100%;
	height: auto;
	left: -100vw;
	box-shadow: 3px 6px 3px rgba(0,0,0,0.2);
	height: calc(100% - 60px);
	max-width: 332px;
}
.modile_catlog_fixed_top.opacity {
	transition: transform .3s ease-in-out;
	transform: translateX(100vw);
}
.nbMobile__phone{
	text-indent: -999999px;
	align-items: center;
	display: grid;
	text-align: center;
	white-space: nowrap;
}
.select_city{
	display: none;
	top: 65px;
	position: fixed;
	box-shadow: 0px 7px 16px 3px rgba(0, 0, 0, 0.20);
	background: #fff;
	width: calc(100% - 30px);
	padding: 10px;
	max-width: 500px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px;
	z-index: 999;
}
.body__city_mobile_overlay{
	display: none;
}
.basc_left {
	height: 100%;
	width: 100%;
	position: relative;
	/*background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#basket") no-repeat;
	background-position: left;*/
	background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite1.png") no-repeat;
	background-position: 0 -105px;
	background-size: 30px;
}
.basc .badge {
	position: absolute;
	background: #6daf45;
	min-width: 29px;
	height: 29px;
	top: -11px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: var(--font-size-s);
	right: 0px;
	font-weight: bold;
	border: 2px solid #fff;
	width: max-content;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.basc_left svg {
	display: block;
	position: relative;
	top: -1px;
}
.fixed_mobile_menu_overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	pointer-events: none;
	z-index: 9998;
	top: 0;
}
.fixed_mobile_menu_overlay.active {
	pointer-events: auto;
	opacity: .5;
	transition: opacity ease .3s;
}
.tovarnedeli{
	display: none;
}
#filter, #menu {
	display: none;
}
.sections {
	padding: 10px 0;
}
/*основное меню*/
#menu {
	margin-top: 10px;
	padding: 10px 10px 0px;
	border-radius: var(--border-radius-main);
	background: var(--color-d-white);
	position: relative;
}
#menu > li {
	display: block;
	padding: 10px 10px;
	transition: all 0.3s ease;
	background: #fff0;
}
#menu > li.is_parent_item.active, #menu > li.is_parent_item._active {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	margin-top: 5px;
	transition: all 0.3s ease;
}
#menu > li a {
	display: flex;
	width: 100%;
	align-items: center;
	height: 35px;
	position: relative;
	transition: all 0.3s ease;
	border-bottom: 0.5px solid #fff0;
}
#menu > li a.is_parent_item_link.active, #menu > li a.is_parent_item_link._active {
	border-color: var(--color-btn-orange);
	padding-bottom: 5px;
	font-weight: bold;
}
#menu > li a._active {
	color: var(--color-orange);
}
#menu > li a i {
	margin-right: 10px;
	height: 30px;
  	width: 30px;
  	background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
}
.menu_elem_toggle i {
	display: none;
}
#menu > li a.is_parent_item_link .menu_arrow {
	position: absolute;
	right: 15px;
	top: 0;
	transition: all ease 0.3s;
}
#menu > li a.active.is_parent_item_link .menu_arrow {
	top: -2px;
	transition: all ease 0.3s;
}
#menu > li a.is_parent_item_link .menu_arrow::before {
	content: '';
	width: 9px;
	height: 1px;
	background: var(--color-main-black);
	display: block;
	transform: rotate(45deg);
	position: relative;
	top: 16px;
	left: 9px;
	border-radius: 4px;
	transition: all ease 0.2s;
}
#menu > li a.is_parent_item_link .menu_arrow::after {
	content: '';
	width: 9px;
	height: 1px;
	background: var(--color-main-black);
	display: block;
	transform: rotate(-45deg);
	position: relative;
	top: 15px;
	left: 15px;
	border-radius: 4px;
	transition: all ease 0.2s;
}
.menu_elem_toggle {
	margin-top: 10px;
}
.menu_elem_toggle li {
	padding: 5px 0;
}
#menu > li .menu_elem_toggle li a {
	padding-left: 30px;
}
.nbCatalog__mobileMenuOpen {
	width: 100%;
	height: 40px;
	border-radius: var(--border-radius-main);
	font-size: var(--font-size-n);
	text-align: center;
	padding: 9px;
	background: var(--color-yellow);
	display: flex;
	align-items: center;
	justify-content: center;
}
.nbCatalog__mobileMenuOpen::before {
	content: '';
	background: url(/bitrix/templates/redesign2024/stylesheets/../images/icons/menu.svg) no-repeat;
    background-size: 100%;
	position: relative;
  	display: inline-block;
  	width: 21px;
  	height: 21px;
  	margin-right: 10px;
  	top: -1px;
}
#form_wrapper_call{
	display: none;
}
/*utp*/
.action_top_block_new_style{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    margin: 10px 0px 10px;
}
.action_top_block_item{
    position: relative;
	background-color: var(--color-white);
	border-radius: var(--border-radius-main);
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
	box-shadow: var(--box-shadow-fix-top);
	margin: 0 !important;
	padding: 9px 0 5px;
	display: grid;
	grid-template-rows: 39px auto;
	height: 100%;
	width: 100%;
	text-align: center;
}
.action_top_block_item .action_item_pic{
    position: relative;
}
.action_top_block_item .action_item_pic img{
    height: 39px;
    width: 39px;
}
.action_item_text{
    position: relative;
  	left: -10.5%;
  	transform: scale(0.7);
  	width: 122%;
}
/*banner mobile*/
.mob_count_rel {
	display: flex;
   	position: relative;
    height: 180px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    flex-wrap: wrap;
}
.mob_count_rel .right_part {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: var(--color-ad-yellow);
    border-radius: var(--border-radius-main);
    padding: 10px 10px 5px;
}
.main_circle_text.text-center {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #333;
    position: relative;
}
.counter_title {
    color: #333;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}
.count_rel_h a {
    width: 140px;
    display: block;
    height: 35px;
    margin: 5px auto 0;
    color: #333;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    background-color: var(--color-yellow);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
#countdown {
    display: flex;
    flex-direction: row;
    gap: 5px;
    height: 45px;
    justify-content: center;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    display: block;
    position: relative;
}
.countDiv {
    display: block;
    position: relative;
}
.countDiv.countDiv0 {
    opacity: 0;
}
.counter_cont.countdownHolder > div{
    display: block;
    position: absolute;
}
.counter_cont.countdownHolder .countDays::after, .counter_cont.countdownHolder .countHours::after, .counter_cont.countdownHolder .countMinutes::after, .counter_cont.countdownHolder .countSeconds::after {
    position: absolute;
    font-size: 14px;
    color: #333;
    letter-spacing: initial;
    bottom: -8px;
    width: 100%;
    text-align: center;
    left: 0px;
}
.counter_cont.countdownHolder .countSeconds::after {
    content: "Секунд";
}
.counter_cont.countdownHolder .position {
    display: block;
    float: left;
    width: 30px;
    overflow: visible;
    color: #000;
    height: 35px;
    margin: 0;
}
.counter_cont.countdownHolder .digit, .counter_cont.countdownHolder .digit.static {
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    width: 28px;
    height: 35px;
    line-height: 30px;
    border-radius: 8px;
    position: absolute;
    display: block;
    text-align: center;
    padding: 1px;
    font-weight: bold;
    font-size: 20px;
}
.countDiv::before, .countDiv::after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.9em;
    content: '';
}
.countDiv::after {
    top: 1.6em;
}
.counter_cont.countdownHolder .countMinutes::after {
    content: "Минут";
}
.counter_cont.countdownHolder .countHours::after {
    content: "Часов";
}
.counter_cont.countdownHolder .countDays::after {
    content: "Дней";
}
@media(max-width:360px){
    .main_circle_text.text-center{
        font-size: 22px;
    }
}
@media(orientation: landscape){
    .mob_count_rel{
        margin-left: -10px;
        margin-right: -10px;
    }
    .mob_count_rel .right_part{
        border-radius: 8px;
    }
}
@media(min-width: 768px) and (orientation: landscape){
    .is_mobile .mob_count_rel{
        margin-left: 0px;
        margin-right: 0px;
    }
}

body.is_open_info {
	overflow: hidden !important;
	width: 100vw;
	position: fixed;
	padding-bottom: env(safe-area-inset-bottom);
}
/*нижнее меню*/
.bottom_menu_ocant {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	min-height: 50px;
	padding-bottom: 0;
	z-index: 9991;
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-bottom);
}
.bottom_fix_menu{
    height: 100%;
    position: relative;
    width: 100vw;
    bottom: 0;
    background: var(--color-white);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.bottom_fix_menu > div{
    display: flex;
	margin: 5px 0;
	color: var(--color-main-black);
	font-size: var(--font-size-s);
	position: relative;
	cursor: pointer;
	outline: none;
	flex-direction: column;
	align-items: center;
}
.bottom_fix_menu .profile_btn .auth_mobile_btn {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #333;
	align-items: center;
}
.bottom_fix_menu .profile_btn .icon_favorites_and_compares {
	position: absolute;
	top: -5px;
	right: calc(50% - 35px);
	min-width: 25px;
	height: 25px;
	border-radius: 50%;
	color: var(--color-main-black);
	font-size: var(--font-size-s);
	width: max-content;
	padding: 2px 3px 2px;
	display: flex;
	justify-content: center;
  	align-items: center;
	font-style: normal;
	background: var(--color-yellow);
}
.bottom_fix_menu .basket_buy_btn{
	display: none;
}
.bottom_fix_menu .setting_btn{
	display: none;
}
.overlay_bottom{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 202;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-out 0.3s;
}
.overlay_bottom.shown{
    opacity: 1;
    transition: opacity ease-out 0.3s;
    pointer-events: all;
}
.info_list{
   position: fixed;
	top: 60px;
	width: 90vw;
	background: var(--color-white);
	height: calc(100% - (115px));
	z-index: 203;
	left: -100vw;
	transition: transform 0.3s ease-in-out;
	max-width: 332px;
	display: flex;
	flex-direction: column;
}
.info_list.shown{
    transform: translateX(100vw);
    transition: transform 0.3s ease-in-out;
    box-shadow: 3px 6px 3px rgba(0, 0, 0, 0.2);
}
.catalog_body .bottom_fix_menu{
    grid-template-columns: 1fr 1fr 1fr 1fr;
} 
.exep .bottom_fix_menu{
    grid-template-columns: 1fr 1fr 1fr;
}    
.bask .bottom_fix_menu{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


/*bottom menu horizontal*/
@media(max-width:991px) and (max-height: 500px) and (orientation:landscape){
	.bottom_menu_ocant{
		background: none;
		position: static;
		box-shadow: none;
		z-index: unset;
		height: 0;
		width: 0;
		min-height: 0;
	}
	.bottom_fix_menu{
	    position: fixed;
	    right: 0;
	    bottom: 5px;
	    width: 63px;
	    z-index: 9991;
	    height: calc(100% - 60px);
	    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	    display: flex;
		flex-direction: column;
		justify-content: space-around;
	    border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.bottom_fix_menu>div{
	    align-items: self-end;
	    justify-items: center;
	    display: grid;
	    text-align: center;
	    margin: 0;
	    color: var(--color-main-black);
	    font-size: var(--font-size-xs);
	    position: relative;
	    cursor: pointer;
	    outline: none;
	    width: 61px;
	    max-height: 60px;
	}
	.bottom_fix_menu .chat_btn:focus-visible{
	    outline: none;
	}
	.bottom_fix_menu .profile_btn .icon_favorites_and_compares{
		right: calc(50% - 30px);
	}
    .bottom_fix_menu.shown{
    	right: -75px;
    }
	.hide_show_menu {
		position: fixed;
		width: 40px;
		height: calc(100% - 55px);
		bottom: 0;
		right: 65px;
		z-index: 9998;
		cursor: pointer;
	}
	.hide_show_menu.shown{
    	right: 2px;
    }
    .hide_show_menu::before, .hide_show_menu::after {
		content: "";
		display: block;
		height: 30px;
		width: 4px;
		border-radius: 4px;
		background: var(--color-white);
		box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
	}
    .hide_show_menu::before {
		right: 12px;
		position: absolute;
		bottom: 50%;
		transform: translateY(50%);
		transition: all ease 0.3s;
	}
	.hide_show_menu.shown::before{
		transition: all ease 0.3s;
		height: 50px;
	}
    .hide_show_menu::after {
		position: absolute;
		bottom: 50%;
		right: 0px;
		transform: translateY(50%);
		transition: all ease 0.3s;
		height: 50px;
	}
	.hide_show_menu.shown::after{
		transition: all ease 0.3s;
		height: 30px;
	}
	.hide_show_menu {
        animation: hide_swipe 1s ease 1s 1;
    }
    .bottom_fix_menu {
        animation: hide_swipe_2 1s ease 1s 1;
    }        
    @keyframes hide_swipe {
        0%{
        	transform:translateX(0px)
        } 
        50%{
        	transform:translateX(30px)
        }   
        100%{
        	transform:translateX(0px)
        }
    }
    @keyframes hide_swipe_2 {
        0%{
        	transform:translateX(0px)
        } 
        50%{
        	transform:translateX(30px)
        }   
        100%{
        	transform:translateX(0px)
        }
    }  
}
@media(max-height: 319px) and (orientation: landscape){
	.bottom_fix_menu{
		grid-row-gap: 12px;
	}
}
@media(max-width: 350px) {
	.nbCatalog__mobileMenuOpen::before, .nbCatalog__leaderOpen::before{
		margin-right: 5px;
	}
	.nbCatalog__leaderOpen, .nbCatalog__mobileMenuOpen {
		padding: 0px;
	}
}


















/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/cascad_sm.css?1724274381687*/
@media(min-width:576px){
	.fixed_mobile_menu_search {
		display: none;
	}
	.fixed_mobile_menu_catalog_btn{
		order: 1;
	}
	.fixed_mobile_logo {
		order: 2;
	}
	.nbMobile__phone {
		order: 4;
	}
	.fixed_menu_cart {
		order: 5;
	}
	.body__search {
		display: block;
		width: 240px;
		height: 32px;
		order: 3;
		background: none;
		box-shadow: none;
	}
	.input-group {
		padding: 0;
	}
	.search form .input-group-btn {
		right: 1px;
		top: 1px;
	}
	.action_item_text {
		position: relative;
		left: 0;
		transform: none;
		width: 100%;
	}
	.body__search.visible-xs {
		position: relative;
  		height: unset;
  		top: unset;
  		height: 32px;
	}
}
/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/cascad_md.css?17242743811138*/
@media(min-width:768px){
	#content-site {
		margin-top: 70px;
	}
	.fixed_menu {
		padding: 10px 10px;
	}
	.body__search{
		width: 250px;
	}
	.is_mobile .body__search, .is_tablet .body__search{
		width: 350px;
	}
	#sale_block {
		display: none;
	}
	.body__city {
		display: block;
  		order: 3;
	}
	.nbCitySelect__current {
		cursor: pointer;
	}
	.nbCitySelect_city_name {
		font-weight: bold;
		margin-right: 10px;
	}
	.is_mobile .body__city, .is_tablet .body__city {
		display: none;
	}
	.main_left_col{
		display: none;
	}
	.head__slider.hidden-xs {
		margin-bottom: 10px;
	}
	.action_top_block_new_style {
		margin: 0px 0px 10px;
	}
	.action_item_text {
		display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.action_top_block_item {
		grid-template-rows: unset;
		grid-template-columns: 70px auto;
		padding: 9px 0 6px;
	}
	.action_top_block_item .action_item_pic img {
		height: 50px;
		width: 50px;
	}
	.mob_count_rel{
	    display: none;
	}
}
@media(min-width:768px) and (max-width:991px){
	.col-md-9.col-sm-12.main_right_col{
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/cascad_lg.css?174176662010047*/
@media(min-width: 992px){
	header.main_head {
		position: fixed;
		top: 0;
		z-index: 9998;
	}
	.btn-order.call_back {
		height: 40px;
	  	width: 150px;
	  	display: flex;
	  	justify-content: center;
  		align-items: center;
	}
	.catalog_sub_menu {
		display: flex;
		flex-direction: column;
		gap: 5px;
		top: 20px;
		position: absolute;
		left: -250px;
		opacity: 0;
		pointer-events: none;
		transition: all 0.2s ease;
		background: var(--color-white);
		border-radius: var(--border-radius-main);
		padding: 10px 20px;
		width: 250px;
		box-shadow: var(--box-shadow-glass);
		padding-right: 0;
	}
	#content-site {
		margin-top: 120px;
	}
	.fixed_mobile_logo img {
		object-position: left;
	}
    .bottom_menu_ocant, .info_list, .overlay_bottom, .fixed_mobile_menu_overlay{
        display: none!important;
    }
    .fixed_menu{
    	height: 70px;
	    padding: 10px 15px;
	    box-shadow: none;
	    position: relative;
	    top: 0;
    }
    .main_left_col{
		display: flex;
		padding-right: 10px;
	}
	.nbCatalog__mobileMenuOpen{
		display: none;
	}
    #nav-panel {
		display: block;
		position: relative;
		top: 0;
		margin-top: 0;
		height: 40px;
		width: 100%;
		z-index: 9998;
		background: var(--color-d-white);
		box-shadow: var(--box-shadow-fix-top);
	}
	.top-menu {
		display: flex;
		flex-direction: row;
		column-gap: 20px;
		height: 40px;
		align-items: center;
		padding: 10px 15px;
	}
	.top-menu > li:hover > a {
		color: var(--color-orange);
	}
	.icon_home_cont {
		display: flex;
		width: 20px;
    	height: 19px;
    	background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/home.svg") no-repeat;
    	padding: 0;
    	background-size: 19px;
	}
	#nav-panel a {
		font-size: var(--font-size-s);
		line-height: var(--font-line-height-text);
	}
	#nav-panel a[href="/stock/"] {
		font-weight: bold;
	}
	#nav-panel a[href="/stock/"]::before {
		content: "%";
		margin-right: 3px;
		color: var(--color-orange);
	}
	#call-knopka-b{
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 8px 0 0 8px;
	}
    .fixed_mobile_menu_catalog_btn {
		display: none;
	}
	.fixed_mobile_logo {
		order: 1;
	}
	.body__search {
		width: 258px;
		order: 2;
	}
	.body__city {
		display: block;
		order: 3;
	}
	.phone {
		display: flex;
		order: 4;
		flex-direction: column;
		align-items: end;
	}
	.fixed_menu_favorite{
		display: block;
		order: 5;
		position: relative;
		width: 35px;
		height: 30px;
	}
	.fixed_menu_favorite a {
		height: 100%;
		display: block;
		background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#favorites") no-repeat;
		background-position: center;
		background-size: 26px;
	}
	.fixed_menu_favorite a:hover {
		background-image: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#favorites_hover");
	}
	.fixed_menu_compare{
		display: block;
		order: 6;
		position: relative;
		width: 35px;
		height: 30px;
	}
	.fixed_menu_compare a {
		height: 100%;
		display: block;
		background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#compare") no-repeat;
		background-position: center;
		background-size: 26px;
	}
	.fixed_menu_compare a:hover {
		background-image: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#compare_hover");
	}
	.fixed_menu_compare i, .fixed_menu_favorite i{
		position: absolute;
		background: #6daf45;
		min-width: 26px;
		height: 26px;
		top: -11px;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		font-size: var(--font-size-s);
		right: -7px;
		font-weight: normal;
		border: 2px solid #fff;
		width: max-content;
		padding: 2px 3px 2px;
		transform: scale(0.9);
		font-style: normal;
	} 
	.fixed_menu_compare.hide i, .fixed_menu_favorite.hide i {
		height: 15px;
		min-width: 15px;
		top: -7px;
		right: -5px;
	}
	.authPanel {
		display: block;
		order: 7;
		position: relative;
	}
	.auth_btn_toggle {
		width: 30px;
		background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#auth") no-repeat;
		background-position: center;
		background-size: 26px;
		height: 30px;
	}
	.auth_btn_toggle:hover {
		background-image: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#auth_hover");
	}
	.auth_btn_toggle_is_on a, .auth_btn_toggle.is_on {
		background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#auth_hover") no-repeat;
		background-position: center;
		background-size: 26px;
	}
	.nbMobile__phone {
		display: none;
	}
	.fixed_menu_cart {
		order: 8;
	}
	/*.nbCitySelect__auto{
		display: none!important;
	}*/
	.fixed_menu svg{
		height: 26px;
		width: 26px;
	}
	.fixed_menu svg path{
		stroke-width: 1.5;
	}
	.fixed_menu .fixed_menu_favorite:hover svg path, .fixed_menu .fixed_menu_compare:hover svg rect , .fixed_menu_cart .body__basket:hover .basc_left svg path, .authPanel:hover svg path {
		stroke: var(--color-green);
	}
	.fixed_menu_cart .body__basket {
		cursor: pointer;
	}
	.basc_left {
		/*background-position: center;
		background-size: 26px;*/
		background-position: 0 -89px;
		background-size: 26px;
	}
	.fixed_menu_cart .body__basket:hover .basc_left {
		/*background-image: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#basket_hover");*/
		background-position: 0 -240.8px;
	}
	.basc .badge{
		min-width: 26px;
		height: 26px;
		padding: 2px 3px 2px;
		font-weight: normal;
	}
	.nbCitySelect_city_name {
		font-size: var(--font-size-n);
	    cursor: pointer;
	    transition: all 0.2s ease;
	    border-bottom: 1px dashed var(--color-dark-grey);
	    font-weight: bold;
    	letter-spacing: 0.2px;
	}
	.nbCitySelect_city_name:hover {
		color: var(--color-ad-black);
		border-color: transparent;
	}
	.body__city span {
		color: var(--color-dark-grey);
		font-size: var(--font-size-s-fixed);
	}
	.phone a{
		color: var(--color-dark-grey);
		font-size: var(--font-size-s-fixed);
	}
	.phone a:first-child {
		color: var(--color-main-black);
		font-size: var(--font-size-m);
		font-weight: bold;
	}
	.nbCitySelect {
		position: relative;
	}
	.fixed_menu .nbCitySelect_city_name svg {
		height: 9px;
		width: 10px;
		margin-left: 5px;
		transition: all 0.2s ease;
	}
	.fixed_menu .nbCitySelect_city_name:hover svg {
		transform: rotate(-90deg);
	}
	.fixed_menu .nbCitySelect_city_name:hover svg path {
		fill: var(--color-ad-black);
	}
	.main_left_col aside {
		width: 100%;
	}
	.sections {
		border-radius: var(--border-radius-main);
	    background: var(--color-white);
	    box-shadow: var(--box-shadow-fix-top);
    	border: 0.5px solid var(--color-light-grey);
	    padding: 5px;
	}
	.head-catalog-menu {
		font-weight: bold;
		font-size: var(--font-size-xm);
		line-height: var(--font-line-height-xm);
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	#menu {
		display: flex;
		flex-direction: column;
		background: var(--color-white);
		margin-top: 0;
		padding: 0px;
	}
	#menu [data-section='99'] {
		order:-1
	}
	#menu > li {
		padding: 5px 10px;
		border-bottom: 0.5px solid #f6f6f6;
	}
	#menu > li.is_parent_item.active, #menu > li.is_parent_item._active {
		background: var(--color-d-white);
	}
	#menu > li a i svg path {
		stroke-width: 1.5;
	}
	#menu > li a:hover {
		color: var(--color-orange);
		transition: all 0.2s ease;
	}
	.menu_elem_toggle {
		display: none;
	}
	#menu > li a.is_parent_item_link .menu_arrow::after {
		height: 1px;
		position: absolute;
		top: 16px;
		left: 4px;
		width: 7px;
		border-radius: 2px;
	}
	#menu > li a.is_parent_item_link .menu_arrow::before {
		height: 1px;
		position: absolute;
		top: 16px;
		left: 0;
		width: 7px;
		border-radius: 2px;
	}
	#saleLeader {
		display: block;
    	background: var(--color-white);
    	margin-top: 20px;
    	border-radius: var(--border-radius-main);
    	padding: 10px;
    	border: 1px solid var(--color-light-grey);
    	box-shadow: var(--box-shadow-card);
    	border-color: var(--color-btn-orange);
	}
	
	/*menu hover bar*/
	.root_catalog.root.visible_ipad {
		position: relative;
	}
	.root_catalog.root.visible_ipad:hover .catalog_sub_menu, .root_catalog.root.visible_ipad._hover .catalog_sub_menu {
		left: -45px;
		opacity: 1;
		pointer-events: all;
	}
	.root_item {
		position: relative;
	}
	.sub_menu2 {
		display: none;
		position: absolute;
		left: calc(100% - 10px);
		background: var(--color-white);
		padding: 10px 15px;
		border-radius: 0 var(--border-radius-main) var(--border-radius-main) 0;
		top: -10px;
		width: 220px;
		flex-direction: column;
		gap: 5px;
		box-shadow: var(--box-shadow-glass);
		z-index: -1;
		padding-left: 35px;
	}
	.root_item:hover .sub_menu2 {
		display: flex;
	}
	.js_btn {
		cursor: pointer;
	}
	.catalog_sub_menu li {
		height: 30px;
		position: relative;
		cursor: pointer;
		display: flex;
  		align-items: center;
	}
	.catalog_sub_menu li:hover {
		color: var(--color-orange);
	}
	.root_item:hover .js_btn {
		color: var(--color-orange);
	}
	.root_item:hover .sub_menu2 .js_btn {
		color: var(--color-main-black);
	}
	.root_item:hover .sub_menu2 .js_btn:hover {
		color: var(--color-orange);
	}
	.catalog_sub_menu .menu_arrow {
		position: absolute;
		right: 30px;
		top: 10px;
		transition: all ease 0.3s;
		transform: rotate(0);
		height: 10px;
		width: 10px;
	}
	.catalog_sub_menu .menu_arrow::before {
		content: "";
		display: block;
		height: 1px;
		width: 1px;
		height: 1px;
		position: absolute;
		top: 4px;
		left: -2.5px;
		width: 7px;
		border-radius: 2px;
		background: var(--color-main-black);
		display: block;
		transform: rotate(45deg);
	}
	.catalog_sub_menu .menu_arrow::after {
		content: "";
		display: block;
		height: 1px;
		width: 1px;
		height: 1px;
		position: absolute;
		top: 4px;
		left: 2px;
		width: 7px;
		border-radius: 2px;
		background: var(--color-main-black);
		display: block;
		transform: rotate(-45deg);
	}
	.catalog_sub_menu .root_item:hover .menu_arrow {
		transform: rotate(-90deg);
		top: 9px;
	}	
	
	
	
	
	
	
	
	
	
	
}

/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/cascad_xl.css?17242743811326*/
@media(min-width: 1200px){
	.body__search {
		width: 225px;
		height: 40px;
	}
	#title-search_ {
		height: 40px;
	}
	.search form .input-group-btn{
		height: 38px;
	}
	.fixed_menu svg {
		height: 26px;
		width: 26px;
	}
	.auth_btn_toggle_is_on{
		height:30px;
	}
	.contacts.hidden-sm{
		display: block;
		order: 5;
	}
	#call-knopka-b{
		display: none;
	}
	.fixed_menu_cart{
		width: max-content;
	}
	.fixed_menu_cart .body__basket .basc__cont .basc{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 15px;
		justify-content: end;
		position: relative;
	}
	.basc_left{
		width: 26px;
	}
	.basc_right {
		width: auto;
		text-align: right;
	}
	.basc_summ {
		display: block;
		font-weight: bold;
		font-size: var(--font-size-n);
	}
	#sale_block {
		display: block;
		position: absolute;
		bottom: -15px;
		width: max-content;
		font-size: 14px;
		padding-top: 10px;
	}
	#menu {
		padding: 1px 5px 0px;
	}
	.head-catalog-menu {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	#menu > li {
		padding: 10px 10px;
	}
	#menu > li a i {
		height: 35px;
  		width: 35px;
  		background-size: 30px;
	}
	#sale_block b {
		color: var(--color-orange);
	}
	.basc .badge{
		right: -14px;
	}
	.main_left_col{
		padding-right: 20px;	
	}
}

/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/cascad_xxl.css?17242743811821*/
@media(min-width: 1400px){
	.cont.ainer {
		max-width: 1710px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.main_left_col {
		max-width: 290px;
	}
	.main_right_col {
		width: calc(100% - 290px);
	}
	.fixed_menu {
		height: 90px;
	}
	/*#nav-panel{
		top: 90px;
	}*/
	.main_head.navbar-shrink {
		height: 90px;
	}
	.main_head.navbar-shrink.navbar-shrink_lite {
		height: auto;
	}
	#nav-panel {
		transition: transform 0.3s ease;
		transform: translateY(0px);
		will-change: transform;
	}
	.navbar-shrink #nav-panel {
		transform: translateY(-45px);
	}
	.navbar-shrink.navbar-shrink_lite #nav-panel {
		transform: translateY(0px);
	}
	#content-site {
		margin-top: 150px;
	}
	.fixed_menu.visible-xs .col-xs-12{
		column-gap: 20px;
	}
	.fixed_mobile_logo {
		width: 215px;
		height: 43px;
	}
	.body__search {
		width: auto;
		flex-grow: 1;
		max-width: 400px;
	}
	#sale_block{
		bottom: -25px;
	}
	.fixed_menu svg {
		height: 28px;
		width: 28px;
	}
	.fixed_menu_favorite a {
		background-size: 28px;
	}
	.fixed_menu_compare a {
		background-size: 28px;
	}
	.basc_left {
		background-size: 28px;
    	background-position: 0 -97px;
    	width: 28px;
	}
	.fixed_menu_cart .body__basket:hover .basc_left {
		background-position: 0px -260.5px;
	}
	.auth_btn_toggle {
		background-size: 28px;
	}
	.auth_btn_toggle_is_on a, .auth_btn_toggle.is_on {
		background-size: 28px;
	}
	.head__slider.hidden-xs {
		margin-bottom: 20px;
	}
	.action_top_block_new_style {
		column-gap: 20px;
  		margin: 0px 0px 10px;
	}
	.action_top_block_item {
		grid-template-rows: unset;
  		grid-template-columns: 70px auto;
  		padding: 9px 0 6px;
	}
	.action_top_block_item .action_item_pic img {
		height: 50px;
		width: 50px;
	}
}

/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/menu.css?174176681120340*/
@charset "utf-8";
.modile_catlog_fixed_inner {
	height: calc(100% - 100px);
	overflow-y: scroll;
	overflow-x: hidden;
	overscroll-behavior: none;
	padding: 5px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	padding-top: 45px;
	display: flex;
}
.menu_elem_toggle{
	display: none;
}
#menu_mobile{
	position: relative;
} 
#menu_mobile [data-section='99'] {
	order:-1
}
.bottom_info__menu_inner #menu_mobile{
	margin-top: 45px;
	width: 100%;
	height: auto;
	display: flex;
	padding: 10px 10px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	border-radius: var(--border-radius-main);
	background: var(--color-d-white);
	position: relative;
} 
#menu_mobile li::before {
    display: none;
}
.modile_catlog_fixed_top #menu_mobile ul{
    float: none;
}
#menu_mobile ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#menu_mobile > li > a{
    padding: 0;
    min-height: 35px;
    display: grid !important;
    border-bottom: 0.5px solid #fff0;
    grid-template-columns: 30px auto 30px;
    color: var(--color-main-black);
    transition: all ease 0.2s;
    align-content: center;
}
#menu_mobile > li[data-section="15"] a i {
	background-position: 1px;
}
#menu_mobile > li a i {
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
}
#menu_mobile > li a .item_name{
      padding: 5px 10px;
}
#menu_mobile > li .menu_elem_toggle a {
	padding: 0;
	display: flex;
	border-bottom: 0.5px solid #fff0;
	transition: all ease 0.2s;
	padding: 5px 0 5px 30px;
}
#menu_mobile > li a.is_parent_item_link .menu_arrow{
    position: relative;
}
#menu_mobile > li a.is_parent_item_link .menu_arrow:before{
    content: '';
    width: 9px;
    height: 1px;
    background: var(--color-main-black);
    display: block;
    transform: rotate(45deg);
    position: relative;
    top: 14px;
    left: 9px;
    border-radius: 2px;
    transition: all ease 0.2s;
}
#menu_mobile > li a.is_parent_item_link .menu_arrow:after{
    content: '';
    width: 9px;
    height: 1px;
    background: var(--color-main-black);
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: 13px;
    left: 15px;
    border-radius: 2px;
    transition: all ease 0.2s;
}
#menu_mobile > li a.is_parent_item_link._active .menu_arrow:before,
#menu_mobile > li a.is_parent_item_link.active .menu_arrow:before{
    transform: rotate(-45deg);
    transition: all ease 0.2s;
    top: 13px;
    background: var(--color-btn-orange);
}
#menu_mobile > li a.is_parent_item_link._active .menu_arrow:after,
#menu_mobile > li a.is_parent_item_link.active .menu_arrow:after{
    transform: rotate(45deg);
    transition: all ease 0.2s;
    top: 12px;
    background: var(--color-btn-orange);
}

.modile_catlog_fixed_top{
    width: 90vw;
    height: calc(100% - 50px);
    max-width: 332px;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2) inset;
}
.modile_catlog_fixed_top #menu_mobile{
    width: 100%;
	height: auto;
	display: flex;
	padding: 10px 10px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	border-radius: var(--border-radius-main);
	background: var(--color-d-white);
	position: relative;
}
#menu_mobile > li.is_parent_item.active, #menu_mobile > li.is_parent_item._active {
	border: none;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	padding: 10px 10px 0;
	transition: all 0.3s ease;
}
.modile_catlog_fixed_top #menu_mobile ul li a._active{
    color: var(--color-orange);
}
#menu_mobile > li > a.active{
	font-weight: bold;
    transition: all ease 0.2s;
    padding-bottom: 8px;
    border-color: var(--color-btn-orange);
}
#menu_mobile > li > a._active{
    font-weight: bold;
    transition: all ease 0.2s;
}
#menu_mobile > li > a._active.is_parent_item_link {
	padding-bottom: 10px;
	border-color: var(--color-btn-orange);
}
#menu_mobile > li{
    padding-left: 0px;
    border-bottom: 0.5px solid #eee;
    width: 100%;
	padding: 0 10px 8px;
	transition: all ease 0.2s;
}
#menu_mobile > li.mebel_order {
	border-bottom: none;
}
#menu_mobile .menu_elem_toggle li{
    padding-left: 0px;
    padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 0.5px solid var(--color-d-white);
}
#menu_mobile .menu_elem_toggle li:last-child {
	border: none;
}
#menu_mobile svg path {
	stroke-width: 1.2;
}
.menu_separator.callback{
    position: relative;
	bottom: 0;
	width: 100%;
	max-width: 332px;
	visibility: visible;
	z-index: 9999;
	height: 50px;
	background: var(--color-d-white);
	padding: 0 5px 5px;
}
.menu_separator.callback a{
    position: relative;
	z-index: 2;
	height: 40px;
	width: 100%;
	display: flex;
	background: var(--color-yellow);
	border-radius: var(--border-radius-main);
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-n);
}
/*блок городов*/
.mobile_nbCitySelect__current{
    position: relative;
	bottom: 0;
	height: 45px;
	background: var(--color-d-white);
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
	visibility: visible;
	z-index: 2;
	width: 100%;
	border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
	padding: 5px;
}
.mobile_nbCitySelect__current::before, .mobile_nbCitySelect__current::after {
	content: "";
	width: 7px;
	height: 1px;
	background: var(--color-main-black);
	display: block;
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 2px;
	transition: all ease 0.2s;
}
.mobile_nbCitySelect__current::after {
	transform: rotate(-45deg);
	top: 25px;
}
.mobile_nbCitySelect_city_name{
	padding: 0 10px;
	font-size: var(--font-size-s);
	color: var(--color-main-black);
	height: 35px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
}
.mobile_nbCitySelect_city_name::before {
	content: "";
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	background: url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#city_btn") no-repeat;
	background-position: center;
  	background-size: 20px;
}
.mobile_nbCitySelect_city_name span {
	font-weight: bold;
}
.body__city_mobile {
	z-index: 99991;
	position: fixed;
	height: 100%;
	visibility: visible;
	opacity: 1;
	width: 100vw;
	bottom: 0;
	transition: all 0.3s ease;
	max-height: 100%;
	overflow: hidden;
	left: 0;
}
.body__city_mobile.no_visible {
	transition: all 0.3s ease;
	bottom: -100%;
	visibility: hidden;
}
.body__city_mobile_overlay._open {
	position: fixed;
	background: rgba(2, 2, 2, 0.33);
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
}
.mobile_nbCitySelect {
	text-align: center;
	height: 100%;
	position: absolute;
	width: 100%;
}
.mobile_nbCitySelect__list {
	width: 100%;
	display: block;
	border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	max-height: calc(100% - 20px);
	height: 100%;
	padding: 0 5px;
	background: var(--color-white-glass);
	-webkit-backdrop-filter: blur(1.5px);
	backdrop-filter: blur(1.5px);
}
.mobile_nbCitySelect__list span {
	font-weight: bold;
	margin: 5px;
	display: block;
	font-size: var(--font-size-m);
	height: 40px;
	border-radius: 4px;
	padding-top: 10px;
}
.body__city_mobile .modal_close_btn {
	position: absolute;
	height: 25px;
	width: 25px;
	right: 10px;
	top: 13px;
	cursor: pointer;
}
.body__city_mobile .modal_close_btn::before {
	content: "";
	height: 100%;
	width: 1px;
	border-radius: 4px;
	transform: rotate(45deg);
	background: var(--color-main-black);
	display: block;
	position: absolute;
	left: 11px;
}
.body__city_mobile .modal_close_btn::after {
	content: "";
	height: 100%;
	width: 1px;
	border-radius: 4px;
	transform: rotate(-45deg);
	background: var(--color-main-black);
	display: block;
	position: absolute;
	left: 11px;
}
.mobile_nbCitySelect_container {
	position: relative;
	height: auto;
	overflow-y: scroll;
	width: 100%;
	max-height: calc(100% - 80px);
	background: #fff;
	border-radius: 0;
	padding: 5px 0;
}
.mobile_nbCitySelect_container {
	scrollbar-width: none;
}
.mobile_nbCitySelect__list._open ul {
	width: calc(100% - 40px);
	float: none;
	margin: 0 auto;
	height: 100%;
	overflow-y: scroll;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(30, 1fr);
	padding: 5px 0;
}
.thumb_slide_trace_city {
	position: absolute;
	width: 7px;
	height: calc(100% - 130px);
	right: 7px;
	background: #fff0;
	top: 115px;
	border: 1px solid #fff0;
	overflow: hidden;
	border-radius: 10px;
}
.thumb_slide_trace_city::before {
	content: "";
	position: absolute;
	height: calc(100% + 2px);
	width: 7px;
	background-color: #fff0;
	border: 2px solid #fff;
	z-index: 2;
	top: -1px;
	border-radius: 4px;
	left: -2px;
}
.pager_slide_city {
	height: 100%;
	width: 3px;
	position: relative;
	top: 1px;
}
.slide_trace_city {
	height: 100%;
	background: #ececec;
	position: relative;
	border-radius: 10px;
	width: 100%;
}
.slide_thumb_city {
	position: absolute;
	width: 100%;
	height: 30px;
	background: #aeaeae;
	top: 0;
	border-radius: 10px;
}
.scroll_down {
	content: "";
	position: fixed;
	bottom: 20px;
	right: 25px;
	width: 20px;
	height: 50px;
	background: url(/bitrix/templates/redesign2024/images/test-images/scroll_arrow.png) no-repeat;
	background-size: 55px;
	background-position: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.scroll_down.active {
	opacity: 1;
	transition: opacity 0.2s ease;
	pointer-events: auto;
}
.mobile_nbCitySelect_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2){
    .menu_separator.callback{
        bottom: 5px;
        bottom: 0;
    }
    .mobile_nbCitySelect__current{
        bottom: 45px;
        bottom: 0;
    }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2){
    .menu_separator.callback{
        bottom: 5px;
        bottom: 0;
    }
    .mobile_nbCitySelect__current{
        bottom: 45px;
        bottom: 0;
    }     
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){
    .menu_separator.callback{
        bottom: 5px;
        bottom: 0;
    }
    .mobile_nbCitySelect__current{
        bottom: 45px;
        bottom: 0;
    }      
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .menu_separator.callback{
        bottom: 5px;
        bottom: 0;
    }
    .mobile_nbCitySelect__current{
        bottom: 45px;
        bottom: 0;
    }     
}
@media(max-width: 350px){
    .mobile_nbCitySelect__current{
        bottom: 45px;
        bottom: 0;
    }
}
.change_country_mobile {
    border-top: none;
    margin-top: 0;
    padding: 6px;
    background: var(--color-white);
	border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
}
.change_country_mobile_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 5px;
    width: 100%;
}

.change_country_mobile__country {
	height: 100%;
	border: 1px solid var(--color-d-white);
	border-radius: var(--border-radius-main);
	background: var(--color-d-white);
	cursor: pointer;
	font-size: 15px;
	color: var(--color-main-black);
	transition: all 0.2s ease;
	padding: 8px 30px 7px;
	width: 100%;
}
.change_country_mobile__country.active {
	background: var(--color-yellow);
	border-color: var(--color-yellow);
	color: var(--color-main-black);
	pointer-events: none;
}
.mobile_nbCitySelect__list._open ul.list_cities_mobile{
    border-top: none;
    margin-top: 0px;
    display: none;
}
.mobile_nbCitySelect__list._open ul.list_cities_mobile.active{
    display: grid;
    padding-bottom: 20px;
}
.list_cities_mobile.active[data-for="country_mobile_b"] {
    height: auto;
    grid-template-rows: repeat(7, 1fr);
}
.list_cities_mobile.active[data-for="country_mobile_b"] li:first-child a{
    font-weight: bold;
    color: #000;
}
.list_cities_mobile.active[data-for="country_mobile_b"] li:first-child a:hover{
    color: #ff9102;
}
.scroll_down.no_visible, .thumb_slide_trace_city.no_visible{
    opacity: 0!important;
    visibility: hidden!important;
}
.select_city{
    width: calc(100% - 30px);
    box-shadow: 0px 7px 16px 3px rgba(0, 0, 0, 0.20);
    padding: 10px;
    max-width: 500px;
}
.select_city .btn_container_city{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}
.modile_catlog_fixed_top .select_city{
    display: none;
}
.select_city .nbCitySelect__btnNo, .select_city .nbCitySelect__btnOk{
    display: grid;
    border: 0;
    width: 100%;
    height: 35px;
    padding-top: 8px;
    font-size: 16px;
}
.select_city .nbCitySelect__btnNo{
    background: #f0f0f0;
}
.select_city .nbCitySelect__btnOk{
    background: linear-gradient(#fddc58,#ffc659);
}
.select_city .nbCitySelect__autoTitle {
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.modile_catlog_fixed_top.no_opacity .select_city{
    display: block;
}  

.mobile_nbCitySelect__list ul li a[data-id="47533"]{
    font-weight: bold;
}
.mobile_nbCitySelect__list ul li a[data-id="62115"]{
    font-weight: bold;
}
.mobile_nbCitySelect__list ul li {
    padding: 6px 3px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
    height: 35px;
}
.mobile_nbCitySelect__list ul li a{
    color: #000;
}
@media(max-width: 350px){
    .mobile_nbCitySelect__list ul li a {
        font-size: 13px;
    }
}
.info_list .mobile_nbCitySelect__current{
    position: absolute;
    bottom: 2px;
    max-width: 100%;
}
@media(min-width: 768px) {
	
}
.mobile_nbCitySelect__current {
	opacity: 0;	
	visibility: hidden;	
}
.is_mobile .mobile_nbCitySelect__current, .is_tablet .mobile_nbCitySelect__current {
	opacity: 1;	
	visibility: visible;	
}
/*нижнее меню*/
.bottom_info__menu_inner {
	height: calc(100% - 45px);
	position: relative;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 5px;
}
.bottom_fix_menu > div path {
	transition: all 0.3s ease;
}
.bottom_fix_menu > div.active > svg path {
	stroke: #FFA800;
	stroke-width: 1.8;
}
.authorized path {
	stroke: #FFA800;
	stroke-width: 1.8;
}
.bottom_info__menu {
	background: var(--color-d-white);
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: var(--border-radius-main);
	padding: 0 10px;
}
.fixed_menu .bottom_info__menu {
	margin-top: 45px;
}
.bottom_info__menu.has_catalog {
	height: auto;
	overscroll-behavior: none;	
	margin-top: 45px;
}
.bottom_info__menu:before {
	content: "Информация для покупателя";
	display: block;
	width: 100%;
	position: absolute;
	left: -5px;
	padding: 15px 17px;
	height: 45px;
	text-align: left;
	font-weight: bold;
	font-size: var(--font-size-m);
	margin-bottom: 10px;
	top: -48px;
}
.bottom_info__menu.has_catalog:before {
	content: "Информация для покупателя";
	display: block;
	width: 100%;
	position: absolute;
	left: -5px;
	padding: 15px 17px;
	height: 45px;
	text-align: left;
	font-weight: bold;
	font-size: var(--font-size-m);
	margin-bottom: 10px;
	top: -48px;
}
.bottom_info__menu > li{
    border-bottom: 0.5px solid #eee;
    padding: 0 10px;
    height: 50px;
    list-style: none;
    color: var(--color-main-black);
    font-size: var(--font-size-s);
    display: grid;
    grid-template-columns: 35px 5fr;
    gap: 5px;
	align-items: center;
}
.has_catalog .menu_elem_toggle i {
	background:none!important;
}
.has_catalog #menu_mobile > li a {
	grid-template-columns: 45px auto 30px;
}
.has_catalog #menu_mobile {
	background: var(--color-light-grey);
	margin-left: -14px;
	padding-left: 14px;
	width: calc( 100% + 28px);
	margin-top: -1px;		
}
#menu_mobile:before {
	content: "Каталог";
	width: calc(100% - 20px);
	position: absolute;
	height: 45px;
	font-weight: bold;
	font-size: var(--font-size-m);
	top: -45px;
	padding-left: 0;
	margin-bottom: 10px;
	line-height: var(--font-line-height-l);
	display: flex;
	align-items: center;
} 
.bottom_info__menu li i{
	height: 30px;
	width: 30px;
}
.sprite-o-fabrike {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#o_fabrike");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.sprite-lorry {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#lorry");
	background-size: 100%;
	background-position: center;
}
.sprite-payment {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#payment");
	background-size: 100%;
	background-position: center;
}
.sprite-worker {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#worker");
	background-size: 100%;
	background-position: center;
}
.sprite-shopping-bag {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#shopping_bag");
	background-size: 100%;
	background-position: center;
}
.sprite-home {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#home");
	background-size: 100%;
	background-position: center;
}
.sprite-show-room {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#show_room");
	background-size: 100%;
	background-position: center;
}
.sprite-vacancies {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#vacancies");
	background-size: 100%;
	background-position: center;
}
.sprite-dizayneram {
	background-image:url("/bitrix/templates/redesign2024/stylesheets/../images/icons/main_sprite.svg#dizayneram");
	background-size: 100%;
	background-position: center;
}

@media(max-width: 767px) and (orientation: portrait){
	.hide_show_menu{
		display: none;
	}
	body.is_open_info{
	    overflow: hidden!important;
	    width: 100vw;
	    position: fixed;
	    padding-bottom: env(safe-area-inset-bottom);
	}
	html.is_open_info{
		position: relative;
	}
	.bottom_info__menu svg path {
		stroke-width: 1.2;
	}
	.bottom_info__menu li a{
	    color: #333;
	}
	.bottom_info__menu li:hover a{
	    color: #f6691a;
	}
	.bottom_fix_menu .chat_btn:focus-visible{
	    outline: none;
	}
}
@media(max-width: 350px){
	.info_list .bottom_menu__title{
		padding: 14px;
		font-size: 13px;
	}
	.bottom_menu_ocant{
		padding-bottom: 0;
	}
}
@media(max-width:991px) and (max-height: 500px) and (orientation:landscape){
    body.is_open_info{
        overflow: hidden!important;
        width: 100vw;
        position: fixed;
    }
    .overlay_bottom{
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        transition: opacity ease-out 0.3s;
    }
    .overlay_bottom.shown{
        opacity: 1;
        transition: opacity ease-out 0.3s;
        pointer-events: all;
    }
    .info_list{
        height: calc(100% - 60px);
    }
}
.bottom_info__menu li.is_select a {
	color: #ff7200;
}
.info_list .bottom_info__menu li.is_select a {
	color: #ff7200;
}
.info_list .bottom_info__menu li.is_select {
	background: linear-gradient(to right, #fff 0%, #f5f5f5 30%, #f5f5f5 70%, #fff 100%);
}
@media(min-width: 768px) {
	.mobile_nbCitySelect__list {
		width: 500px;
		left: calc(50% - 250px);
		position: absolute;
		max-height: 500px;
		height: calc(100% - 20px);
		bottom: 0;
	}
	.scroll_down {
    	right: calc(50% - 230px);
    	position: absolute;
    }
}

/* End */


/* Start:/bitrix/templates/redesign2024/stylesheets/mebel_na_zakaz.css?17251848864630*/
.na_zakaz_item {
	padding: 0px 5px;
	margin-bottom: 10px;
}
.col-sm-offset-3 {
	padding: 0 5px;
}
.sep_block {
	margin-bottom: 20px;
	padding: 5px;
}
.sep_block p {
	margin-bottom: 10px;
}
.sep_block ul {
	margin-bottom: 20px;
}
.catalog-section-list{
	margin: 0;
	display: flex;
  	flex-wrap: wrap;
}
.catalog_sect_ {
  	border-radius: var(--border-radius-main);
  	height: 147px;
  	text-align: center;
  	background: var(--color-white);
  	box-shadow: var(--box-shadow-fix-top);	
  	border: 1px solid var(--color-light-grey);
}
.catalog_sect_name{
	color: #333;
	font-weight: bold;
	position: relative;
}
.section_price {
	top: 15px;
	width: 90px;
	border-radius: var(--border-radius-main);
	right: 0;
	color: #000;
	display: block;
	position: absolute;
	z-index: 9;
	background: var(--color-yellow);
	padding: 3px 0;
	font-size: 13px;
	font-weight: bold;
}
#block_spec_order .error {
	border: 1px solid red;
	color: red;
}
.catalog_sect_ img {
	height: 100px;
	width: auto;
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}
#block_spec_order{
	margin-bottom: 10px;
}
#order_spec{
	background: var(--color-white);
	border-radius: var(--border-radius-main);
  	padding: 10px;
  	min-height: 400px;
	position: relative;
  	box-shadow: var(--box-shadow-fix-top);
  	border: 1px solid var(--color-light-grey);
}
.line_input input{
	width: 100%;
}
.line_input textarea{
	width: 100%;
}
.line_input{
	margin-bottom: 10px;
	position: relative;
	height: auto;
	float: left;
	width: 100%;
}
p {
	line-height: var(--font-line-height-text);
	margin: 15px 0;
}
.info {
	background: var(--color-p-yellow);
  	border-radius: var(--border-radius-main);
	float: left;
	color: #333;
	font-size: var(--font-size-s);
	text-align: left;
	width: 100%;
	text-align: center;
	padding: 10px 10px 12px;
	margin: 20px 0;
}
.preim_spisok {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.line_input .info {
	color: var(--color-main-black);
	padding: 10px;
	background: var(--color-p-yellow);
	font-size: var(--font-size-xs);
	margin: 0;
	text-align: left;
	line-height: var(--font-line-height-s);
}
.line_input input[type="file"]{
	opacity: 0;
	background: none repeat scroll 0 0 transparent;
	cursor: inherit;
	display: block;
	top: 0;
	position: absolute;
	text-indent: 9999px;
	cursor: pointer;
	width: calc(100% - 20px);
}
.line_input #SUB{
	border: 0;
	background: var(--color-yellow);
	font-weight: bold;
	height: 40px;
	padding-top: 7px;
}
.line_input .file_button{
	border: 0;
	background: #f0f0f0;
	text-align: center;
	height: 40px;
	border-radius: 4px;
}
.file_button div{
	display: block;
	position: relative;
	top:10px;
	color: #939393;
	text-decoration: underline;
	padding-left: 10px;
}
.glyphicon-folder-open {
	background-image: url(/bitrix/templates/redesign2024/stylesheets/../images/icons/folder.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 25px;
  	height: 25px;
	background-size: contain;
	position: absolute;
	top: 15px;
  	left: 35px;
}
.preim_spisok li{
	list-style: none;
}
.preim_spisok li::before {
	content: "";
	background-color: #333;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	display: block;
	float: left;
	top: 5px;
	position: relative;
	margin-right: 10px;
}
.delivery_table_title{
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0;
}
.h3{
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0;
}
@media(max-width: 350px){
	.glyphicon-folder-open {
		left: 45px;
	}
	#order_spec{
		padding: 15px;
		min-height: 390px;
	}
}
@media(min-width: 768px){
	#order_spec {
		margin: 0 auto;
	}
	.col-lg-7.col-md-7.col-sm-12 {
		float: left;
	}
	.col-sm-offset-3 {
		float: left;
	}
	.glyphicon-folder-open {
		top: 6px;
		left: 20px;
	}
}
@media(min-width: 992px){
	.main_right_col .col-lg-7{
		width: 64%;
		float: left;
	}
	.main_right_col .col-lg-5{
		width: 36%;	
		float: left;
	}
	.catalog-section-list{
		margin-top: 5px;
		margin-left: -5px;
	}
	.line_input textarea {
		height: 87px;
	}
	#order_spec {
		width: 100%;
		height: 440px;
		padding: 15px;
	}
	#block_spec_order {
	    margin-top: 5px;
	    padding-left: 14px;
	}
	.glyphicon-folder-open{
		left: 12px;
	}
	.catalog_sect_{
		height: 140px;
	}
	#order_spec {
		padding: 20px;
	}
}
@media(min-width: 1200px){
	.line_input {
	    font-size: 16px;
	}
	.line_input textarea {
	    height: 95px;
	}
	.glyphicon-folder-open{
		left: 30px;
	}
}

/* End */


/* Start:/bitrix/templates/redesign2024/js/js_ajax/jquery.jgrowl.css?17242743813969*/
/** Special IE6 Style Positioning **/
.ie6 {
	position: 			absolute;
}

.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}


/** jGrowl Styling **/
.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
	position:			fixed;
}

.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
.center .jGrowl-notification, .center .jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	background-color: 		#ed6730;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					200px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	border-radius:			5px;
}

.jGrowl .jGrowl-notification {
	min-height: 			40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 				10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: 			none;
	}
}
/* End */
/* /bitrix/templates/redesign2024/components/bitrix_v15/search.title/.default/style.css?17242743841467 */
/* /bitrix/components/netbrand/nb.selectregion/templates/default_red/style.css?17242743146022 */
/* /bitrix/templates/redesign2024/components/bitrix/system.auth.form/auth_head/style.css?172744173813207 */
/* /bitrix/templates/redesign2024/components/bitrix_v15/sale.basket.basket.line/basket_new/style.css?17242743843914 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/sale.bestsellers_new/.default/style.css?172427438713623 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/slider_comp/headSlider/style.css?174316695611337 */
/* /bitrix/components/mattweb/callback_2/templates/.default_new/style.css?17242743143326 */
/* /bitrix/templates/redesign2024/template_styles.css?173404769314794 */
/* /bitrix/templates/redesign2024/stylesheets/cascad.css?173504802020448 */
/* /bitrix/templates/redesign2024/stylesheets/cascad_sm.css?1724274381687 */
/* /bitrix/templates/redesign2024/stylesheets/cascad_md.css?17242743811138 */
/* /bitrix/templates/redesign2024/stylesheets/cascad_lg.css?174176662010047 */
/* /bitrix/templates/redesign2024/stylesheets/cascad_xl.css?17242743811326 */
/* /bitrix/templates/redesign2024/stylesheets/cascad_xxl.css?17242743811821 */
/* /bitrix/templates/redesign2024/stylesheets/menu.css?174176681120340 */
/* /bitrix/templates/redesign2024/stylesheets/mebel_na_zakaz.css?17251848864630 */
/* /bitrix/templates/redesign2024/js/js_ajax/jquery.jgrowl.css?17242743813969 */
