

/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/style.css?17510551769258*/
.catalog {}
.catalog .catalog-description {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #6b6b6b;
}
.intec-content .intec-content-right {
    margin-left: 0px !important;

}
.intec-section-filter-left {
	margin-bottom: 16px;
}

.intec-content .intec-content-left {
    display: none;
   z-index: 2000;
  width: 40% !important;

    height: 90%;
    position: fixed;
    top: 75px;
    left: -100%;
    transition: 5s;
    background: #fff !important;
overflow: auto;
}
.intec-content .open_filter{
    display: block !important;
    transition: 5s;
    left: 0%;
    
}

.bx-filter-parameters-box-container {
    height: 100%;
    max-height: 300px;
   overflow: auto;
}

.bx-filter-block {
    height: 100%;
    max-height: 300px;
}
.intec-section-filter-mobile-wrap {
	display: none;
	position: relative;
}
.intec-section-filter-mobile {
	display: none;
	vertical-align: middle;
}

.intec-section-filter-mobile {
	display: none;
	position: fixed;
    width: 100vw;

    left:0;
    top: 62px;
    z-index: 10000;
    background: #ffffff;
    border-radius: 3px;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
}

.intec-section-list {

}
.intec-section-list .intec-sections-tile,
.intec-section-list .intec-sections-list,
body .intec-section-list .intec-sections-tile {
	margin-bottom:30px;
}
.intec-sections-tile {
	margin-bottom:30px;
}

.intec-panel-sort {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.intec-panel-sort .intec-sort {
	display: block;
	margin: 0 30px 10px 0;
	float: left;
}

.intec-panel-sort .sort-value {
	display: inline-block;
	margin-right: 22px;
	opacity: 0.5
}

.intec-panel-sort .sort-value a{
	display: inline-block;
	color: #4D4D4D;
	font-size: 0;
	text-decoration: none;
}
.intec-panel-sort .sort-value a:hover {
	color: #21781D;
}
.intec-panel-sort .sort-value.sort-state-active {
	opacity: 1;
}

.intec-panel-sort .sort-value.sort-state-active a span{
	color:#21781D !important;
}

.intec-panel-sort .sort-value a span{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.intec-panel-sort .sort-value-desktop {
	display: inline-block;
	vertical-align: middle;
	/* font-size: 13px; */
}
.intec-panel-sort .sort-value-mobile {
	display: none;
	/* font-size: 17px; */
	vertical-align: middle;
}
.intec-panel-sort .sort-value-arrow {
	display: inline-block;
	vertical-align: middle;
	/* font-size: 13px; */
	margin-left: 7px;
}

.intec-panel-sort .sort-value .sort-value-arrow {
	display: inline-block;
}

.intec-panel-view {
	float: right;
}

.intec-panel-view .intec-views {
	display: inline-block;
	vertical-align: middle;
}

.intec-panel-view .intec-views a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}.intec-panel-view .intec-views a:first-child {
	 margin-left: 0;
 }

.intec-panel-view a.view-active i {
	color: #000000;
}

.intec-panel-view i {
	color: #bababa;
}.intec-panel-view i:hover {
	 color: #4d4d4d;
 }

.intec-section-desription {
	display: block;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	color: #4c4b4b;
	font-size: 13px;
	line-height: 23px;
}

.intec-panel-sort .intec-section-filter-mobile {
	display: none;
}

.intec-button.intec-button-cl-common.filter-name{
	font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #383838;
    background: #fff !important;
    padding: 7px 15px 8px 15px;
    font-family: "Muller";
    border: 2px solid #1196B1;
    border-radius: 6px;
}

.sort-select.mobile{
	display: block;
font-weight: 500;
font-size: 16px;
line-height: 20px;
border: none;
    padding: 0;
    margin: 0;

}

.container-29 {
	display:none;
}

.price-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price_discount {
    color: #9E9E9E;
    /* font-family: "Muller"; */
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 14px;
    letter-spacing: .4px;
    /* line-height: 13px; */
    font-family: 'Montserrat' !important;
}

@media all and (max-width: 830px) and (min-width: 720px) {
	.intec-panel-sort .sort-value {
		margin-right: 5px;
	}
	.intec-panel-sort .intec-sort {
		margin: 0 10px 10px 0;
	}
	.intec-panel-view .intec-views a {
		margin-left: 10px;
	}
}

@media all and (max-width: 720px) {
    .catalog_container_mobile {
    margin: 0 !important;
overflow-x: hidden;
}
	.intec-content {
		overflow: visible !important;
	}
	.intec-section-filter-left {
		display: none;
	}
	.intec-panel-sort .intec-section-filter-mobile .bx-filter {
		display: block;
	}
	.intec-section-filter-mobile-wrap {
		display: block;
		float: left;
		margin-right: 20px;
margin-left: 10px;
	}
	.intec-section-filter-mobile-button {
		display: inline-block;
	}
	.intec-section-menu {
		display: none;
	}
	.intec-panel-sort .sort-value-desktop {
		display: none;
	}
	.intec-panel-sort .sort-value-mobile {
		display: inline-block;
	}
	.intec-panel-sort {
		padding: 10px 0;
	}
	.intec-panel-sort .intec-panel-view,
	.intec-panel-sort .sort-values {
		margin-top: 3px;
	}
	.intec-panel-sort .sort-value {
		margin-right: 10px;
	}
	.intec-panel-sort .intec-sort {
		margin: 0 10px 0 0;
	}
	.intec-panel-view .intec-views a {
		margin-left: 10px;
	}
	.intec-panel-sort .sort-value a {
		vertical-align: top;
	}
	.desktop.sort-value{
		display: none;
	}
	.sort-select.mobile{
		display: block;
        font-size: 16px;
        font-weight: 200;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #2D2D2D;
        background: #fff !important;
        padding: 9px 10px 10px 7px;
        font-family: "Muller";
        border: none;
       
	}
    select.sort-select.mobile:active, select.sort-select.mobile:hover, select.sort-select.mobile:focus {
        background: #1196b100 !important;
        color: #B5B5B5 !important;
        /* padding: 9px 10px 10px 7px; */
        font-family: "Muller";
        font-weight: 500;
        border: none;
    }

div#modef {
    background: #ffffff !important;!i;!;
}

span.arrow-right {
    display: none;
}

.selected-text {
    height: 0;
}

.selected-text {
    height: 0px !important;!i;!;
}

span.arrow-right {display: none !important;}

}

