.catalog {
	margin-bottom: 150px;
}
.catalog-list {
	margin: 0;
	padding: 0;
}
.catalog-list-item {
	border-bottom: 4px #f8fbfd solid;
	background:#fff;
}
.catalog-list-item:last-child {
  background: #dbe1e3;
	border-bottom: 0;
}
.catalog-list-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: 'FuturaPT-Medium';
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0 15px 15px; 
}
.catalog-list-item__img img{
  width: 24px;
  margin-right: 8px;
	-webkit-filter: invert(73%) sepia(7%) saturate(297%) hue-rotate(157deg) brightness(90%) contrast(87%);
	        filter: invert(73%) sepia(7%) saturate(297%) hue-rotate(157deg) brightness(90%) contrast(87%);
}

.catalog-list--inner-categories .catalog-list-item-link {
    text-align: left;
}

.catalog-list--inner-categories .catalog-list-item:last-child {
    background: #fff;
}

.sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 15px 30px 25px 30px;
	margin-bottom: 25px;
}
.sort-title {
	font-size: 15px;
	font-family: 'FuturaPT-Medium';
	text-transform: uppercase;
	font-weight: 500;
}
.sort-price__img {
	height: 17px;
	width: 18px;
	margin-left: 10px;
}
.sort-price {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	color: #8f969c;
	cursor: pointer;
}
.sort-price span {
	border-bottom: 2px #e3e6e9 solid;
}
.card-product {
	margin-bottom: 25px;
}

