.op_banner{
display: none;	
}

.main-profile-social-block{
display: none;	
}

.form__widget_birthday, .form__widget_gender{
	width: 46%;
    display: inline-block;
}


.catalog-stores-item-description{
    display: none;
}

#bx-soa-region{
display: none;
}


h2{
    margin-top: 20px;
}

.title_box .h2{
    position: relative;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 30px;
}

.title2 {
font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: var(--main_font_color);
    margin-bottom: 20px;	
}

.product-item-button-container {
	width:50%; margin-right:35px
}
.product-item-quantity-block, .product-item-amount {
	display:flex!important; 
}

.product_item__cart .product-item-quantity-block {
   //display: flex;
}
.product_item__cart .product-item-amount {
   //  display: flex;
}
.wrapper-main_container .product-item-button-container button{
	padding: 13px 68px;
}
@media screen and (max-width: 1300px) {
	.product-item-button-container {
		margin-right:2%;
		width: 55%;
	}
	.product_item__cart .product-item-quantity-block{max-width:100px}
	.wrapper-main_container .product-item-button-container button {padding: 13px 45px}
}
@media screen and (max-width: 1199px) {
	.product-item-button-container {
		width: 50%;
	}
	.product_item__cart .product-item-quantity-block{max-width:100px}
}
@media screen and (max-width: 1199px) {
	.product_item__cart .product-item-quantity-block{max-width:95px;height: 39px;}
}
@media screen and (max-width: 991px) {
	.wrapper-main_container .product-item-button-container button {
	    padding: 13px 9px;
	}
}
@media screen and (max-width: 769px) {
	.product-item-button-container {
		width:50%; margin-right:5px
	}
}
@media screen and (max-width: 767px) {
	.product-item-button-container {
		width:100%; margin-right:0;
	}
	.product_item__cart .product-item-quantity-block {max-width: inherit;margin-bottom: 10px;}
}

@media screen and (max-width: 376px) {
	.product-item-button-container {
		margin-right:0px!important; display:block!important;
	}
	.product-item-amount-field {
		width:20px!important;
	}

	.product_item_buy_box .product-item-amount-field {
	    /*min-width: auto;*/
	}
	
	.product-item-button-container {
		margin-right:5px
	}
}

@media screen and (max-width: 1024px) {
	.header .wrapper_top_menu {
	    display: block;
	}
	.header .top_menu-menu {
	 	display: none;
	}
	.header .top_menu_right {
		display: none;	
	}
	.header #compare_in,.header #favour_in {
		display: none;	
		}	
	}

}

@media screen and (max-width: 1024px) {
	.icon-box-link.search-link {
	   // right: 0!important;
	}
}	

@media screen and (min-width: 1025px) {
	.logo.logo-mobile{
	    display: none;
	}
	.top-catalog-menu {
	    display: none;
	}
}

@media (max-width: 1024px) {
	.visible-xs {
	    display: block !important;
	}
}


/* Переменные */

:root{
	/* Главный цвет */
	--main_color: #FCAF23;
	/* var(--main_color) */

	/* Главный цвет ховер*/
	--main_color_hover: #E89B0F;
	/* var(--main_color_hover) */

	/* Главный цвет активный класс и фокус*/
	--main_color_active: #D58900;
	/* var(--main_color_active) */

	/* Цвет заголовков*/
	--main_font_color: #272727;
	/* var(--main_font_color) */

	--main_link_color: #272727;
	/* var(--main_link_color) */

	/* Фокус input */
	--focus_input_color: #C5C5C5;
	/* var(--focus_input_color) */

	/* Дополнительный цвет на сайте */
	--add_color: #FCAF23;
	/* var(--focus_input_color) */
}

/* Конец переменные */
.static_page h1,
.static_page h2,
.static_page h3,
.static_page h4,
.static_page h5,
.static_page h6{
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--main_font_color);
}
.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_green {
    background-color: rgba(252, 175, 35, .4);
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: var(--main_color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
ol.krayt_ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.static_page ul, ul.line {
    line-height: 2;
}

.static_page li, ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}


.catalog-section-descr li, ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}

.receipt-detail-top li, ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}



ol.krayt_ol li {
    padding-left: 35px;
}
.static_page ul li:before,
ul.line li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
}

.catalog-section-descr ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
}

.receipt-detail-top ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
}