@media all and (max-width: 600px) {
.intec-content-wrapper.catalog_container_mobile .catalog-section-element {
    width: 47%;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap {
        padding: 7px;
        border-radius: 6px;
    }

.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .glyph-icon-cart-redesign::before{
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/./images/basketicon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {

    padding: 0px 2px;

}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap span.intec-basket.glyph-icon-cart-redesign {
    padding-right: 0px;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element  .price-block .element-buys span {

       padding-left: 1px !important;
    padding-right: 1px !important;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element span.intec-basket-text {
    font-size: 14px;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .no_stock_catalog{
font-size: 10px;
    text-align: center;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element .intec-catalog-section-tile .price-block .newprice {
        line-height: 14px;

    }
.intec-content-wrapper.catalog_container_mobile .intec-catalog-section-fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	.intec-content-wrapper.catalog_container_mobile .element-description .brand-name {
font-weight: 200;
        line-height: 12px;
        letter-spacing: 0em;
        font-size: 11px;
        text-align: left;
        color: #959595 !important;
        margin-top: 10px;
        outline: none;
    min-height: 25px;
}
	.intec-content-wrapper.catalog_container_mobile .clearfix{
display:none;
}

span.intec-section-filter-mobile-button.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-r-3.intec-button-s-2.filter-name:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    /* position: absolute; */
    filter: brightness(0.5);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/icon_filter_catalog2.svg);
        filter: invert(1);
}
	.intec-button.intec-button-cl-common.filter-name{
border:none;
padding:0;
}
	.sort-select.mobile{
border:none;
padding:0;
}
.intec-panel-sort {
		padding: 10px 0;
		margin: 0px 5px;
width:95vw;
	}
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog.smart.filter/redesign/style.css?175105517720338*/
.bx-filter * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#set_filter{
display:none;}
.filter_delete_btn{

}
div#body-filter-cl span {
    font-size: 36px;
    font-weight: 600;
}
div#bx-filter-black-fon {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 40%;
    background: #00000066;
    z-index: -62;
}
.personal-btn-param{
	border: 1px solid #116afc !important;
	color: #116afc !important;
	margin-left: 10px;
}
.bx-filter .bx-left {
	display: block;
	float: left;
	padding-right: 15px;
	width: 50%;
}
.bx-filter .bx-right {
	display: block;
	float: right;
	padding-left: 15px;
	width: 50%;
}
.bx-filter .checkbox, .bx-filter .radio {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bx-filter {
	width: 100%;
}
.bx-filter .bx-filter-section {
	background: transparent;
	border: 1px solid #ededed;
	position: relative;
	padding-top: 0px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;

}
.header-filter{
	background-color: #fff !important;
	cursor: pointer;
margin-top:50px;
}
div#body-filter-click span {
    font-size: 36px;
    font-weight: 800;
}
div .header-filter:first-child{
	font-size: 15px;
}

.fa-right-head{
	float: right;
	padding-right: 5px;
}
.fa-left-element-filter{
	padding-right: 5px;
}

input[type=checkbox]{
	display: none;
}

input[type=checkbox]:checked .bx-filter-param-text,input[type=checkbox]:checked + span {
	background: #fff !important;
	color: #000000 !important;
    padding: 0 !important;
}

input[type=radio]:checked + span{
	/*box-shadow: 1px 3px 10px rgba(0,0,0,0.5);
	border: 5px solid #fff;*/
}


input[type="checkbox"]:not(:checked)  + span{
	color: #000000 !important;
    background: #fff !important;
   padding: 0 !important;
   

}
input[type=checkbox] {
    display: block !important;
}
input[type="checkbox"]:focus  {
    outline: 2px solid #2d7179 !important;
}
label.bx-filter-param-label:hover .bx-filter-param-text{
color: #2D7179 !important;
}
.checkbox input[type=checkbox] {
    margin-left: 0px !important;
accent-color: #2D7179;
}
span.bx-filter-input-checkbox {
    margin-left: 20px;
}


span.bx-filter-parameters-box-hint {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}


.bx-filter-param-label{
	font-size: small;
	margin: 3px 3px;
	border: 3px solid #fff;
	padding: 0 !important;

}
.bx-filter-select-block .bx-filter-param-label:hover,
.bx-filter-select-block .bx-filter-param-label.bx-active{
	font-size: small;
	margin: 3px 3px;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)
}
label .radio-color:checked{
	font-size: small;
	margin: 3px 3px;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)
}
.label-checked{
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)
}

.bx-filter .bx-filter-title {
	font-size: 18px;
	color: #000;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	padding-left: 16px;
}
/*Sections*/

.bx-filter-parameters-box-container::-webkit-scrollbar {
    width: 6px;
    height: 4px;

}
.bx-filter-parameters-box-container::-webkit-scrollbar-thumb {
    background-color: #484848;
    border-radius: 10px;
    box-shadow: inset 1px 1px 10px #484848;
}
.intec-content .intec-content-left::-webkit-scrollbar {
    width:15px;
    height: 4px;



}
.intec-content .intec-content-left::-webkit-scrollbar-thumb {
    background-color: #484848;
    border-radius: 10px;
    box-shadow: inset 1px 1px 10px #484848;


}
.intec-content .intec-content-left::-webkit-scrollbar-thumb {

  border-radius: 10px;       /* закругления плашки */
  border: 5px solid #fff;  /* padding вокруг плашки */
}

.bx-filter .bx-filter-parameters-box {
	position: relative;
	border-bottom: 0px solid #ededed00 !important;
	padding: 13px 15px 14px 16px;
	transition: 500ms linear;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 15px;
	line-height: 16px;
	cursor: pointer;
	transition: 500ms linear;
}
span.bx-filter-parameters-box-hint,.bx-filter-parameters-box-title span  {
    font-size: 18px;
    font-weight: 500;
}
form#body-filter {
    margin-top: 22px;
}

div#body-filter-click {position: relative;width: 100%;}

