

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


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


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/karkas_detail.css?174368653390239*/
.is_mobile footer {
	padding-bottom: calc(98px + env(safe-area-inset-bottom))!important;
}
.conf_main_cont.conf_is_open .prop_modal {
	position: unset;
}
.bottom_fix_menu .filter_btn {
	display: none;
}
.bottom_fix_menu .setting_btn {
    display: flex;
}
@media (max-width: 991px) and (max-height: 500px) and (orientation: landscape) {
	.bottom_fix_menu .setting_btn {
	    display: grid;
	}	
}
.hidden_is_conf {
	display: none;
}
.buttons_configurator.hidden_is_conf {
	display: none;
}
.photo_uploader_for_hide>* {
	display: none
}
.single_param_head {
	display: none
}
.conf_main_pic_zoom {
	display: none
}
.button_3d.bnt_conf_container {
	display: none;
}
.has_3d .button_3d.bnt_conf_container {
	display: flex;
}
#komponovka {
	display: none;
}
.one_click_success {
	padding:15px;
	border-radius:8px;
	background:var(--color-ad-green);
	margin: 15px;	
	text-align:center;
}
.counter_modal {
	width: 160px;
  	border: none;
  	padding: 2px;
  	text-align: center;
  	font-size: var(--font-size-xs);
  	line-height: var(--font-line-height-s);
  	border-radius: var(--border-radius-main);
  	z-index: 99;
  	background: var(--color-white);
  	box-shadow: var(--box-shadow-add);
  	height: 40px;
  	transition: all .3s;
  	opacity: 1;
  	overflow: hidden;
  	white-space: nowrap;
  	cursor: pointer;
}
.position_desktop {
	position: absolute;
	right: 150px;
	top: -27px;
	right: -530px !important;
	left: unset;
}
.position_mid_desktop_tablet {
	position: absolute;
    left: unset;
    top: 10px;
    bottom: 20px;
    right: 4px;
    overflow: hidden;
}
@media(min-width:768px){
    .position_mid_desktop_tablet{
        position: absolute;
        left: unset;
        top: 24px;
        bottom: unset;
        right: 0;
    }
}
.counter_modal.middle_height {
	height: 20px
}
.hidden_counter.position_desktop {
	left: inherit;
	right: 0
}
.hidden_counter.position_mid_desktop_tablet {
	top: inherit !important;
	bottom: 0
}
.hidden_counter {
	height: 0;
	width: 0;
	opacity: 0;
	left: 0;
	top: 0;
	overflow: hidden;
	border-color: #fff
}
.special_option {       
    color:var(--color-ad-orange);
    font-weight:bold;
}
#link_to_conf {
    display: inline-block;
    padding: 0px;
    text-align: center;                             
}
#link_to_conf img {
    width:100%;
}
#link_to_conf {
    position:relative;
    display:none;
} 

/*main_slider*/
.top_slider_main_cont {
	height: 200px;	
	overflow-x: hidden;
	border-radius: 0;
	scrollbar-width: none;
}
.is_mobile .top_slider_main_cont {
	overflow-x: scroll;
} 
.top_slider_main_cont::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
}
.top_pics_slider {
    display: flex;
    height: 100%;
    width: max-content!important;
    transform: unset;
    box-sizing: border-box;
    position: static;
    transition: unset;
}
.top_pics_slider::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none;
}
.top_pics_slider_item {
    height: 100%;
    flex-shrink: unset;
    position: static;
	width: auto !important;
}
.top_pics_slider_item a{
    height: 100%;
    border-radius: 0;
    max-height: 300px;
  	display: block;
  	position: relative;
  	text-align: center;
}
.top_pics_slider .top_pics_slider_item a img{
    max-width: unset;
    border-radius: 0;
    height: 100%;
    width: auto;
    margin-right: 2px;
    pointer-events: none;
}
.invert_img {
	transform: scale(-1,1);
}
.link_to_conf_text {
	position: absolute;
	width: 300px;
	padding-top: 15px;
	background: var(--color-white-glass);
	left: 50%;
	margin-left: -150px;
	top: 50%;
	box-shadow: var(--box-shadow-fix-top);
	padding-bottom: 25px;
	border-radius: var(--border-radius-main);
	margin-top: -77px;
	height: 155px;
	padding-left: 10px;
  	padding-right: 10px;
}
.conf_conf_btn {
	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;
	width: 150px;
	margin: 10px auto;
}
.is_mobile .swiper-button-next, .is_mobile .swiper-button-prev, .mobile .swiper-button-next, .mobile .swiper-button-prev {
	display: none;
}
.thumb_slide_trace {
	overflow-x: hidden;
  	border-radius: 10px;
  	margin-top: 5px;
  	position: relative;
  	border: 1px solid #fff0;
  	height: 7px;	
}
.thumb_slide_trace::before {
	content: "";
	position: absolute;
	height: 7px;
	width: calc(100% + 2px);
	left: -1px;
	background-color: #fff0;
	border: 2px solid var(--color-white);
	z-index: 2;
	top: -1px;
	border-radius: 4px;
}
.pager_slide {
	height: 3px;
	width: 100%;
	position: relative;
	top: 1px;
}
.slide_trace {
	height: 100%;
	background: #ececec;
	position: relative;
	border-radius: 10px;
	width: 100vw;
}
.slide_thumb {
	position: absolute;
	width: 50px;
	height: 100%;
	background: var(--color-orange);
	top: 0;
	border-radius: 10px;
	transition: transform 0.15s ease;
}
@media(min-width:768px) and (max-width: 1399px){
    .top_pics_slider{
        height: 300px;
    }
    .top_slider_main_cont{
        max-height: unset;
        height: 315px;
    }
    .top_pics_slider .top_pics_slider_item a img{
        width: auto;
    	margin: 0 auto;
    	display: block;
    	max-width: 100%;
    }
}
@media(min-width: 768px) {
	.top_slider_main_cont {
		overflow-x: hidden;
	}
}

/*schema text*/
.schema_conf_btn {
	background: var(--color-yellow);
	border: none;
	padding-top: 11px;
	margin: 0 auto;
	border-radius: var(--border-radius-main);
	color: var(--color-main-black);
	display: block;
	min-height: 40px;
	text-align: center;
	font-size: var(--font-size-s);
	max-width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
#det_list .del_list b {
	font-size: var(--font-size-sn);
	width: 100% !important;
}
div#det_list table {
	display: table;
}
#det_list .del_list table {
	margin: 15px auto 0;
	font-size: var(--font-size-xs);
}
tr:nth-child(1), tr:nth-child(2) {
	border-left: none !important;
}
div#det_list tr.R0 {
	height: 15px;
	border-left: 1px solid;
}
div#det_list td {
	padding: 0;
	padding-left: 2px;
	overflow: hidden;
	position: relative;
}
#det_list td span {
	display: inline-block;
	max-width: 65px !important;
	text-overflow: ellipsis;
	overflow: hidden;
}
#det_list td.R0C0 span {
	max-width: 100% !important;
	overflow: visible !important;
	font-weight: bold;
}
div#det_list tr.R0 td.R2C0 {
	font-weight: bold;
	text-align: center;
	vertical-align: medium;
	border: 2px solid var(--color-main-black);
}
div#det_list tr.R0 td.R2C1 {
	text-align: center;
	vertical-align: medium;
	border: 2px solid var(--color-main-black);
}
div#det_list tr.R0 td.R3C0 {
	font-weight: bold;
	text-align: center;
	vertical-align: medium;
	border: 1px solid var(--color-main-black);
}
div#det_list tr.R0 td.R3C1 {
	text-align: center;
	vertical-align: medium;
	border: 1px solid var(--color-main-black);
}

/*icons fav and rate*/
.rate_fav_container {
	display: flex;
	justify-content: space-between;
	height: 26px;
	margin: 10px 0;
}
.fav-com-buttons {
	display: flex;
	gap: 10px;
	align-items: center;
}
.fav-com_item {
	display: flex;
	align-items: center;
	position: relative;
	width: 38px;
	cursor: pointer;
}
.fav-com_item svg {
	width: 20px;
	height: 20px;
}
.fav-com_item > span {
	height: 10px;
  	width: 10px;
	border-radius: 10px;
	text-align: center;
	position: relative;
  	top: -13px;
  	left: -3px;
  	background: var(--color-green);
  	color: var(--color-white);
}
.fav-com_item > span.num {
	height: 18px;
	width: 18px;
	top: -10px;
	left: -7px;
}
.fav-com_item .ya-share2__container_mobile .ya-share2__badge {
	border-radius: 0;
	background: none !important;
}
.fav-com_item .ya-share2__item_more .ya-share2__badge_more, .fav-com_item .ya-share2__item_copy .ya-share2__badge_more {
	background: none !important;
}
.fav-com_item .ya-share2__container_size_s .ya-share2__icon_more {
	height: 26px;
	width: 26px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIzOTZfMTAzNzgpIj4KPHBhdGggZD0iTTguMDUgMTIuNEM4LjA1IDE0LjQxNTggNi40MTU4NCAxNi4wNSA0LjQgMTYuMDVDMi4zODQxNiAxNi4wNSAwLjc1IDE0LjQxNTggMC43NSAxMi40QzAuNzUgMTAuMzg0MiAyLjM4NDE2IDguNzUgNC40IDguNzVDNi40MTU4NCA4Ljc1IDguMDUgMTAuMzg0MiA4LjA1IDEyLjRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik04IDEwLjQwMDFDOC4wODgyOCAxMC4zMjEyIDEzLjM3MDEgNy4xNjcyMiAxNiA1LjYwMDEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCAxNC4zOTk5TDkuNiAxNS4xOTk5TTE2IDE4LjM5OTlMMTIuOCAxNi43OTk5IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGNpcmNsZSBjeD0iMTkuNTk5MiIgY3k9IjQuNCIgcj0iMy42NSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8Y2lyY2xlIGN4PSIxOS41OTkyIiBjeT0iMTkuNjAwMiIgcj0iMy42NSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIzOTZfMTAzNzgiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
	background-size: 20px;
}
.fav-com_item .ya-share2__container_size_s .ya-share2__badge .ya-share2__icon_more {
	height: 26px;
	width: 26px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIzOTZfMTAzNzgpIj4KPHBhdGggZD0iTTguMDUgMTIuNEM4LjA1IDE0LjQxNTggNi40MTU4NCAxNi4wNSA0LjQgMTYuMDVDMi4zODQxNiAxNi4wNSAwLjc1IDE0LjQxNTggMC43NSAxMi40QzAuNzUgMTAuMzg0MiAyLjM4NDE2IDguNzUgNC40IDguNzVDNi40MTU4NCA4Ljc1IDguMDUgMTAuMzg0MiA4LjA1IDEyLjRaIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik04IDEwLjQwMDFDOC4wODgyOCAxMC4zMjEyIDEzLjM3MDEgNy4xNjcyMiAxNiA1LjYwMDEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCAxNC4zOTk5TDkuNiAxNS4xOTk5TTE2IDE4LjM5OTlMMTIuOCAxNi43OTk5IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGNpcmNsZSBjeD0iMTkuNTk5MiIgY3k9IjQuNCIgcj0iMy42NSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8Y2lyY2xlIGN4PSIxOS41OTkyIiBjeT0iMTkuNjAwMiIgcj0iMy42NSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIzOTZfMTAzNzgiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
	background-size: 20px;
}
.items_rating {
	display: flex;
	pointer-events: none;
	align-items: center;
	gap: 0px;
	color: var(--color-white);
}
.vote_stars {
	display: flex;
}
.vote_stars_input {
	display: flex;
	gap: 2px;
	align-items: center;
}
.vote_select {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NTYgNS4xNjc0N0w5LjgwNzA1IDQuNzE2ODVMNy44NzcwOSAwLjIzNTM0OUM3Ljc0MTk3IC0wLjA3ODQ0OTUgNy4yOTcwNSAtMC4wNzg0NDk1IDcuMTYxOTMgMC4yMzUzNDlMNS4yMzIgNC43MTY4OEwwLjM3MzQ0NSA1LjE2NzQ3QzAuMDMzMjUwNCA1LjE5OTAyIC0wLjEwNDI0IDUuNjIyMTUgMC4xNTI0MyA1Ljg0NzYyTDMuODE4MjIgOS4wNjc5OUwyLjc0NTQzIDEzLjgyOEMyLjY3MDMyIDE0LjE2MTMgMy4wMzAyNiAxNC40MjI4IDMuMzI0MDIgMTQuMjQ4NEw3LjUxOTUyIDExLjc1NzFMMTEuNzE1IDE0LjI0ODRDMTIuMDA4OCAxNC40MjI4IDEyLjM2ODggMTQuMTYxMyAxMi4yOTM2IDEzLjgyOEwxMS4yMjA4IDkuMDY3OTlMMTQuODg2NiA1Ljg0NzYyQzE1LjE0MzMgNS42MjIxNSAxNS4wMDU4IDUuMTk5MDIgMTQuNjY1NiA1LjE2NzQ3WiIgZmlsbD0iI0ZGREM2NCIvPgo8cGF0aCBkPSJNNy44NzcxMSAwLjIzNTM0OUM3Ljc0MTk5IC0wLjA3ODQ0OTcgNy4yOTcwNiAtMC4wNzg0NDk3IDcuMTYxOTQgMC4yMzUzNDlMNS4yMzIwMSA0LjcxNjg5TDAuMzczNDQ2IDUuMTY3NDhDMC4wMzMyNTA1IDUuMTk5MDMgLTAuMTA0MjQgNS42MjIxNyAwLjE1MjQzIDUuODQ3NjNMMy44MTgyMyA5LjA2ODAxTDIuNzQ1NDQgMTMuODI4QzIuNjcwMzIgMTQuMTYxMyAzLjAzMDI2IDE0LjQyMjggMy4zMjQwMiAxNC4yNDg0TDQuMjYwNDQgMTMuNjkyNEM0LjM5MDA1IDguMzU3MzggNi44Njg4NiA0LjYwMDQ0IDguODMxMzkgMi40NTEyNUw3Ljg3NzExIDAuMjM1MzQ5WiIgZmlsbD0iI0ZGQzg1MCIvPgo8bWFzayBpZD0ibWFzazBfMTk3MV8yNDE3NyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij4KPHBhdGggZD0iTTE0LjY2NTYgNS4xNjc0N0w5LjgwNzA1IDQuNzE2ODVMNy44NzcwOSAwLjIzNTM0OUM3Ljc0MTk3IC0wLjA3ODQ0OTUgNy4yOTcwNSAtMC4wNzg0NDk1IDcuMTYxOTMgMC4yMzUzNDlMNS4yMzIgNC43MTY4OEwwLjM3MzQ0NSA1LjE2NzQ3QzAuMDMzMjUwNCA1LjE5OTAyIC0wLjEwNDI0IDUuNjIyMTUgMC4xNTI0MyA1Ljg0NzYyTDMuODE4MjIgOS4wNjc5OUwyLjc0NTQzIDEzLjgyOEMyLjY3MDMyIDE0LjE2MTMgMy4wMzAyNiAxNC40MjI4IDMuMzI0MDIgMTQuMjQ4NEw3LjUxOTUyIDExLjc1NzFMMTEuNzE1IDE0LjI0ODRDMTIuMDA4OCAxNC40MjI4IDEyLjM2ODggMTQuMTYxMyAxMi4yOTM2IDEzLjgyOEwxMS4yMjA4IDkuMDY3OTlMMTQuODg2NiA1Ljg0NzYyQzE1LjE0MzMgNS42MjIxNSAxNS4wMDU4IDUuMTk5MDIgMTQuNjY1NiA1LjE2NzQ3WiIgZmlsbD0iI0ZGREM2NCIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTk3MV8yNDE3NykiPgo8L2c+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: 100%;
	border: none;
	height: 15px;
	width: 15px;
	padding: 8px;
	cursor: pointer;
}
.vote_select.semi_full {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc1OTQgNS4xNjc0N0w5LjkwMDggNC43MTY4NUw3Ljk3MDg0IDAuMjM1MzQ5QzcuODM1NzIgLTAuMDc4NDQ5NSA3LjM5MDggLTAuMDc4NDQ5NSA3LjI1NTY4IDAuMjM1MzQ5TDUuMzI1NzUgNC43MTY4OEwwLjQ2NzE5NSA1LjE2NzQ3QzAuMTI3IDUuMTk5MDIgLTAuMDEwNDg5NSA1LjYyMjE1IDAuMjQ2MTggNS44NDc2MkwzLjkxMTk3IDkuMDY3OTlMMi44MzkxOCAxMy44MjhDMi43NjQwNyAxNC4xNjEzIDMuMTI0MDEgMTQuNDIyOCAzLjQxNzc3IDE0LjI0ODRMNy42MTMyNyAxMS43NTcxTDExLjgwODggMTQuMjQ4NEMxMi4xMDI1IDE0LjQyMjggMTIuNDYyNSAxNC4xNjEzIDEyLjM4NzQgMTMuODI4TDExLjMxNDYgOS4wNjc5OUwxNC45ODA0IDUuODQ3NjJDMTUuMjM3IDUuNjIyMTUgMTUuMDk5NSA1LjE5OTAyIDE0Ljc1OTQgNS4xNjc0N1oiIGZpbGw9IiNGRkRDNjQiLz4KPHBhdGggZD0iTTcuOTcwODYgMC4yMzUzNDlDNy44MzU3NCAtMC4wNzg0NDk3IDcuMzkwODEgLTAuMDc4NDQ5NyA3LjI1NTY5IDAuMjM1MzQ5TDUuMzI1NzYgNC43MTY4OUwwLjQ2NzE5NiA1LjE2NzQ4QzAuMTI3IDUuMTk5MDMgLTAuMDEwNDg5NyA1LjYyMjE3IDAuMjQ2MTggNS44NDc2M0wzLjkxMTk4IDkuMDY4MDFMMi44MzkxOSAxMy44MjhDMi43NjQwNyAxNC4xNjEzIDMuMTI0MDEgMTQuNDIyOCAzLjQxNzc3IDE0LjI0ODRMNC4zNTQxOSAxMy42OTI0QzQuNDgzOCA4LjM1NzM4IDYuOTYyNjEgNC42MDA0NCA4LjkyNTE0IDIuNDUxMjVMNy45NzA4NiAwLjIzNTM0OVoiIGZpbGw9IiNGRkM4NTAiLz4KPG1hc2sgaWQ9Im1hc2swXzE2NzJfNDEwNjgiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSI+CjxwYXRoIGQ9Ik0xNC43NTk0IDUuMTY3NDdMOS45MDA4IDQuNzE2ODVMNy45NzA4NCAwLjIzNTM0OUM3LjgzNTcyIC0wLjA3ODQ0OTUgNy4zOTA4IC0wLjA3ODQ0OTUgNy4yNTU2OCAwLjIzNTM0OUw1LjMyNTc1IDQuNzE2ODhMMC40NjcxOTUgNS4xNjc0N0MwLjEyNyA1LjE5OTAyIC0wLjAxMDQ4OTUgNS42MjIxNSAwLjI0NjE4IDUuODQ3NjJMMy45MTE5NyA5LjA2Nzk5TDIuODM5MTggMTMuODI4QzIuNzY0MDcgMTQuMTYxMyAzLjEyNDAxIDE0LjQyMjggMy40MTc3NyAxNC4yNDg0TDcuNjEzMjcgMTEuNzU3MUwxMS44MDg4IDE0LjI0ODRDMTIuMTAyNSAxNC40MjI4IDEyLjQ2MjUgMTQuMTYxMyAxMi4zODc0IDEzLjgyOEwxMS4zMTQ2IDkuMDY3OTlMMTQuOTgwNCA1Ljg0NzYyQzE1LjIzNyA1LjYyMjE1IDE1LjA5OTUgNS4xOTkwMiAxNC43NTk0IDUuMTY3NDdaIiBmaWxsPSIjRkZEQzY0Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNjcyXzQxMDY4KSI+CjxwYXRoIGQ9Ik04IDBIMThWMTVIOFYwWiIgZmlsbD0iI0Q5RDlEOSIvPgo8L2c+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: 100%;
}
.vote_select:hover {
	border: none;
}
.vote_select:hover ~ .vote_select {
	filter: grayscale(1);
}
.vote_select:focus {
	border: none;
}
.vote_sum {
	background: var(--color-white);
}
.vote_sum span {
	color: var(--color-ad-black);
	font-weight: bold;
}
.imess {
	background: var(--color-p-yellow);
	margin-top: 10px;
	padding: 10px;
	border-radius: var(--border-radius-main);
	text-align: center;
}
.modal_vote_msg.active {
	color: var(--color-main-black);
	background: var(--color-ad-yellow);
	padding: 5px 10px 6px;
	border-radius: var(--border-radius-main);
	position: relative;
  	top: -1px;
}
/*dop_pics*/
.bottom_pager_pics {
	background: var(--color-d-white);
	padding: 10px;
	border-radius: var(--border-radius-main);
	height: calc((100vw + 22px)/4);
  	overflow: hidden;
}
.bottom_pager_pics.active {
	height: auto;
}
.morefoto_main_cont {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	gap: 10px;
	position: relative;
}
.morefotodetail {
	width: 100%;
	height: calc((100vw - 60px)/4);
}
.pic_pager_item {
	width: 100%;
	display: block;
	height: 100%;
	border-radius: var(--border-radius-main-min);
  	border: 1px solid var(--color-light-grey);
  	position: relative;
  	background: var(--color-white);
  	overflow: hidden;
}
.pic_pager_item.active {
	border-color: var(--color-green);
	box-shadow: var(--box-shadow-main);
}
.pic_pager_item img {
	width: 100%;
	height: 100%;
  	object-fit: contain;
}
.pic_pager_item.active img {
	border-color: var(--color-green);
	border-width: 1px;
	box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
}
.more_foto_btn {
	position: absolute;
	width: calc((100% - 30px)/4);
	height: calc((100vw - 60px)/4);
	background: var(--color-white);
	border-radius: var(--border-radius-main-min);
	border: 1px solid var(--color-light-grey);
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 4px 2px 2px 2px;
	cursor: pointer;
}
.more_foto_btn:hover {
	border-color: var(--color-medium-grey);
}
.more_foto_btn.disable {
	display: none;
}
.more_foto_btn_b {
	height: 10px;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	background: var(--color-d-white);
	border-radius: var(--border-radius-main-min);
}
.more_foto_btn span {
	line-height: 14px;
	font-size: var(--font-size-xs);
}
.more_foto_btn.active {
	position: relative;
	width: 100%;
}
.more_foto_btn.active .more_foto_btn_b {
	background: var(--color-ad-green);
}
.more_foto_btn.active .more_foto_btn_b svg {
	transform: rotate(180deg);
}

/*schema*/
#schema {
	display: none;
	width: 100%;
	max-width: 1200px;
	padding: 10px 15px;
	text-align: center;
}
/*.fancybox-inner #schema {
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
}*/
.main_schema {
	max-height: 500px;
	max-width: 100%;
}
.main_komponovka {
	max-width: 100%;
	max-height: 500px;
}
.fancybox-inner .fancybox-caption {
	padding: 15px;
}
.fancybox-inner .fancybox-caption__body {
	background: rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	border-radius: var(--border-radius-main);
	padding: 10px;
	max-height: 25vh;
	max-width: 1000px;
	color: var(--color-white);
	margin: 0 auto;
}
.fancybox-caption__body .rev_author_name {
	font-size: var(--font-size-m);
	font-weight: bold;
	text-align: left;
}
.fancybox-caption__body .rev_post_date {
	text-align: left;
}
.fancybox-caption__body .message_text {
	text-align: left;
}

/*bonus slider*/
.info_slider_main_cont {
	margin-top: 10px;
}
.info_slider_main_cont .swiper-button-next, .info_slider_main_cont .swiper-button-prev {
	display: none;
}
.info_slider_main_cont_title {
	display: none;
	font-size: var(--font-size-n);
	font-weight: bold;
	margin: 10px 0;
}
.info_slider_item .individual {
	position: relative;
	height: 150px;
	background: var(--color-d-white);
	border-radius: var(--border-radius-main);
	padding: 15px;
	overflow: hidden;
}
.info_slider_item img {
	width: auto;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	max-height: calc(100% - 20px);
}
.info_slider_item img.action_ex {
	top: 10%;
}