ol.krayt_ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
    counter-increment: myCounter;
    content: counter(myCounter);
}
.footer-item-copy {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #090909;
}
.footer-item-copy-item a,
.footer-item-copy-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;
}
.static_page{
    clear: both;
    margin-bottom: 0px;
}
.static_page a{
    text-decoration: underline;
}
.static_page blockquote{
    text-indent: 20px;
}
.static_page table td{
    padding: 10px;
    border: 1px solid #000;
}
.body-kloader{
  overflow: hidden;
}
.k_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(images/ripple.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1000000;
}
.static_page h1{
  font-weight: 500;
  font-size: 30px;
}
.static_page h2{
  text-align: left;
  font-weight: 500;
}
.static_page h2:after{
  content: none;
}
.static_page h2:before{
  content: none;
}
.static_page h3{
  font-size: 22px;
}
.static_page h4{
  font-size: 20px;
}
.static_page h5{
  font-size: 18px;
}

.td_center tr td{
  text-align: center;
}
.td_right tr td{
  text-align: right;
}
.td_left tr td{
  text-align: left;
}

.dev  a {
    position: relative;
    top: 6px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: baseline;
    background: url("/include/webcreative3.png") no-repeat;
    width: 123px;
    height: 24px;
}





/*
Скопировано из стилей умного фильра.
В них внесены важные правки, а компонент убран
*/

.bx-filter {
    width: 100%;
    min-width: 220px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
    /*background: #edf6fc; /* color */
    position: relative;
    padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
    padding: 0 5px;
}
.bx-filter .bx-filter-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
/*Sections*/
#categories #section_vertical-multilevel-menu{
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
}
.bx-filter .bx-filter-parameters-box {
    position: relative;
}
@media (min-width: 992px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
        clear: both;
    }
}
.bx-filter .bx-filter-parameters-box-title span {
    cursor: pointer;
}
.bx-filter .bx-filter-block {
    display: block !important;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    height: auto;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
    padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
    font-size: 11px;
    color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 40px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 8px;
    background: #fff;
    outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(images/border_default.png) 2 repeat;
    -moz-border-image: url(images/border_default.png) 2 repeat;
    -o-border-image: url(images/border_default.png) 2 repeat;
    border-image: url(images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	   -moz-border-image: url(images/active.png) 2 repeat;
		 -o-border-image: url(images/active.png) 2 repeat;
			border-image: url(images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
    /* Fix of input shadow for IOS browsers. */

    background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
    clear: both;
}
/*
*Track
*
*/

.open_level .filter_minus svg line{
    stroke: var(--main_color_active)!important;
}

#categories .section__list-item.sub-item-parent{
    margin-bottom: 10px;
}
#categories .sub-item{
    margin-bottom: 10px;
}
#categories .section__list-item.sub-item-parent a{
    font-weight: normal!important;
}
#categories .sub-item a{
    font-weight: normal!important;
}
.bx-filter .bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 7px;
    /*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
    left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
    left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
    left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}
.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    /*font-weight: bold;*/

    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
    color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}