a#filter_close {
    position: absolute;
    right: 50px;
    display: block;
    width: 27px;
    height: 27px;
	top: 0px;
}
a#filter_close:after {
    content: "";
    position: absolute;
    display: block;
    width: 27px;
    height: 1.5px;
    background: #000000;
    transform: rotate(40deg);
    top: 12px;
}
a#filter_close:before {
    content: "";
    position: absolute;
    display: block;
    width: 27px;
    height: 1.5px;
    background: #000000;
    transform: rotate(320deg);
    top: 12px;
}
@media (min-width: 992px) {
	.adaptiv .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.adaptiv .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box .fa {
	margin-top: 2px;
	color: #484848 !important;
}
.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint {
	color: #484848;
	cursor: pointer;
	width: 100%;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint,
.bx-filter .bx-filter-parameters-box:hover .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint,
.bx-filter .bx-filter-parameters-box:focus .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint {
	color: #000;
}

.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.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 {
	margin-top: 15px;
}
#button-filter{
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 10px;

	text-align: center;
	margin-bottom: 15px !important;
}
.bx-filter-parameters-box-container .checkbox {/*else brand*/
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px !important;
}
.bx-filter .brand .checkbox{/*if Brand*/
	display: inline-block;
}
.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-param-text{
	font-size: 13px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

span.description{
	margin-left: 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 20px;
	height: 38px;
	margin-left: -5px;

	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none;
	color:#000000;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	clear: both;
	padding-top: 35px;
	padding-bottom: 35px;
	transition: 500ms linear;
	z-index: 0;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.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;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	border: 1px solid #F2F6F1;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80 !important;
	border: 1px solid #2D7179 !important;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	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;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
}

/*
*	Checkbox / Radio
*
*/

.radio label, .checkbox label {
	padding-left: 0px !important;
	padding-top: 15px;
	font-size: small;
}

/*
* 	BTN
*
*/

.btn-bt-set {
	display: inline-block;
	padding: 5% 5%;
	text-align: center;
	border: none;
	background: #2273B8;
	text-shadow: 0 1px 0 #2273B8;
	white-space: nowrap;
	cursor: pointer;
	font-size: small;
	width: 40%;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.btn-bt-set, .btn-bt-set:hover, .btn-bt-set:focus {
	color: #fff;
	text-decoration: none;
}
.btn-bt-set:hover {
	background: #2273B8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

.btn-bt-reset{
	display: inline-block;
	padding: 5% 5%;
	text-align: center;
	border: 1px solid #2273B8;
	background: #fff;
	font-size: small;
	margin-left: 20px;
	width: 40%;

	white-space: nowrap;
	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.btn-bt-reset, .btn-bt-reset:hover, .btn-bt-reset:focus {
	color: #2273B8;
	text-decoration: none;
}
.btn-bt-reset:hover{
	/*box-shadow: 0px 1px 5px rgba(0,0,0,0.5);*/
}

/* SLIDERs */
.bx-filter .bx-filter-input-container input[type=text] {
	height: 25px;
	font-size: 17px;
	font-weight: 500;
    border-bottom: 1px solid #E3E3E3 !important;
    position: relative !important;
    top: 5px !important;
    text-align: center;
    font-family: 'Montserrat' !important;
}
.bx-filter .bx-ui-slider-track-container {
padding: 12px 0px 36px 30px;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	background: #2273B8;
	height: 2px;
	border-radius: 1px;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	background: #F2F6F1;
	height: 2px;
	border-radius: 1px;
}
.bx-filter .bx-ui-slider-pricebar-v {
	background: #2273B8;
	height: 2px;
	border-radius: 1px;
}
.bx-filter{
	border: 1px solid #EEEEEE;
}
.bx-filter .bx-ui-slider-range {
	height: 2px;
	z-index: 100;
}
.bx-filter.bx-blue .bx-ui-slider-handle.left
{
	border: 8px solid #fff;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right
{
	border: 8px solid #fff;
}
.bx-filter.bx-blue .bx-ui-slider-track{
	border: 10px solid #fff;
}
.col-xs-11.bx-ui-slider-track-container {
    width: 95%;
}
.bx-filter-input-container .col-xs-3 {
    padding: 5px 3px 12px 15px;
}
.bx-filter-input-container .col-xs-9 {
    display:flex;
}
.bx-filter .bx-ui-slider-range .bx-ui-slider-handle {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin-top: -8px;
	box-shadow: none !important;
	/* box-shadow: 0px 3px 9px rgba(0,0,0,0.2); */
}

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

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle.left {
	margin-left: -18px;
}

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle.right {
	margin-right: -18px;
}

.filter-price{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

/*
*	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: 27px;
	height: 27px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 27px;
	height: 27px;
	margin: 2px 0;
	top: 0 !important;
	border-radius: 4px;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	font-size: 0;
	text-align: center;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:after{
	content: "";
	height: 100%;
	width: 0;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:before,
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:after {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.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;
}
.price-filter-padding-left{
	padding-left: 0px;
}
/*
* 	Result Popup
*
*/

.popup-result-number{
	float: left;
	padding-top: 14px !important;
	padding-left: 16px !important;
	width: 44%;
color: #fff;
}
.popup-result-number span#modef_num {
    color: #fff;
}

.bx-filter .bx-filter-popup-result {
	background: #2273B8;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: 0 !important;
	margin-left: 0 !important;
	text-align: center;
	padding: 0 !important;
	/*white-space: nowrap;*/
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #fff;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	width: 0px !important;
}

.bx-filter .bx-filter-popup-result.left {
	border: none;
	background: #2273B8;
	border-radius: 5px;
}
.bx-filter .bx-filter-popup-result.right {
	border: none;
	/*background: #2273B8;*/
}
.bx-filter .bx-filter-popup-result.right:before {
	/*content: '';
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	margin-left: -10px;
	margin-top: 27px;
	left: 0px;
	width: 0;
	height: 0;*/
	margin-left: -250px;
	border: 20px solid transparent;
	border-right: 20px solid #2273B8;

}


.bx-filter .bx-filter-popup-result.left {
	right: 0%;
}
.bx-filter .bx-filter-popup-result.right {
    left: 0% !important;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result .selected-text {
	/*margin-top: 10px;*/
	color: #fff;
}
.bx-filter .bx-filter-popup-result a {
	position: relative;
	/*display: inline-block;*/
	vertical-align: middle;

	border: none;
	/*width: 100%;*/
	text-decoration: none;
	background: #fff;
	color: #2273B8;
	font-size: 12px;
	cursor: pointer;
	border-radius: 3px;
}
.bx-filter .bx-filter-popup-result a:hover {
	background: #fff;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}

.intec-button.intec-button-cl-common.redesign#del_filter{
	width: 100% !important;
  background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    font-family: 'Muller';
    padding: 10px 19px !important;
    border-radius: 4px !important;
    font-size: 14px;
}
.intec-button.intec-button-cl-common.redesign#del_filter:hover{
background-color:#2D7179 !important;
border: 1px solid #2D7179 !important;
 color: #fff !important;
}

.intec-button.intec-button-cl-common.redesign#set_filter,
.intec-button.intec-button-cl-common.redesign#set_filter:hover{
	transition: .3s;
	background-color: #1196b1 !important;
	color:#fff !important;
}



/* .intec-button.intec-button-cl-common.redesign:hover{
	transition: .3s;
	background-color: #2273B8 !important;
	color:#fff !important;
} */
div#left_filter_Element {
    padding-bottom: 100px;
}

.bx-filter .bx-filter-popup-result .selected-text{
	background-color: #000000 !important;
	border-radius: 4px;
	height: 44px;
	position: fixed;
	 width: 37.2vw;
bottom: 60px;
}

.bx-filter .bx-filter-popup-result .selected-text .arrow-right {

	border: none;


}

.bx-filter .bx-filter-popup-result a.redesign{
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;

	padding: 10px 13px;
	color: #2d2d2d !important;
	background: #fff !important;
	top: 5px !important;
	right: 10px !important;

}
.bx-filter .bx-filter-popup-result a.redesign:hover{

	color: #fff !important;
	background: #2D7179 !important;


}
.row.filter_delete_btn {
  position: fixed;
    bottom: 0px;
    width: 39vw;
}

.intec-catalog-section-tile .element-wrap:hover{
	box-shadow: none !important;
}

.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-substrate{
	top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
    box-shadow: none !important;
}

/* NO_TAB_CHECKBOX */
.bx-filter-parameters-box[data-tab_item=IN_STOCK] .bx-filter-parameters-box-container{
	margin-top: 0;
}

.bx-filter-parameters-box[data-tab_item=IN_STOCK] .bx-filter-parameters-box-container .checkbox:first-child{
	margin-bottom: 0 !important;
}

.bx-filter-parameters-box[data-tab_item=IN_STOCK] .bx-filter-parameters-box-title{
	display: none;
}

.NO_TAB_CHECKBOX{
	position: relative;
	left: -10px;
}

.NO_TAB_CHECKBOX label{
	display: flex;
	align-items: center;
}

.bx-filter-param-checkbox{
	padding: 0 !important;
	width: 16px !important;
	height: 16px !important;
	background-color: #fff !important;
	border-radius: 4px !important;
	border: 1px solid #E3E3E3 !important;
	position: relative;
}

.bx-filter-parameters-box[data-tab_item=IN_STOCK] input:checked+label>.bx-filter-param-checkbox::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 6px;
	background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.smart.filter/redesign/./images/mark.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.bx-filter-block .intec-button#set_filter,
.bx-filter-block .intec-button#del_filter {
    border-color: transparent !important;
}

.filter_btn a {
	cursor:pointer;
}

@media (max-width: 767px) {
	.bx-touch .adaptiv .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 #fff;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .adaptiv .bx-filter .bx-filter-popup-result br{display: none;}
	.adaptiv .bx-filter .bx-filter-popup-result .arrow {

	}
}
@media (max-width: 720px) {
	.bx-filter{
		display: none;
	}

	.bx-filter .bx-filter-popup-result {
		position: fixed !important;
		width: auto;
		height: auto;
		margin-top: 0;
		margin-left: 0;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		font-size: 12px;
		line-height: 14px;
		padding: 10px;
		color: #ffffff;
		background: #2273B8;
		text-align: center;
		z-index: 1001;
	}
	.bx-filter .bx-filter-popup-result .arrow-right {
		display: none;
	}
	.bx-filter .bx-filter-popup-result .popup-result-number,
	.bx-filter .bx-filter-popup-result .btn-bt-reset {
		display: block;
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
	}
	.bx-filter .bx-filter-popup-result .btn-bt-reset {
		margin: 0;
		padding: 5px 10px;
	}
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog.smart.filter/mobile/style.css?175105517716108*/

.desktop.sort-value {
    display: none;
}
.selected-text {
    left: 15px;
}
.bx-filter * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.intec-section-filter-mobile .body-filter-m-click.col-lg-12.bx-filter-title.header-filter {
    display: flex;
    justify-content: space-between;
}
.intec-sort {
    position: absolute;
    right: -30px;
}
div#filter-container {
    position: fixed;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 62px;
    overflow: auto;
    z-index: 10000;
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 100px;
}

#button-filter #set_filter_m {
	display: none;}
input#del_filter_m {
    width: 90vw;
    position: fixed;
    bottom: 10px;
background: #fff;
}
a.btn-bt-reset {
    background: #2d2d2d !important;
color: #fff !important; 
}
a.btn-bt-reset span{


}
@media (max-width: 740px) {
    .bx-filter .bx-filter-popup-result .btn-bt-reset {
padding: 9px 16px !important;
        border: 1px solid #2d2d2d;
        color: #2d2d2d !important;
        font-size: 16px;
        padding: 13px 14px;
        border: 2px solid #2d2d2d;
        color: #fff !important;
        font-size: 16px;
        position: fixed;
        width: 90vw !important;
        margin: 0px 0px !important;
        bottom: 60px;
    }
div#body-filter-cl span {
    font-size: 24px;
    font-weight: 600;
}
.header-filter {
    margin-bottom: 24px;

    margin-top: 30px !important;
}
a#filter_btn_click {
    display: none;
}
}
.personal-btn-param{
	border: 1px solid #2D2D2D !important;
	color: #2D2D2D !important;
	margin-left: 10px;
}
.bx-filter .bx-left {
	display: block;
	float: left;
	padding-right: 15px;
	width: 50%;
}
.bx-filter .bx-right {
	display: block;
	float: right;
	padding-left: 15px;
	width: 50%;
}
.bx-filter .checkbox, .bx-filter .radio {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bx-filter {
	width: 100%;
}
.bx-filter .bx-filter-section {
	background: transparent;
	border: 1px solid #ededed;
	position: relative;
	padding-top: 0px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;

}
.header-filter{
	background-color: #F6F6F6;
	cursor: pointer;
}
div .header-filter:first-child{
	font-size: 15px;
}

.fa-right-head{
	float: right;
	padding-right: 5px;
}
.fa-left-element-filter{
	padding-right: 5px;
}

input[type=checkbox]{
	display: none;
}

input[type=checkbox]:checked + span {
	color: #FFFFFF;
	background: #2D2D2D;
	border-radius: 4px;
	padding: 7px 8px;
}

input[type=radio]:checked + span{
	/*box-shadow: 1px 3px 10px rgba(0,0,0,0.5);
	border: 5px solid #fff;*/
}


input[type="checkbox"]:not(:checked)  + span{
	padding: 7px 8px;
	background: #f1f1f1;
}

.bx-filter-param-label{
	font-size: small;
	margin: 3px 3px;
	border: 3px solid #fff;

}
.bx-filter-select-block .bx-filter-param-label:hover,
.bx-filter-select-block .bx-filter-param-label.bx-active{
	font-size: small;
	margin: 3px 3px;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)
}
label .radio-color:checked{
	font-size: small;
	margin: 3px 3px;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)
}
.label-checked{
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5)
}