.info_slider_item .otp_text {
	height: 100%;
	font-size: var(--font-size-n);
	max-width: 155px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: var(--font-line-height-n);
	position: relative;
    z-index: 2;
}
.info_slider_item .otp_text b {
	color: var(--color-orange);
}
.detail_info {
	font-weight: normal;
	font-size: var(--font-size-s-fixed);
	font-size: var(--font-size-s);
  background: var(--color-white);
  width: 187px;
  height: 35px;
  border-radius: var(--border-radius-main);
  text-align: center;
  padding: 4px;
  border: 1px solid var(--color-light-grey);
}
.icon_b {
	font-weight: normal;
	display: flex;
	font-size: var(--font-size-sn);
	line-height: var(--font-line-height-s);
}
.icon_b:before{
	content: "";
	display: block;
	height: 22px;
	width: 22px;
	position: relative;
	margin-right: 5px;
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/images/bonus/logo_icon.svg") no-repeat;
	background-size: 100%;
}
.info_slider_btn {
	width: max-content;
	position: relative;
	height: 35px;
	padding: 4px 20px 5px;
	font-weight: normal;
	font-size: var(--font-size-s);
}
.info_slider_item img.conf_img {
	max-height: unset;
	height: 100%;
	right: -50px;
}
.info_slider_main_cont .swiper-pagination {
	position: relative;
	bottom: -8px !important;
}
@media(max-width:767px) {
	.info_slider_main_cont .swiper-pagination {
		left: unset !important;
		right: 0;
		transform: translateX(0) !important;
		bottom: 0 !important;
		position: absolute;
	}	
}

/*right_block params*/
.parametrspisok {
	position: relative;
}
.params_block {
	margin-top: 10px;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-light-grey);
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-top);
}
.parametrspisok.top.params_block {
	font-size: var(--font-size-s-fixed);
}
.zagolovokparam_wrapp {
	font-size: var(--font-size-n);
	font-weight: bold;
	display: flex;
	gap: 10px;
	padding: 10px 10px 0;
}
.cur_number {
	display: flex;
	width: 22px;
	padding: 5px 7px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: var(--color-orange);
	color: var(--color-white);
	height: 20px;
	font-weight: normal;
	font-size: var(--font-size-s-fixed);
}
.table_wrapper {
	padding: 5px 10px;
}
/*common params*/
.parametrspisok.top table {
	width: 100%;
}
.parametrspisok.top table td {
	text-align: left;
	padding: 2px 0;
	position: relative;
	min-width: 50%;
}
.parametrspisok.top table td:nth-child(2) {
	text-align: right;
}
.parametrspisok.top table td.paramCell {
	text-align: left;
}
.parametrspisok.top table td span {
	position: relative;
	z-index: 1;
	background: var(--color-white);
	padding-left: 5px;
}
.parametrspisok.top table td.paramCell span {
	padding-right: 5px;
	padding-left: 0;
}
.paramCell::after {
	content: "";
	border-bottom: 1px dashed var(--color-light-grey);
	display: block;
	position: absolute;
	top: 60%;
	width: 100%;
	margin-right: 5px;
}
.parametrspisok.top table td:nth-child(2)::before {
	content: "";
	border-bottom: 1px dashed var(--color-light-grey);
	display: block;
	top: 60%;
	margin-right: 5px;
	width: 100%;
	position: absolute;
	left: -6px;
}
.parametrspisok.top table td.DopParamCell {
	text-align: left;
}
.parametrspisok.top table td.DopParamCell span:first-child {
	padding-left: 0;
}
.pull-right {
	float: right;
}
/*.delivery_row {
	position: relative;
}*/
.parametrspisok.top table .delivery_row td span {
	background: none;
	padding: 0;
}
.delivery_row::after {
	content: '';
  	background: var(--color-d-white);
  	display: block;
  	height: 23px;
  	width: calc( 100% - 4px);
  	position: absolute;
  	left: 2px;
  	z-index: 0;
  	/*bottom: -1px;*/
  	border-radius: 0 0 var(--border-radius-main-min) var(--border-radius-main-min);
}
/*.delivery_cost {
	position: relative;
}*/
.parametrspisok.top table .delivery_cost td span {
	background: none;
	padding: 0;
}
.delivery_cost::after {
	content: '';
  	background: var(--color-d-white);
  	display: block;
  	height: 23px;
  	width: calc( 100% - 4px);
  	position: absolute;
  	left: 2px;
  	z-index: 0;
  	/*bottom: -1px;*/
  	border-radius: var(--border-radius-main-min) var(--border-radius-main-min) 0 0;
}
.parametrspisok.top table .delivery_row td span.pull-right {
	background: var(--color-ad-green);
	padding: 0 5px;
	border-radius: var(--border-radius-main-min);
	cursor: pointer;
}
.parametrspisok.top .table_wrapper.active::before {
	content: "После оформления заказа с вами свяжется оператор и вы сможете выбрать более удобную дату доставки.";
	text-align: center;
	font-size: var(--font-size-s-fixed);
	border-radius: var(--border-radius-main);
	padding: 15px;
	background: var(--color-ad-green);
	display: block;
	width: calc(100% - 10px);
	left: 5px;
	bottom: 30px;
	z-index: 999;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
}
.mobile_fixed_info_text {
	display: none;
}

/*sizes block*/
.buttons_configurator {
	display: flex;
	gap: 5px;
	height: 40px;
}
.bnt_conf_container {
	background: var(--color-yellow);
	border-radius: var(--border-radius-main);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.bnt_conf_container:hover {
	background: var(--color-yellow-hover);
	box-shadow: var(--box-shadow-add);
}
.bnt_conf_container.button_3d {
	width: 45px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyOSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjM4MjcgOC40MDI2NkMxMy4zODI3IDkuNDA4MTcgMTMuMDI1NyAxMC4xODc4IDEyLjMxMTYgMTAuNzQxNkMxMS41OTc1IDExLjI5NTMgMTAuNTc2MyAxMS41NzIyIDkuMjQ4MDcgMTEuNTcyMkM4Ljc1Mjk2IDExLjU3MjIgOC4yNjI2MSAxMS41Mjg1IDcuNzc3MDIgMTEuNDQxMUM3LjI5MTQzIDExLjM1ODUgNi44NzQ4NyAxMS4yNDY3IDYuNTI3MzQgMTEuMTA1OVY4LjY3MjI1QzYuODQ2MzEgOC44NjY1NSA3LjIxMDUgOS4wMTk1NyA3LjYxOTkyIDkuMTMxMjlDOC4wMjkzMyA5LjI0MzAxIDguNDQzNTEgOS4yOTg4OCA4Ljg2MjQ1IDkuMjk4ODhDOS4zNDgwNCA5LjI5ODg4IDkuNzE5MzcgOS4yMTE0NCA5Ljk3NjQ1IDkuMDM2NTdDMTAuMjM4MyA4Ljg1Njg0IDEwLjM2OTIgOC42MDE4MiAxMC4zNjkyIDguMjcxNUMxMC4zNjkyIDcuOTM2MzMgMTAuMjA5NyA3LjY3NDAzIDkuODkwNzYgNy40ODQ1OEM5LjU3MTc5IDcuMjk1MTQgOS4xMjY2NyA3LjIwMDQyIDguNTU1MzkgNy4yMDA0Mkg3LjU2OTkzVjQuOTEyNTFIOC40NDExM0M5LjAxNzE3IDQuOTEyNTEgOS40NDA4NyA0LjgyMjY1IDkuNzEyMjMgNC42NDI5MkM5Ljk4ODM1IDQuNDU4MzMgMTAuMTI2NCA0LjIyMDMxIDEwLjEyNjQgMy45Mjg4NkMxMC4xMjY0IDMuNjUxOTggMTAuMDIxNyAzLjQzMzM5IDkuODEyMjEgMy4yNzMwOUM5LjYwNzUgMy4xMTI3OSA5LjI5MDkxIDMuMDMyNjUgOC44NjI0NSAzLjAzMjY1QzguMjAwNzIgMy4wMzI2NSA3LjUzODk5IDMuMjI2OTUgNi44NzcyNSAzLjYxNTU1VjEuMjkxMjJDNy43MDU2MSAwLjk0MTQ3MyA4LjU3NjgxIDAuNzY2NjAyIDkuNDkwODYgMC43NjY2MDJDMTAuNjIzOSAwLjc2NjYwMiAxMS41MTE4IDEuMDAyMTkgMTIuMTU0NSAxLjQ3MzM3QzEyLjc5NzEgMS45NDQ1NiAxMy4xMTg1IDIuNTk3OSAxMy4xMTg1IDMuNDMzMzlDMTMuMTE4NSA0LjA4NDMgMTIuOTQ0NyA0LjYzMDc4IDEyLjU5NzIgNS4wNzI4MUMxMi4yNTQ0IDUuNTE0ODUgMTEuNzcxMiA1LjgwMzg3IDExLjE0NzYgNS45Mzk4OFY1Ljk3NjMyQzExLjgzNzkgNi4wNzM0NyAxMi4zODMgNi4zNDMwNiAxMi43ODI5IDYuNzg1MUMxMy4xODI4IDcuMjIyMjggMTMuMzgyNyA3Ljc2MTQ2IDEzLjM4MjcgOC40MDI2NloiIGZpbGw9IiMzMzMzMzMiLz4KPHBhdGggZD0iTTI0LjAwNDIgNi4wMzQ2MUMyNC4wMDQyIDcuMDkzNTUgMjMuNzg1MiA4LjAzMTA2IDIzLjM0NzMgOC44NDcxMkMyMi45MTQgOS42NTgzMyAyMi4yOTI4IDEwLjI4NSAyMS40ODM1IDEwLjcyN0MyMC42NzQxIDExLjE2OSAxOS43NDExIDExLjM5IDE4LjY4NDIgMTEuMzlIMTQuMzQ5NlYwLjk0MTQ3M0gxOC41OTE0QzIyLjE5OTkgMC45NDE0NzMgMjQuMDA0MiAyLjYzOTE4IDI0LjAwNDIgNi4wMzQ2MVpNMjAuNzI2NSA2LjA2Mzc1QzIwLjcyNjUgNS41NTM3MSAyMC42MjQyIDUuMDk0NjcgMjAuNDE5NSA0LjY4NjY0QzIwLjIxOTUgNC4yNzg2IDE5LjkzMTUgMy45NjI4NiAxOS41NTU0IDMuNzM5NDJDMTkuMTc5MyAzLjUxNTk3IDE4LjczNjYgMy40MDQyNSAxOC4yMjcyIDMuNDA0MjVIMTcuNDM0NVY4LjkyNzI3SDE4LjI5ODZDMTkuMDM2NSA4LjkyNzI3IDE5LjYyNDQgOC42Njk4MiAyMC4wNjI0IDguMTU0OTJDMjAuNTA1MSA3LjYzNTE3IDIwLjcyNjUgNi45MzgxMSAyMC43MjY1IDYuMDYzNzVaIiBmaWxsPSIjMzMzMzMzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuOTY5MSAxNi4xODY2QzkuMDM2MjMgMTUuODIwOCAyLjQzMTY3IDE0LjE5OTggMy4zMDgzOSAxMS4xMTM4QzMuNDQ5MDYgMTAuNjE4NiAzLjc4MjMyIDEwLjA4NTcgNC4zNTAxMSA5LjUxNDI2QzMuNzk0MzIgOS42ODI1MyAzLjA4NTAzIDkuOTc5ODEgMi40NTY0OCAxMC4zOTMxQzEuMjkzMDkgMTEuMTU4IDAuNDA2MzE0IDEyLjMyMDQgMS4yODE0IDEzLjc5NzZDMi40OTMyNCAxNS44NDMzIDcuOTQ3MDYgMTYuODA0NSAxMS4zNzcxIDE3LjE1NjNDMTEuNzYyMSAxNy4xOTU4IDEyLjEyMTYgMTcuMjI3NiAxMi40NDY4IDE3LjI1MjVMMTEuOTI0NSAxOC44NTEzTDE3LjE0NzYgMTcuMjUyNUwxMy40OTE0IDE0LjU4NzhMMTIuOTY5MSAxNi4xODY2WiIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIwLjI2OTEgMTUuOTUyQzIzLjQwNzIgMTUuMDY3NSAyNy4wNjM1IDEzLjIzMzYgMjYuNTYxNSAxMC42NDY1QzI2LjQ2NDQgMTAuMTQ2IDI2LjIxMTYgOS42MTcyNyAyNS43Njk0IDkuMDYxNzlDMjYuMjc4IDkuMjI3NyAyNi45NDA0IDkuNTUyMDMgMjcuNDgyOSAxMC4wMzA5QzI4LjMxNzkgMTAuNzY3OSAyOC44NjkxIDExLjg3MDkgMjguMTM5NSAxMy4zMjU3QzI3LjE2MDMgMTUuMjc4MSAyMy4yMDExIDE2LjUwNzIgMjAuMzE4NyAxNy4xMTI1QzIwLjEyMjYgMTcuMTUzNyAxOS45MzE2IDE3LjE5MiAxOS43NDY3IDE3LjIyNzRDMTkuNDkyNCAxNy4yNzYyIDE5LjI0OTkgMTcuMzE5NSAxOS4wMjI1IDE3LjM1NzVDMTguOTI5MyAxNy4zNzMxIDE4LjgzODYgMTcuMzg3OSAxOC43NTA3IDE3LjQwMTdDMTguNjgzNiAxNy40MTIyIDE4LjYxODIgMTcuNDIyMiAxOC41NTQ1IDE3LjQzMTdMMTkuMjM1NyAxNi43MTg5TDE4LjMxMTkgMTYuMzk3OEMxOC4zNDI0IDE2LjM5MjYgMTguMzczMSAxNi4zODczIDE4LjQwNDEgMTYuMzgxOUMxOC40NjEzIDE2LjM3MTggMTguNTE5MiAxNi4zNjEzIDE4LjU3NzcgMTYuMzUwNEMxOC42NTY4IDE2LjMzNTYgMTguNzM3MSAxNi4zMiAxOC44MTgzIDE2LjMwMzZDMTkuMDEyOSAxNi4yNjQ0IDE5LjIxMzMgMTYuMjIwNiAxOS40MTgyIDE2LjE3MjNDMTkuNjk1IDE2LjEwNyAxOS45Nzk4IDE2LjAzMzYgMjAuMjY5MSAxNS45NTJaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: center;
}
.bnt_conf_container.configurator {
	flex-grow: 1;
}
.conf_text {
	text-align: center;
	font-size: var(--font-size-s-fixed);
	color: var(--color-dark-grey);
}
.sizes_container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
	gap: 5px;
	align-items: center;
}
.flip-container {
	width: 100%;
}
.parametrspisok .info_size::after {
	content: "";
	opacity: 0;
	transition: opacity 0.3s ease;
}
.parametrspisok .info_size.active::after {
	content: "Все детали изделия изменяются пропорционально выбранному размеру";
	text-align: center;
	font-size: var(--font-size-xs);
	border-radius: var(--border-radius-main);
	padding: 10px;
	margin-bottom: -37px;
	background: var(--color-p-yellow);
	position: absolute;
	display: block;
	width: calc(100% - 10px);
	left: 0;
  	top: 6px;
	z-index: 999;
	opacity: 1;
	transition: opacity 0.3s ease;
	box-shadow: var(--box-shadow-glass);
}
.parametrspisok .info_size.active::before {
	content: "✕";
	position: absolute;
	right: 20px;
  	top: 8px;
	z-index: 1000;
	height: 5px;
	width: 5px;
	font-size: var(--font-size-xs);
	color: var(--color-ad-black);
}
.parametrspisok .info_size {
	display: block;
	width: 20px;
	height: 20px;
	padding-top: 1px;
	float: left;
	margin-right: 0px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	transition: box-shadow 0.3s ease;
	background: var(--color-light-grey) url("/bitrix/templates/redesign2024/images/test-images/info_detail.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}
#input_sizes span {
	display: inline-block;
}
.change_select_to_input {
	height: 30px;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-green);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 1px 0 2px;
	cursor: pointer;
}
.change_select_to_input.active {
	background: var(--color-green);
	color: var(--color-white);
}
.back, .front {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: .6s;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}
.back, .flip-container, .front {
	width: 100%;
	height: 120px;
	padding-top: 1px;
}
.flip-container {
	-webkit-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	transform-style: preserve-3d;
}
.flipper {
	transition: .6s;
	transform-style: preserve-3d;
	position: relative;
}
.front {
	z-index: 2;
	-moz-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.flip-container.flip .front {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.back {
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip-container.flip .back {
	-moz-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
#form_props .parametrspisok.sizes table {
	width: 100%;
}
#content-site #form_props .parametrspisok .edit_props_3, .parametrspisok.params table, .parametrspisok.sizes table {
	max-width: 400px;
	width: 100%;
	margin: 5px auto;
}
.nbCatalog__param {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
}
.nbCatalog__param::before {
	content: "";
	display: block;
	position: relative;
	width: 18px;
  	height: 18px;
}
.nbCatalog__param._height::before {
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/../images/dimensions/height.svg") no-repeat;
	background-size: 100%;
}
.nbCatalog__param._width::before {
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/../images/dimensions/width.svg") no-repeat;
	background-size: 100%;
}
.nbCatalog__param._depth::before {
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/../images/dimensions/depth.svg") no-repeat;
	background-size: 100%;
}
.select-padding td:first-child {
	width: 100px;
}
.back .select-padding td:first-child {
	width: 130px;
}
.flipper td {
	padding-bottom: 5px;
}
.flipper td .size {
	width: 100%;
	padding: 5px 10px 5px;
	height: 30px;
	text-align: center;
	box-shadow: 1px 2px 5px 0px rgba(51, 51, 51, 0.13);
	font-size: var(--font-size-s-fixed);
	cursor: pointer;
	-webkit-appearance: none;
	background: var(--color-white) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0NjlfNTA5OSkiPgo8cGF0aCBkPSJNMC43MTQyODUgMy43MTQzNkw1IDguMDAwMDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4wMDA0MiA4LjAwMDA3TDkuMjg2MTMgMy43MTQzNiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzQ2OV81MDk5Ij4KPHJlY3Qgd2lkdGg9IjUuNzE0MjkiIGhlaWdodD0iMTAiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCAzKSByb3RhdGUoOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat;
	background-position: right center;
}
.error_hint {
	background: var(--color-white);
	font-size: var(--font-size-s-fixed);
}
.error_hint {
	opacity: 0;
	position: absolute;
	padding: 10px;
	z-index: 9;
	border-radius: 4px;
	width: 250px;
	top: 45px;
	right: 0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	border: 1px solid #d3d6d8;
	visibility: hidden;
}
.manual_size_input.show_err_hint ~ .error_hint {
	opacity: 1;
	visibility: visible;
}
.change_select_to_input.active div::after, .error_hint::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	position: absolute;
	display: block;
}
.warning_hint::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 5px solid transparent;
	position: absolute;
	display: block;
	right: 20px;
	top: -15px;
	border-bottom: 10px solid #9f9f9f;
}
.warning_hint {
	opacity: 0;
	position: absolute;
	padding: 10px;
	z-index: 9;
	border-radius: 4px;
	width: 250px;
	top: 45px;
	right: 0;
	box-shadow: 1px 1px 4px -1px #000;
	visibility: hidden;
	background: #fff;
}
.manual_size_input {
	appearance: textfield;
	-moz-appearance: textfield;
	width: 100%;
	height: 30px;
	background: var(--color-d-white);
}
.manual_size_input:focus {
	background: var(--color-white);
}
.parametrspisok.params {
	overflow: hidden;
	height: auto;
  	position: relative;
  	/*padding: 0 10px;*/
}
.edit_props_3 {
	height: 30px;
	display: block;
}
.edit_props_3.full_height {
	height: auto;
}
.edit_props_3 tbody {
	display: table;
	width: 100%;
}
.edit_props_3 tr {
	height: 30px;
}
#left-block-params form .parametrspisok .edit_props_3 td:nth-child(1) {
	width: 70%;
	vertical-align: middle;
	position: relative;
	top: -9px;
}
.parametrspisok.params a.props {
	border: 1px solid var(--color-ad-green);
	border-radius: var(--border-radius-main);
	padding: 4px 12px 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	color: var(--color-main-black);
	margin-bottom: 0;
	background: var(--color-white);
	height: 30px;
	z-index: 1;
	position: relative;
}
.parametrspisok.params a.props:hover {
	background: var(--color-ad-green);
}
.disalow_span {
	height: auto;
	width: 100%;
	text-align: right !important;
	padding: 0 4px;
	font-size: var(--font-size-s);
	line-height: 18px;
}
.edit_props_3 tr.cur_param_row {
	display: block;
	height: 10px;
	width: 100%;
}
#left-block-params form .parametrspisok .edit_props_3 .cur_param_row td {
	top: -15px !important;
  	height: 15px;
  	display: block;
  	width: 100%;
}
.cur_param {
	color: var(--color-orange);
	height: 15px;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	font-size: var(--font-size-s-fixed);
  	width: calc(100% - 10px);
}
.parametrspisok.params .cur_param {
	max-width: 230px;
}
.hint_text {
	display: none;
}
.nbCatalog__paramCollapse {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 0;
	background: var(--color-white);
	padding: 5px 0 10px;
}
.nbCatalog__paramCollapse:hover {
	background: var(--color-white);
	box-shadow: none;
}
.nbCatalog__paramCollapse span {
	width: 100%;
	position: relative;
	background: var(--color-d-white);
	height: 29px;
	border-radius: var(--border-radius-main-min);
	font-size: var(--font-size-s);
	display: flex;
	align-items: center;
	justify-content: center;
}
.nbCatalog__paramCollapse:hover span {
	background: var(--color-light-grey);
}
.nbCatalog__paramCollapse span::before, .nbCatalog__paramCollapse span::after {
	content: "";
	display: block;
	position: relative;
	width: 7px;
	width: 2px;
	background: var(--color-dark-grey);
	height: 7px;
	position: absolute;
	right: 10px;
	transform: rotate(45deg);
	border-radius: 1px;
	transition: transform 0.2s ease;
}
.nbCatalog__paramCollapse span::after {
	transform: rotate(-45deg);
	right: 14px;
}
.nbCatalog__paramCollapse._hide span::after {
	transform: rotate(45deg);
}
.nbCatalog__paramCollapse._hide span::before {
	transform: rotate(-45deg);
}

/*fixed btn to_basket*/
.fixed_price_row {
	z-index: 100 !important;
	position: fixed;
	width: 100%;
	bottom: 54px;
	left: 0;
	right: 0;
	background: var(--color-white);
	border-radius: 0;
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
	height: 44px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0 !important;
}
.fixed_bottom_item .catalog-price {
	font-size: 18px;
	color: #333;
}
.fixed_bottom_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	padding: 0 10px;
	flex-grow: 1;
  	font-weight: bold;
}
.fixed_bottom_item.fixed_buy_icon {
	height: 44px;
	background: var(--color-orange);
	justify-content: center;
	padding: 0;
	color: var(--color-white);
	font-size: var(--font-size-m);
	max-width: 60%;
	column-gap: 10px;
	border-radius: 10px 0 0 10px;
}

/*configurator mobile*/
.conf_main_cont {
	display: none;
}
.conf_main_cont.conf_is_open {
	display: block;
}