.bx-filter .bx-ui-slider-range {
    z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
    z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
    /*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
    /*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80;
    /*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -21px;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -21px;
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
}
.bx-retina .bx-filter .bx-filter-select-container {
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(images/border_default.png) 2 repeat;
    -moz-border-image: url(images/border_default.png) 2 repeat;
    -o-border-image: url(images/border_default.png) 2 repeat;
    border-image: url(images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	   -moz-border-image: url(images/active.png) 2 repeat;
		 -o-border-image: url(images/active.png) 2 repeat;
			border-image: url(images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    margin: 0;
    border: none;
    border-radius: 10px;
    background: #fff;
}
.bx-filter .bx-filter-select-text {
    font-size: 15px;
    line-height: 33px;
    overflow: hidden;
    max-width: 100%;
    height: 33px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    padding: 0 33px 0 10px;
    position: relative;
}
.bx-filter .bx-filter-select-text.fix {
    min-width: 120px;
    position: relative;
}
.bx-filter .bx-filter-select-text label {
    cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 33px;
    cursor: pointer;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
    background: #fff;
    padding: 0;
    min-width: 205px;
    max-width: 205px;
}
.bx-filter-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-filter-select-popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
    font-size: 14px;
    line-height: 26px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
    color: #000;
    background: rgba(221, 221, 221, .3);
}
.bx-filter-select-popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
    line-height: 1 !important;
    position: relative;
    top: 2px;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
    padding: 18px;
}
.bx-filter .bx-tag-link {
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
    color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    float: left;
    display: block;
    margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
    display: block;
}
.bx-filter .bx-filter-param-label {
    /*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
    display: inline-block;
}
.bx-filter .bx-filter-param-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: 6px;
    margin-bottom: 5px;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
    color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
    background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    display: block;
    text-align: left;
}
/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
    font-weight: normal;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    cursor: pointer;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	   -moz-border-image: url(images/active.png) 2 repeat;
		 -o-border-image: url(images/active.png) 2 repeat;
			border-image: url(images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    background: transparent;
    box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
    position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
    line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
    width: 23px;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    font-weight: normal;
    padding: 0;
    font-size: 17px;
    color: #767b7e;
    vertical-align: top;
    border-radius: 50%;
    background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
    font-size: 18px;
    /*font-weight:bold;*/

    line-height: 23px;
    display: inline-block;
    height: 23px;
    margin: 0 10px;
    vertical-align: middle;
    color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
    width: 20px;
    min-width: 20px;
    height: 13px;
    min-height: 13px;
    margin: 2px 0;
    top: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
    top: -1px !important;
}
.bx-filter-btn-color-icon.all {
    position: relative;
    border: none;
    box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
    right: 0;
    bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
    top: 0;
    left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
    opacity: .2;
}
/*
* 	BIZ
*
*/.bx-filter .bx-filter-parameter-biz {
      font-size: 14px;
      line-height: 15px;
      display: inline-block;
      margin-right: 10px;
      text-decoration: none;
      color: #1485ce;
      border-bottom: 1px dashed;
  }
.bx-filter .bx-filter-parameter-biz:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
    position: relative;
    /*padding-left:20px;*/

    color: #000;
    border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
    /*background-color: #1485CE;/* COLOR */
    /*border-color: #1485CE;/* COLOR */
    color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
    /*background-color: #53A4D8;/* COLOR */
    /*border-color: #53A4D8;/* COLOR */
    color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    /* margin-top: -7px; */
    /* margin-left: 10px; */
    padding: 10px;
    white-space: nowrap;
    color: #3f3f3f;
    /* height: 50px; */
    border-style: solid;
    box-shadow: 0 2px 4px 0 rgba(200, 200, 200, 0.5);
    border: solid 1px #ebebeb;
    background-color: #fff;
}
.bx-filter .bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
    /* border-width: 2px 2px 2px 10px; */
    /* border-color: darkblue; */
}

.bx-filter .bx-filter-popup-result.right {
    left: 99%;
}
.bx-filter .bx-filter-popup-result.left {
    right:99%;
}
.bx-filter-horizontal .bx-filter-popup-result{
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
    margin-left: 10px;
    display: block;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
    display: none;
}
.bx-filter .bx-filter-popup-result .arrow {
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    position: absolute;
    transform: rotate(45deg);
    left: -7px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
}

.bx-filter .bx-filter-popup-result #modef_num {
    font-weight: 900;
    font-size: 14px;
}
@media (max-width: 767px) {
    .bx-touch .bx-filter .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 2px;
        border: 1px solid #c6dae7;
        background: rgba(255,255,255,.9);
    }
    .bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }
}

.catalog__section-list.section_catalog_left #categories .title{
    display: block!important;
}
.catalog__section-filter .title{
    display: none!important;
}
#catalog__filter .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    background-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--main_font_color);
    /*border-bottom: 1px solid #ddd;*/
}
#catalog__filter .title svg{
    margin-right: 10px;
    position: relative;
    top: -1px;
    display: none;
}
#catalog__filter .title span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: var(--main_font_color);
}
#catalog__filter .title .bx-nav-title {
    width: calc(100% - 40px);
}
#catalog__filter .title .bx-nav-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
#catalog__filter .title img {
    width: auto;
    height: auto;
    max-height: 30px;
    max-width: 30px;
}

/*.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {*/
/*	border-bottom: solid 1px #d4d4d4;*/
/*}*/


/* РЎС‚Р°СЂС‹Рµ С‡РµРєР±РѕРєСЃС‹ */

#catalog__filter .bx-filter-input-checkbox {
    margin: 0;
}

#catalog__filter .bx-filter-input-checkbox input {
    display: none;
}