.bx-filter .bx-filter-title {
	font-size: 18px;
	color: #2D2D2D;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 16px;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	border-bottom: 1px solid #ededed;
	padding: 13px 15px 14px 16px;
	transition: 500ms linear;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 15px;
	line-height: 16px;
	cursor: pointer;
	transition: 500ms linear;
}
@media (min-width: 992px) {
	.adaptiv .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.adaptiv .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box .fa {margin-top: 2px;}
.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint {
	color: #484848;
	cursor: pointer;
	width: 100%;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint,
.bx-filter .bx-filter-parameters-box:hover .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint,
.bx-filter .bx-filter-parameters-box:focus .bx-filter-parameters-box-title div.bx-filter-parameters-box-hint {
	color: #2D2D2D;
}

.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.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 {
	margin-top: 15px;
}
#button-filter{
	text-align: center;
	margin-bottom: 25px;
}

#button-filter #set_filter_m {
    color: #fff !important;
    background-color: #2D2D2D;
    border-color:#2D2D2D;
}
.intec-button.intec-button-cl-common.intec-button-transparent{
color: #2D2D2D !important;
}

.bx-filter .intec-button.intec-button-cl-common {border-color: #2D2D2D;}
.bx-filter-parameters-box-container .checkbox {/*else brand*/
	/*margin-right: 0px;*/
	margin-top: 5px;
}
.bx-filter .brand .checkbox{/*if Brand*/
	display: inline-block;
}
.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-param-text{
	font-size: 13px;
}

.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 20px;
	height: 38px;
	margin-left: -5px;

	border: 1px solid #2D2D2D;
	border-radius: 2px;
	background: #fff;
	outline: none
color: #2D2D2D;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	clear: both;
	padding-top: 35px;
	padding-bottom: 35px;
	transition: 500ms linear;
	z-index: 0;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.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;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	border: 1px solid #dddddd;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	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;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
}