/*price n buy block*/
.btns_cont {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.price_wrapper {
	margin-top: 10px;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-light-grey);
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-top);
}
.cena {
	padding: 15px 10px 5px;
}
.price_main_cont {
	display: flex;
	gap: 20px;
	align-items: center;
}
.price_main_cont .oldprice {
	order: 2;
	color: var(--color-dark-grey);
  	font-size: var(--font-size-xm);
  	text-decoration: line-through;
}
.price_main_cont .catalog-price {
	order: 1;
	color: var(--color-ad-black);
  	font-weight: bold;
  	font-size: var(--font-size-b);
}
.price_main_cont .catalog-price span, .price_main_cont .oldprice span {
	text-transform: lowercase;
}
.credit_info {
	margin: 10px 0 0;
	width: 100%;
}
.credit_info_title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
}
.credit_info_title::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: calc(50% + 2px);
	top: 0;
	border-bottom: 1px dashed var(--color-light-grey);
}
.credit_info_text {
	position: relative;
	display: flex;
	z-index: 1;
	align-items: center;
	padding-right: 5px;
	background: var(--color-white);
}
.credit_info_value {
	display: flex;
	gap: 5px;
	align-items: center;
	background: var(--color-white);
	z-index: 1;
	position: relative;
	padding-left: 5px;
}
.credit_info_text:before {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjA3ODEgMS4wNzk1OUwxMy4yODExIDIuOTMyMTFMMTEuNTgzIDIuNjk0ODgiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMi45MDIzIDIuNDI5MjdDMTEuNjg5MiAxLjMxNDQyIDEwLjA3MDggMC42MzM3ODkgOC4yOTMyOSAwLjYzMzc4OUM0LjUzMDM3IDAuNjMzNzg5IDEuNDc5OTEgMy42ODQyNCAxLjQ3OTkxIDcuNDQ3MTdDMS40Nzk5MSAxMS4yMTAxIDQuNTMwMzcgMTQuMjYwNSA4LjI5MzI5IDE0LjI2MDVDMTAuMDcwOCAxNC4yNjA1IDExLjY4OTIgMTMuNTc5OSAxMi45MDIzIDEyLjQ2NTEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy4zNzQ4NSA1LjU3MDM5QzcuMzc0ODUgNi4wMTc5OCA3LjAxMTk3IDYuMzgwODYgNi41NjQzOCA2LjM4MDg2QzYuMTE2NzggNi4zODA4NiA1Ljc1MzkxIDYuMDE3OTggNS43NTM5MSA1LjU3MDM5QzUuNzUzOTEgNS4xMjI3OSA2LjExNjc4IDQuNzU5OTIgNi41NjQzOCA0Ljc1OTkyQzcuMDExOTcgNC43NTk5MiA3LjM3NDg1IDUuMTIyNzkgNy4zNzQ4NSA1LjU3MDM5WiIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBkPSJNOS4xNDA2MiA5LjI1NDQ3QzkuMTQwNjIgOC44MDY4NyA5LjUwMzUgOC40NDQgOS45NTExIDguNDQ0QzEwLjM5ODcgOC40NDQgMTAuNzYxNiA4LjgwNjg3IDEwLjc2MTYgOS4yNTQ0N0MxMC43NjE2IDkuNzAyMDcgMTAuMzk4NyAxMC4wNjQ5IDkuOTUxMSAxMC4wNjQ5QzkuNTAzNSAxMC4wNjQ5IDkuMTQwNjIgOS43MDIwNyA5LjE0MDYyIDkuMjU0NDdaIiBmaWxsPSIjMzMzMzMzIi8+CjxwYXRoIGQ9Ik0xMC4wMjQ5IDUuMzQ5NTVMNi40ODgyOCA5LjQ3NTU5IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat;
	height: 15px;
	width: 15px;
	background-size: 100%;
	margin-right: 5px;
}
.credit_info_title b {
	background: var(--color-p-yellow);
	border-radius: var(--border-radius-main-min);
	padding: 1px 5px 2px;
}
@media(min-width: 768px) and (max-width:991px){
	.credit_info_title b {
		font-size: 13px;
	}
}
.cena .credit_info_title .hint {
	cursor: pointer;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	background: var(--color-light-grey) url("/bitrix/templates/redesign2024/images/test-images/info_detail.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px;
}
.ADDBASKETbutton {
	background: var(--color-orange);
	display: flex;
	height: 40px;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	width: calc(50% - 5px);
	border-radius: var(--border-radius-main);
	color: var(--color-white);
	font-size: var(--font-size-n);
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	transition: all 0.2s ease-in-out;
}
.ADDBASKETbutton:hover {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
	background: var(--color-ad-orange);
}
.order_one_click {
	width: calc(50% - 5px);
	background: var(--color-white);
	border: 1px solid var(--color-dark-grey);
}
.order_one_click:hover {
	background: var(--color-yellow-hover);
	border-color: var(--color-yellow-hover);
}
.button_cheap {
	margin-bottom: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}
.button_cheap:hover {
	color: var(--color-orange);
}
.button_cheap::after {
	content: "";
	display: block;
	position: relative;
	height: 10px;
	width: 10px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHk9IjExIiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHRyYW5zZm9ybT0icm90YXRlKC05MCAwIDExKSIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMjI0Nl8xNDk5MCIgdHJhbnNmb3JtPSJzY2FsZSgwLjAxODE4MTgpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMjI0Nl8xNDk5MCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQURJQUFBQXlDQU1BQUFBcDRYaURBQUFBQVhOU1IwSUFyczRjNlFBQUFBUm5RVTFCQUFDeGp3djhZUVVBQUFCYVVFeFVSUUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBSXRKWGxFQUFBQWRkRkpPVXdEN2J3TmlrMldrK2FDUG5KZDBhbHl0R3ZIbDBMcUxWQXpEZWtzUTFiL1dxQUFBQUFsd1NGbHpBQUFPd3dBQURzTUJ4MitvWkFBQUFSWkpSRUZVU0V2dGt0bDJ3akFNUkpVYVVxQVVBcFNsaS83L055czdZeVNPNVpoM2NwOFUyWE9rR1lkbVhwdkRaVmdFMUpPRWZ2ajVpOFhoaTVrM3FkZmdReTUrMzZCZ1hxSmRKN3luaStjYm5WUEJ2TVZKRFNpWTEzUkUxWmdUNGxhSkk1MVFOVFJyWEdJK1VZOUtxR2VnTTNoMUpYcERMVlQ5WkIvQ1BuNGJqYi9iM1RsenR4aGJEWTNaS2l1SVB0RVJTajloaXlQeDBhTW5UTTNSck5nb3BqU2xqOHdPZmNIbVpwMm5yQ3htanZweG5Tdk9ia0Y5V09kS21ac3FPbGZ4TUNmNk1UNVd6bFlqajM1TXVsV0Y1TmJoRHZObGlVSm1GRmxaako4NzNRNkhGY3h1b09aY0tUUVRQakxtUHhES04vZXdjN3czOTlBTS9EZjN5SnEyYzJYYzdkbXRSbUlHenpsWHJzUHdpM0ptSmtQMEQ2bjFOZVlhWVdpbEFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K") no-repeat;
	background-size: 10px;
}
.micro_modal_cheap_mail {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.micro_modal_cheap_overlay {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
}
.micro_modal_cheap_mail_open {
	background: var(--color-white);
	z-index: 2;
	position: relative;
	height: 280px;
	top: calc(50% - 125px);
	width: calc(100% - 10px);
	border-radius: var(--border-radius-main);
	padding: 20px;
	margin: 0 auto;
	max-width: 500px;
}
.micro_modal_cheap_header {
	display: flex;
	height: 26px;
	align-items: center;
	justify-content: space-between;
}
.micro_modal_cheap_header > div {
	font-size: var(--font-size-xm);
	font-weight: bold;
	line-height: var(--font-line-height-xm);
}
.micro_modal_cheap_header .wr_close {
	height: 25px;
	width: 25px;
	position: relative;
	transition: transform 0.2s ease-in-out;
	cursor: pointer;
}
.micro_modal_cheap_header .wr_close:hover {
	transform: rotate(0.25turn);
}
.micro_modal_cheap_header .wr_close::before, .micro_modal_cheap_header .wr_close::after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
  	left: 0px;
  	width: 100%;
  	height: 2px;
  	background: var(--color-main-black);
  	transform: rotate(45deg);
  	border-radius: 2px;
}
.micro_modal_cheap_header .wr_close::after {
	transform: rotate(-45deg);
}
.micro_modal_cheap_body {
	margin-top: 20px;
}
.top_inputs_sub {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bottom_inputs_sub {
	margin-top: 10px;
}
.bottom_inputs_sub > input {
	width: 200px;
	margin: 0 auto;
	display: block;
}

/*credi block*/
.payment_block {
	margin-top: 10px;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-light-grey);
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-top);
	padding: 10px;
}
.payment_block_tabs {
	border-radius: var(--border-radius-main-min);
  	background: var(--color-d-white);
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items: flex-start;
  	padding: 2px;
  	gap: 5px;
}
.payment_block_tab_item {
	display: flex;
	align-items: center;
	height: 32px;
	align-self: stretch;
	flex-grow: 1;
	justify-content: center;
	cursor: pointer;
}
.payment_block_tab_item.active {
	background: var(--color-white);
	border-radius: var(--border-radius-main-min);
	box-shadow: var(--box-shadow-fix-top);
	font-weight: bold;
}
.action_split_img {
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/images/fin_green_4_4.png") no-repeat;
	height: 20px;
	width: 50px;
	background-size: 100%;
	background-position: center;
	margin-left: 4px;
}
.action_split_inner {
	background: var(--color-ad-green);
	border-radius: var(--border-radius-main);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
	background: var(--color-d-white);
	font-size: var(--font-size-xs);
	/* font-weight: bold; */
}
.modal_desc_inner_alert_action_img {
	height: 40px;
}
.modal_desc_inner_alert_action_img img {
	display: block;
	height: 100%;
}
.payment_block_tab_body {
	display: none;
}
.payment_block_tab_body.active {
	display: block;
}
.payment_block_items {
	position: relative;
	display: flex;
	gap: 5px;
	margin-top: 5px;
}
.payment_block_item {
	width: 25%;
	padding: 2px;
}
.payment_block_item {
	color: var(--color-dark-grey);
}
.payment_block_item.first_item {
	color: var(--color-ad-black);
}
.payment_block_item_line {
	height: 6px;
	width: 100%;
	background: var(--color-light-grey);
	border-radius: var(--border-radius-main);
}
.payment_block_item.first_item .payment_block_item_line {
	background: var(--color-green);
}
.payment_block_item_text {
	margin-top: 3px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.payment_block_item_price {
	font-weight: bold;
}
.payment_block_tab_item i {
	width: 15px;
	height: 12px;
	display: inline-block;
	background-size: contain;
	margin-right: 4px;
	position: relative;
	background-repeat: no-repeat;
	top: 1px;
}
.payment_block_tab_item[data-target="split"] i {
	background-image: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/../images/parts/split.svg");
}
.payment_block_tab_item[data-target="dolyami"] i {
	background-image: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/../images/parts/dolyame.svg");
}
.payment_block_tab_item[data-target="rassrochka"] i, .payment_block_tab_item[data-target="credit"] i {
	background-image: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/../images/parts/tinkoff.svg");
}
.paymnet_block_item_detail_descr {
	margin-top: 5px;
}
.payment_block_item_detail_descr_inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.payment_block_item_detail_descr_inner:hover {
	color: var(--color-orange);
}
.payment_block_item_detail_descr_inner::after {
	content: "";
	display: block;
	position: relative;
	height: 10px;
	width: 10px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHk9IjExIiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHRyYW5zZm9ybT0icm90YXRlKC05MCAwIDExKSIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMjI0Nl8xNDk5MCIgdHJhbnNmb3JtPSJzY2FsZSgwLjAxODE4MTgpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMjI0Nl8xNDk5MCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQURJQUFBQXlDQU1BQUFBcDRYaURBQUFBQVhOU1IwSUFyczRjNlFBQUFBUm5RVTFCQUFDeGp3djhZUVVBQUFCYVVFeFVSUUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBSXRKWGxFQUFBQWRkRkpPVXdEN2J3TmlrMldrK2FDUG5KZDBhbHl0R3ZIbDBMcUxWQXpEZWtzUTFiL1dxQUFBQUFsd1NGbHpBQUFPd3dBQURzTUJ4MitvWkFBQUFSWkpSRUZVU0V2dGt0bDJ3akFNUkpVYVVxQVVBcFNsaS83L055czdZeVNPNVpoM2NwOFUyWE9rR1lkbVhwdkRaVmdFMUpPRWZ2ajVpOFhoaTVrM3FkZmdReTUrMzZCZ1hxSmRKN3luaStjYm5WUEJ2TVZKRFNpWTEzUkUxWmdUNGxhSkk1MVFOVFJyWEdJK1VZOUtxR2VnTTNoMUpYcERMVlQ5WkIvQ1BuNGJqYi9iM1RsenR4aGJEWTNaS2l1SVB0RVJTajloaXlQeDBhTW5UTTNSck5nb3BqU2xqOHdPZmNIbVpwMm5yQ3htanZweG5Tdk9ia0Y5V09kS21ac3FPbGZ4TUNmNk1UNVd6bFlqajM1TXVsV0Y1TmJoRHZObGlVSm1GRmxaako4NzNRNkhGY3h1b09aY0tUUVRQakxtUHhES04vZXdjN3czOTlBTS9EZjN5SnEyYzJYYzdkbXRSbUlHenpsWHJzUHdpM0ptSmtQMEQ2bjFOZVlhWVdpbEFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K") no-repeat;
	background-size: 10px;
}
.payment_block_item_else {
	display: flex;
	flex-wrap: wrap;
	padding: 2px 0;
	column-gap: 5px;
	width: 75%;
	color: var(--color-dark-grey);
}
.payment_block_item_else .payment_block_item_line {
	width: calc(100%/5 - 4.5px);
}
.payment_block_modal_overlay {
	display: block;
	position: fixed;
	z-index: 999998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}
.payment_block_modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--color-white);
	width: 500px;
	z-index: 999999;
	max-width: calc(100% - 10px);
	border-radius: var(--border-radius-main);
	box-shadow: 3px 3px 40px 20px rgba(0, 0, 0, 0.2);
	padding: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}
.payment_block_modal_title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px;
}
.payment_block_modal_close {
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
	height: 25px;
	width: 25px;
	cursor: pointer;
	transition: transform 0.2s ease;
}
.payment_block_modal_close::before, .payment_block_modal_close::after {
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	background: var(--color-ad-black);
	border-radius: 3px;
	transform: rotate(45deg);
	left: 11px;
}
.payment_block_modal_close::after {
	transform: rotate(-45deg);
}
.payment_block_modal_close:hover {
	transform: rotate(0.25turn);
}
.payment_block_modal_des {
	margin: 0;
}
.payment_block_modal_block_four_parts, .payment_block_modal_block_four_parts_months {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
}
.payment_block_modal_block_six_parts {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 10px;
}
.payment_block_modal_block_item {
	height: 46px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.payment_block_modal_block_item_line {
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.payment_block_modal_block_item_line_inner {
	height: 25px;
	background: var(--color-green);
	border-radius: var(--border-radius-main);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
	color: #848484;
	width: 100%;
	opacity: 0.5;
}
.first_item .payment_block_modal_block_item_line_inner {
	opacity: 1;
	color: #fff;
	font-size: 16px;
	padding: 2px 0 4px;
}
.payment_block_modal_block_item_text {
	text-align: center;
	color: #000;
	margin-top: 5px;
}
.payment_block_modal_block_text {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
.payment_block_modal_block_text b {
	margin: 15px 0;
	font-size: 18px;
}
.payment_block_modal_block_text p {
	margin: 5px 0;
}
.payment_block_modal_block_text span {
	font-size: 12px;
	color: #919191;
	margin-top: 15px;
}

/*bottom block*/
#tab_block {
	margin-top: 10px;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-light-grey);
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-top);
	padding: 10px;
}
.tab_container {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
	scrollbar-width: none;
}
.tab_container::-webkit-scrollbar{
    display: none;
}
#tabs {
	display: flex;
	border-bottom: 1px solid var(--color-medium-grey);
	gap: 20px;
  	height: 35px;
  	align-items: center;
  	width: max-content;
}
.tab {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	text-transform: capitalize;
	font-size: var(--font-size-sn);
  	position: relative;
  	cursor: pointer;
}
.tab.active {
	font-weight: bold;
}
.tab.active::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	height: 3px;
	background: var(--color-green);
	bottom: -9px;
	border-radius: 2px;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}
.tab .do_bold {
	background: var(--color-green);
  	border-radius: var(--border-radius-main);
  	padding: 0px 8px;
  	color: var(--color-white);
  	font-weight: normal;
  	margin-left: 5px;
}
.arrow_right {
	position: absolute;
	height: 31px;
	width: 28px;
	right: 1px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 3;
	border-radius: 0;
	box-shadow: -9px 0px 4px 2px rgba(255, 255, 255, 0.6);
}
.arrow_right::before, .arrow_right::after {
	content: "";
  	display: block;
  	height: 7px;
  	width: 2px;
  	background: var(--color-main-black);
  	left: 15px;
  	position: relative;
  	border-radius: 1px;
}
.arrow_right::after {
	transform: rotate(45deg);
	top: 9px;
}
.arrow_right::before {
	transform: rotate(-45deg);
	top: 12px;
}
.arrow_left {
	position: absolute;
	height: 31px;
	width: 28px;
	left: 1px;
	background-color: rgba(255, 255, 255, 0.9);;
	z-index: 3;
	border-radius: 0;
	box-shadow: 9px 0px 4px 2px rgba(255, 255, 255, 0.6);
}
.arrow_left::before, .arrow_left::after {
	content: "";
	display: block;
	height: 7px;
	width: 2px;
	background: var(--color-main-black);
	left: 15px;
	position: relative;
	border-radius: 1px;
}
.arrow_left::after {
	transform: rotate(-45deg);
	top: 9px;
}
.arrow_left::before {
	transform: rotate(45deg);
	top: 12px;
}
.modal_title_btn {
	opacity: 0;
	visibility: hidden;
	width: 200px;
	top: 0;
	position: absolute;
	background: var(--color-p-yellow) none repeat scroll 0% 0%;
	border-radius: var(--border-radius-main);
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px;
	transition: opacity 0.2s ease 0s;
	z-index: 9999;
	padding: 7px;
	font-size: var(--font-size-xs);
	text-align: center;
}
.hint_props_info {
	text-align: center;
	font-size: var(--font-size-xs);
	border-radius: var(--border-radius-main);
	padding: 15px 15px 15px 10px;
	margin-bottom: -37px;
	border: 1px solid rgb(242, 241, 194);
	background: var(--color-p-yellow) none repeat scroll 0% 0%;
	position: absolute;
	width: calc(100% - 22px);
	top: 451px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px;
	left: 11px;
}
.hint_props_info::after {
	content: "✕";
	position: absolute;
	right: 11px;
	top: 2px;
	z-index: 1000;
	height: 5px;
	width: 5px;
	font-size: var(--font-size-xs);
	cursor: pointer;
	color: var(--color-ad-black);
}
.hint_props_info.active {
	opacity: 1;
	visibility: visible;
}
.modal_title_btn {
	right: 12px;
	left: unset !important;
}
.modal_title_btn.active {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.2s ease 0s;
}
.more_links_section_link {
	float: left;
	padding: 5px;
	padding-bottom: 0px;
	margin: 0px;
	display: inline-block;
	color: var(--color-main-black);
	font-weight: bold;
	padding-left: 0px;
	position: relative;
	z-index: 2;
	line-height: 1.4;
	margin-right: 10px;
}
.more_links_cont {
	font-size: var(--font-size-s-fixed);
	position: relative;
	left: -5px;
}
.more_links_cont a {
	padding: 5px 10px;
	padding-bottom: 5px;
	padding-bottom: 6px;
	margin: 2px;
	display: inline-block;
	color: var(--color-dark-grey);
	background: var(--color-d-white);
	border-radius: var(--border-radius-main);
}
.more_links_cont a:hover {
	background: var(--color-ad-green);
	color: var(--color-ad-black);
}
.more_links_cont .separator {
	display: none;
}
.sleep_place_container_first {
	display: none;
}
.parametrspisok.params .change_matras a.props {
	width: 130px;
	position: absolute;
	right: 0px;
	top: 5px;
}
/*mini tablet*/
@media(min-width: 600px) and (max-width: 767px) {
	.is_tablet .thumb_slide_trace {
		display: none;
	}
	.top_slider_main_cont {
		height: 320px;
	}
	.morefoto_main_cont {
		grid-template-columns: repeat(6, 1fr);
	}
	.morefotodetail {
		height: calc((100vw - 60px)/6);
	}
	.bottom_pager_pics {
		height: calc((100vw + 47px)/6);
	}
	.more_foto_btn {
		width: calc((100% - 30px)/6);
  		height: calc((100vw - 60px)/6);
	}
}
/*tablet*/
@media(min-width: 768px) {
	#det_list td span {
		max-width: 190px !important;
	}
	#det_list .del_list table {
		width: auto !important;
	}
	.catalog-element .row {
		display: flex;
	}
	.catalog-element .frame_hidden_left_col {
		padding-right: 5px;
	}
	.fixed_price_row {
		display: none;
	}
	.product-prev h1 {
		margin: 10px 0;
		text-align: left;
	}
	#left-block-params {
		margin-top: -30px;
	}
	.change_select_to_input {
		font-size: var(--font-size-xs);
	}
	.back, .flip-container, .front {
		height: 110px;
	}
	.m_size .table_wrapper {
		padding-bottom: 0;
	}
	.bottom_pager_pics {
		height: 114px;
	}
	.morefotodetail {
		height: 94px;
	}
	.more_foto_btn {
		height: 94px;
		border-radius: var(--border-radius-main);
		padding: 8px 3px 3px;
	}
	.more_foto_btn span {
		line-height: var(--font-line-height-s);
		font-size: var(--font-size-s-fixed);
	}
	.more_foto_btn_b {
		height: 13px;
		border-radius: var(--border-radius-main-min);
	}
	.pic_pager_item img {
		border-radius: var(--border-radius-main);
	}
	/*.info_slider_main_cont {
		margin-top: 0;
	}*/
	
	.info_slider_main_cont_title {
		display: block;
		font-size: var(--font-size-m);
    	margin: 15px 0;
	}
	.thumb_slide_trace {
		display: none;
	}
	.top_slider_main_cont .swiper-button-next, .top_slider_main_cont .swiper-button-prev {
		display: flex;
		background: rgba(0, 0, 0, 0.2);
		width: 44px;
		border-radius: 50%;
		backdrop-filter: blur(1px);
		-webkit-backdrop-filter: blur(1px);
		color: var(--color-white);
	}
	.is_mobile .top_slider_main_cont .swiper-button-next, .is_mobile .top_slider_main_cont .swiper-button-prev {
		display: none;
	}
	.top_slider_main_cont .swiper-scrollbar-drag {
		background: var(--color-btn-orange);
	}
	.top_slider_main_cont .swiper-scrollbar.swiper-scrollbar-horizontal {
		background: var(--color-light-grey);
	}
	.top_slider_main_cont .swiper-button-next::after, .top_slider_main_cont .swiper-button-prev::after {
		font-family: swiper-icons;
		font-size: var(--swiper-navigation-size);
		text-transform: none !important;
		letter-spacing: 0;
		font-variant: initial;
		line-height: 1;
		font-size: 20px;
		position: relative;
		left: 2px;
	}
	.top_slider_main_cont .swiper-button-prev::after {
		left: -2px;
	}
	.info_slider_item .individual {
		height: 180px;
	}
	.info_slider_item .otp_text {
		font-size: var(--font-size-xm);
  		max-width: 190px;
  		line-height: var(--font-line-height-xm);
	}
	.payment_block_tab_item i {
		margin-right: 0px;
	}
	.parametrspisok.top table td {
		font-size: var(--font-size-xs);
	}
	.price_main_cont .catalog-price {
		font-size: var(--font-size-xxl);
	}
	.price_main_cont .oldprice {
		font-size: var(--font-size-m);
	}
	#tabs {
		gap: unset;
		justify-content: space-between;
		width: 100%;
	}
	.tab {
		text-transform: unset;
		gap: 2px;
	}
	#tab_content1 {
		padding: 10px 20px 20px;
		line-height: var(--font-line-height-text);
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.price_main_cont .catalog-price {
		font-size: var(--font-size-xl);
	}
	.credit_info_text {
		padding-right: 2px;
	}
	.credit_info_value {
		padding-left: 2px;
		font-size: var(--font-size-xs);
	}
}
.fancy_btn_mode {
	display: none;
}
@media (min-width:992px) {
	.parametrspisok.top table td {
		padding: 1px 0;
	}
	.flipper td .size:hover {
		border-color: var(--color-green);
	}
	.change_select_to_input {
		transition: box-shadow 0.2s ease-in-out;
	}
	.change_select_to_input:hover {
		box-shadow: var(--box-shadow-add);
	}
	.main_komponovka {
		max-height: 650px;
	}
}
@media (min-width:1200px) {
	#left-block-params {
		padding-left: 10px;
	}
	.change_select_to_input {
		font-size: var(--font-size-s-fixed);
	}
	.bottom_pager_pics {
		height: 108px;
	}
	.morefoto_main_cont {
		grid-template-columns: repeat(5, 1fr);
	}
	.morefotodetail {
		height: 88.5px;
	}
	.more_foto_btn {
		height: 88.5px;
		width: calc((100% - 30px)/5);
	}
	.parametrspisok.top table td {
		font-size: var(--font-size-s-fixed);
	}
	.items_rating {
		pointer-events: unset;
	}
	.is_mobile .items_rating {
		pointer-events: none;
	}
	.top_pics_slider_item a {
		max-height: 345px;
	}
	.top_slider_main_cont {
		height: 360px;
	}
	.top_pics_slider {
		height: 345px;
	}
	.info_slider_main_cont {
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
@media (min-width:1400px) {
	#left-block-params {
		width: 370px;
	}
	.catalog-element .frame_hidden_left_col {
		width: calc(100% - 370px);
	}
	.top_pics_slider {
		height: auto;
	}
	.top_slider_main_cont {
		height: 525px;
	}
	.top_pics_slider_item a {
		max-height: 510px;
  		height: 510px;
	}
	.bottom_pager_pics {
		width: 100%;
	}
	.morefoto_main_cont {
		grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	}
	.pic_pager_item {
		height: 100%;
	}
	.pic_pager_item img {
		height: 100%;
	}
	.more_foto_btn {
		width: calc((100% - 50px)/6);
	}
	.change_select_to_input, .nbCatalog__param, .parametrspisok.params a.props {
		font-size: var(--font-size-s);
	}
	.info_slider_item .otp_text {
		font-size: var(--font-size-n);
		line-height: var(--font-line-height-n);
	}
	#tab_block {
		max-width: calc(100% - 375px);
	}
	.tab_container {
		padding: 0 10px;
	}
	.more_links_title.text-center {
		max-width: calc(100% - 365px);
		font-size: var(--font-size-xl);
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.more_links_cont {
		max-width: calc(100% - 365px);
	}
}
@media (min-width:1415px) {
	.more_foto_btn {
		width: calc((100% - 60px)/7);
	}
}
@media (min-width:1515px) {
	.more_foto_btn {
		width: calc((100% - 70px)/8);
	}
}
@media (min-width:1615px) {
	.more_foto_btn {
		width: calc((100% - 80px)/9);
	}
}
.bonus_acc_modal, .credit_info_modal {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: rgba(0,0,0,.5);
}
#bonus_hint .prop_modal_dialog {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	box-shadow: var(--box-shadow-add);
	position: relative;
	margin: 0 auto;
	padding: 10px;
	max-width: 500px;
}
#bonus_hint .prop_modal_dialog {
	top: 50% !important;
  	transform: translateY(-50%);
  	height: auto;
  	min-height: auto;
}
#bonus_hint .credit_info_title {
	font-size: var(--font-size-xm);
	line-height: var(--font-line-height-m);
	font-weight: bold;
}
#bonus_hint .credit_info_title::before {
	display: none;
}
#bonus_hint .wr_close {
	height: 25px;
  	width: 25px;
  	transition: transform 0.2s ease-in-out;
  	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