#catalog__filter label.bx-filter-param-label {
    display: flex;
    position: relative;
    min-height: 15px;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 2px;
    padding-bottom: 3px;
}

#catalog__filter .bx-filter-input-checkbox:last-child label.bx-filter-param-label {
    margin-bottom: 0;
}

#catalog__filter label.bx-filter-param-label:before,
#catalog__filter label.bx-filter-param-label:after {
    content: "";
    line-height: 1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: 5px;
    left: 0;
    display: none;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check{
    border-radius: 50%;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox label.bx-filter-param-label:before {
    border: 1px solid #ddd;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label:after {
    content: "\f00c";
    left: 2px;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(images/check-symbol.svg);
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 0px;
    background: none;
    width: 10px;
    height: 10px;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:before {
    opacity: 1;
    background-color: var(--add_color);
    border-radius: 50%;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check{
    border: solid 2px var(--add_color);
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .check {
    border-color: #E9E9E9;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .bx-filter-param-text {
    color: #E9E9E9;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .count_items {
    display: block;
    position: absolute;
    font-size: 12px;
    right: 13px;
    top: 4px;
    color: #E9E9E9;
    line-height: 1;
}

#catalog__filter .radio.bx-filter-input-checkbox:first-child{
    margin-bottom: 7px;
}

/* РљРѕРЅРµС† СЃС‚Р°СЂС‹Рµ С‡РµРєР±РѕРєСЃС‹ */


/* РќРѕРІС‹Рµ С‡РµРєР±РѕРєСЃС‹ */

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check{
    border-color: var(--add_color);
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg path{
    fill: transparent;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check svg polyline{
    stroke-dashoffset: 0;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg{
    position: absolute;
    top: -2px;
    left: -2px;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check {
    position: relative;
    top: 5px;
    float: left;
    margin-right: 8px;

    min-width: 16px;
    min-height: 16px;

    max-width: 16px;
    max-height: 16px;

    width: 16px;
    height: 16px;

    border: 2px solid var(--main_color);
    background-color: #fff;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg path {
    fill: none;
    stroke: var(--add_color);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check svg polyline {
    fill: none;
    stroke: var(--main_color);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

/* РљРѕРЅРµС† РЅРІРѕС‹Рµ С‡РµРєР±РѕРєСЃС‹ */

#catalog__filter .bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    padding: 0;
}

#catalog__filter .bx-filter .bx-filter-param-btn.bx-color-sl {
    border-color: transparent;
    padding: 3px;
    width: 35px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

#catalog__filter .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
#catalog__filter .bx-filter .bx-filter-param-btn:hover,
#catalog__filter .bx-filter .bx-filter-param-btn:active,
#catalog__filter .bx-filter .bx-filter-param-btn:focus {
    border: 1px solid var(--main_color) !important;
}

#catalog__filter .bx-filter .bx-filter-param-label.disabled {
    pointer-events: none;
    /*bdbdbd*/
}

#catalog__filter .del_filter {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    background: transparent;
    border: none;
    position: relative;
}

#catalog__filter .del_filter {
    color: var(--main_font_color);
    font-weight: 300;
    text-decoration: underline;
}

#catalog__filter .del_filter:hover,
#catalog__filter .del_filter:active {
    text-decoration: none;
}

#catalog__filter .bx-filter .bx-filter-button-box {
    margin-top: 25px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa,
#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    right: 0;
    font-size: 22px;
    line-height: 20px;
    color: #bdbdbd;
    cursor: pointer;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa {
    top: 0;
}

#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
    top: 10px;
}

#catalog__filter ul#vertical-multilevel-menu li.item-selected .fa {
    transform: rotate(180deg);
}

#catalog__filter .bx-filter .bx-filter-title {
    display: none;
}

#catalog__filter .bx-filter.bx-blue .bx-filter-section {
    background: none;
    padding: 0;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    display: none;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title {
    padding: 17px 0;
    /*border-bottom: solid 1px #d4d4d4;*/
    font-size: 13px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title span {
    display: block;
    width: 100%;
    position: relative;
    color: var(--main_font_color);
    border: none !important;
    transition: .2s ease-out;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
    /*color: #81bc3d;*/
}

#catalog__filter .bx-filter .bx-filter-parameters-box-container-block {
    /*width: 43%;*/
}

#catalog__filter .bx-filter .bx-filter-input-container input {
    border: 1px solid #EDEDED;
    text-align: center;
    font-size: 13px;
}

