

/* 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?175673563320488*/
@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);
	background-color: var(--color-white);
    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/components/dev_namespace/catalog.element/detail_for_discount/css/karkas_detail.css?172778101675165*/
.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;
}
.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;
}
.this_item_props {
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-width: thin;
}
.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*/
.main_item_picture {
	width: 100%;
}
.nbCatalog__picCont a {
	height: 100%;
	width: 100%;
	display: block;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-light-grey);
	overflow: hidden;
	margin-bottom: 10px;
}
@media(min-width: 768px) {
	.nbCatalog__picCont a {
		height: 350px;
	}	
	.main_item_picture {
		height: 100%;
		object-fit: contain;
		display: block;
	}
}
@media(min-width: 1400px) {
	.nbCatalog__picCont a {
		height: 510px;
	}	
}

/*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);
}
/*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);
}
.block_icons {
	display: none;
}

/*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;
}

/*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: 350px;
	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/dev_namespace/catalog.element/detail_for_discount/css/../images/dimensions/height.svg") no-repeat;
	background-size: 100%;
}
.nbCatalog__param._width::before {
	background: url("/bitrix/templates/redesign2024/components/dev_namespace/catalog.element/detail_for_discount/css/../images/dimensions/width.svg") no-repeat;
	background-size: 100%;
}
.nbCatalog__param._depth::before {
	background: url("/bitrix/templates/redesign2024/components/dev_namespace/catalog.element/detail_for_discount/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;
	font-size: var(--font-size-sn);
	font-weight: bold;
	-webkit-appearance: none;
	border: 1px solid var(--color-light-grey);
  	border-radius: 8px;
	width: 100%;
  	display: block;
  	background: var(--color-d-white);
  	box-shadow: none;
}
.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: 0px;
	display: block;
	overflow: hidden;
}
.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: 30px;
	width: 100%;
	text-align: center !important;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--color-light-grey);
	padding: 4px;
	font-size: var(--font-size-s);
	background: var(--color-d-white);
}
.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);
}
.hint_text {
	display: none;
}
.nbCatalog__paramCollapse {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 0;
	background: var(--color-white);
	padding: 5px 0 5px;
}
.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);
}
/*params_config_discount*/
td.ucenka_td .disalow_span {
	display: none;
}
.disalow_span.ucneka_ {
	display: none;
}
.this_prop_pic {
	float: right;
}
.this_prop_pic a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: var(--border-radius-main);
	overflow: hidden;
	border: 1px solid var(--color-grey);
}
.this_prop_pic a img {
	width: 100%;
	height: 100%;
}

/*fixed btn to_basket*/
.fixed_price_row {
	z-index: 99 !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, .price_col .catalog-price {
	font-size: 18px;
	color: #333;
}
.fixed_bottom_item, .price_col {
	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;
}
.btn_col {
	width: 220px;
}
.btn_col .ADDBASKETbutton {
	width: calc(100% - 1px);
	margin-top: 1px;
	text-transform: unset;
  	gap: 10px;
}
.btn_col .ADDBASKETbutton svg {
	height: 25px;
	width: 25px;
}

/*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;
	margin-top: 15px;
}
.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 10px;
}
.price_main_cont {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 10px 0 20px;
}
.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;
}
.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;
}
.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/dev_namespace/catalog.element/detail_for_discount/css/../images/parts/split.svg");
}
.payment_block_tab_item[data-target="dolyami"] i {
	background-image: url("/bitrix/templates/redesign2024/components/dev_namespace/catalog.element/detail_for_discount/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/dev_namespace/catalog.element/detail_for_discount/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;
  	margin-bottom: 15px;
}
.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: 10px;
	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) {
	.imess {
		background: var(--color-p-yellow);
		margin-top: 10px;
		padding: 10px;
		border-radius: var(--border-radius-main);
		text-align: center;
	}
	#det_list td span {
		max-width: 190px !important;
	}
	#det_list .del_list table {
		width: auto !important;
	}
	.catalog-element > .row {
		display: flex;
		flex-wrap: wrap;
	}
	.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: 3px 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);
}
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: 105px;
	width: 100%;
	background: var(--color-white);
	box-shadow: var(--box-shadow-fix-bottom);
	z-index: 9;
	padding: 5px;
	border-radius: var(--border-radius-main);
}
#basket_modal .modal_basket_footer .tovar_price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 5px;
  	align-items: center;
}
#basket_modal .modal_basket_footer .tovar_price p {
	width: 100%;
	text-align: center;
}
#basket_modal .old_price {
	font-size: var(--font-size-s-fixed);
	margin-right: 10px;
	text-decoration: line-through;
	position: relative;
	font-weight: 400;
	text-align: center;
	display: inline-block;
}
#basket_modal .cur_price {
	font-size: var(--font-size-l);
	line-height: var(--font-line-height-l);
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
}
#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);
}
@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;
	}
}

.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;
}







/* 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?175673563320488 */
/* /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/components/dev_namespace/catalog.element/detail_for_discount/css/karkas_detail.css?172778101675165 */