.card-product__img {
    min-height: 280px;
}
.card-product__img img {
	width: 100%;
	height:280px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.collection__img img {
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.card-product__img .no-picture {
    object-fit: cover;
}
.card-product-content {
	padding: 15px;
}
.card-product-info {
	color: #8f969c;
	font-family: 'FuturaPT-Medium';
	font-size: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.card-product-info-city, .card-product-info-brend {
	width: 100px;
}
.card-product__title {
	font-size: 17px;
	font-family: 'Futura-PT-Demi';
	text-transform: uppercase;
	margin: 15px 0;
	font-weight: bold;
	line-height: 1.3;
	display:block;
	    height: 3.75em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.card-product__price {
  min-height: 32px;
	font-size: 22px;
	font-family: 'FuturaPT-Heavy';
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.card-product__price-old-price {
  font-weight:100;
  text-decoration: line-through;
	-webkit-text-decoration-color: #000;
	        text-decoration-color: #000;
	font-family: 'FuturaPT-Medium';
}
.card-product__price sup {
	font-size: 10px;
}
.card-product__add__cart {
  display: block;
	padding: 10px 0;
	border: 1px #000 solid;
	text-align: center;
	width: 100%;
	font-size: 19px;
	margin: 15px 0;
	cursor: pointer;
	background:transparent;
}
.card-product-bottom-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.card-product__compare {
	font-size: 17px;
	font-family: 'FuturaPT-Book';
}
.card-product__compare svg {
	margin-right: 10px;
}
.card-product-bottom-block svg {
	height: 20px;
	width: 20px;
}
.card-product-bottom-block .msfavorites svg {
    fill: none;
    stroke: #000;
    stroke-width: 4px;
    position: relative;
    top: 6px;
}

.card-product-bottom-block .msfavorites.voted svg {
    fill: #000;
}

.card-product-bottom-block .msfavorites svg:hover {
    stroke: #bfc6cc;
}
.card-product__compare a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.category-filter-block {
	margin: 0;
	padding: 0;
}
.categories-list-wrapper {
		margin: 0 0 40px 0;
	padding: 0;
}
.categories-list-wrapper .filter-block-item-top {
	margin: 0;
}
.categories-list-wrapper .filter-block-item {
	padding: 20px 0 20px 20px;
}
.categories-list-wrapper .active {
	background: #000;
}
.categories-list-wrapper .active a {
	color: #fff;
}
.categories-list-wrapper .active img{
	-webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(336deg) brightness(101%) contrast(103%);
	        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(336deg) brightness(101%) contrast(103%);
}
.filter-block-item{
	margin: 0;
	padding: 0;
	border-bottom: 4px #f8fbfd solid;
	padding: 25px 0 25px 20px;
	line-height: 1.2;
	background: #fff;
	border-top:0;
	border-left:0;
	border-right:0;
}
.filter-block-item:last-child {
	border-bottom: 0;
	margin-top: 10px;
}
.filter-block-item--with-expand {
    height: 27em;
    overflow: hidden;
    position: relative;
}

.filter-block-item__expand {
    position: absolute;
    bottom: 0;
    font-size: 1.25em;
    left: 0;
    width: 100%;
    padding: 2em .5em .5em 1.25em;
    background: linear-gradient(0deg, #fff 50%, transparent);
    cursor: pointer;
}
.filter-block-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 25px;
}
.filter-block-item__image {
	height: 30px;
	width: 30px;
	-webkit-filter: invert(73%) sepia(7%) saturate(297%) hue-rotate(157deg) brightness(90%) contrast(87%);
	        filter: invert(73%) sepia(7%) saturate(297%) hue-rotate(157deg) brightness(90%) contrast(87%);
	margin-right: 15px;
}
.filter-block-item__title {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'FuturaPT-Medium';
	font-weight: 500;
}
.filter-block-item label {
	width: 100%;
}
.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox__text {
	position: relative;
	padding: 0 0 0 25px;
	cursor: pointer;
	color: #8f969c;
	font-size: 16px;
}
.checkbox__text span:first-letter {
	text-transform: uppercase;
}
.checkbox__text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	border: 2px solid #e0e3e6;
	border-radius: 50%;
	background: #FFF;
}
.checkbox__text:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 7px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #e0e3e6;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.checkbox input:checked + .checkbox__text:after {
	opacity: 1;
}
.filter-block-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.filter-block-number label {
	width: 50%;
}
.filter-block-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.filter-block-color label {
	width: 50%;
}
.filter-block-color .checkbox__text {
	padding-left: 35px;
	height: 38.4px;
}
.filter-block-color .checkbox__text:before {
	content: '';
	position: absolute;
	opacity: 0;
}
.color {
	content: '';
	position: absolute;
	left: 3px;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	opacity: 1;
}
.filter-block-color .checkbox__text:after {
	content: '';
	position: absolute;
	left: 0.5px;
	top: 1px;
	width: 22px;
	height: 22px;
	border: 2px solid #e0e3e6;
	border-radius: 50%;
	background: transparent;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.filter-block-color .checkbox input:checked + .filter-block-color .checkbox__text:after {
	opacity: 1 !important;
}
.btn-filter {
	display: block;
	background: #000;
	color: #fff;
	font-size: 19px;
	margin-right: 20px;
	text-align: center;
	padding: 14px 0;
	margin-bottom: 20px;
}

.price-range {
	width: 210px;
	height: 4px !important;
	background: #f4f8f9 !important;
	border:0!important;
}
.ui-slider-horizontal .ui-slider-range {
  	background: #dbe1e3 !important;
	height: 4px !important;
	border:0!important;
}
.ui-slider .ui-slider-handle {
  	border-radius: 50%;
	background: #fff !important;
	height: 13px !important;
	width: 13px !important;
	border: 4px #adb7b9 solid !important;
}
.ui-slider .ui-slider-handle:focus {
  outline:none;
}
.slider-number__input {
  border:0!important;
  background:transparent;
  width:70px!important;
  color: #b9c2ca !important;
font-size: 16px !important;
}
.slider-number-flex{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
    -ms-flex-pack:justify;
        justify-content:space-between;
}
.slider-number__label {
  display:block!important;
  width:30%!important;
}


.irs--flat .irs-line {
	height: 4px !important;
	background: #f4f8f9 !important;
	top: 27px !important;
}
.irs--flat .irs-bar {
	background: #dbe1e3 !important;
	height: 4px !important;
	top: 27px !important;
}
.irs--flat .irs-handle {
	width: 0 !important;
}
.irs--flat .irs-handle > i:first-child {
	border-radius: 50%;
	background: #fff !important;
	height: 13px !important;
	width: 13px !important;
	border: 4px #adb7b9 solid;
}
.price-range-input {
	border: 0;
	font-size: 16px;
	color: #ababab;
	position: relative;
	width: 60px;
}
.price-range-from, .price-range-to {
	position: absolute;
	font-size: 12px;
	color: #ababab;
	top: 6px;
}
.price-range-from {
	left: 15px;
}
.price-range-to {
	right: 80px;
}
.price-range-block {
	width: 210px;
	position: relative;
	top: -15px;
}
.range-price {
	display: inline-block;
}
.irs-from, .irs-to, .irs-single{
	background: transparent !important;
	color: #b9c2ca !important;
	font-size: 16px !important;
	top: 40px !important;
	padding-left: 20px !important;
}
.irs-to {
	padding-left: 0 !important;
	padding-right: 50px !important;
}
.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
	border: 0 !important;
}
.manufacturers .card-product__title {
	margin-top: 0;
	font-size: 25px;
}
.manufacturers .card-product__price {
	margin-top: 15px;
}
.card-img {
  width:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.m-filter-block {
	display: none;
	font-family: 'FuturaPT-Medium';
	font-size: 15px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.m-sort, .filter-icon-wrapper {
	padding: 12px 0;
	background: #fff;
	width: 45%;
	cursor: pointer;
}
.sort-active .sort {
	display: block;
}
.filter-active .d-category-filter {
	display: block;
}
.filter-block-item__image {
  width: 0;
  height: 0;
}
img.filter-block-item__image {
  width: 30px;
  height: 30px;
}
.type_of_tiles {
  background: url(../../image/tile3.svg);
     background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px;
}
.purpose {
   background: url(../../image/cel.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.control {
   background: url(../../image/control.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.montage_holes {
   background: url(../../image/sink8.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.montage {
   background: url(../../image/drill.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.product-type {
   background: url(../../image/height.svg);
   background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.complectation_variants {
   background: url(../../image/shower5.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.number_of_customers {
   background: url(../../image/plumbing.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.style {
   background: url(../../image/duplicate.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.color_variants {
   background: url(../../image/pantone.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.vendor {
   background: url(../../image/factory.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.country {
   background: url(../../image/flag.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.product_color {
   background: url(../../image/pantone.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.surface {
   background: url(../../image/membrane.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.material {
   background: url(../../image/duplicate.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.field_of_application {
   background: url(../../image/map.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}
.design {
   background: url(../../image/tile5.svg);
      background-size:cover;
   background-repeat:no-repeat;
height: 30px;
width: 30px; 
}


.comparison-modal {
    background: #eee;
    padding: 16px;
    position: absolute;
    bottom: -72px;
    display: none;
    opacity: 0;
    transition: opacity .25s;
    z-index: 1000;
}
.comparison-modal__link {
    margin: 8px 0 0;
    background: #000;
    color: #fff;
    text-align: center;
    display: block!important;
    padding: 4px;
}
.comparison-modal__link:hover {
    background: #555;
    color: #fff;
}
.comparison-modal__inner {
    position: relative;
}
.comparison-modal__inner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #eeeeee  transparent;
    position: absolute;
    top: -26px;
    left: calc(50% - 12px);
}
.can_compare.added .comparison-modal {
    display: block;
}
.comparison-remove:hover + .comparison-modal, .comparison-modal:hover{
    opacity: 1;
}
.category-filter-block--tiles {
    margin: 0 0 1.75em;
}
.category-filter-block--tiles li {
    border-bottom: 4px #f8fbfd solid;
    padding: 1em;
}
.category-filter-block--tiles__selected {
    background: #e5ecec;
}
.category-filter-block--tiles .filter-block-item-top {
    margin: 0;
}
.collection-products {
    display: flex;
    flex-wrap: wrap;
}

#mse2_filters .disabled, #mse2_filters .disabled + br {
    display: none;
}


.jGrowl {
    font: unset!important;
    font-size: 19px!important;
}

.jGrowl-notification {
    width: 320px!important;
    box-shadow: 0 5px 10px 3px rgb(0 0 0 / 14%)!important;
}

.jGrowl-notification.af-message-success {
    background: #fff!important;
    
    color: #000!important;
    z-index: 100000000!important;
}
.no-picture {
    width: 100%;
}
.no-results {
    font-size: 1.25em;
    margin: 0 1em;
}