#catalog__filter .bx-filter .bx-ui-slider-track-container {
    margin: 0;
    width: 100%;
    padding: 35px 30px 25px;
    z-index: 1;
}

#catalog__filter .bx-filter .bx-ui-slider-track {
    height: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

#catalog__filter .price-separator {
    /*float: left;*/
    /*width: 14%;*/
    margin: 0 -1px;
    height: 40px;
    position: relative;
}

#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #E7E7E7;
    border-radius: 4px;
}
#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: var(--add_color);
    border-radius: 4px;
}

#catalog__filter .bx-filter .bx-ui-slider-part {
    top: -3px;
    width: 0;
    height: 9px;
    background: var(--main_color);
    display: none;
}

#catalog__filter .bx-filter .bx-ui-slider-part span {
    top: -22px;
}

.bx-filter .bx-ui-slider-part.p2 span {
    margin-left: 0;
    margin-right: -10px;
    left: auto;
    right: 0;
    text-align: right;
}

.bx-filter .bx-ui-slider-part.p1 span {
    margin-left: -10px;
    left: 0;
    text-align: left;
}

#catalog__filter .bx-filter .bx-ui-slider-handle {
    background: #fff !important;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: -7px;
    border: 4px solid var(--main_color);
}

.bx-filter .bx-ui-slider-part.p2 {
    left: auto;
    right: -1px;
}

.bx-filter .filter-price-block.bx-active .bx-filter-block {
    overflow: visible;
}

#catalog__filter .bx-filter .filter-price-block .bx-filter-parameters-box-title {
    border-bottom: 0;
}

.bx-filter .filter-price-block .bx-filter-parameters-box-title span {
    cursor: default;
}

.bx-filter .filter-price-block .bx-filter-parameters-box-container {
    padding: 0 0 10px;
}

#catalog__filter .bx-filter .bx-ui-slider-range {
    z-index: 500;
}

#catalog__filter .bx-filter .bx-ui-slider-handle.right {
    margin-right: -10px;
}

#catalog__filter .bx-filter .bx-ui-slider-handle.left {
    margin-left: -10px;
}

#catalog__filter .price-separator:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/minus.svg);
}

.bx-filter-parameters-box-container {
    padding: 10px 0;
}

.bx-filter .bx-filter-section {
    padding-top: 0;
}
.btn-filter-send{
    background-color: transparent;
    border: none;
    color: #fff;
}
.bx-filter-scroll {
    max-height: 140px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    body.filter-in {
        transform: translate(-45%);
        position: fixed;
    }
    body.filter-in .popup_mask {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }

    #catalog__filter {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        z-index: 1050;
        transition: .4s ease-in-out;
        overflow: hidden;
        width: 45%;
        max-width: 100%;
        transform: translate(100%);
        padding: 0 !important;
    }

    .catalog__filter-container {
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        padding: 10px 20px;
    }
    #catalog__filter .title, #catalog__filter .catalog__section-list .title {
        text-transform: uppercase;
    }
    #catalog__filter .del_filter {
        text-transform: none;
    }
    .bx-filter .bx-filter-popup-result {
        bottom: 0;
        position: fixed;
    }
    .bx-filter .bx-filter-popup-result.left, .bx-filter .bx-filter-popup-result.right {
        left: 0;
        right: 0;
    }
    .catalog__filter .open_list {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(0deg);
        transition: .2s ease-in-out;
        background: none;
        border: none;
        z-index: 100;
        font-size: 24px;
    }
    #catalog__content .sorting_box {
        text-align: left;
    }
    #open_filter {
        min-width: 150px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    #catalog__filter {
        width: calc(100% - 60px);
    }
    body.filter-in {
        transform: translate(calc(-100% + 60px));
    }
    .catalog__filter-container {
        padding: 5px 15px;
        position: relative;
    }

}

@media screen and (max-width: 575.98px) {
    #open_filter {
        margin-top: 15px;
    }
}