#bonus_hint .wr_close::before, #bonus_hint .wr_close::after {
	content: "";
  	display: block;
  	position: absolute;
  	top: 12px;
  	left: 0px;
  	width: 100%;
  	height: 2px;
  	background: var(--color-main-black);
  	transform: rotate(45deg);
  	border-radius: 2px;
}
#bonus_hint .wr_close::after {
	transform: rotate(-45deg);
}
#bonus_hint .wr_close:hover {
	transform: rotate(0.25turn);
}
#bonus_hint .modal_basket_body {
	padding: 15px 10px 10px;
}
#bonus_hint .modal_basket_header {
	position: relative;
	height: auto;
	width: auto;
}
#bonus_hint .bonus_acc_modal_title {
	padding: 5px 10px;
}
.horizontal_inversion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
td.horizontal_inversion {
	display: flex;
	flex-direction: row-reverse;
	background: var(--color-d-white);
	padding: 5px 10px;
	border-radius: var(--border-radius-main);
	position: relative;
}
td.horizontal_inversion label{
	display: flex;
	cursor: pointer;
}
.horizontal_inversion .clearfix {
	display: none;
}
.mobile_hor_invert_inputs, td.horizontal_inversion {
	display: flex;
	flex-direction: row-reverse;
	background: var(--color-d-white);
	padding: 5px 10px;
	border-radius: var(--border-radius-main);
	position: relative;
}
.mobile_hor_invert_inputs label:first-child, td.horizontal_inversion label:first-child {
	flex-direction: row-reverse;
}
.mobile_hor_invert_inputs label {
	display: flex;
}
.mobile_hor_invert_inputs::before, td.horizontal_inversion::before {
	content: "";
	display: block;
	position: absolute;
	width: 33px;
	height: 20px;
	background: var(--color-grey);
	top: 6px;
	left: 38px;
	border-radius: 10px;
	pointer-events: none;
	transition: background 0.3s ease;
}
.mobile_hor_invert_inputs::after, td.horizontal_inversion::after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: var(--color-white);
	top: 8px;
	left: 40px;
	border-radius: 10px;
	pointer-events: none;
	border: 1px solid var(--color-light-grey);
	transition: all 0.3s;
}
.active_invert .mobile_hor_invert_inputs::after, td.horizontal_inversion.active_invert::after {
	left: 53px;
}
.active_invert .mobile_hor_invert_inputs::before, td.horizontal_inversion.active_invert::before {
	background: var(--color-green);
}
.mobile_hor_invert_inputs label input, td.horizontal_inversion input {
	opacity: 0;
	cursor: pointer;
}
.ugol_corner {
	position: relative;
}
.ugol_corner .special_td {
	top: -6px !important;
}

.ugol_corner_val {
	width: 155px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	gap: 15px;
	justify-content: end;
}
.ugol_corner_val label {
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
	cursor: pointer;
}
.ugol_corner_val input {
	padding: 2px;
	width: 16px;
	height: 16px;
	border-radius: var(--border-radius-main-min);
	cursor: pointer;
}
.ugol_corner_val input:hover {
	border-color: var(--color-dark-grey);
	background-color: var(--color-d-white);
}
.ugol_corner_val input:checked {
	background: var(--color-yellow) url("/upload/checked_icon.svg");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
	border-color: var(--color-yellow);
}
.is_mobile tr.horizontal_hidden {
	display: none;
}
.is_mobile td.horizontal_inversion {
	display: none;
}
#left-block-params form .parametrspisok .edit_props_3 .horizontal_hidden td:nth-child(1) {
	top: -2px;
}
.edit_props_3 .hint {
	cursor: pointer;
  	border-radius: 50%;
  	width: 20px;
  	height: 20px;
  	background: var(--color-d-white) url("/bitrix/templates/redesign2024/images/test-images/info_detail.png");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 14px;
  	display: inline-block;
  	vertical-align: middle;
}
.slider_btn_to_conf {
	background: var(--color-yellow);
  	border: none;
  	padding-top: 11px;
  	margin: 0 auto;
  	border-radius: var(--border-radius-main);
  	color: var(--color-main-black);
  	display: block;
  	min-height: 40px;
  	text-align: center;
  	font-size: var(--font-size-s);
  	max-width: 250px;
  	margin-top: 5px;
  	margin-bottom: 5px;
  	cursor: pointer;
  	padding-left: 15px;
  	padding-right: 15px;
}
.fancybox-container .fancy_btn_mode {
	display: inline-block;
	padding: 0px;
	overflow: hidden;
}
.flex_parent {
	display: flex;
	flex-direction: row;
}
.fancybox-container .fancy_btn_mode .col-sm-12 {
	flex: calc(100% - 200px);
	position: relative;
	display: flex;
}
.fancybox-container .main_pic_dop_block_btn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 200px;
}
.flex_parent img {
	max-width: 100%;
}
.slider_pics_block img {
	width: 100%;
}
.is_mobile #scroll_to_top_btn {
	bottom: 105px!important;
}
.more_links_title.text-center {
	margin-bottom: 20px;
	font-size: var(--font-size-xm);
	line-height: var(--font-line-height-xm);
	color: var(--color-main-black);
	font-weight: bold;
}

/*form_one_click*/
.form_order_one_click_out {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0,0,0,.5);
	padding: 5px;
}
.form_order_one_click_out .form_order_one_click {
	display: block;
	left: 0;
	right: 0;
	width: calc(100% - 10px);
	position: relative;
	z-index: 999;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	height: auto;
	border-radius: var(--border-radius-main);
	background: var(--color-white);
}
.form_order_one_click_out .form_order_one_click_header {
	padding: 15px 15px 5px;
	position: relative;
}
.form_order_one_click_header > div {
	font-size: var(--font-size-xl);
	font-weight: bold;
	line-height: var(--font-line-height-xl);
}
.form_order_one_click_header .wr_close {
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	top: 16px;
  	right: 15px;
}
.form_order_one_click_header .wr_close::before, .modal_basket_header .wr_close::before {
	content: "";
	display: block;
	width: 2px;
	height: 25px;
	background: var(--color-main-black);
	position: absolute;
	right: 14px;
  	top: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: var(--border-radius-main);
}
.form_order_one_click_header .wr_close::after, .modal_basket_header .wr_close::after {
	content: "";
	display: block;
	width: 2px;
	height: 25px;
	background: var(--color-main-black);
	position: absolute;
	right: 14px;
  	top: 4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: var(--border-radius-main);
}
.form_order_one_click_body {
	padding: 10px;
	position: relative;
}
.form_order_one_click_body .desc {
	width: 100%;
}
.form_order_one_click_item {
	width: 100%;
	position: relative;
}
.form_order_one_click_item_pic {
	width: 100%;
	position: relative;
	display: flex;
	gap: 10px;
}
.form_order_one_click_item_pic img {
	width: 150px;
	border-radius: var(--border-radius-main);
	max-width: 50%;
	border: 1px solid var(--color-light-grey);
}
.form_order_one_click_item_props_list {
	margin-top: 10px;
	padding: 10px;
	background: var(--color-d-white);
	border-radius: var(--border-radius-main);
	position: relative;
	width: 100%;
}
.form_order_one_click_item_props_list .prop_item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1px;
	position: relative;
	font-size: var(--font-size-xs);
}
.form_order_one_click_item_props_list .prop_item::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	border-bottom: 1px dashed var(--color-grey);
}
.form_order_one_click_item_props_list .prop_item .prop_name {
	background: var(--color-d-white);
  	z-index: 1;
  	position: relative;
  	max-width: 60%;
	padding-right: 5px;
}
.form_order_one_click_item_props_list .prop_item .prop_value {
	background: var(--color-d-white);
	z-index: 1;
	position: relative;
	padding-left: 5px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
	text-align: right;
	white-space: nowrap;
}
.form_order_one_click_item_pic .tovar_price {
	display: flex;
	flex-direction: column;
}
.form_order_one_click_item_name {
	position: relative;
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-n);
	font-weight: bold;
}
.form_order_one_click_item_pic .tovar_price .itogo {
	display: none;
}
.form_order_one_click_item_pic .tovar_price .oldprice {
	order: 3;
	color: var(--color-dark-grey);
	text-decoration: line-through;
}
.form_order_one_click_item_pic .tovar_price .price {
	order: 2;
	margin-top: 10px;
	font-size: var(--font-size-l);
	font-weight: bold;
	color: var(--color-orange);
}
.form_order_one_click_footer .top_inputs, .form_order_one_click_footer .bottom_inputs {
	padding: 0 10px;
}
.form_order_one_click_footer .top_inputs input, .form_order_one_click_footer .bottom_inputs input {
	width: 100%;
	margin-bottom: 5px;
}
.form_order_one_click_footer .bottom_inputs p {
	color: var(--color-dark-grey);
	font-size: var(--font-size-xs);
	margin-top: 5px;
	margin-bottom: 5px;
}
.form_order_one_click_footer .bottom_inputs p a {
	text-decoration: underline;
}
.form_order_one_click_footer .bottom_inputs input[type="submit"] {
	font-size: var(--font-size-m);
	font-weight: bold;
	margin-bottom: 10px;
}
.form_order_one_click_footer .top_inputs input.error {
	border-color: var(--color-ad-orange);
}
.form_order_one_click_footer .bottom_inputs input.error {
	border-color: var(--color-ad-orange);
}
input.error.required {
	border-color: var(--color-ad-orange);
}

@media(min-width:768px) and (orientation:portrait) {
	.form_order_one_click_item_name {
		font-size: var(--font-size-l);
  		line-height: var(--font-line-height-l);
	}
	.form_order_one_click_footer .bottom_inputs p {
		margin-bottom: 10px;
	}
	.form_order_one_click_item_props_list .prop_item {
		font-size: var(--font-size-s);
		margin-bottom: 3px;
	}
}
@media(min-width: 992px) {
	.form_order_one_click_out .form_order_one_click {
		margin: 80px auto 20px;
	}
	.form_order_one_click_header .wr_close {
		transition: 0.2s ease-in-out;
	  	cursor: pointer;
	  	z-index: 1;
	}
	.form_order_one_click_header .wr_close:hover {
		transform: rotate(0.25turn);
	}
	.form_order_one_click_header > div {
		font-size: var(--font-size-l);
		line-height: var(--font-line-height-l);
	}
	.form_order_one_click_out .form_order_one_click {
		display: flex;
		flex-wrap: wrap;
		max-width: 850px;
		padding: 5px;
	}
	.form_order_one_click_out .form_order_one_click_header {
		padding: 15px 15px;
  		width: 100%;
	}
	.form_order_one_click_body {
		width: 60%;
	}	
	.form_order_one_click_item_props_list {
		padding: 0;
  		background: var(--color-white);
	}
	.form_order_one_click_item_name {
		font-size: var(--font-size-l);
  		line-height: var(--font-line-height-l);
	}
	.form_order_one_click_item_props_list .prop_item {
		margin-bottom: 5px;
  		font-size: var(--font-size-s);
	}
	.form_order_one_click_item_props_list .prop_item .prop_name {
		background: var(--color-white);
	}
	.form_order_one_click_item_props_list .prop_item .prop_value {
		background: var(--color-white);
		max-width: 200px;
	}
	.form_order_one_click_footer {
		width: 40%;
		padding: 10px;
	}
	.form_order_one_click_footer #formOneOrder {
		margin: 0;
	}
	.form_order_one_click_footer .top_inputs, .form_order_one_click_footer .bottom_inputs {
		padding: 0;
	}
	.form_order_one_click_footer .input_fields {
		padding: 10px;
		border-radius: var(--border-radius-main);
		background: var(--color-d-white);
	}
	.form_order_one_click_footer .top_inputs input, .form_order_one_click_footer .bottom_inputs input {
		margin-bottom: 10px;
	}
	.form_order_one_click_footer .bottom_inputs input[type="submit"] {
		margin-bottom: 0px;
	}
	.form_order_one_click_footer .bottom_inputs p {
		margin-bottom: 15px;
	}
	.form_order_one_click_item_pic .tovar_price .price {
		margin-bottom: 5px;
		margin-top: 15px;
  		font-size: var(--font-size-xl);
	}
}

/*modal_to_basket*/
.modal_basket_out {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
#basket_modal.modal_basket {
	background: var(--color-white);
  	z-index: 999;
  	border-radius: var(--border-radius-main);
  	overflow-y: auto;
  	overflow-x: hidden;
  	min-height: 200px;
  	max-width: 962px;
  	width: 100%;
  	right: 0;
  	left: 0;
  	top: 0;
  	margin: auto;
  	padding-bottom: 0;
  	position: relative;
  	height: 100%;
}
#basket_modal .modal_basket_header {
	position: fixed;
	width: 100%;
	border-radius: var(--border-radius-main);
	background: var(--color-white);
	height: 40px;
	z-index: 9999;
	top: 0;
	left: 0;
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
	padding: 6px 10px;
	font-weight: bold;
}
.modal_basket .wr_close {
	position: absolute;
	top: 3px;
	right: 5px;
	height: 30px;
	width: 30px;
	transition: transform 0.2s ease-in-out;
	cursor: pointer;
}
.modal_basket .wr_close:hover {
	transform: rotate(0.25turn);
}
#basket_modal .modal_basket_body {
	padding: 50px 15px 90px;
}
#basket_modal .modal_basket_item_pic {
	width: 100%;
	position: relative;
}
#basket_modal .modal_basket_item_pic img {
	width: auto;
	border-radius: var(--border-radius-main);
	max-height: 200px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
#basket_modal .modal_basket_item_name {
	text-align: center!important;
	font-size: var(--font-size-xm);
	margin: 15px 0 15px;
}
#basket_modal .this_item_props {
	display: flex;
	flex-direction: column;
}
#basket_modal .this_item_props .prop_item {
	display: flex;
	justify-content: space-between;
	position: relative;
  	margin-bottom: 5px;
}
#basket_modal .this_item_props .prop_item::before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	border-bottom: 1px dashed var(--color-grey);
	width: 100%;
	top: 9px;
}
#basket_modal .this_item_props .prop_item .prop_name {
	background: var(--color-white);
	position: relative;
	z-index: 1;
	padding: 0 5px 0 0;
}
#basket_modal .this_item_props .prop_item .prop_value {
	background: var(--color-white);
	position: relative;
	z-index: 1;
	padding: 0 0 0 5px;
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
	text-align: right;
	white-space: nowrap;
}
#basket_modal .this_item_props .prop_item .clearfix {
	display: none;
}
#basket_modal .comment_to_basket {
	margin-top: 5px;
}
#basket_modal .comment_to_basket textarea {
	width: 100%;
}
#basket_modal .modal_basket_footer {
	position: fixed;
	bottom: 0;
	height: 80px;
	width: 100%;
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-bottom);
	z-index: 9;
	padding: 5px;
	border-radius: var(--border-radius-main);
}
.modal_basket_footer .tovar_price {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 4px;
}
#basket_modal .cur_price {
	font-size: var(--font-size-l);
	line-height: var(--font-line-height-l);
	text-align: center;
	font-weight: bold;
}
.modal_basket_footer .old_price {
	text-decoration: line-through;
	color: var(--color-dark-grey);
}
#basket_modal .btn_footer_block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}
#basket_modal .btn_continue {
	height: 36px;
	border-radius: var(--border-radius-main);
	background: var(--color-green);
	text-align: center;
	padding: 8px 0;
	font-size: var(--font-size-n);
	color: var(--color-white);
}
#basket_modal .btn_to_basket {
	height: 36px;
	border-radius: var(--border-radius-main);
	background: var(--color-orange);
	font-size: var(--font-size-n);
	text-align: center;
	padding: 8px 0;
	color: var(--color-white);
	font-weight: bold;
}

.micro_modal_info {
	position: fixed;
	top: 190px;
  	right: 10px;
  	z-index: 99999;
  	background: var(--color-orange);
  	width: 180px;
  	padding: 10px;
  	color: var(--color-white);
  	text-align: center;
  	border-radius: var(--border-radius-main);
}
.size_teach {
	display: none;
}
#formOneOrder .info.ok {
	background: var(--color-p-yellow);
	border-radius: var(--border-radius-main);
	padding: 10px 15px;
	font-size: var(--font-size-n);
	line-height: var(--font-line-height-n);
}
@media(min-width:768px) {
	#basket_modal.modal_basket {
		max-width: 600px;
		max-height: calc(100% - 20px);
		margin: 10px auto;
	}
	#basket_modal .modal_basket_header {
		display: block;
		position: absolute;
	}
	#basket_modal .modal_basket_footer {
		position: absolute;
	}
}
@media(min-width:992px) {
	#basket_modal.modal_basket {
		max-width: 900px;
		max-height: 590px;
	}
	#basket_modal .modal_basket_item {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 440px;
		gap: 10px;
	}
	#basket_modal .modal_basket_body {
		padding: 60px 15px 90px;
	}
	#basket_modal .akcia {
		width: calc(50% - 10px);
		margin: 5px 0 10px;
	}
	#basket_modal .modal_basket_item_pic {
		width: calc(50% - 10px);
		flex-shrink: 0;
	}
	#basket_modal .modal_basket_item_props_list {
		width: calc(50% - 10px);
		flex-shrink: 0;
	}
	#basket_modal .modal_basket_header {
		font-size: var(--font-size-l);
  		line-height: var(--font-line-height-l);
  		padding: 15px 20px;
	}
	.modal_basket .wr_close {
		top: 14px;
  		right: 15px;
	}
	#basket_modal .this_item_props {
		height: 322px;
		padding-right: 5px;
		overflow-y: scroll;
		scrollbar-width: thin;
	}
	#basket_modal .modal_basket_footer {
		display: flex;
    	justify-content: space-between;
		width: 100%;
		align-items: center;
    	padding: 0 20px;
	}
	#basket_modal .modal_basket_footer .clearfix {
		display: none;
	}
	#basket_modal .btn_to_basket, #basket_modal .btn_continue {
		width: 200px;
		height: 40px;
		padding: 10px 0;
  		font-size: var(--font-size-m);
  		cursor: pointer;
    	transition: box-shadow 0.2s ease-in-out;
	}
	#basket_modal .btn_to_basket:hover, #basket_modal .btn_continue:hover {
		box-shadow: var(--box-shadow-add);
	}
	#basket_modal .cur_price {
		font-size: var(--font-size-xxl);
  		line-height: var(--font-line-height-xxl);
	}
	#basket_modal .modal_basket_item_name {
		text-align: left !important;
  		font-size: var(--font-size-xl);
  		font-weight: bold;
	}
}