/*
*	Checkbox / Radio
*
*/

.radio label, .checkbox label {
	padding-left: 0px !important;
	padding-top: 15px;
	font-size: small;
}

/*
* 	BTN
*
*/

.btn-bt-set {
	display: inline-block;
	padding: 5% 5%;
	text-align: center;
	border: none;
	background: #2D2D2D;
	text-shadow: 0 1px 0 #2D2D2D;
	white-space: nowrap;
	cursor: pointer;
	font-size: small;
	width: 40%;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.btn-bt-set, .btn-bt-set:hover, .btn-bt-set:focus {
	color: #fff;
	text-decoration: none;
}
.btn-bt-set:hover {
	background: #2D2D2D;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

.btn-bt-reset{
	display: inline-block;
	padding: 5% 5%;
	text-align: center;
	border: 1px solid #116afc;
	background: #fff;
	font-size: small;
	margin-left: 20px;
	width: 40%;

	white-space: nowrap;
	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.btn-bt-reset, .btn-bt-reset:hover, .btn-bt-reset:focus {
	color: #116afc;
	text-decoration: none;
}
.intec-button.intec-button-cl-common:hover, .intec-button.intec-button-cl-common.hover {
    background-color: #2d2d2d !important;
    border-color: #2d2d2d !important;
    color: #fff !important;
}
.btn-bt-reset:hover{
	/*box-shadow: 0px 1px 5px rgba(0,0,0,0.5);*/
}

/* SLIDERs */
.bx-filter .bx-filter-input-container input[type=text] {
	height: 25px;
	font-size: 17px;
}
.bx-filter .bx-ui-slider-track-container {
	padding: 10px 9px 25px 27px;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	background: #116afc;
	height: 2px;
	border-radius: 1px;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	background: #878787;
	height: 2px;
	border-radius: 1px;
}
.bx-filter .bx-ui-slider-pricebar-v {
	background: #116afc;
	height: 2px;
	border-radius: 1px;
}
.bx-filter{
	border: 1px solid #EEEEEE;
	border-top: none;
}
.bx-filter .bx-ui-slider-range {
	height: 2px;
	z-index: 100;
}
.bx-filter.bx-blue .bx-ui-slider-handle.left
{
	border: 8px solid #fff;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right
{
	border: 8px solid #fff;
}
.bx-filter.bx-blue .bx-ui-slider-track{
	border: 10px solid #fff;
}
.bx-filter .bx-ui-slider-range .bx-ui-slider-handle {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin-top: -8px;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
}

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

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle.left {
	margin-left: -18px;
}

.bx-filter .bx-ui-slider-range .bx-ui-slider-handle.right {
	margin-right: -18px;
}

.filter-price{
	font-size: 14px;
	float: left;
	margin-top: 4px;
	font-weight: normal;
}

/*
*	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: 27px;
	height: 27px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 27px;
	height: 27px;
	margin: 2px 0;
	top: 0 !important;
	border-radius: 4px;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	font-size: 0;
	text-align: center;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:after{
	content: "";
	height: 100%;
	width: 0;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:before,
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon:after {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.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;
}
.price-filter-padding-left{
	padding-left: 0px;
}
/*
* 	Result Popup
*
*/

.popup-result-number{
	float: left;
	padding-top: 12px;
	padding-left: 18px;
	width: 44%;
}

.bx-filter .bx-filter-popup-result {
	background: #116afc;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 20px;
	text-align: center;
	padding: 5px 4px 4px 0;
	/*white-space: nowrap;*/
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #fff;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	width: 250px;
}
.bx-filter .bx-filter-popup-result.left {
	border: none;
	background: #116afc;
	border-radius: 5px;
}
.bx-filter .bx-filter-popup-result.right {
	border: none;

}

.bx-filter .bx-filter-popup-result.right:before {
	/*content: '';
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	margin-left: -10px;
	margin-top: 27px;
	left: 0px;
	width: 0;
	height: 0;*/
	margin-left: -250px;
	border: 20px solid transparent;
	border-right: 20px solid #116afc;

}

.bx-filter .bx-filter-popup-result.right {
	left: 110%;
}
.bx-filter .body-filter .bx-filter-parameters-box .bx-filter-popup-result {
    background: #ffffff !important;
}
.bx-filter .bx-filter-popup-result.left {
	right: 110%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result .selected-text {
	/*margin-top: 10px;*/
	color: #fff;
}
.bx-filter .bx-filter-popup-result a {
	position: relative;
	/*display: inline-block;*/
	vertical-align: middle;

	border: none;
	/*width: 100%;*/
	text-decoration: none;
	background: #fff;
	color: #116afc;
	font-size: 12px;
	cursor: pointer;
	border-radius: 3px;
}
.bx-filter .bx-filter-popup-result a:hover {
	background: #fff;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .adaptiv .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 #fff;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .adaptiv .bx-filter .bx-filter-popup-result br{display: none;}
	.adaptiv .bx-filter .bx-filter-popup-result .arrow {

	}
}
.arrow-right {
	margin-left: -287px;
	border: 27px solid transparent;
	border-right: 25px solid #116afc;
	margin-top: -6px;
	margin-bottom: -10px;
	display: inline-block;
	border-radius: 2px;
}
@media (max-width: 720px) {
	.bx-filter{
		display: none;
	}
.intec-section-filter-mobile {
   z-index: 100 !important;
		height: 100%;
overflow: auto;
}

	.bx-filter .bx-filter-popup-result {
		position: fixed !important;
		width: auto;
		height: auto;
		margin-top: 0;
		margin-left: 0;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		font-size: 12px;
		line-height: 14px;
		padding: 10px;
		color: #ffffff;
		background: #116afc;
		text-align: center;
		z-index: 1001;
	}
	.bx-filter .bx-filter-popup-result .arrow-right {
		display: none;
	}
	.bx-filter .bx-filter-popup-result .popup-result-number,
	.bx-filter .bx-filter-popup-result .btn-bt-reset {
		display: block;
		width: 100%;
		padding: 0;
		float: none;
		text-align: center;
	}
	.bx-filter .bx-filter-popup-result .btn-bt-reset {
		margin: 0;
		padding: 5px 10px;
	}
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/style.css?17510551773753*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: var(--color-main-black);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/style.css?175105517724744*/
.intec-catalog-section-tile {
	display: block;
	box-sizing: border-box;
}
i.glyph-icon-show-more.intec-cl-background {
    background: #fff !important;
}
.intec-catalog-section-tile.row {
	margin: 0 0 20px 0;
}
.product-buy-block-quantity-end-kt{
display:none;
position: absolute;
    top: 88%;
    left: 16px;
    font-family: Muller;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
    z-index: 30;
}

.intec-catalog-section-tile .catalog-section-element {
	display: block;
	position: relative;

    padding: 16px;
margin: 10px;
    box-sizing: border-box;
    transition: .2s;
    width: 18%;
}
.intec-catalog-section-tile .catalog-section-element:hover {


    box-shadow: 4px 4px 12px 0px #00000014;
    box-shadow: -4px -4px 12px 0px #00000014;
    border-radius: 4px;
    z-index: 34;
    transition: .2s;
}
.intec-catalog-section-tile .catalog-section-element:hover {
	z-index: 100;
}
.intec-catalog-section-tile.intec-catalog-section-tile-del .catalog-section-element {
	padding: 0;
}

.intec-catalog-section-tile .element-container {
	display: block;
	position: relative;
	width: 100%;
}

.element-description .brand-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intec-catalog-section-tile .element-wrap {
	display: block;
	width: 100%;
	margin: 0;

	box-sizing: border-box;
	transition: 0.5s;
	background: #ffffff;
}
.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap {
	box-shadow: 0 0 0 1px #F2F2F2 inset;
}
.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap:hover {
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.intec-catalog-section-tile .element-img-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	box-sizing: border-box;
	text-align: center;

    margin-bottom: 8px;
}

.price-value {
   
    font-weight: 600;
    font-family: 'Montserrat' !important;
    letter-spacing: .4px;

font-size: 16px;
line-height: 16px;
vertical-align: middle;

}
.price-value {
   display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
}

.price_discount {
    color: #ADADAD;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: .4px;
    font-family: 'Montserrat' !important;
text-decoration: none !important;
}
.oldprice{
 color: #ADADAD;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: .4px;
    font-family: 'Montserrat' !important;
text-decoration: none !important;
position: relative;
}

.oldprice:after {
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 49%;
    right: 0;
}
.price_discount span{
position: relative;
    font-size: 14px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}
.price_discount span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 49%;
    right: 0;
}

.intec-catalog-section-tile .catalog-section-element .min-button-block {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
margin:10px;
	width: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
z-index: 23;
}
.intec-catalog-section-tile .catalog-section-element .intec-marks {
    margin: 10px;
z-index: 20;
}
.intec-catalog-section-tile .catalog-section-element .intec-min-button {
	opacity: 0;
	display: none;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
}
.intec-catalog-section-tile .catalog-section-element .intec-min-button:hover {
	color: #116afc ;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{

	opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-compare-added][data-compare-in=true]{

	opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{
	
	opacity: 1;
}

.intec-catalog-section-tile .element-img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	text-decoration: none;
}

.intec-catalog-section-tile img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.intec-catalog-section-tile .element-name {
	    display: block;

    box-sizing: border-box;
    font-size: 14px;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.1em;
min-height: 30px;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.intec-catalog-section-tile .price-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	/* height: 65px; */
}
.intec-catalog-section-tile .price-block .clearfix{
	display: none;
}

.intec-catalog-section-tile .price-block .price-value {
	display: block;
	float: left;
}

.intec-catalog-section-tile .price-block .newprice {

    font-family: 'Montserrat' !important;

    color: #484848;
font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    vertical-align: middle;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added,
.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added:hover{


padding: 4px 18px;

    background-color: #ffffff !important;
    border: 1px solid #45a748;
}
.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .intec-basket-text
{
	color: #45a748;}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .glyph-icon-cart-redesign{
	display: none;
}


@media(max-width: 1450px)
{
.product-buy-block.price-block-incart .price-value {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
}
}



.intec-catalog-section-tile .price-block .oldprice {
	display: block;
	vertical-align: top;
	color: #e50f30;
	font-size: 12px;
	text-decoration: line-through;
	margin-top: 5px;
}

.intec-catalog-section-tile .element-buys-block{
	display: none;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	box-sizing: border-box;
}.intec-catalog-section-tile .element-wrap:hover .element-buys-block {
	 display: block;
 }

.intec-catalog-section-tile .price-block .element-buys {
	float: right;
	display: inline-block;
	padding: 0px;

	text-decoration: none;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.intec-catalog-section-tile .price-block .element-buys:hover {
	color:#fff !important;
}

.intec-catalog-section-tile .price-block .element-buys span{
	display: inline-block;
	vertical-align: middle;
	/*width: 20px;*/
	/* height: 19px; */
	font-size: 12px;
	padding-left: 0px;
}
.intec-catalog-section-tile .price-block .element-buys[data-basket-in=false] span{
	color: #fff;
    margin-top: 0px;
    padding-right: 2px;
}


.intec-catalog-section-tile .price-block .element-buys.add[data-basket-add][data-basket-in=true],
.intec-catalog-section-tile .price-block .element-buys.added[data-basket-added][data-basket-in=false] {
	display: none;
}
.intec-catalog-section-tile .price-block .element-buys.active,
.intec-catalog-section-tile .price-block .element-buys.added {
	color: #fff !important;
	background-color: #116afc;
}
.to-cart {
	float: right;
}

.intec-catalog-section-tile .buys_not_have,
.intec-catalog-section-tile .buys_more{
	display: block;
	text-align: center;
}

.element-buys-block .quantity-wrap {
	display: inline-block;
	float: left;
	vertical-align: top;
	margin-right: 10px;
	font-size: 0;
}
.element-buys-block .quantity-wrap > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #848484;
}
.element-buys-block .quantity-input {
	width: 42px;
	border: none;
	background: none;
	font-weight: bold;
	text-align: center;
	outline: none;
}
.element-buys-block .quantity-input,
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
	height: 30px;
}
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
	padding: 0 12px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	border: 0 solid #ececec;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.element-buys-block .quantity-down:hover,
.element-buys-block .quantity-up:hover {
	background-color: #d2d2d2;
}
.element-buys-block .quantity-down {
	border-right-width: 1px;
}
.element-buys-block .quantity-up {
	border-left-width: 1px;
}
.element-buys-block .quantity-measure {
	margin-left: 6px;
}
.element-buys-block .quantity {
	margin-top: 10px;
	font-size: 12px;
}

.catalog-section-element.element-with-count {
	height: 455px;

}
.catalog-section-element.element-with-count .element-wrap:hover {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
}
.element-wrap .quick-view {
	display: none;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height: 38px;
	height: 38px;
	width: 175px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 18px;
	color: #434343;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
	opacity: 0.9;
}
.element-wrap .quick-view i {
	vertical-align: top;
	padding-right: 3px;
}
.intec-catalog-section-tile .element-wrap:hover .quick-view {
	display: block;
}

.b-element-item__rating > .bx_item_detail_rating {
	margin: 0;
}

.intec-catalog-section-fl {
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.show-more.show-more-btn{
	    display: flex;
    align-items: center;
    width: max-content !important;
    background-color: #000000;
    padding: 15px 20px;
    color: #ffffff !important;
    border-radius: 4px;
    margin-top: 60px;
    margin-bottom: 60px;

}
.show-more.show-more-btn i{
	margin-left: 10px;
	color: #000000 !important;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/./images/pagination_arrow.svg) no-repeat center;
	opacity: 1;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/./images/pagination_arrow.svg) no-repeat center;
	transform: rotate(180deg);
	opacity: 1;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span,
.bx-pagination .bx-pagination-container ul li a:hover span{
	    background-color: #000000 !important;
    color: #ffffff;
}



.intec-marks .intec-mark{
	margin: 0 0 10px 0 !important;
	padding: 10px 10px !important;
	border-radius: 4 !important;
	color: #fff !important;
    font-size: 12px !important;
    line-height: 100% !important;
width: max-content;
}

.intec-marks .intec-mark.recommend{background-color: #2D7179 !important;     border-radius: 4px !important;
}
.intec-marks .intec-mark.new{background-color: #2D7179 !important;     border-radius: 4px !important;
}
.intec-marks .intec-mark.hit{background-color: #2D7179 !important;      border-radius: 4px !important;
}
.intec-marks .intec-mark.action{background-color: #ECD0A0 !important;     border-radius: 4px !important;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add .fa.fa-heart-redesign{
	content: "";
	width: 20px;
	position: absolute;
	height: 17px;
	top: -13px;
	right: -18px;
	background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/./images/like-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added .fa.fa-heart-redesign{
	content: "";
	width: 20px;
	position: absolute;
	height: 17px;
	top: -13px;
	right: -18px;
	background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/./images/like-icon-aded.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.element-description .brand-name{
	display: block;
	font-family: Muller;
font-weight: 300;
font-size: 12px;
line-height: 16px;
vertical-align: middle;
    margin-bottom: 8px;
   transition: .2s;
}

.element-description .brand-name:hover{
   transition: .2s;
    color: #B5B5B5 !important;
    text-decoration: none;
}


.product-buy-block {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;	
}

.intec-catalog-section-tile .product-buy-block .element-buys.added.product-buy-block-quantity {
    display: none;	
}
.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent{
background: url("/images/basket_white.svg") center center no-repeat !important;
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #000000 !important;
    border: none;
    border-radius: 100%;
    transition: .1s;
    justify-content: center;

}
.glyph-icon-cart-redesign{
	padding: 0;
}


span.intec-basket.glyph-icon-cart-redesign {
    padding-right: 0px !important;
}
.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent:hover{
	background-color:#2D7179 !important;

 transition: .1s;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    background: none !important;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/images/plus_kt.svg);
    align-items: center;
    justify-content: center;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/images/minus_kt.svg);
    align-items: center;
    justify-content: center;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #E8E7E9;
    border: 1px solid #E8E7E9;
    border-radius: 100%;
}
.element-buys.added.product-buy-block-quantity.icon_plus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #000;
    border: 1px solid #000;
    border-radius: 100%;
}
.element-buys.added.product-buy-block-quantity:hover:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background:#2D7179;
    border: 1px solid #2D7179;
    border-radius: 100%;
    transition: .2s;
}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:hover:after {
   filter: invert(1);
    transition: .2s;
}


.product-buy-block.price-block-incart {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;	
	position:relative;
}

.product-buy-block.price-block-incart .intec-button.basket-redesign.add {
	display:none;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .price-block {
   position:relative;
    top: 0px;
    width: 100%;
}

.product-buy-block.price-block-incart .price-value {
margin-top: 10px;
    position: absolute;
}

.product-inbasket-quantity {
	display:none;
}

.element-img-wrap.element-img-wrap-incart .product-inbasket-quantity {
	display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    align-items: center;
    justify-content: center;

    background: #0000004D;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    vertical-align: middle;
    text-transform: uppercase;
}

.intec-catalog-section-tile .icon_plus_kt .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity.product-buy-block-quantity-end {
	background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
	width:50px;
	height:50px;
	border-radius:100%;
	color:transparent !important;
	font-size:0;
}
.element-buys.added.product-buy-block-quantity.icon_plus_kt.product-buy-block-quantity-end:after {
    background-image: url(/images/bell_icon_product_white.svg) !important;
}
.out_of_stock_kt .icon_bsll_kt{
background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
	width:50px;
	height:50px;
	border-radius:100%;
	color:transparent !important;
transition: .2s;
}
.out_of_stock_kt .icon_bsll_kt:hover{
background: #2D7179 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
	transition: .2s;

}
.product-end-kt {
    position: absolute;
    margin-left: 15px;
    bottom: 8px;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
z-index:20;
}
.element-img-wrap.product-end-kt-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c2c2c259;
    display: block;
    z-index: 10;
}
@media (max-width:1250px){
.product-end-kt {
        position: absolute;
        margin-left: 15px;
        margin-right: 15px;
        bottom: 8px;
        padding: 5px;
        background: #fff;
        border-radius: 3px;
        z-index: 20;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
}
.price-value {
    display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
}
.price_discount {

		margin-left: 0px !important;}
}


@media (max-width:1200px) {
.intec-catalog-section-tile .catalog-section-element {
    display: block;
    position: relative;
    padding: 16px;
    margin: 10px;
    box-sizing: border-box;
    transition: .2s;
    width: 30%;
}

}
@media (max-width:1100px) {
	.intec-catalog-section-tile .catalog-section-element {
		width: 29%;
		margin-bottom: 15px;
	}
.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_plus_kt:before, .out_of_stock_kt .icon_bsll_kt  {

    width: 40px;
		height: 40px;}
.price-value {
    font-weight: 600;
    font-family: 'Montserrat' !important;
    letter-spacing: .4px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.price_discount span {
    position: relative;
    font-size: 12px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}
.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 40px;
		height: 40px;}

}
}





@media (max-width:1400px) {
	.element-img .quick-view {
		display:none!important;
	}
	.intec-catalog-section-tile .catalog-section-element {

		margin-bottom: 15px;
	}



.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

    width: 40px;
		height: 40px;}
.element-buys.added.product-buy-block-quantity.icon_plus_kt:before, .out_of_stock_kt .icon_bsll_kt  {

    width: 40px;
		height: 40px;}

.price_discount span {
    position: relative;
    font-size: 10px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}
.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 40px;
		height: 40px;}

.price_discount {


    margin-left: 0px !important;

}

}

.product-buy-block-quantity-end {
	cursor:pointer;
}

@media (max-width:850px) and (min-width: 720px) {
	.intec-catalog-section-tile .catalog-section-element .intec-min-button {
		opacity: 1;
	}

	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{

		opacity: 1;
	}

	.intec-catalog-section-tile .element-wrap:hover {
		box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.intec-catalog-section-tile .price-block .price-value {
		float: none;
	}
	.intec-catalog-section-tile .price-block .element-buys {
		float: none;
		margin-top: 5px;
	}
	.intec-catalog-section-tile .price-block {
		height: 90px;
	}
}





@media (max-width:900px) {
	.intec-catalog-section-tile .catalog-section-element {
		padding: 0;
	}
	.intec-catalog-section-tile .catalog-section-element {
		width: 43%;
	}

.intec-catalog-section-fl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .glyph-icon-cart-redesign::before {
        content: "";
        width: 24px;
        height: 24px;
       filter: invert(1) contrast(2.5);
    background-image: url(/images/basket_header.svg) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 28% !important;
        height: 100%;
    }
.price-value {
        display: flex;
        font-weight: 600;
        font-family: 'Montserrat' !important;
        letter-spacing: .4px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
.price_discount {

    margin-left: 0px !important;

}
.product-buy-block.price-block-incart .price-value {
position: absolute;
    margin-top: 5px !important;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
}

}
@media (max-width:900px) {.intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 40% !important;
        height: 100%;
	}}
@media (max-width:720px) {
	.intec-catalog-section-tile .price-block {
		height: 50px;
	}
	.intec-catalog-section-tile .catalog-section-element .intec-min-button {
		opacity: 1;
	}

	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
	.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true]{

		opacity: 1;
	}
.product-end-kt {
           position: absolute;
        bottom: 8px;
        font-size: 12px;
        line-height: 13px;   
        padding: 4px 5px;
        background: #fff;
        border-radius: 3px;
        z-index: 20;
}
.intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 43% !important;
        height: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/style.min.css?1751055177832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog/catalog_redesign/style.css?17510551769258 */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog.smart.filter/redesign/style.css?175105517720338 */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog.smart.filter/mobile/style.css?175105517716108 */
/* /bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/style.css?17510551773753 */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog.section/redesign/style.css?175105517724744 */
/* /bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/style.min.css?1751055177832 */