.title_box h1.title{
    padding-left: 0px;
    padding-right: 0px;
}
.sidebar_banner a{
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.sidebar_banner a:hover img{
    transform: scale(1.05);
}
.sidebar_banner img{
    width: 100%;
    border-radius: 8px;
    transition: .3s;
}
@media (max-width: 900px){
    .sidebar_banner{
        display: none;
    }
}




/* РќРѕРІС‹Рµ СЃС‚РёР»Рё (Kids) */
.bx-filter{
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.section__filter-wrapper{
    background-color: transparent;
}
.section_catalog_left #section_vertical-multilevel-menu{
    background-color: transparent;
}

.product-item-button-container .btn.btn-link{
    width: 120%;
}


.block_buy_on_click{
    display: none!important;
}


#bx-soa-auth label {
    min-width: 125px;
}

#bx-soa-auth input#NEW_GENERATE_Y {
    margin: 20px 5px;
}


#bx-soa-auth input#NEW_GENERATE_N {
    margin: 20px 5px;
}



.h3_style{
	position: relative;
	text-align: left;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.popup-window-buttons .btn-buy:last-child{
color: var(--main_color);
}

@media (min-width: 1024px){
  .scrtabs-tab-scroll-arrow{
     display: block!important; 
  }
}

@media (max-width: 760px){
.wrapper-inner.wrapper-main .wrapper-main_container {
    margin-top: 0px!important;
}
}

/*
промокоды и купоны

.basket-coupon-section{
display: none;
}
*/


/* HOTFIX  HOTFIX */

.new-background, .new-background:hover, .new-background:focus, .new-background:target, .new-background:active, .main-button-container .btn:focus, .main-button-container .btn:active, .main-button-container .new-background:hover {
    background: #8ad350 !important;
	background-color: #8ad350 !important;
}

.dd_cart_btn{
    line-height: 1;
    color: #fff!important;
    margin: 0px;
    vertical-align: top;
    display: flex;
}

.product-item-image-wrapper{
	padding-top: 200px
}

.product-item-image-slider-slide-container{
	max-height: 200px;
}

.add-to-compare{
	display: none!important;
}

.add_compare{
	display: none!important;
}


.add-quick-view{
	display: none!important;
}

.block_chose_city{
	display: none!important;
}

.catalog_sort_row{
	display: none!important;	
}

#compare_in{
	display: none!important;
}

.section_new_news{
	display: block!important;
}


.product_card-flags .flag-item.special_krayt{
	margin-top: 20px;
}

.bx-soa-coupon-input:after{
	display: none!important;
}

.bx-soa-coupon-item strong.bx-soa-coupon-item-success:after{
	/* content:" (Применен)"; */
}

.bx-soa-coupon-input .btn-success{
    background: #bababa;
    border: 0px;
}

.bx-soa-coupon-input{
	display: inline-flex;
}

.bx-newslist .btn{
	background-color: #fcaf23;
    border-color: #fcaf23;
}

@media only screen and (max-width: 760px) {
.pmob0{
	padding: 0px!important;
}
	
.par_krayt{
	display: none!important;		
}

.product_item_img-bg{
	margin-top: 10px!important;
}

.product-icon-action{
	bottom: 25px!important;
}

.product_item.product-item .product_item_title .name, .product_item.product-item .product_card_detail .special_offer .product_item_title .name{
	font-size: 18px!important;
}

.product_item__price .price{
	font-size: 18px;
    font-weight: 900;
}

}

#storesTab .nav-item_accord:nth-of-type(2) {
    display: none;
  }

#store_2-tab{
    border-radius: 0px!important;
}

#bx-soa-orderSave label{
display: none;
}

.sale-order-payment-change-pp-list .sale-order-payment-change-pp-company:last-child {
    display: none;
}

#bonus_payment_block #bonus_payfield_block a.btn{
    background: #fcaf23;
    color: #fff;
    cursor: pointer;
}
@media only screen and (max-width: 760px) {
    #bonus_payfield_block {
        display: block;
        line-height: 36px;
    }
    #bx-soa-basket .bx-soa-item-img-block{
        width: 40%!important;
    }   

    #bx-soa-basket .bx-text-right{
        text-align: right;
    }

    #bx-soa-basket .bx-text-right:nth-of-type(odd) {
        margin-top: -50px;
      }
      
      #bx-soa-basket .bx-text-right:nth-of-type(even) {
        margin-top: -30px;
      }

      #bx-soa-basket .bx-price-old{
        display: none;
      }
}

.ownd-to-auth-phone{
    display: none!important;
}

@media (max-width: 580px) {
#bx-soa-basket	.bx-soa-item-table, .bx-soa-item-table > tbody, .bx-soa-item-tr, .bx-soa-item-td {
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

}

/* HOTFIX */