/*simple_modals*/
.bmnew .simple_modal {
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999;
	background: rgba(0,0,0,.4);
}
.bmnew .simple_modal_dialog {
	width: 98%;
	margin: auto;
	min-height: 170px;
	position: relative;
	background: #fff;
	top: 45%;
	height: auto;
	padding: 5px;
	border-radius: var(--border-radius-main);
	max-width: 450px;
	box-shadow: 0 1px 13px -3px #000;
}			
.bmnew .simple_modal_header {
	background: 0 0;
	padding: 10px 15px;
	text-align: center;
	position: relative;
}
.bmnew .simple_modal_body .alert {
	font-weight:bold;
	font-size:16px;
	text-align:center!important;
}
.bmnew .simple_modal_body {
	padding: 25px 15px 10px 15px;
}
.bmnew .simple_modal_footer .confirm_btn {
	width: auto;
	padding: 8px 15px 11px;
	border-radius: var(--border-radius-main);
	border: none;
	color: var(--color-white);
	letter-spacing: 0.2px;
	cursor: pointer;
	transition: box-shadow 0.2s ease-in-out;
}
.bmnew .simple_modal_footer .confirm_n {
	background: var(--color-orange);
}
.bmnew .simple_modal_footer .confirm_y {
	background: var(--color-ad-green);
  	color: var(--color-main-black);
}
.bmnew .simple_modal_footer .confirm_btn:hover {
	box-shadow: var(--box-shadow-add);
}
.bmnew .simple_modal_footer {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	justify-content: center;	
	gap: 10px;
}
.bmnew .simple_modal_title {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}
.bmnew .simple_modal_close {
	right: 2px;
	top: 4px;
	position: absolute;
	cursor: pointer;
	height: 20px;
	width: 20px;
	transition: transform 0.2s ease-in-out;
}
.bmnew .simple_modal_close:hover {
	transform: rotate(0.25turn);
}
.index_circle .wr_close:before,
.bmnew .simple_modal_close:before {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.index_circle .wr_close:after,
.bmnew .simple_modal_close:after {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.index_circle .wr_close:after,
.index_circle .wr_close:before,
.bmnew .simple_modal_close:after,
.bmnew .simple_modal_close:before {
	width:2px;
	background:var(--color-ad-black);
	border-radius: 2px;
	right:10px;
	height:20px;
	display:block;
	position:absolute;
	content:""
}
.simple_modal_body input {
	appearance: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
	width: 16px;
	height: 16px;
}
.standart_fur_for_dop_radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 5px;
}
.standart_fur_for_dop_radio > div {
	width: 100%;
}
.standart_fur_for_dop_radio > input {
	-webkit-appearance: auto !important;
	width: 16px;
	cursor: pointer;
}






/* End */


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/configurator_pc.css?174860460867969*/
@charset "utf-8";
.conf_main_cont {
	display: none;
}
.conf_main_cont.conf_is_open {
	display: block;
	position: static !important;
}
body .conf_main_cont.fixed_modal.conf_is_open .prop_modal {
	overflow-y: hidden;
}
.conf_main_cont.conf_is_open .prop_modal {
	height: calc(100% - 30px);
	display: block;
	position: fixed !important;
	top: 15px !important;
	z-index: 999999;
	overflow-x: hidden;
	left: 0;
	width: calc(100% - 30px);
	overflow-y: hidden;
	left: 15px;
	border-radius: 12px;
}
 .mobile_fixed_conf_head {
 	display: none;
}
.step_by_step_navigation.mobile_hidden {
	display: flex;
	height: auto;
  	padding-top: 10px;
  	max-width: calc(100% - 50px);
  	margin: 0 auto;
  	display: none;
}
.step_by_step_navigation_items {
	display: flex;
	gap: 10px;
}
.step_container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: var(--border-radius-main);
	background: var(--color-white);
	cursor: pointer;
	transition: background 0.1s ease;
}
.step_container:hover {
	background: var(--color-ad-green);
}
.step_nav_item_relative {
	height: 100%;
	display: flex;
	padding: 0 10px 0 0;
}
.prev_step, .next_step {
	background: var(--color-d-white);
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-green);
	padding: 10px;
	box-shadow: var(--box-shadow-fix-top);
  	font-size: var(--font-size-sn);
  	cursor: pointer;
  	transition: background 0.1s ease;
}
.prev_step:hover, .next_step:hover {
	background: var(--color-green);
	color: var(--color-white);
}
.prev_step.inactive, .next_step.inactive {
	opacity: 0.5;
	pointer-events: none;
}
.step_container.active_step_ {
	background: var(--color-green);
	color: var(--color-white);
	box-shadow: var(--box-shadow-fix-top);
}
.circle_relative .hint_cont {
	display: none;
}
.circle_relative {
	border-radius: var(--border-radius-main);
	background: var(--color-green);
	color: var(--color-white);
	font-weight: bold;
	min-width: 25px;
	display: flex;
	justify-content: center;
	margin-left: 10px;
}
.step_container:hover .circle_relative {
	background: var(--color-white);
	color: var(--color-main-black);
}
.active_step_ .circle_relative {
	background: var(--color-white);
	color: var(--color-main-black);
}
.step_nav_item {
	font-size: var(--font-size-sn);
	display: flex;
  	align-items: center;
  	gap: 5px;
}
.step_nav_item::after {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDAwNDkgMi4zMzM0MkwxMS42Mzc3IDUuMTgzNzNDMTIuNTY1OSA2LjE4Njg3IDEyLjU2NTkgNy44MTMzIDExLjYzNzcgOC44MTY0NEw5LjAwMDQ5IDExLjY2NjciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTEuNjY3IDdIMS42NjY5OSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat;
	height: 14px;
  	width: 14px;
  	display: none;
}
.active_step_ .step_nav_item::after {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTk5MDIgMi4zMzMzM0wxMS42MzYyIDUuMTgzNjRDMTIuNTY0NCA2LjE4Njc4IDEyLjU2NDQgNy44MTMyMSAxMS42MzYyIDguODE2MzVMOC45OTkwMiAxMS42NjY3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS42NjYgN0gxLjY2NjAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat;
	height: 14px;
  	width: 14px;
  	display: none;
}
.nav_row_steps.bottom_ {
	display: none;
}
body .tabs_main_container {
	display: flex;
	overflow-y: hidden;
	padding: 5px 5px 0;
	border-radius: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--color-green);
	scrollbar-width: thin;
}
body .title_text {
	font-size: var(--font-size-xl);
	margin: 10px 0 20px;
	padding-top: 20px;
}
.prop_modal_dialog {
	min-height: 100%;
  	width: 100%;
  	background: var(--color-white-glass-tablet);
  	position: relative;
  	backdrop-filter: blur(2px);
  	-webkit-backdrop-filter: blur(2px);
  	top: 0 !important;
  	position: absolute;
  	height: 100%;
}
.modal_basket_header {
	display: block;
  	position: absolute;
  	width: 40px;
  	height: 50px;
  	right: 0;
  	top: 0;
  	z-index: 9;
}
.configurator.prop_modal.prop_modal .wr_close {
	display: block;
  	position: absolute;
  	right: 15px;
  	top: 20px;
  	height: 20px;
  	width: 20px;
  	cursor: pointer;
  	transition: transform 0.2s ease-in-out;
}
.configurator.prop_modal.prop_modal .wr_close:hover {
	transform: rotate(0.25turn);
}
 .wr_close_fix::before, .wr_close_fix::after {
	background: var(--color-ad-black);
}
.configurator.prop_modal.prop_modal .wr_close::before, .single_prop .wr_close::before {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: var(--color-ad-black);
	position: absolute;
	right: 10px;
	top: unset;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: var(--border-radius-main-min);
}
.configurator.prop_modal.prop_modal .wr_close::after, .single_prop .wr_close::after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: var(--color-ad-black);
	position: absolute;
	right: 10px;
	top: unset;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: var(--border-radius-main-min);
}
.modal_basket_body {
	height: 100%;
	position: relative;
}
.conf_container_inner {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	padding: 0 0 10px;
  	margin: 10px 15px 0;
  	display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin: 10px 0;
    position: relative;
    height: calc(100% - 131px);
}
.conf_container_inner.step_first {
	max-width: 560px;
	margin: 10px auto;
	display: block;
}
.configurator .col-lg-5.modal_right_pad_fix {
	display: block !important;
}
.configurator .current_price {
	color: var(--color-ad-black);
	font-size: var(--font-size-xl);
}
.configurator .row .sizes_block {
	max-width: 450px;
	margin: 0 auto;
	border-radius: var(--border-radius-main);
	background: var(--color-d-white);
	display: flex;
	flex-direction: column;
	padding: 5px;
	border: none;
	box-shadow: var(--box-shadow-fix-top);
	margin-bottom: 10px;
}
body .configurator .sizes_block.first_step::after {
	background: var(--color-yellow);
	padding: 4px;
}
body .configurator .price_block {
	order: 1;
	margin-top: 10px;
  	margin-bottom: 5px;
}
.configurator .first_step + .conf_main_pic {
	display: block !important;
	max-width: 450px;
  	margin: 0 auto;
}
.configurator .sizes_container {
	margin: 0 auto;
	padding: 5px;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	margin-bottom: 10px;
	width: 100%;
}
.configurator .change_select_to_input {
	font-size: var(--font-size-n);
    height: 35px;
}
.inversion_container {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 5px;
}
.invesion_title {
	font-weight: bold;
}
.inversion_container td.horizontal_inversion {
	width: 105px;
}
.FeedBack {
	width: calc(100% - 20px);
  	margin: 0 auto;
  	height: 100%;
  	position: relative;
}
.FeedBack > .row {
	position: relative;
	height: 100%;
}
.nav_row_steps {
	padding-top: 10px;
}
.hidden_ipad_price, .pic_n_standart, .select_n_info_bnt, select[name="mobile_steps_changer"] {
	display: none;
}
.step_by_step_navigation_wrapper {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0px;
	z-index: 2;
	position: relative;
	padding: 0 20px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.step_by_step_navigation_wrapper::-webkit-scrollbar {
	display: none;
}
.step_by_step_navigation_wrapper.sub_line {
	border-bottom: 1px solid var(--color-green);
}
.step_by_step_navigation {
	display: flex;
  	justify-content: center;
  	gap: 10px;
	padding: 0px;
	height: 100px;
	text-align: left;
	position: relative;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}
.step_by_step_navigation .step_item {
	display: inline-grid;
	height: 95px;
	width: 120px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-white);
	grid-template-rows: 40px auto;
	padding: 20px 10px;
	cursor: pointer;
}
.step_by_step_navigation .step_item.active {
	border-color: var(--color-green);
	filter: unset;
}
.step_by_step_navigation .step_item:hover {
	filter: unset;
}
.step_by_step_navigation .step_item_pic {
	height: 40px;
	width: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
}
.step_item_pic img {
	width: 100%;
}
.step_by_step_navigation .step_item .step_item_name {
	height: 20px;
}
.index_icon {
	position: absolute;
	right: unset;
	top: 5px;
	width: 18px;
	height: 18px;
	line-height: 15px;
	text-align: center;
	font-size: var(--font-size-xs);
	left: 5px;
	color: var(--color-dark-grey);
}
.sub_line .step_by_step_navigation {
	height: 45px;
	padding: 5px 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	justify-content: start;
}
.sub_line .step_by_step_navigation .step_item {
	/* min-width: 95px; */
	width: max-content;
	height: 40px;
	border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
	padding: 4px 10px 4px 6px;
	display: inline-flex;
	border-color: var(--color-medium-grey);
	gap: 5px;
	align-items: center;
	margin-right: 5px;
	border-bottom: none;
}
.sub_line .step_by_step_navigation .step_item.active {
	background: var(--color-green);
	color: var(--color-white);
	display: inline-flex;
	border-color: var(--color-green);
	top: 1px;
}
.sub_line .step_by_step_navigation .step_item_pic {
	height: auto;
	width: auto;
}
.sub_line .index_icon {
	display: none;
}
.configurator .hidden_ipad_price, .configurator .pic_n_standart, .configurator .select_n_info_bnt {
	display: none!important;
}
body .configurator .col-lg-5.modal_right_pad_fix {
	display: block;
	padding: 15px;
	width: 100% !important;
}
body .configurator .param_description {
	background: var(--color-p-yellow);
	border-radius: var(--border-radius-main);
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 10px;
	height: 56px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	font-size: 13px;
}
body .configurator .param_description.in_mobile {
	display: none;
}
._price_n_btns {
	display: flex;
	align-items: center;
	padding: 5px;
  	background: var(--color-d-white);
  	border-radius: var(--border-radius-main);
  	margin-top: 10px;
  	margin-bottom: 10px;
  	position: relative;
  	display: none;
}
.btn_3d_show {
	background-image: url("/bitrix/templates/redesign2024/images/test-images/3d_prev.png");
	background-repeat: no-repeat;
	-webkit-background-size: 42px;
	background-size: 42px;
	background-color: var(--color-white);
	border: 1px solid var(--color-light-grey) !important;
	border-radius: var(--border-radius-main);
	cursor: pointer;
	margin-bottom: 0 !important;
  	background-position: center;
}
.btn_3d_show.active {
	/* border-color: #ed6730 !important; */
	background-color: var(--color-yellow);
	border-color: var(--color-yellow) !important;
	box-shadow: var(--box-shadow-add);
}
.btns_row_right_col .btn_3d_show {
	height: 40px;
	width: 50px;
	float: left;
	background-position: center;
}
.pic_dropdown_show {
	height: 40px;
	width: 50px;
	float: left;
	background-position: center;
	background-color: #ebebeb;
	text-align: center;
	border: 1px solid #c4c4c4;
	border-radius: var(--border-radius-main);
	margin-left: 5px;
	background-image: url("/bitrix/templates/redesign2024/images/pict_icon.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-color: #fff;
}
.pic_dropdown_show.active {
	/* border-color: #ed6730 !important; */
	background-color: var(--color-yellow);
	border-color: var(--color-yellow) !important;
	box-shadow: var(--box-shadow-add);
}
.FeedBack .btns_row_right_col .price_block {
	width: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	right: 5px;
	padding: 0 10px;
	display: none;
	background: var(--color-white);
  	border: 1px solid var(--color-ad-green);
	float: right;
	position: absolute;
	border-radius: var(--border-radius-main);
	top: 5px;
}
.FeedBack .btns_row_right_col ._price_n_btns .price_block {
	display: flex;
}
.price_title {
	display: none;
}
.btns_row_right_col .old_price {
	font-family: inherit;
	font-weight: normal;
	text-decoration: line-through;
	font-size: 16px;
	order: 2;
	color: var(--color-dark-grey);
}
.btns_row_right_col .current_price span, .btns_row_right_col .old_price span {
	text-transform: lowercase;
}
.btns_row_right_col .current_price {
	font-size: 24px;
	font-family: inherit;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 0px;
}
.btns_row_right_col .btn_3d_show {
    display:block;
}
.mobile .btns_row_right_col .btn_3d_show:hover, .btns_row_right_col .btn_3d_show:hover {
    background-color:#fff;
}
.sleep_place_container {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	padding: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	font-size: var(--font-size-n);
	border: 1px solid var(--color-light-grey);
}
.sleep_place_val {
	font-weight: bold;
}
.pic_dropdown_show {
	display: none;
}
._price_n_btns .pic_dropdown_show {
	display: block;
}
.canvas_control_icons {
	display: none;
}
.configurator #_3d_canvas_conf {
	min-height: unset;
	margin-bottom: 10px;
	border: 1px solid var(--color-light-grey);
  	border-radius: var(--border-radius-main);
  	overflow: hidden;
}
.picture_warning {
	text-align: center;
}
.left_part .picture_warning {
	display: none;
}
.price_and_buy_btn_cont {
	display: block;
}
.left_part .conf_main_pic {
	display: none;
}
#_3d_canvas_conf .canvas_control {
	width: 100%;
	padding: 10px !important;
}
#_3d_canvas_conf .canvas_control {
	bottom: 5px;
} 
.canvas_control_btn {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	float: right;
	background-size: contain;
	cursor: pointer;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.x_ray_btn.canvas_control_btn {
	float: left;
	margin-left: 0px;
	background-color: #f6faf4;
}
#_3d_canvas_conf .canvas_control_btn {
	border-radius: var(--border-radius-main-min);
	background-image: url("/include/step_by_step_master/icons/new/transparent.svg");
	background-color: #E3F4D8;
	width: 47%;
	text-align: center;
	padding-left: 29px;
	padding-top: 0px;
	background-size: 17px;
	background-position: 12px 6px;
	height: 30px;
	max-width: 160px;
}
.x_ray_btn.canvas_control_btn::after {
	content: "Прозрачность";
}
#_3d_canvas_conf .full_screen_btn.canvas_control_btn {
	background-image: url("/include/step_by_step_master/icons/new/full_screen.svg");
	background-color: var(--color-p-yellow);
}
.full_screen_btn.canvas_control_btn::after {
	content: "На весь экран";
}
.canvas_control.on_full_screen {
	width: 100%;
}
.full_screen_btn.canvas_control_btn {
	background-image: url("/include/step_by_step_master/icons/new/full_screen.svg");
	background-color: var(--color-p-yellow);
	border-radius: var(--border-radius-main-min);
	text-align: center;
	padding-left: 29px;
	padding-top: 0px;
	background-size: 17px;
	background-position: 12px 6px;
	height: 30px;
	max-width: 160px;
	width: 200px;
}
.canvas_control.on_full_screen .canvas_control_btn.full_screen_btn::after {
	content: "Свернуть";
}
.on_full_screen .x_ray_btn.canvas_control_btn {
	border-radius: var(--border-radius-main-min);
	background-image: url("/include/step_by_step_master/icons/new/transparent.svg");
	background-color: #E3F4D8;
	width: 47%;
	text-align: center;
	padding-left: 29px;
	padding-top: 0px;
	background-size: 17px;
	background-position: 12px 6px;
	height: 30px;
	max-width: 160px;
}
.right_part {
	padding: 0;
  	border: 1px solid var(--color-light-grey);
	box-shadow: var(--box-shadow-fix-top);
	background: var(--color-d-white);
  	margin: 15px 15px 5px 0;
	height: calc(100% - 20px);
  	border-radius: var(--border-radius-main);
}
.right_part_tab_body {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
  	padding: 15px;
  	height: calc(100vh - 190px);
	overflow: hidden;
}
.tabs_main_container + .right_part_tab_body {
	height: calc(100% - 40px);
}
.section_tabs_main_cont {
	padding: 0;
}
.this_step_tab_item_cont .hint_cont {
	display: none;
}
.row.selects_row {
	width: 100%!important;
	float: none!important;
}
.select_title{
	display: block;
	font-weight: bold;
	font-size: var(--font-size-n);
}
.select_title::after {
	content: ":";
}
.section_tabs {
	display: flex;
	flex-direction: row;
	margin: 10px 0;
	flex-wrap: wrap;
}
.section_tab_item img {
	display:inline-block;
	width:16px;
	height:14px;
	margin-top: -2px;
}
.section_tab_item {
	height: auto;
	cursor: pointer;
	display: block;
	background: var(--color-white);
	color: var(--color-main-black);
	position: relative;
	z-index: 999;
	border-radius: var(--border-radius-main);
	padding: 5px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid var(--color-medium-grey);
	transition: background 0.1s ease, border 0.1s ease;
}
.section_tab_item:hover {
	background: var(--color-ad-green);
	border-color: var(--color-ad-green);
}
.section_tab_item.selected {
	font-weight: bold;
  	border: 1px solid var(--color-green);
  	background: var(--color-white);
  	box-shadow: var(--box-shadow-add);
}
.single_prop .section_tabs {
	margin:0px;
}
.single_prop .section_tab_item.selected {
	background: #ebebeb;
}
.section_tabs_main_cont .hint_cont {
	top: -5px;
	right: 3px;		
	z-index: 1010;
	display: none;
}
.section_tab_item_cont {
	position:relative;
}
.configurator.prop_modal.prop_modal .section_tab_item_cont .wr_close {
	right: 0px;
}
.selects_row .select_ {
	margin-top: 10px;
}
.select_ .jq-selectbox.jqselect {
	cursor: pointer;
	margin-top: 10px;
}
.select_.filter_select {
	margin-left: 0;
}
.jq-selectbox {
	z-index: 10;
}
.jq-select-multiple, .jq-selectbox {
	position: relative;
	display: inline-block;
}
.jq-selectbox__select {
	display: none;
}
.select_ .jq-selectbox.jqselect select {
	appearance: none;
  	-webkit-appearance: none;
	background: var(--color-d-white) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM0NjlfNTA5OSkiPgo8cGF0aCBkPSJNMC43MTQyODUgMy43MTQzNkw1IDguMDAwMDciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4wMDA0MiA4LjAwMDA3TDkuMjg2MTMgMy43MTQzNiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzQ2OV81MDk5Ij4KPHJlY3Qgd2lkdGg9IjUuNzE0MjkiIGhlaWdodD0iMTAiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCAzKSByb3RhdGUoOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat;
	background-position: right center;
	border: none;
	padding: 7px 15px;
	width: 165px;
	cursor: pointer;
}
.standart_undo {
	height: 31px;
	width: auto;
	float: right;
	background: var(--color-d-white);
	border: none;
	padding-left: 10px;
  	padding-right: 5px;
	border-radius: var(--border-radius-main);
	cursor: pointer;
	float:left; 
    margin-left: 170px;
  	margin-top: -41px;
  	border: 1px solid var(--color-light-grey);
}
.standart_undo .row_name {
    background-image: url("/bitrix/templates/redesign2024/images/undo_icon.svg");
    background-repeat: no-repeat;       
    float:left;
    height: 30px;
    padding: 6px 0px 5px 30px;      
    background-size: 15px;
    background-position: 5px 7px;
    max-width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;                                
}
.standart_undo_pic {
    float: right;
    padding-top: 4px;
    margin-left: 10px;
}
.standart_undo_pic a {
    display:block;
    width:25px;
    height:22px;
    border-radius: var(--border-radius-main-min);
    border: 1px solid var(--color-medium-grey);
}
.standart_undo_pic a img {
    width:100%;
    height:100%;
    border-radius: var(--border-radius-main-min);
}
.right_part.stoleshn .standart_undo {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
.property_names {
    display:none;
}
.standart_undo.margin_left_none {
    margin-left: 0;
    margin-top: 0;
    float: none;
  	width: 250px;
}
.no_sub_sections .standart_undo {
	margin: 0;
}
.no_sub_sections .standart_undo.sleep_size {
	margin-top: -31px;
	margin-left: 290px;
	width: 250px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-p-yellow);
	border-color: var(--color-p-yellow);
}
.is_matras .photo_section_wrapper .ajax_search {
	margin-top: 0;
}
.info_masseage_matras{
    color: var(--color-green);
    margin-top: 30px;
    font-weight: bold;
}
.kromka_title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
}	
.text-left {
	text-align:left;	
}
.photo-section {
	scrollbar-width: thin;
	overflow-y: hidden;
	overflow-x: scroll;
	margin-top: 0px;
	min-height: unset;
	max-height: 100%;
	padding-bottom: 5px;
	padding-top: 15px;
	width: 100%;
}
.main_shpon_cont.photo-section {
	height: calc(100% - 75px);
}
.photo_section_item_info {
	display: none;
}
.new_page {
	display: flex;
	height: 270px;
	flex-direction: column;
	width: auto !important;
	flex-wrap: wrap;
	gap: 10px;
}
.no_opacity {
	height: 0px;
	overflow: hidden;
}
.less_five .new_page {
	flex-direction: row;
	height: auto;
}
.configurator .photo_section_item, .single_prop .photo_section_item, .duble_item {
	text-align: center;
	max-width: 50%;
	position: relative;
	border-radius: var(--border-radius-main);
	overflow: hidden;
	border: 1px solid var(--color-light-grey);
	height: 130px;
	width: 130px;
	cursor: pointer;
}
.configurator .duble_item .photo_section_item {
	width: 100%;
	max-width: unset;
}
.configurator .photo_section_item.selected {
	border-color: var(--color-dark-grey);
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.20);
}
.configurator .photo-section-item, .single_prop .photo-section-item {
	overflow: hidden;
	height: 100%;
}
.configurator .selected .photo-section-item::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.configurator .color .background_cont, .single_prop .color .background_cont {
	height: 100%;
	background-size: auto;
}
.configurator .background_cont, .single_prop .background_cont {
	height: 100%;
	background-size: cover;
}
.photo_section_item .btns_cont {
	display: block;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	pointer-events: none;
}
.btns_cont_inner {
	height: 100%;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}
.zoom_btn {
	background-image: url("/include/step_by_step_master/icons/new/zoom_1.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 0;
}
.photo_section_item:hover .zoom_btn {
	opacity: 1;
}
.zoom_btn:hover {
	background-color: var(--color-white);
}
.configurator .btns_cont label, .configurator .zoom_btn {
	height: 30px;
	width: 30px;
	display: block;
	pointer-events: all;
}
.price_sort_btn {
	display: none;
}
.photo_section_item .btns_cont label {
	background-image: url("/include/step_by_step_master/icons/new/select_section.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
  	filter: grayscale(1);
  	cursor: pointer;
}
.photo_section_item:hover .btns_cont label {
	opacity: 0.5;
}
.photo_section_item.selected:hover .btns_cont label {
	opacity: 1;
}
.photo_section_item:hover .btns_cont label:hover {
	opacity: 1;
}
.photo_section_item.selected .btns_cont label {
	opacity: 1;
	filter: unset;
}
.zoom_btn a {
	height: 100%;
	display: block;
	width: 100%;
}
.configurator .photo-section-item_text, .single_prop .photo-section-item_text {
	position: absolute;
	bottom: 0;
	min-height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: var(--color-white);
	text-shadow: 0px 0px 2px black;
	font-size: var(--font-size-xs);
	line-height: var(--font-size-sn);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 4px 0;
}
.data-item {
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.data-cell-item {
	font-weight: bold;
}
.data-cell-item small {
	font-size: var(--font-size-xs);
	letter-spacing: 0.3px;
}
.kromka_title {
	display: block;
	font-weight: bold;
	font-size: var(--font-size-n);
}
.photo-section.kromka_mod {
	height: auto;
  	overflow: hidden;
	margin-bottom: 10px;
}
.photo-section.kromka_tab_body {
	height: calc(100% - 260px);
}
.color_box_mod .photo-section.kromka_tab_body {
	height: 100%;
}
.photo-section.kromka_mod .row {
	display: flex;
	gap: 10px;
}
.photo-section.kromka_mod small .hidden-xs {
	display: none;
}
.section_tab_item.active {
	border: 1px solid var(--color-green);
	font-size: ;
	font-weight: bold;
}
.new_page.slovo {
	height: auto;
	flex-direction: unset;
	width: unset !important;
}
.pic_dropdown_.active {
	position: absolute;
	top: 60px;
	left: 5px;
	width: calc(100% - 10px);
	height: 135px;
}
.pic_dropdown_.active .fancy_conf_container {
	max-width: 100%;
	height: 100%;
	padding: 5px 0px 0px 5px;
	position: relative;
	background: rgba(255, 255, 255, 0.6);
	left: 0px;
	z-index: 999;
	top: 0;
	width: 100%;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.20);
	border-radius: var(--border-radius-main);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border-bottom: 1px solid var(--color-white);
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #fdc5ad #e1e1e1;
}
.fancy_conf_container .morefotodetail {
	display: inline-block;
	padding: 0px;
	width: calc( 10% - 5px );
	height: 60px;
	margin-right: 4px;
	margin-bottom: 5px;
}
.morefotodetail a {
	overflow: hidden;
}
.prop_modal.configurator .prop_modal_dialog .morefotodetail a {
	min-height: 50px;
	height: 100%;
}
.configurator .pic_pager_item.active {
	border-color: #ed6730 !important;
}
.pic_fancy_cont.active {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	margin-top: 10px;
	overflow: hidden;
	height: 350px;
  	position: relative;
}
body .configurator .current_picture {
	height: 310px;
	max-height: calc(100vh - 535px);
}
body .configurator .current_picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
#toTop {
	display: none;
}
.configurator .btns_row_right_col.hidden-xs > .pic_dropdown_show {
	display: none;
}
.configurator .btns_row_right_col.hidden-xs > .price_block {
	display: none;
}
.pic_fancy_cont.active .prev_gallery {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.pic_fancy_cont.active .prev_gallery img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.new_page .clearfix {
	display: none;
}
.modal_left_pad_fix {
	width: 100%;
}
.new_page.accs_section.less_ten {
	flex-direction: row;
}
.new_page.accs_section.less_ten .photo_section_item {
	flex-shrink: 0;
}
.count_control_cont {
	display: none;
}
.selected .count_control_cont {
	display: flex;
	position: absolute;
	z-index: 99;
	width: 100%;
	bottom: 0;
	height: 31px;
	text-align: center;
	padding: 3px 10px;
	background: rgba(255, 255, 255, 0);
	backdrop-filter: blur(4px);
}
.count_control {
	width: 25px;
	flex-shrink: 0;
	background: var(--color-light-grey);
	border-radius: var(--border-radius-main-min);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: var(--font-size-m);
}
.count_minus.count_control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.item_count_input {
	width: 100%;
	border-radius: 0;
	border: none;
	text-align: center;
}
.count_plus.count_control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.configurator .accs_section .background_cont {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.new_page.accs_section.groups_comp {
	height: auto;
	flex-direction: row;
}
.new_page_separator {
	font-weight: bold;
	font-size: var(--font-size-m);
	padding: 5px 0px 8px;
	border-bottom: 1px solid var(--color-ad-green);
}
.photo-section.checkboxes {
	padding-top: 0;
}
#to_print {
	padding: 15px;
	background: var(--color-white);
	margin: 20px 20px;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-light-grey);
}
body .configurator .col-lg-5.modal_right_pad_fix.last_step {
	width: 50% !important;
}
.configurator .modal_left_pad_fix.last_step {
	margin-top: 0px;
	padding: 5px;
}
.configurator .this_item_name {
	text-align: center;
	font-size: var(--font-size-l);
	margin: 5px 0 15px;
}
.configurator .bottom_btns_cont {
	display: flex;
	flex-direction: row;
  	gap: 5px;
  	justify-content: center;
}
.close_n_continue, .make_order, .to_cart_n_continue {
	border-radius: var(--border-radius-main);
	height: 50px;
	background: var(--color-green);
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--font-size-xm);
	font-weight: bold;
	gap: 0px;
	flex-direction: column;
	padding: 0 20px;
	cursor: pointer;
	transition: box-shadow 0.2s ease-in-out;
}
.close_n_continue:hover, .make_order:hover, .to_cart_n_continue:hover {
	box-shadow: var(--box-shadow-add);
}
.to_cart_n_continue {
	background: var(--color-orange);
  	color: var(--color-white);
	line-height: var(--font-line-height-s);
}
.to_cart_n_continue span {
	font-weight: normal;
	font-size: var(--font-size-n);
}
#formOneOrder, .FeedBack .last_step .right_part {
	margin: 10px 0;
	height: calc(100% - 140px);
	max-height: calc(100vh - 340px);
}
.this_item_props {
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-width: thin;
}
.modal_right_pad_fix.last_step .btns_row_right_col {
	display: none;
}
.FeedBack .last_step .btns_row_right_col .price_block {
	position: relative;
	width: auto;
	border: none;
	bottom: 0;
}
.last_step .btns_row_right_col .btn_3d_show {
	display: none;
}
.last_step .btns_row_right_col .pic_dropdown_show {
	display: none;
}
#formOneOrder, .FeedBack .right_part, .tabs_main_container {
	position: relative;
	z-index: 10;
}
.akcia {
	border: 1px dashed var(--color-grey);
	border-radius: var(--border-radius-main);
	margin: 5px auto 10px;
	padding: 15px 5px 5px;
	font-size: var(--font-size-n);
	position: relative;
	min-height: 80px;
	max-width: 480px;
}
.akcia::before {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA3OCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjI2NTcgNC44Njc1NkM3LjQ4MjU2IDEuOTE1OTggMTAuMzgwMSAwIDEzLjU4NzggMEg3MEM3NC40MTgzIDAgNzggMy41ODE3MiA3OCA4VjMxQzc4IDM1LjQxODMgNzQuNDE4MyAzOSA3MCAzOUgxMy41ODc4QzEwLjM4MDEgMzkgNy40ODI1NiAzNy4wODQgNi4yMjY1NyAzNC4xMzI0TDEuMzMyOTUgMjIuNjMyNEMwLjQ4MTI3MSAyMC42MzEgMC40ODEyNyAxOC4zNjkgMS4zMzI5NSAxNi4zNjc2TDYuMjI2NTcgNC44Njc1NloiIGZpbGw9IiNCNkI2QjYiLz4KPHBhdGggZD0iTTE3LjUyIDIyLjA0SDEyLjgyVjE5LjU2SDE3LjUyVjIyLjA0Wk0yMy4yNjcyIDI2LjI4QzIyLjIyNzIgMjYuMjggMjEuMjkzOSAyNi4wNDY3IDIwLjQ2NzIgMjUuNThDMTkuNjQwNSAyNS4xIDE5LjAxMzkgMjQuNDMzMyAxOC41ODcyIDIzLjU4TDIwLjc4NzIgMjIuMDRDMjEuMzQ3MiAyMy4xNDY3IDIyLjE0NzIgMjMuNyAyMy4xODcyIDIzLjdDMjMuODI3MiAyMy43IDI0LjM0NzIgMjMuNTA2NyAyNC43NDcyIDIzLjEyQzI1LjE0NzIgMjIuNzMzMyAyNS4zNDcyIDIyLjI0IDI1LjM0NzIgMjEuNjRDMjUuMzQ3MiAyMS4wMjY3IDI1LjE0MDUgMjAuNTMzMyAyNC43MjcyIDIwLjE2QzI0LjMyNzIgMTkuNzg2NyAyMy43OTM5IDE5LjYgMjMuMTI3MiAxOS42QzIyLjgwNzIgMTkuNiAyMi41MDcyIDE5LjY0IDIyLjIyNzIgMTkuNzJDMjEuOTYwNSAxOS44IDIxLjY4MDUgMTkuOTMzMyAyMS4zODcyIDIwLjEyTDE5LjkyNzIgMTkuM0wyMC44MDcyIDEyLjZIMjcuNzY3MlYxNS4xSDIyLjkwNzJMMjIuNjI3MiAxNy4xNEMyMi45NzM5IDE3LjA2IDIzLjM0NzIgMTcuMDIgMjMuNzQ3MiAxNy4wMkMyNC41ODcyIDE3LjAyIDI1LjM1MzkgMTcuMjIgMjYuMDQ3MiAxNy42MkMyNi43NDA1IDE4LjAwNjcgMjcuMjgwNSAxOC41NDY3IDI3LjY2NzIgMTkuMjRDMjguMDY3MiAxOS45MzMzIDI4LjI2NzIgMjAuNzA2NyAyOC4yNjcyIDIxLjU2QzI4LjI2NzIgMjIuNDY2NyAyOC4wNTM5IDIzLjI4IDI3LjYyNzIgMjRDMjcuMjAwNSAyNC43MiAyNi42MDcyIDI1LjI4IDI1Ljg0NzIgMjUuNjhDMjUuMDg3MiAyNi4wOCAyNC4yMjcyIDI2LjI4IDIzLjI2NzIgMjYuMjhaTTM1LjQwOTQgMjYuMjhDMzQuMzI5NCAyNi4yOCAzMy4zODI3IDI1Ljk5MzMgMzIuNTY5NCAyNS40MkMzMS43NTYgMjQuODQ2NyAzMS4xMjk0IDI0LjAzMzMgMzAuNjg5NCAyMi45OEMzMC4yNDk0IDIxLjkxMzMgMzAuMDI5NCAyMC42OCAzMC4wMjk0IDE5LjI4QzMwLjAyOTQgMTcuODggMzAuMjQ5NCAxNi42NiAzMC42ODk0IDE1LjYyQzMxLjEyOTQgMTQuNTY2NyAzMS43NTYgMTMuNzUzMyAzMi41Njk0IDEzLjE4QzMzLjM4MjcgMTIuNjA2NyAzNC4zMjk0IDEyLjMyIDM1LjQwOTQgMTIuMzJDMzYuNDg5NCAxMi4zMiAzNy40MzYgMTIuNjA2NyAzOC4yNDk0IDEzLjE4QzM5LjA2MjcgMTMuNzQgMzkuNjg5NCAxNC41NDY3IDQwLjEyOTQgMTUuNkM0MC41Njk0IDE2LjY1MzMgNDAuNzg5NCAxNy44OCA0MC43ODk0IDE5LjI4QzQwLjc4OTQgMjAuNjkzMyA0MC41Njk0IDIxLjkyNjcgNDAuMTI5NCAyMi45OEMzOS42ODk0IDI0LjAzMzMgMzkuMDYyNyAyNC44NDY3IDM4LjI0OTQgMjUuNDJDMzcuNDM2IDI1Ljk5MzMgMzYuNDg5NCAyNi4yOCAzNS40MDk0IDI2LjI4Wk0zNS40MDk0IDIzLjU0QzM2LjE0MjcgMjMuNTQgMzYuNzA5NCAyMy4xNzMzIDM3LjEwOTQgMjIuNDRDMzcuNTA5NCAyMS43MDY3IDM3LjcwOTQgMjAuNjYgMzcuNzA5NCAxOS4zQzM3LjcwOTQgMTcuOTUzMyAzNy41MDk0IDE2LjkxMzMgMzcuMTA5NCAxNi4xOEMzNi43MDk0IDE1LjQzMzMgMzYuMTQyNyAxNS4wNiAzNS40MDk0IDE1LjA2QzM0LjY3NiAxNS4wNiAzNC4xMDk0IDE1LjQyNjcgMzMuNzA5NCAxNi4xNkMzMy4zMDk0IDE2Ljg5MzMgMzMuMTA5NCAxNy45NCAzMy4xMDk0IDE5LjNDMzMuMTA5NCAyMC42NiAzMy4zMDk0IDIxLjcwNjcgMzMuNzA5NCAyMi40NEMzNC4xMDk0IDIzLjE3MzMgMzQuNjc2IDIzLjU0IDM1LjQwOTQgMjMuNTRaTTQ4LjAyNjYgMjYuMjhDNDYuOTQ2NiAyNi4yOCA0NS45OTk5IDI1Ljk5MzMgNDUuMTg2NiAyNS40MkM0NC4zNzMyIDI0Ljg0NjcgNDMuNzQ2NiAyNC4wMzMzIDQzLjMwNjYgMjIuOThDNDIuODY2NiAyMS45MTMzIDQyLjY0NjYgMjAuNjggNDIuNjQ2NiAxOS4yOEM0Mi42NDY2IDE3Ljg4IDQyLjg2NjYgMTYuNjYgNDMuMzA2NiAxNS42MkM0My43NDY2IDE0LjU2NjcgNDQuMzczMiAxMy43NTMzIDQ1LjE4NjYgMTMuMThDNDUuOTk5OSAxMi42MDY3IDQ2Ljk0NjYgMTIuMzIgNDguMDI2NiAxMi4zMkM0OS4xMDY2IDEyLjMyIDUwLjA1MzIgMTIuNjA2NyA1MC44NjY2IDEzLjE4QzUxLjY3OTkgMTMuNzQgNTIuMzA2NiAxNC41NDY3IDUyLjc0NjYgMTUuNkM1My4xODY2IDE2LjY1MzMgNTMuNDA2NiAxNy44OCA1My40MDY2IDE5LjI4QzUzLjQwNjYgMjAuNjkzMyA1My4xODY2IDIxLjkyNjcgNTIuNzQ2NiAyMi45OEM1Mi4zMDY2IDI0LjAzMzMgNTEuNjc5OSAyNC44NDY3IDUwLjg2NjYgMjUuNDJDNTAuMDUzMiAyNS45OTMzIDQ5LjEwNjYgMjYuMjggNDguMDI2NiAyNi4yOFpNNDguMDI2NiAyMy41NEM0OC43NTk5IDIzLjU0IDQ5LjMyNjYgMjMuMTczMyA0OS43MjY2IDIyLjQ0QzUwLjEyNjYgMjEuNzA2NyA1MC4zMjY2IDIwLjY2IDUwLjMyNjYgMTkuM0M1MC4zMjY2IDE3Ljk1MzMgNTAuMTI2NiAxNi45MTMzIDQ5LjcyNjYgMTYuMThDNDkuMzI2NiAxNS40MzMzIDQ4Ljc1OTkgMTUuMDYgNDguMDI2NiAxNS4wNkM0Ny4yOTMyIDE1LjA2IDQ2LjcyNjYgMTUuNDI2NyA0Ni4zMjY2IDE2LjE2QzQ1LjkyNjYgMTYuODkzMyA0NS43MjY2IDE3Ljk0IDQ1LjcyNjYgMTkuM0M0NS43MjY2IDIwLjY2IDQ1LjkyNjYgMjEuNzA2NyA0Ni4zMjY2IDIyLjQ0QzQ2LjcyNjYgMjMuMTczMyA0Ny4yOTMyIDIzLjU0IDQ4LjAyNjYgMjMuNTRaTTYwLjY1NjkgMjZWMjQuMjZINTkuNDE2OVYyMi40Nkg2MC42NTY5VjIxLjYySDU5LjQxNjlWMTguOUg2MC42NTY5VjEyLjZINjQuNzE2OUM2NS42NjM1IDEyLjYgNjYuNTEwMiAxMi43OTMzIDY3LjI1NjkgMTMuMThDNjguMDE2OSAxMy41NjY3IDY4LjYxMDIgMTQuMTA2NyA2OS4wMzY5IDE0LjhDNjkuNDYzNSAxNS40OCA2OS42NzY5IDE2LjI0NjcgNjkuNjc2OSAxNy4xQzY5LjY3NjkgMTcuOTY2NyA2OS40NjM1IDE4Ljc0NjcgNjkuMDM2OSAxOS40NEM2OC42MjM1IDIwLjEyIDY4LjA0MzUgMjAuNjYgNjcuMjk2OSAyMS4wNkM2Ni41NjM1IDIxLjQ0NjcgNjUuNzMwMiAyMS42NCA2NC43OTY5IDIxLjY0SDYzLjU3NjlWMjIuNDZINjYuNTE2OVYyNC4yNkg2My41NzY5VjI2SDYwLjY1NjlaTTY0LjcxNjkgMTguOUM2NS4zMzAyIDE4LjkgNjUuODIzNSAxOC43NDY3IDY2LjE5NjkgMTguNDRDNjYuNTcwMiAxOC4xMiA2Ni43NTY5IDE3LjY4IDY2Ljc1NjkgMTcuMTJDNjYuNzU2OSAxNi41NzMzIDY2LjU3MDIgMTYuMTQgNjYuMTk2OSAxNS44MkM2NS44MjM1IDE1LjUgNjUuMzMwMiAxNS4zNCA2NC43MTY5IDE1LjM0SDYzLjU3NjlWMTguOUg2NC43MTY5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 5px;
	top: calc(50% - 33px);
	height: 39px;
	width: 75px;
}
.akcia.akcia_by::before {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA3OCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjI2NTcgNC44Njc1NkM3LjQ4MjU2IDEuOTE1OTggMTAuMzgwMSAwIDEzLjU4NzggMEg3MEM3NC40MTgzIDAgNzggMy41ODE3MiA3OCA4VjMxQzc4IDM1LjQxODMgNzQuNDE4MyAzOSA3MCAzOUgxMy41ODc4QzEwLjM4MDEgMzkgNy40ODI1NiAzNy4wODQgNi4yMjY1NyAzNC4xMzI0TDEuMzMyOTUgMjIuNjMyNEMwLjQ4MTI3MSAyMC42MzEgMC40ODEyNyAxOC4zNjkgMS4zMzI5NSAxNi4zNjc2TDYuMjI2NTcgNC44Njc1NloiIGZpbGw9IiNCNkI2QjYiLz4KPHBhdGggZD0iTTEyLjEyMTYgMjIuMDRINy40MjE1NlYxOS41NkgxMi4xMjE2VjIyLjA0Wk0xOC41Mjg4IDIzLjM2SDIzLjI4ODhWMjZIMTMuNzg4OFYyNC40OEwxOC4zNjg4IDE5LjdDMTkuMDQ4OCAxOC45OCAxOS41MjIxIDE4LjM4NjcgMTkuNzg4OCAxNy45MkMyMC4wNjg4IDE3LjQ1MzMgMjAuMjA4OCAxNyAyMC4yMDg4IDE2LjU2QzIwLjIwODggMTYuMDUzMyAyMC4wNTU0IDE1LjY2IDE5Ljc0ODggMTUuMzhDMTkuNDU1NCAxNS4wODY3IDE5LjA1NTQgMTQuOTQgMTguNTQ4OCAxNC45NEMxNy41MjIxIDE0Ljk0IDE2LjgwODggMTUuNjEzMyAxNi40MDg4IDE2Ljk2TDEzLjY4ODggMTYuMjRDMTQuMzY4OCAxMy42MjY3IDE2LjAyODggMTIuMzIgMTguNjY4OCAxMi4zMkMxOS41MzU0IDEyLjMyIDIwLjMwMjEgMTIuNDkzMyAyMC45Njg4IDEyLjg0QzIxLjY0ODggMTMuMTczMyAyMi4xNzU0IDEzLjY1MzMgMjIuNTQ4OCAxNC4yOEMyMi45MzU0IDE0Ljg5MzMgMjMuMTI4OCAxNS42MDY3IDIzLjEyODggMTYuNDJDMjMuMTI4OCAxNy4xMTMzIDIyLjk2ODggMTcuODEzMyAyMi42NDg4IDE4LjUyQzIyLjM0MjEgMTkuMjI2NyAyMS43ODg4IDE5Ljk5MzMgMjAuOTg4OCAyMC44MkwxOC41Mjg4IDIzLjM2Wk0zMC41MzgzIDI2LjI4QzI5LjQ1ODMgMjYuMjggMjguNTExNiAyNS45OTMzIDI3LjY5ODMgMjUuNDJDMjYuODg0OSAyNC44NDY3IDI2LjI1ODMgMjQuMDMzMyAyNS44MTgzIDIyLjk4QzI1LjM3ODMgMjEuOTEzMyAyNS4xNTgzIDIwLjY4IDI1LjE1ODMgMTkuMjhDMjUuMTU4MyAxNy44OCAyNS4zNzgzIDE2LjY2IDI1LjgxODMgMTUuNjJDMjYuMjU4MyAxNC41NjY3IDI2Ljg4NDkgMTMuNzUzMyAyNy42OTgzIDEzLjE4QzI4LjUxMTYgMTIuNjA2NyAyOS40NTgzIDEyLjMyIDMwLjUzODMgMTIuMzJDMzEuNjE4MyAxMi4zMiAzMi41NjQ5IDEyLjYwNjcgMzMuMzc4MyAxMy4xOEMzNC4xOTE2IDEzLjc0IDM0LjgxODMgMTQuNTQ2NyAzNS4yNTgzIDE1LjZDMzUuNjk4MyAxNi42NTMzIDM1LjkxODMgMTcuODggMzUuOTE4MyAxOS4yOEMzNS45MTgzIDIwLjY5MzMgMzUuNjk4MyAyMS45MjY3IDM1LjI1ODMgMjIuOThDMzQuODE4MyAyNC4wMzMzIDM0LjE5MTYgMjQuODQ2NyAzMy4zNzgzIDI1LjQyQzMyLjU2NDkgMjUuOTkzMyAzMS42MTgzIDI2LjI4IDMwLjUzODMgMjYuMjhaTTMwLjUzODMgMjMuNTRDMzEuMjcxNiAyMy41NCAzMS44MzgzIDIzLjE3MzMgMzIuMjM4MyAyMi40NEMzMi42MzgzIDIxLjcwNjcgMzIuODM4MyAyMC42NiAzMi44MzgzIDE5LjNDMzIuODM4MyAxNy45NTMzIDMyLjYzODMgMTYuOTEzMyAzMi4yMzgzIDE2LjE4QzMxLjgzODMgMTUuNDMzMyAzMS4yNzE2IDE1LjA2IDMwLjUzODMgMTUuMDZDMjkuODA0OSAxNS4wNiAyOS4yMzgzIDE1LjQyNjcgMjguODM4MyAxNi4xNkMyOC40MzgzIDE2Ljg5MzMgMjguMjM4MyAxNy45NCAyOC4yMzgzIDE5LjNDMjguMjM4MyAyMC42NiAyOC40MzgzIDIxLjcwNjcgMjguODM4MyAyMi40NEMyOS4yMzgzIDIzLjE3MzMgMjkuODA0OSAyMy41NCAzMC41MzgzIDIzLjU0Wk00Ny45NDg2IDE2LjUyQzQ4LjczNTMgMTYuNTIgNDkuNDU1MyAxNi43MzMzIDUwLjEwODYgMTcuMTZDNTAuNzYxOSAxNy41ODY3IDUxLjI3NTMgMTguMTczMyA1MS42NDg2IDE4LjkyQzUyLjAzNTMgMTkuNjY2NyA1Mi4yMjg2IDIwLjQ5MzMgNTIuMjI4NiAyMS40QzUyLjIyODYgMjIuMzA2NyA1Mi4wMzUzIDIzLjEzMzMgNTEuNjQ4NiAyMy44OEM1MS4yNzUzIDI0LjYyNjcgNTAuNzQ4NiAyNS4yMTMzIDUwLjA2ODYgMjUuNjRDNDkuNDAxOSAyNi4wNjY3IDQ4LjY0MTkgMjYuMjggNDcuNzg4NiAyNi4yOEM0Ni44MTUzIDI2LjI4IDQ1LjkyMTkgMjUuOTkzMyA0NS4xMDg2IDI1LjQyVjI4LjlINDIuNDI4NlYxNi44SDQ1LjEwODZWMTcuODJDNDUuODY4NiAxNi45NTMzIDQ2LjgxNTMgMTYuNTIgNDcuOTQ4NiAxNi41MlpNNDcuMjA4NiAyMy44NEM0Ny44ODg2IDIzLjg0IDQ4LjQ0ODYgMjMuNjA2NyA0OC44ODg2IDIzLjE0QzQ5LjMyODYgMjIuNjczMyA0OS41NDg2IDIyLjA5MzMgNDkuNTQ4NiAyMS40QzQ5LjU0ODYgMjAuNzA2NyA0OS4zMjg2IDIwLjEyNjcgNDguODg4NiAxOS42NkM0OC40NjE5IDE5LjE5MzMgNDcuOTE1MyAxOC45NiA0Ny4yNDg2IDE4Ljk2QzQ2LjQyMTkgMTguOTYgNDUuNzA4NiAxOS4zNDY3IDQ1LjEwODYgMjAuMTJWMjIuOThDNDUuNzYxOSAyMy41NTMzIDQ2LjQ2MTkgMjMuODQgNDcuMjA4NiAyMy44NFpNNTcuNTgwNSAyOC45SDU0Ljg0MDVMNTUuODYwNSAyNi4xOEw1Mi41MDA1IDE2LjhINTUuMzgwNUw1Ny4zODA1IDIyLjYyTDU5LjM0MDUgMTYuOEg2Mi4wODA1TDU3LjU4MDUgMjguOVpNNjguNjA4OSAxNi45MkM2OS4zODIyIDE2LjkyIDcwLjA4MjIgMTcuMTI2NyA3MC43MDg5IDE3LjU0QzcxLjM0ODkgMTcuOTUzMyA3MS44NDg5IDE4LjUxMzMgNzIuMjA4OSAxOS4yMkM3Mi41Njg5IDE5LjkyNjcgNzIuNzQ4OSAyMC43MTMzIDcyLjc0ODkgMjEuNThDNzIuNzQ4OSAyMi40NzMzIDcyLjU0MjIgMjMuMjggNzIuMTI4OSAyNEM3MS43MTU2IDI0LjcwNjcgNzEuMTQyMiAyNS4yNjY3IDcwLjQwODkgMjUuNjhDNjkuNjc1NiAyNi4wOCA2OC44NDg5IDI2LjI4IDY3LjkyODkgMjYuMjhDNjYuOTU1NiAyNi4yOCA2Ni4wODg5IDI2LjA2IDY1LjMyODkgMjUuNjJDNjQuNTgyMiAyNS4xNjY3IDYzLjk5NTYgMjQuNTMzMyA2My41Njg5IDIzLjcyQzYzLjE1NTYgMjIuOTA2NyA2Mi45NDg5IDIxLjk2NjcgNjIuOTQ4OSAyMC45VjE5Ljc2QzYyLjk0ODkgMTguMzYgNjMuMTIyMiAxNy4yMjY3IDYzLjQ2ODkgMTYuMzZDNjMuODI4OSAxNS40OCA2NC4zNzU2IDE0LjgyIDY1LjEwODkgMTQuMzhDNjUuODQyMiAxMy45MjY3IDY2Ljc5NTYgMTMuNjQgNjcuOTY4OSAxMy41MkM2OS4yNjIyIDEzLjQgNzAuMjIyMiAxMy4wOTMzIDcwLjg0ODkgMTIuNkw3Mi4wODg5IDE0LjU0QzcxLjc4MjIgMTQuOSA3MS4zMjg5IDE1LjIwNjcgNzAuNzI4OSAxNS40NkM3MC4xMjg5IDE1LjcgNjkuNDE1NiAxNS44NDY3IDY4LjU4ODkgMTUuOUM2Ny42Njg5IDE1Ljk1MzMgNjYuOTg4OSAxNi4xNTMzIDY2LjU0ODkgMTYuNUM2Ni4xMjIyIDE2Ljg0NjcgNjUuODQ4OSAxNy4zODY3IDY1LjcyODkgMTguMTJDNjYuNTY4OSAxNy4zMiA2Ny41Mjg5IDE2LjkyIDY4LjYwODkgMTYuOTJaTTY3LjkyODkgMjMuODRDNjguNTQyMiAyMy44NCA2OS4wNDIyIDIzLjYyIDY5LjQyODkgMjMuMThDNjkuODE1NiAyMi43NCA3MC4wMDg5IDIyLjIwNjcgNzAuMDA4OSAyMS41OEM3MC4wMDg5IDIwLjk1MzMgNjkuODE1NiAyMC40MjY3IDY5LjQyODkgMjBDNjkuMDQyMiAxOS41NzMzIDY4LjUyMjIgMTkuMzYgNjcuODY4OSAxOS4zNkM2Ni45ODg5IDE5LjM2IDY2LjI0ODkgMTkuNzI2NyA2NS42NDg5IDIwLjQ2VjIwLjk2QzY1LjY0ODkgMjEuODQgNjUuODYyMiAyMi41NCA2Ni4yODg5IDIzLjA2QzY2LjcyODkgMjMuNTggNjcuMjc1NiAyMy44NCA2Ny45Mjg5IDIzLjg0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 5px;
	top: calc(50% - 33px);
	height: 39px;
	width: 75px;
}
.akcia.one_rub::before {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA3OCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjI2NTcgNC44Njc1NkM3LjQ4MjU2IDEuOTE1OTggMTAuMzgwMSAwIDEzLjU4NzggMEg3MEM3NC40MTgzIDAgNzggMy41ODE3MiA3OCA4VjMxQzc4IDM1LjQxODMgNzQuNDE4MyAzOSA3MCAzOUgxMy41ODc4QzEwLjM4MDEgMzkgNy40ODI1NiAzNy4wODQgNi4yMjY1NyAzNC4xMzI0TDEuMzMyOTUgMjIuNjMyNEMwLjQ4MTI3MSAyMC42MzEgMC40ODEyNyAxOC4zNjkgMS4zMzI5NSAxNi4zNjc2TDYuMjI2NTcgNC44Njc1NloiIGZpbGw9IiNCNkI2QjYiLz4KPHBhdGggZD0iTTM3LjE2NSAyNkgzNC4yNDVWMTYuNEwzMi42ODUgMTcuNDZMMzEuMjQ1IDE1LjM0TDM1LjY0NSAxMi4zNkgzNy4xNjVWMjZaTTQ1LjAxNjMgMjZWMjQuMjZINDMuNzc2M1YyMi40Nkg0NS4wMTYzVjIxLjYySDQzLjc3NjNWMTguOUg0NS4wMTYzVjEyLjZINDkuMDc2M0M1MC4wMjI5IDEyLjYgNTAuODY5NiAxMi43OTMzIDUxLjYxNjMgMTMuMThDNTIuMzc2MyAxMy41NjY3IDUyLjk2OTYgMTQuMTA2NyA1My4zOTYzIDE0LjhDNTMuODIyOSAxNS40OCA1NC4wMzYzIDE2LjI0NjcgNTQuMDM2MyAxNy4xQzU0LjAzNjMgMTcuOTY2NyA1My44MjI5IDE4Ljc0NjcgNTMuMzk2MyAxOS40NEM1Mi45ODI5IDIwLjEyIDUyLjQwMjkgMjAuNjYgNTEuNjU2MyAyMS4wNkM1MC45MjI5IDIxLjQ0NjcgNTAuMDg5NiAyMS42NCA0OS4xNTYzIDIxLjY0SDQ3LjkzNjNWMjIuNDZINTAuODc2M1YyNC4yNkg0Ny45MzYzVjI2SDQ1LjAxNjNaTTQ5LjA3NjMgMTguOUM0OS42ODk2IDE4LjkgNTAuMTgyOSAxOC43NDY3IDUwLjU1NjMgMTguNDRDNTAuOTI5NiAxOC4xMiA1MS4xMTYzIDE3LjY4IDUxLjExNjMgMTcuMTJDNTEuMTE2MyAxNi41NzMzIDUwLjkyOTYgMTYuMTQgNTAuNTU2MyAxNS44MkM1MC4xODI5IDE1LjUgNDkuNjg5NiAxNS4zNCA0OS4wNzYzIDE1LjM0SDQ3LjkzNjNWMTguOUg0OS4wNzYzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 5px;
	top: calc(50% - 33px);
	height: 39px;
	width: 75px;
}
.akcia.akcia_by.one_rub::before {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCA3OCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjI2NTcgNC44Njc1NkM3LjQ4MjU2IDEuOTE1OTggMTAuMzgwMSAwIDEzLjU4NzggMEg3MEM3NC40MTgzIDAgNzggMy41ODE3MiA3OCA4VjMxQzc4IDM1LjQxODMgNzQuNDE4MyAzOSA3MCAzOUgxMy41ODc4QzEwLjM4MDEgMzkgNy40ODI1NiAzNy4wODQgNi4yMjY1NyAzNC4xMzI0TDEuMzMyOTUgMjIuNjMyNEMwLjQ4MTI3MSAyMC42MzEgMC40ODEyNyAxOC4zNjkgMS4zMzI5NSAxNi4zNjc2TDYuMjI2NTcgNC44Njc1NloiIGZpbGw9IiNCNkI2QjYiLz4KPHBhdGggZD0iTTI2Ljk3OTUgMjZIMjQuMDU5NVYxNi40TDIyLjQ5OTUgMTcuNDZMMjEuMDU5NSAxNS4zNEwyNS40NTk1IDEyLjM2SDI2Ljk3OTVWMjZaTTM5LjYxMDcgMTYuNTJDNDAuMzk3NCAxNi41MiA0MS4xMTc0IDE2LjczMzMgNDEuNzcwNyAxNy4xNkM0Mi40MjQgMTcuNTg2NyA0Mi45Mzc0IDE4LjE3MzMgNDMuMzEwNyAxOC45MkM0My42OTc0IDE5LjY2NjcgNDMuODkwNyAyMC40OTMzIDQzLjg5MDcgMjEuNEM0My44OTA3IDIyLjMwNjcgNDMuNjk3NCAyMy4xMzMzIDQzLjMxMDcgMjMuODhDNDIuOTM3NCAyNC42MjY3IDQyLjQxMDcgMjUuMjEzMyA0MS43MzA3IDI1LjY0QzQxLjA2NCAyNi4wNjY3IDQwLjMwNCAyNi4yOCAzOS40NTA3IDI2LjI4QzM4LjQ3NzQgMjYuMjggMzcuNTg0IDI1Ljk5MzMgMzYuNzcwNyAyNS40MlYyOC45SDM0LjA5MDdWMTYuOEgzNi43NzA3VjE3LjgyQzM3LjUzMDcgMTYuOTUzMyAzOC40Nzc0IDE2LjUyIDM5LjYxMDcgMTYuNTJaTTM4Ljg3MDcgMjMuODRDMzkuNTUwNyAyMy44NCA0MC4xMTA3IDIzLjYwNjcgNDAuNTUwNyAyMy4xNEM0MC45OTA3IDIyLjY3MzMgNDEuMjEwNyAyMi4wOTMzIDQxLjIxMDcgMjEuNEM0MS4yMTA3IDIwLjcwNjcgNDAuOTkwNyAyMC4xMjY3IDQwLjU1MDcgMTkuNjZDNDAuMTI0IDE5LjE5MzMgMzkuNTc3NCAxOC45NiAzOC45MTA3IDE4Ljk2QzM4LjA4NCAxOC45NiAzNy4zNzA3IDE5LjM0NjcgMzYuNzcwNyAyMC4xMlYyMi45OEMzNy40MjQgMjMuNTUzMyAzOC4xMjQgMjMuODQgMzguODcwNyAyMy44NFpNNDkuMjQyNiAyOC45SDQ2LjUwMjZMNDcuNTIyNiAyNi4xOEw0NC4xNjI2IDE2LjhINDcuMDQyNkw0OS4wNDI2IDIyLjYyTDUxLjAwMjYgMTYuOEg1My43NDI2TDQ5LjI0MjYgMjguOVpNNjAuMjcxIDE2LjkyQzYxLjA0NDMgMTYuOTIgNjEuNzQ0MyAxNy4xMjY3IDYyLjM3MSAxNy41NEM2My4wMTEgMTcuOTUzMyA2My41MTEgMTguNTEzMyA2My44NzEgMTkuMjJDNjQuMjMxIDE5LjkyNjcgNjQuNDExIDIwLjcxMzMgNjQuNDExIDIxLjU4QzY0LjQxMSAyMi40NzMzIDY0LjIwNDMgMjMuMjggNjMuNzkxIDI0QzYzLjM3NzcgMjQuNzA2NyA2Mi44MDQzIDI1LjI2NjcgNjIuMDcxIDI1LjY4QzYxLjMzNzcgMjYuMDggNjAuNTExIDI2LjI4IDU5LjU5MSAyNi4yOEM1OC42MTc3IDI2LjI4IDU3Ljc1MSAyNi4wNiA1Ni45OTEgMjUuNjJDNTYuMjQ0MyAyNS4xNjY3IDU1LjY1NzcgMjQuNTMzMyA1NS4yMzEgMjMuNzJDNTQuODE3NyAyMi45MDY3IDU0LjYxMSAyMS45NjY3IDU0LjYxMSAyMC45VjE5Ljc2QzU0LjYxMSAxOC4zNiA1NC43ODQzIDE3LjIyNjcgNTUuMTMxIDE2LjM2QzU1LjQ5MSAxNS40OCA1Ni4wMzc3IDE0LjgyIDU2Ljc3MSAxNC4zOEM1Ny41MDQzIDEzLjkyNjcgNTguNDU3NyAxMy42NCA1OS42MzEgMTMuNTJDNjAuOTI0MyAxMy40IDYxLjg4NDMgMTMuMDkzMyA2Mi41MTEgMTIuNkw2My43NTEgMTQuNTRDNjMuNDQ0MyAxNC45IDYyLjk5MSAxNS4yMDY3IDYyLjM5MSAxNS40NkM2MS43OTEgMTUuNyA2MS4wNzc3IDE1Ljg0NjcgNjAuMjUxIDE1LjlDNTkuMzMxIDE1Ljk1MzMgNTguNjUxIDE2LjE1MzMgNTguMjExIDE2LjVDNTcuNzg0MyAxNi44NDY3IDU3LjUxMSAxNy4zODY3IDU3LjM5MSAxOC4xMkM1OC4yMzEgMTcuMzIgNTkuMTkxIDE2LjkyIDYwLjI3MSAxNi45MlpNNTkuNTkxIDIzLjg0QzYwLjIwNDMgMjMuODQgNjAuNzA0MyAyMy42MiA2MS4wOTEgMjMuMThDNjEuNDc3NyAyMi43NCA2MS42NzEgMjIuMjA2NyA2MS42NzEgMjEuNThDNjEuNjcxIDIwLjk1MzMgNjEuNDc3NyAyMC40MjY3IDYxLjA5MSAyMEM2MC43MDQzIDE5LjU3MzMgNjAuMTg0MyAxOS4zNiA1OS41MzEgMTkuMzZDNTguNjUxIDE5LjM2IDU3LjkxMSAxOS43MjY3IDU3LjMxMSAyMC40NlYyMC45NkM1Ny4zMTEgMjEuODQgNTcuNTI0MyAyMi41NCA1Ny45NTEgMjMuMDZDNTguMzkxIDIzLjU4IDU4LjkzNzcgMjMuODQgNTkuNTkxIDIzLjg0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 5px;
	top: calc(50% - 33px);
	height: 39px;
	width: 75px;
}
.colortext {
	font-weight: bold;
}
.conditions {
	width: 100%;
	background: var(--color-p-yellow);
	display: block;
	border-radius: var(--border-radius-main-min);
	text-align: center;
	margin: 15px 0 0;
	padding: 2px 2px 3px;
	font-size: var(--font-size-s-fixed);
}
.this_item_props .param_item {
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.this_item_props .param_item::before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	border-bottom: 1px dashed var(--color-grey);
	width: 100%;
	top: 9px;
}
.param_item .param_name, .param_item .param_value, .param_item ul {
	background: var(--color-white);
	position: relative;
	z-index: 1;
	padding: 0 5px 0 0;
}
.param_item .param_value {
	padding: 0 0 0 5px;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 18px;
	text-align: right;
	white-space: nowrap;
}
.this_item_props .clearfix {
	display: none;
}
.configurator .clearfix {
	display: none;
}
.this_step_tab_item {
	width: max-content;
	height: 35px;
	border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
	padding: 4px 10px 4px 6px;
	display: inline-flex;
	gap: 5px;
	align-items: center;
	margin-right: 5px;
	border-bottom: none;
	min-width: unset;
	border: 1px solid var(--color-white);
	position: relative;
	background: var(--color-white);
	text-align: center;
	border-color: var(--color-medium-grey);
	top: 1px;
	cursor: pointer;
	transition: background 0.1s ease, border 0.1s ease;
}
.this_step_tab_item.active {
	background: var(--color-green);
	color: var(--color-white);
	display: inline-flex;
	border-color: var(--color-green);
	top: 1px;
}
.this_step_tab_item_cont:hover .this_step_tab_item {
	background-color: var(--color-ad-green);
	border-color: var(--color-ad-green);
}
.this_step_tab_item_cont:hover .this_step_tab_item.active {
	background-color: var(--color-green);
	border-color: var(--color-green);
}
body .title_text.last_step_title {
	padding-top: 10px;
}
.is_last_step .conf_container_inner {
	background: none;
	display: block;
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
}
.is_last_step .right_part {
	background: none;
	box-shadow: none;
	border: none;
}
.dno_block {
	display: none;
}
.this_step_tab_item.inactive {
	filter: blur(0.6px);
	/*pointer-events: none;*/
	opacity: 0.5;
}
.right_part > div {
	position: relative;
	height: 100%;
}
.right_part.accs_cont > div[id*="comp_"] {
	height: auto;
	max-height: 100%;
}
.right_part.accs_cont .right_part_tab_body {
	height: calc(100vh - 172px);
}
.right_part_tab_body.disalow {
	filter: blur(5px);
}
.disalow_owrelay {
	position: absolute;
	top: 55px;
	height: calc(100% - 50px);
	left: 0px;
	width: 100%;
	z-index: 999;
}
.disalow_owrelay .disalow_owrelay_text {
	position: absolute;
	top: 30%;
	z-index: 999;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	margin-top: -30px;
	min-height: 60px;
	font-size: 16px;
	text-align: center;
	background: #e3e3e3ba;
	border-radius: 6px;
	padding: 10px;
}
.disalow_owrelay .disalow_owrelay_text span {
	color: var(--color-orange);
	cursor: pointer;
	font-weight: bold;
}
.is_top_items .background_cont.selected::after, .profil_selection .profile_type .background_cont.selected::after {
	content: "";
	background-image: url("/include/step_by_step_master/icons/new/select_section.svg");
  	background-size: 100%;
  	background-repeat: no-repeat;
  	background-position: center;
  	height: 30px;
  	width: 30px;
  	display: block;
  	position: absolute;
  	right: 10px;
  	top: 10px;
}
.photo-section.is_profil .row.is_top_items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.photo-section.is_profil .colors_tab_title {
	font-weight: bold;
	font-size: var(--font-size-m);
	margin: 15px 0;
}
.param_description_bnt_trigger {
	display: none;
}
.profile_colors_tab_item {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.profil_selection .colors_tab_title {
	margin: 10px 0;
}
.configurator .profile_colors_tab_item .photo_section_item {
	width: calc(25% - 7.5px);
}
@media(min-width: 1600px) {
	.configurator .profile_colors_tab_item .photo_section_item {
		width: calc(16% - 7.5px);
	}
}
.length_selector_item {
	opacity: 0.5;
}
.active .length_selector_item {
	opacity: 1;
}
.length_selector_item label {
	display: block;
}
.ajax_search {
	display: block!important;
  	position: absolute;
  	top: 0;
  	margin-top: 15px;
  	height: 33px;
  	right: 0;
  	margin-right: 15px;
}
.ajax_search input {
	height: 30px;
}
.photo_section_wrapper .ajax_search {
	margin-top: -41px;
	margin-right: unset;
}
.photo_section_wrapper {
	height: calc(100% - 15px);
	position: relative;
}
.row.selects_row + .photo_section_wrapper {
	height: calc(100% - 125px);
}
.row.selects_row + .photo_section_wrapper .photo-section {
	height: calc(100% - 15px);
	border-radius: var(--border-radius-main);
}
.has_fur .row.selects_row + .photo_section_wrapper .photo-section {
	height: calc(100% - 15px);
}
.fur_main_text {
	margin-top: 10px;
}
body .configurator .col-lg-5.modal_right_pad_fix {
	width: 40% !important;
}
body .configurator .modal_left_pad_fix {
	width: 60%;
}
.selects_row .select_ {
	margin-top: 10px;
}
.photo-section {
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 10px;
	padding-top: 5px;
	height: calc(100% - 15px);
	border-radius: var(--border-radius-main);
}
.photo-section.soft {
	height: calc(100% - 145px);
}
.new_page {
	height: auto;
	flex-direction: row;
	width: 100% !important;
}
.standart_undo{
	margin-top: -41px;
}
.configurator .photo_section_item, .single_prop .photo_section_item, .duble_item {
	height: 120px;
	width: calc(25% - 10px);
}
.group_title.colors_tab_title {
	width: 100%;
	font-size: var(--font-size-n);
	font-weight: bold;
	margin-top: 10px;
}
.new_page.accs_section.groups_comp {
	height: calc(100vh - 220px);
}
.print_border {
	display: flex;
}
body .configurator .modal_left_pad_fix.last_step {
	width: 50%;
}
.right_part_tab_body {
	height: calc(100vh - 190px);
	overflow: hidden;
	position: relative;
}
.conf_dop_info {
	background: url(/bitrix/templates/redesign2024/images/sprite.png) -141px -1191px no-repeat;
	border-radius: 50%;
	border: 1px solid #6b6969;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	cursor: pointer;
	z-index: 200;
}
.mobile_dop_text_spoiler {
	position: absolute;
	background: #f5f5f5;
	right: -15px;
	width: calc(100% + 30px);
	border-radius: 8px;
	padding: 15px;
	z-index: 99999999;
	box-shadow: 0px 32px 32px rgba(0, 0, 0, 0.1003), 0px 12.34px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.52px 20.02px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725);
	border: 1px solid #f0f0f0;
	bottom: 115px;
	opacity: 0;
	pointer-events: none;
	text-align: center;
}
.mobile_dop_text_spoiler.active {
	opacity: 1;
	pointer-events: auto;
	bottom: 65px;
}
#main_shpon_cont .standart_undo {
	float: none;
	width: max-content;
	width: 250px;
}
#main_shpon_cont .colors_tab_title {
	font-weight: bold;
	font-size: var(--font-size-n);
	margin-bottom: 10px;
	margin-top: 10px;
}
.profile_colors_tab_item_wrapper {
	display: flex;
	gap: 10px;
	width: 100%;
	flex-wrap: wrap;
}
.right_items_col .profile_colors_tab_item_wrapper_cont.color_type_cont {
	padding: 0;
	padding-bottom: 5px;
	border: none;
}
.shpon_selection .data-item {
	height: 50px;
}
.shpon_selection .profile_type .data-item {
	height: 37px;
}
.shpon_selection .tab_container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	display: none;
}
.shpon_selection .color_type_cont .btns_cont_inner {
	justify-content: end;
}
.shpon_selection .tab_container.active {
	display: flex;
}
.right_part_tab_body.disalow {
	height: calc(100vh - 233px);
}
.left_part .conf_main_pic {
	display: block;
}
.left_part .picture_warning.hidden-xs {
	display: block;
	padding-bottom: 5px;
  	color: var(--color-dark-grey);
  	font-size: var(--font-size-s-fixed);
}
.btns_row_right_col.hidden-xs {
	position: relative;
}
.pic_dropdown_show {
	display: block;
	float: none;
	margin: 10px 0 0;
}
.FeedBack .btns_row_right_col .price_block {
	display: flex;
	float: none;
	width: 247px;
	top: unset;
	bottom: -5px;
	right: 0;
}
._price_n_btns .pic_dropdown_show {
	float: left;
	margin: 0 0 0 5px;
}
.FeedBack .btns_row_right_col ._price_n_btns .price_block {
	display: flex;
	top: 5px;
	bottom: unset;
	right: 5px;
	width: auto;
}
.pic_dropdown_.active {
	top: 130px;
}
._price_n_btns .pic_dropdown_.active {
	top: 60px;
}
.fancy_conf_container .morefotodetail {
	width: calc( 25% - 5px );
}
.configurator .FeedBack .right_part .right_part_tab_body {    
    overflow-y: auto;
    scrollbar-width: thin;
}
.configurator .FeedBack .right_part .right_part_tab_body {                                
    scrollbar-color: #fdc5ad #e1e1e1;
    scrollbar-width: thin;
}
.configurator .FeedBack .right_part .right_part_tab_body::-webkit-scrollbar-track{
 	 width: 7px;
     background: #e1e1e1;
}
.configurator .FeedBack .right_part .right_part_tab_body::-webkit-scrollbar-thumb{
    background: #fdc5ad;
} 
.modal_title_btn_conf{
    opacity: 0;
    visibility: hidden;
    width: 200px;
    top: 0;
    position: absolute;
    background: var(--color-p-yellow);
    border-radius: var(--border-radius-main);
    box-shadow: var(--box-shadow-add);
    z-index: 9999;
    padding: 7px;
    font-size: 12px;
    text-align: center;
}
.modal_title_btn_conf.active{
    opacity:1;
    visibility: visible;
}
@media(max-width:1499px){
    .modal_title_btn_conf{
        right: 12px;
    }
}
.price_and_buy_btn_cont {
	display: block;
	bottom: 25px;
	position: absolute;
	left: 15px;
	width: calc(40% - 30px);
	border-radius: var(--border-radius-main);
	background: var(--color-white);
	padding: 10px;
}
.bottom_old_price_cont {
	display: inline-block;
	text-decoration: line-through;
	margin-right:5px;
}           
.bottom_old_price_cont span {
	text-transform: lowercase;
}
.bottom_buy_btn {
	height: 40px;
	border-radius: var(--border-radius-main);
	position: relative;
	font-size: var(--font-size-xm);
	width: 145px;
	padding: 10px;
	color: var(--color-white);
	text-align: center;
	cursor: pointer !important;
	background: var(--color-orange);
	display: block;
	float: right;
	font-weight: bold;
	transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.bottom_buy_btn:hover {
	box-shadow: var(--box-shadow-add);
	background: var(--color-ad-orange);
}
.bottom_price_cont {
	text-align: left;
  	letter-spacing: unset;
  	line-height: 24px;
  	display: inline-block;  
  	height: 40px;
  	border-radius: var(--border-radius-main);
  	padding: 13px 0px;
  	font-size: var(--font-size-b);
  	font-weight: bold;
  	text-transform: lowercase;
  	color: var(--color-ad-black); 							             
}
.bottom_price_cont span {
	font-weight: normal;
	font-size: var(--font-size-l);
}
#_3d_canvas_conf:not(.canvas_control) {
    cursor:url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/images/cursor_3d.png"), auto;
}
#_3d_canvas_conf.grub {
    cursor:url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/images/cursor_3d_click.png"), auto;
}   
.canvas_control, .canvas_control>* {
    cursor:pointer!important;
}  
.grub ._3d_info_pic {
	display:none;
}
/*.fancy_conf_container_wrapper.hidden {
	display: block !important;
	visibility: visible !important;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background: var(--color-d-white);
	padding: 10px;
	border-radius: var(--border-radius-main);
}*/
.fancy_conf_container {
	height: 125px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
  	scrollbar-color: #fdc5ad #e1e1e1;
  	font-size: 0;
}
.fancy_conf_container:-webkit-scrollbar {
	width: 7px;
}
.last_step .fancy_conf_container {
	height: 130px;
}
#search_result {
	position: absolute;
	z-index: 999;
	background: var(--color-white-glass);
	top: 0px;
	max-height: 100%;
	overflow-y: auto;
	left: 10px;
	box-shadow: var(--box-shadow-card);
	border-radius: var(--border-radius-main);
	overflow-x: hidden;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	width: calc(100% - 20px);
	scrollbar-width: thin;
	padding: 15px;
}
#search_result:-webkit-scrollbar {
	width: 7px;
}
#search_result > .col-xs-12 {
	margin-bottom: 10px;
}
.colors_tab_title {
	font-weight: bold;
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
	color: var(--color-ad-black);
}
.live-search .row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ajax_close_cross {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	cursor: pointer;
	height: 20px;
	transition: transform 0.2s ease-in-out;
}
.ajax_close_cross:hover {
	transform: rotate(0.25turn);
}
.ajax_close_cross::before {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: var(--color-main-black);
	position: absolute;
	right: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
}
.ajax_close_cross::after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: var(--color-main-black);
	position: absolute;
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
}
.error_hint_search {
	display:none;	
}
.error_hint_search.active {
	display: block;
	position: absolute;
	top: -9px;
	border: 1px solid var(--color-medium-grey);
	border-radius: var(--border-radius-main);
	padding: 4px;
	font-size: 12px;
	left: 35px;
	background: var(--color-white);
	width: 135px;		
	text-align:center;		
}
.error_hint_search.active:after {
	content:"";
	width:10px;
	height:10px;
	background:#fff;
	border:1px solid #ccc;
	display: block;
	position: absolute;
	z-index: 1;
	left: 62px;
	bottom: -6px;
	transform: rotate(-45deg);
	border-right: none;
	border-top: none;		
}
.row.selects_row {
	float:left;
	width: 80%;
}
.configurator .FeedBack .right_part .right_part_tab_body {
	overflow:hidden;
}
.configurator .FeedBack .right_part.accs_cont .right_part_tab_body {
	overflow-y: auto;
}
.photo-section.checkboxes.accs_phot {
	overflow-y: hidden;
	height: auto;
	max-height: unset;
}
#q {
	float: right;
	width: 90%;		
}
.modal_for_door_selection {
	display: none;
	position: absolute;
	bottom: 0px;
	background: #ffffffab;
	z-index: 9;
	width: 100%;
	border-radius: 0px 0px var(--border-radius-main-min) var(--border-radius-main-min);
	backdrop-filter: blur(3px);
	padding: 3px 0 0 0;
}
.multy_selection .modal_for_door_selection {
	display: block;
}
.multy_selection .photo_section_item .btns_cont label {
	display: none;
}
@media(min-width: 1100px) {
	.fancy_conf_container .morefotodetail {
		width: calc( 20% - 5px );
	}
	.standart_undo .row_name {
		max-width: 230px;
	}
	#main_shpon_cont .standart_undo {
		width: 285px;
	}
	.standart_undo.margin_left_none {
		width: 285px;
	}
}
@media(min-width: 1200px) {
	.nav_row_steps {
		display: none;
	}
	.step_by_step_navigation.mobile_hidden {
		display: flex;
	}
	.conf_container_inner {
		height: calc(100% - 70px);
	}
	.step_nav_item::after {
		display: block;	
	}
	.active_step_ .step_nav_item::after {
		display: block;
	}
	.conf_container_inner.step_first {
		max-width: 1024px;
  		display: flex;
  		flex-wrap: wrap;
  		height: auto;
	}
	body .title_text {
		width: 100%;
  		height: max-content;
	}
	.configurator .row .sizes_block.first_step {
		order: 2;
	}
	.configurator .first_step + .conf_main_pic {
		order: 1;
	}
	body .configurator .step_first .modal_left_pad_fix {
		order: 3;
  		width: 100%;
	}
	body .configurator .old_price {
		font-size: var(--font-size-l);
	}
	.configurator .old_price span {
		font-size: var(--font-size-l);
	}
	body .configurator .current_price {
		font-size: var(--font-size-b);
		color: var(--color-ad-black);
	}
	.configurator .current_price span {
		font-size: var(--font-size-l);
		font-weight: normal;
	}
}
@media(min-width: 1400px) {
	.conf_container_inner.step_first {
		max-width: 1024px;
	}
	.configurator .photo_section_item, .single_prop .photo_section_item, .duble_item {
		height: 130px;
		width: calc(19% - 2px);
	}
	.prop_modal_dialog {
		background: var(--color-white-glass);
	}
}
@media(min-width: 1730px) {
	.conf_main_cont.conf_is_open .prop_modal {
		left: calc((100vw - 1700px)/2);
  		max-width: 1700px;
	}
	.configurator .photo_section_item, .single_prop .photo_section_item, .duble_item {
		width: calc(16% - 3px);
	}
	.configurator #search_result .photo_section_item {
		width: 19%;
	}
	.fancy_conf_container .morefotodetail {
		width: calc( 10% - 5px );
	}
	.last_step .fancy_conf_container .morefotodetail {
		width: calc(16% - 3px);
	}
}
.select_mirror_title {
	font-size: var(--font-size-n);
	line-height: var(--font-line-height-n);
	width: 100%;
	font-weight: bold;
}
#tab_mirror_block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#tabs_content_mirror {
	width: 100%;
}
#tabs_content_mirror .photo-section .row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.door_curent_position_cont {
	margin-top: 10px;
	margin-left: 10px;
	background: var(--color-p-yellow);
	padding: 6px 10px;
	border-radius: var(--border-radius-main);
}
.door_curent_position_cont span {
	font-weight: bold;
}
.configurator #tabs_content_mirror .background_cont {
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
}
/*is_moyka*/
.is_moyka .photo-section {
	height: auto;
	margin-bottom: 10px;
	overflow-y: unset;
}
.dop_selection .prop_modal_title {
	font-weight: bold;
	font-size: var(--font-size-m);
}
.configurator .FeedBack .right_part.is_moyka .right_part_tab_body {
	overflow-y: auto;
}
.is_moyka .dop_selection .photo-section .row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}





 #chapternav .step_by_step_navigation.new_view.animation_in .step_item {
    -webkit-animation: chapternav-slidein 350ms backwards;
    animation: chapternav-slidein 350ms backwards;                      
}
#chapternav .step_by_step_navigation.new_view.animation_out .step_item {
    -webkit-animation: chapternav-slideout 350ms backwards;
    animation: chapternav-slideout 350ms backwards;                     
}   
.sub_line .animation_in .step_item {
    -webkit-animation: chapternav-slidein 350ms backwards;
    animation: chapternav-slidein 350ms backwards;                      
}
.sub_line .animation_out .step_item {
    -webkit-animation: chapternav-slideout 350ms backwards;
    animation: chapternav-slideout 350ms backwards;                     
}                                   
.step_by_step_navigation.new_view .step_item:last-child {
    margin-right:0px;
}
@-webkit-keyframes chapternav-slidein {
 0% {
  opacity:1
 }
 1% {
  -webkit-transform:translateX(40px);
  transform:translateX(40px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
@keyframes chapternav-slideout {
 0% {
  opacity:1
 }
 1% {
  -webkit-transform:translateX(-40px);
  transform:translateX(-40px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}  
/* End */


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/3d_styles.css?17242743861430*/
.ios-toolbar-gone .canvas_control.on_full_screen{
    top: calc( 100vh - 100px ) !important;
    bottom:inherit!important;
}
.canvas_control.on_full_screen{
    top: calc( 100vh - 220px ) !important;
    bottom:inherit!important;
}   
#_3d_canvas {
    display:none;
}
._3d_canvas {
    display:none;
}
canvas {
    border-radius: 8px;
}
.last_step canvas {
	width: 100% !important;
	height: 100% !important;
}
canvas:focus {
    border:none!important;
    outline: none!important;
}
.full_screen_mode {
    width: 100%!important;
    min-height: 100%!important;
    position:fixed;
    z-index:9999;
    left:0px;
    top:0px;
    bottom:0px;
    display: block;
}   
.full_screen_canvas .full_screen_btn_off {
    display:block;
}
.full_screen_btn_off {
    display:none;
    position:fixed;
    left:50px;
    bottom:50px;
    font-size:28px;
    z-index: 99999;
}
body.full_screen_canvas .full_screen_btn_off {
    display:block;
}
body.full_screen_canvas {
    overflow:hidden;
}
.prop_modal .prop_modal_dialog {
    position:relative;
}
.full_screen_mode {
	background:#fff;
}
@media(max-width:767px){
    .full_screen_mode {
        width: 100%!important;
        min-height:auto!important;
        left:0px;
        right:0px;
    }
    .full_screen_canvas .prop_modal.configurator .prop_modal_dialog {
        position:fixed;
        top: 0;
    }
}   
/* End */


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/configurator_mob_fixed.css?17242743864577*/
.mobile body.modal_is_open {
	background: var(--color-light-grey);
	overflow: visible !important;
  	height: 100%;
}
.mobile .modal_is_open header {
    display:none;
}
.mobile .modal_is_open aside {
    display:none;
} 
.mobile .modal_is_open .bx_breadcrumbs {
    display:none;
}
.mobile .modal_is_open .catalog-element {
    display:none;
}
.mobile .modal_is_open .more_links_section_link {
    display:none;
}
.mobile .modal_is_open #tab_block {
    display:none;
}
.mobile .modal_is_open .more_links_title {
    display:none;
}
.mobile .modal_is_open .more_links_cont {
    display:none;
}
.mobile .modal_is_open .sale_viewed_product_ajax_cont {
    display:none!important;
}
.mobile .modal_is_open .view-list-main-cont {
    display:none!important;
}    
.mobile .modal_is_open footer {
    display:none;
}   
.mobile .modal_is_open .prop_modal .modal_basket_body {
    padding-bottom:80px;
}
.mobile .modal_is_open #supportTrigger {
    display:none!important;
}
.mobile .modal_is_open .fixed_info_btn {
    display:none!important;
}
.mobile .modal_is_open .prop_modal_dialog {
    box-shadow:none!important;
}
html.mobile  {
    overflow:visible!important;
    height:100%;
}
.mobile .overlay{
    display: none!important;
}
.mobile .modal_is_open #content-site {
    margin-top: 0px;
    padding: 0;
}       
.conf_main_cont.fixed_modal.conf_is_open {
    margin: 0;
    position: relative;
    top: 0;
    z-index: 99;
    min-height: calc(100vh - 10px);
}
.mobile_fixed_conf_head {
    position: fixed;
  	height: 40px;
  	width: 100%;
	top: 0;
  	z-index: 9;
  	background: var(--color-white);
}
.mobile_fixed_conf_head_text {
	text-align: left;
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-xm);
	font-weight: bold;
	padding: 5px 15px 0;
}
.wr_close_fix {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
}
.wr_close_fix::before, .wr_close_fix::after {
    content: "";
    display: block;
    height: 20px;
    width: 2px;
    background: var(--color-orange);
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: 15px;
    border-radius: 1px;
}
.wr_close_fix::after {
    transform: rotate(-45deg);
}
.conf_main_cont.fixed_modal.conf_is_open .prop_modal {
    position: relative;
    overflow-x: hidden;
  	overflow-y: visible;
  	top: 30px;
}
.title_text {
    font-size: var(--font-size-m);
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}
.step_by_step_navigation .step_item {
    width: auto;
    min-width: 95px;
    padding: 20px 5px;
    filter: grayscale(1);
}
.configurator .sizes_block .sizes_block_title {
    display:none;
}
.configurator .sizes_block.first_step::after {
	content: "Все детали изделия изменяются пропорционально выбранному размеру";
	height: auto;
  	width: 100%;
  	font-size: var(--font-size-s-fixed);
  	text-align: center;
  	border: 0;
  	background: var(--color-p-yellow);
  	border-radius: var(--border-radius-main);
  	display: block;
  	padding: 5px;
}
.configurator .sizes_block {
	margin: 5px;
	padding: 10px;
	background: var(--color-white);
	border-radius: var(--border-radius-main-min);
	border: 1px solid var(--color-light-grey);
}
.configurator .price_block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  	min-height: 40px;
	align-items: center;
	gap: 10px;
}
.configurator .old_price {
	color: var(--color-dark-grey);
	text-decoration: line-through;
	font-size: var(--font-size-m);
	text-transform: lowercase;
}
.configurator .current_price {
	font-size: var(--font-size-l);
	font-weight: bold;
	text-transform: lowercase;
	color: var(--color-orange);
}
.configurator .flip-container table {
	width: 100%;
}
.configurator .current_picture {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-white);
	margin-top: 10px;
	margin: 5px;
	border-radius: var(--border-radius-main);
	overflow: hidden;
}
.configurator .current_picture img {
	max-width: 100%;
  	max-height: 100%;
  	object-fit: contain;
  	height: 100%;
  	width: 100%;
  	position: relative;
}
.configurator #toTop {
	display: none;
}
.conf_main_pic.hidden-xs {
	display: block;
}
.configurator .col-lg-5.modal_right_pad_fix {
	display: none;
}
.sub_line .step_by_step_navigation .step_item {
	min-width: unset;
}




/* End */


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/bottom_files_items.css?17242743867234*/
.sale_same_product_ajax_cont, .discount_block_main {
    max-width: 100%;
    margin-top: 25px;
}
.main_page_reviews_title {
    margin-bottom: 10px;
    margin-top: 15px
}
.main_page_reviews_title span{
    font-size: var(--font-size-xm);
    line-height: var(--font-line-height-xm);
    text-align: center;
    color: var(--color-main-black);
    font-weight: bold;
}
.new_wrapper.swiper {
    padding: 10px 0;
}
.view-item-wrapper {
    padding-right: 10px;
    max-width: 230px;
}
.view-item-wrapper .prod_item{
    background: var(--color-white);
    border-radius: var(--border-radius-main);
    box-shadow: var(--box-shadow-fix-top);
    border: 1px solid var(--color-light-grey);
    overflow: hidden;
    position: relative;
}
.blockspisok {
    position: relative;
}
.blockspisok_inner {
    position: relative;
}
.seredina {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    height: 127px;
}
.block_icons.new_mode_icons {
    position: absolute;
    top: 3px;
    left: 3px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.block_icons_item {
    border-radius: var(--border-radius-main-min);
    font-size: 14px;
    height: 22px;
    cursor: pointer;
}
.scale_discount {
    background: var(--color-yellow);
    color: var(--color-main-black);
    width: 40px;
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
}
.block_icons_item.icon_3d {
    display: none;
}
.recomend_icon.hit {
    display: none;
}
.recomend_icon.recomend {
    display: none;
}
.seredina img {
	min-height: 100%;
	object-fit: contain;
	object-position: center;
	height: 100%;
	width: 100%;
	margin-top: -1px;
}
.nizbloka {
    color: var(--color-white);
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: left;
    margin: 0 5px 5px;
    align-items: baseline;
}
.nizbloka s {
    color: var(--color-dark-grey);
}
.nizbloka .catalog-price {
    color: var(--color-main-black);
    font-weight: bold;
    font-size: var(--font-size-n);
}
.nazvanie {
    margin: 0 5px 5px;
    text-align: left;
    font-size: var(--font-size-s);
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: var(--font-line-height-s);
}
.product_rating {
    margin: 0 5px 5px;
    display: flex;
    justify-content: space-between;
}
.product_rating_inner {
    display: flex;
    gap: 5px;
    align-items: center;
}
.product_rating_inner span {
    color: var(--color-dark-grey);
}
.product_rating_inner .reviews_count {
    background: var(--color-grey);
    padding: 0 5px;
    border-radius: var(--border-radius-main);
    color: var(--color-white);
}
.product_rating_inner.rate-4 .rate_chng {
    transform: scaleX(1.4) translateX(-6px);
}
.product_rating_inner.rate-5 .rate_chng {
    transform: translateX(4px);
}
.btns_bottom {
    position: relative;
    display: flex;
    gap: 5px;
    margin: 10px 5px 5px;
}
.favorite_btn {
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 60px;
}
.favorite_btn.in_favorites svg path {
    fill: #FF8929;
}
.favorite_btn:hover svg path {
    fill: #FF8929;
}
.compare_btn {
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 60px;
}
.compare_btn.in_compare svg rect {
    fill: #C4C4C4;
}
.compare_btn:hover svg rect {
    fill: #C4C4C4;
}
a.BUYBASKET {
    background: var(--color-d-white);
    padding: 5px;
    border-radius: var(--border-radius-main-min);
    display: block;
    max-width: 100%;
    height: 30px;
    text-align: center;
    font-weight: normal;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
a.BUYBASKET:hover {
    box-shadow: var(--box-shadow-add);
    background: var(--color-yellow-hover);
}
.prev-button, .next-button, .bottom_cont_block .thumb_slide_trace, .bottom_cont_block .slider_counter {
    /*display: none;*/
    opacity: 0;
}
.scroll_entities {
    display: grid;
    grid-template-columns: auto 50px;
    height: 30px;
    align-items: center;
}
.scroll_entities .swiper-scrollbar, .scroll_entities .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    top: unset;
    bottom: unset;
}
.scroll_entities .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background: var(--color-btn-orange);
}
.scroll_entities .swiper-pagination {
    position: relative;
    top: unset;
    bottom: unset;
    background: var(--color-d-white);
    border-radius: var(--border-radius-main);
}
.swiper-pagination-current {
    font-weight: bold;
}
.bottom_cont_block .swiper-button-next.swiper-button-lock, .bottom_cont_block .swiper-button-prev.swiper-button-lock {
	display: none;
}
.bottom_cont_block .swiper-button-lock ~ .scroll_entities {
	display: none;
}
@media(min-width: 992px) {
    .view-item-wrapper {
        max-width: 284px;
    }
    .bottom_cont_block .swiper-button-next, .bottom_cont_block .swiper-button-prev {
        display: block;
        background: var(--color-btn-orange);
        height: 40px;
        width: 40px;
        border-radius: 50%;
        bottom: 4px;
        top: unset;
    }
    .view-item-wrapper .prod_item {
        transition: all 0.2s ease-in-out;
    }
    .view-item-wrapper .prod_item:hover {
        box-shadow: var(--box-shadow-add);
        transform: translateY(-3px);
    }
    .bottom_cont_block .swiper-button-prev {
        left: calc(50% - 50px);
    }
    .bottom_cont_block .swiper-button-next {
        right: calc(50% - 43px);
    }
    .bottom_cont_block .swiper-button-prev::after {
        font-size: var(--font-size-m);
        text-align: center;
        position: absolute;
        left: 14px;
        top: 11px;
        color: var(--color-white);
    }
    .bottom_cont_block .swiper-button-next::after {
        font-size: var(--font-size-m);
        text-align: center;
        position: absolute;
        left: 16px;
        top: 11px;
        color: var(--color-white);
    }
    .bottom_cont_block .swiper-button-next:hover, .bottom_cont_block .swiper-button-prev:hover {
        background: var(--color-orange);
    }
    .scroll_entities {
        width: calc(100% - 10px);
        height: 45px;
    }
    .scroll_entities.one_less {
    	display: none;
    }
    .bx_item_list_section.swiper-wrapper {
    	/*justify-content: center;*/
    }
} 
@media(min-width: 1400px) {
    .bottom_cont_block, .discount_block_main {
        max-width: calc(100% - 365px);
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
	.seredina {
		height: 129px;
	}
}
@media(min-width: 1200px) and (max-width: 1399px) {
	.seredina {
		height: 158px;
	}
}
@media(min-width: 1400px) and (max-width: 1700px) {
	.seredina {
		height: calc(((100vw - 741px)/3)/1.71814);
		max-height: 161px;
	}
}
@media(min-width: 1701px) {
	.seredina {
		height: 135px;
	}
}

/* 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/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/js/js_ajax/jquery.jgrowl.css?17242743813969 */
/* /bitrix/templates/redesign2024/stylesheets/swiper-bundle.min.css?172427438117917 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/karkas_detail.css?174368653390239 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/configurator_pc.css?174860460867969 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/3d_styles.css?17242743861430 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/configurator_mob_fixed.css?17242743864577 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.element/default_template_card/css/bottom_files_items.css?17242743867234 */
