

/* Start:/local/templates/main/components/custom/catalog/catalog/style.css?16251353544472*/
.b-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.b-catalog__panel_section {
  position: relative;
  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;
  width: 100%;
  padding: 25px 50px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

@media (max-width: 600px) {
  .b-catalog__panel_section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-products-sort {
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; */
    margin-bottom: 20px;
  }

  .b-products-sort__title {
    /* width: 100%;
    margin-bottom: 10px; */
  }

  .b-products-sort__selection {
    /* width: 100%; */
  }

  .b-products-view {
    width: 100%;
  }

  .b-catalog__panel_section {
    padding: 25px 15px;
  }
}

.b-products-sort {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-products-sort__title span {
  margin-right: 5px;
}

.b-selection__list-container {
  position: absolute;
  z-index: 1;
  display: none;
  width: 160px;
  -webkit-box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(222, 222, 222, 0.22);
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.25), 0 10px 10px rgba(222, 222, 222, 0.22);
}
.b-selection__list-container.open {
  display: block;
}

.b-selection {
  position: relative;
  cursor: pointer;
}

.b-selection__selected::after {
  content: "\f107";
  position: absolute;
  top: -1px;
  right: -27px;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #000000;
}

.b-selection__selected:hover {
  color: #ada090;
}

.b-selection__selected:hover::after {
  color: #ada090;
}

.b-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.b-catalog__section {
  width: calc(100% - 400px);
}

@media (max-width: 1000px) {
  .b-catalog__section {
    width: 100%;
    margin-right: 0;
  }
}

.b-catalog__filter {
  width: 100%;
  max-width: 385px;
}

@media (max-width: 1000px) {
  .b-catalog__filter {
    position: absolute;
    right: -15px;
    top: 77px;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #ffffff;
    border: 1px solid #ada090;
  }

  .b-catalog__filter.active {
    position: fixed;
    right: 0px;
    top: 0;
    height: 100vh;
    z-index: 50;
    overflow: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 450px) {
  .b-catalog__filter {
    top: 155px;
  }
}

.b-selection__list {
  padding: 10px 15px;
  background-color: #ffffff;
}

.b-selection__list li {
  list-style-type: none;
}

.b-selection__list li:hover a {
  text-decoration: none;
}

.filter-adaptive {
  display: none;
}

@media (max-width: 1000px) {
  .filter-adaptive {
    display: inline-block;
    margin-left: 15px;
  }
}

.b-catalog__filter-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 60;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNzg3IDFMNSAzLjc4NyAyLjIxMyAxIDEgMi4yMTMgMy43ODcgNSAxIDcuNzg3IDIuMjEzIDkgNSA2LjIxMyA3Ljc4NyA5IDkgNy43ODcgNi4yMTMgNSA5IDIuMjEzIiBmaWxsPSIjNTM1QzZBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  cursor: pointer;
}

.b-catalog__filter-close:hover {
  opacity: 0.7;
}

@media (max-width: 1000px) {
  .b-catalog__filter-close {
    display: block;
  }
}

.filter-adaptive-name {
  display: none;
}

@media (max-width: 600px) {
  .b-products-view {
    display: flex;
    align-items: center;
  }

  .filter-adaptive-name {
    display: block;
    margin-right: 15px;
  }

  .filter-adaptive {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
  }
}

/* End */


/* Start:/local/templates/main/components/custom/catalog/catalog/bitrix/catalog.section.list/.default/style.css?16251353548181*/
/* line */
.bx_catalog_line {
	margin-bottom: 30px;
}

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul {
	padding: 0;
}

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before {
	content: "" !important;
}

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover {
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_title span {
	font-size: 16px;
}

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a {
		font-size: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_description {
		font-size: 11px;
	}
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
	transition: all 0.3s ease;
}

/* text */
.bx_catalog_text {
	padding: 40px 0;
}

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	padding: 0;
}

.bx_catalog_text .bx_catalog_text_ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	list-style: none;
	background: #ada090;
	transition: all 0.3s ease;
}

.bx_catalog_text .bx_catalog_text_ul li:hover {
	box-shadow: 0 2px 33px rgba(0, 0, 0, 0.2);
}

.bx_catalog_text .bx_catalog_text_ul li h2 {
	width: 100%;
	height: 100%;
}

.bx_catalog_text .bx_catalog_text_ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 10px;
	color: #fff;
	height: 100%;
}

@media (max-width: 992px) {
	.bx_catalog_text .bx_catalog_text_ul {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 15px;
	}
}

@media (max-width: 768px) {
	.bx_catalog_text .bx_catalog_text_ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.bx_catalog_text .bx_catalog_text_ul li a {
		padding: 15px 10px;
	}
}

@media (max-width: 500px) {
	.bx_catalog_text .bx_catalog_text_ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

.bx_catalog_text .bx_catalog_text_ul li:before {
	content: "" !important;
}

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover {
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_title span {
	font-size: 12px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a {
		font-size: 12px;
	}
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
	transition: all 0.3s ease;
}

/* tile */

.bx_catalog_tile {
	margin-bottom: 30px;
}

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul {
	padding: 0;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
	content: "" !important;
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
	clear: both;
}

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title span {
	font-size: 12px;
}

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li {
		width: 20%;
	}

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
		clear: none;
	}

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n + 1) {
		clear: both;
	}
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		line-height: 10px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
		font-size: 11px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
		width: 25%;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n + 1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n + 1) {
		clear: both;
	}
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
		width: 33.3%;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n + 1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n + 1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n + 1) {
		clear: both;
	}
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
	transition: all 0.3s ease;
}

/* list */

.bx_sitemap {
	margin-bottom: 30px;
}

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before {
	content: "" !important;
}

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover {
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_li_title span {
	font-size: 11px;
}

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a {
		font-size: 12px;
	}
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?167947485120603*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.bx-filter .bx-filter__wrapper {
	position: relative;
	padding: 0px 30px 30px;
}
.bx-filter .bx-filter-section > .row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 2px dashed #d6d3d0;
}
.bx-filter .bx-filter-parameters-box-title {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 16px;
	color: #1e1a1b;
}
.bx-filter .bx-filter-parameters-box-title.price-box {
	padding-bottom: 25px;
	border-bottom: 2px dashed #d6d3d0;
}
.bx-filter-parameters-box-container_wrap {
	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;
	width: 100%;
}

.bx-filter-parameters-box-container_wrap .bx-center span {
	color: #a8a8a8;
}

.bx-filter .bx-filter-input-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 122px;
}

.bx-filter .bx-filter-input-container input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #d6d3d0;
	text-align: center;
	font-size: 16px;
	color: #1e1a1b;
	background: #fff;
	outline: none;
}

.bx-ui-slider-track-container {
	padding-top: 30px;
	padding-bottom: 0px;
	width: 100%;
}
.bx-ui-slider-track {
	position: relative;
	height: 1px;
	background: #d6d3d0;
}

.bx-ui-slider-pricebar-vd {
	position: absolute;
	top: 0;
	bottom: 0;
	/* z-index: 60; */
	height: 1px;
	background: #d6d3d0;
}
.bx-ui-slider-pricebar-vn {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 1px;
	background: #1e1a1b;
	/* z-index: 70; */
}
.bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
	/* z-index: 80; */
	height: 1px;
	background: #d6d3d0;
}
.bx-ui-slider-range {
	position: absolute;
	top: -8px;
	/* z-index: 90; */
}
.bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border-bottom: none;
	background-color: #ada090;
}

.bx-filter .bx-ui-slider-track-container {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 1px;
	background: #d6d3d0;
}

.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-pricebar {
	z-index: 10;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 6;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 7;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 8;
} */
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	/* z-index: 10; */
	top: -8px;
	width: 17px;
	height: 17px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: -webkit-grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: -webkit-grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	background-color: #ada090;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	background-color: #ada090;
}

/*
*	Select
*
*/

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

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

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

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/
.checkbox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 31px;
	margin-bottom: 10px;
}
.checkbox.disabled:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0px;
	width: 100%;
	height: calc(100% + 10px);
	/* z-index: 10; */
}
.checkbox label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 51px;
}
.checkbox label:before {
	content: "";
	position: absolute;
	left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31px;
	height: 31px;
	border: 1px solid #d6d3d0;
}
.checkbox label .bx-filter-input-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.checkbox input {
	display: none;
}
.checkbox input:checked + label:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMC4zNTM1MTYgMy42NDY0OEw1LjM1MzUyIDguNjQ2NDhNNC42NDY0MSA4LjY0NjQ4TDEyLjY0NjQgMC42NDY0ODQiIHN0cm9rZT0iIzFFMUExQiIvPg0KPC9zdmc+");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}

/* .checkbox:hover label:before {
	border-color: #1e1a1b;
}

.checkbox:hover .bx-filter-param-text {
	color: #ada090;
} */

.bx-filter-parameters-box-row .checkbox {
	margin-bottom: 0;
}

.bx-filter-block .checkbox {
	margin-bottom: 10px;
}

.bx-filter-parameters-box:first-child {
	padding-bottom: 40px;
}

.bx-filter-button-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

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

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

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

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

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

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	-webkit-box-shadow: 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: " ";
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(0, 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: 0.2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

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

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

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	/* z-index: 915; */
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #c6dce7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right: 97%;
}
.bx-filter-horizontal .bx-filter-popup-result {
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		/* z-index: 1001; */
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255, 255, 255, 0.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br {
		display: none;
	}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

/*.b-catalog-filter__wrapper{
	width: 100%;
	height: auto;
	padding: 30px 35px;
	background-color: #ffffff;
}
.b-catalog-filter__section{
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px dashed #D6D3D0;
}
.b-filter-box__title{
	display: flex;
	width: 100%;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #1E1A1B;
}
.b-filter-box__parameters{
	width: 100%;
	padding: 15px 0px;
}




.b-filter-box_price .b-filter-box__title{
	border-bottom: 1px dashed #D6D3D0;
}
.b-filter-box_price .b-filter-box__input{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b-filter-box_price .b-filter-box__input input{
	max-width: 122px;
	display: flex;
	padding: 15px;
	border: 1px solid #D6D3D0;
	text-align: center;
	font-size: 16px;
	color: #1E1A1B;
}
.b-filter-box_price .b-filter-box__input div{
	font-size: 16px;
	color: #A8A8A8;
}
.bx-ui-slider-track-container {
    padding-top: 30px;
    padding-bottom: 0px;
    width: 100%;
}
.bx-ui-slider-track{
	position: relative;
	height: 2px;
	background: #D6D3D0;
}

.bx-ui-slider-pricebar-vd {
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 60;
    height: 2px;
    background: #D6D3D0;
}
.bx-ui-slider-pricebar-vn {
	position: absolute;
    top: 0;
    bottom: 0;
    height: 2px;
    background: #1E1A1B;
    z-index: 70;
}
.bx-ui-slider-pricebar-v {
	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 80;
    height: 2px;
    background: #D6D3D0;
}
.bx-ui-slider-range {
	position: absolute;
    top: -8px;
    z-index: 90;
}
.bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-bottom: none;
    background-color: #ADA090;
}


.b-catalog-filter__input label{
	position: relative;
	display: flex;
	padding-bottom: 15px;
}

.b-catalog-filter__input label input[type=checkbox]{
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.b-catalog-filter__input label input[type=checkbox] + span {
	position: relative;
	display: flex;
	align-items: center;
    padding-left: 41px;
	font-size: 16px;
	color: #000000;
}
.b-catalog-filter__input label input[type=checkbox] + span:before{
	content: '';
	position: absolute;
	left: 0px;
	width: 31px;
	height: 31px;
	border: 1px solid #D6D3D0;
}
.b-catalog-filter__input label input[type=checkbox]:focus + span:before {

}
.b-catalog-filter__input label input[type=checkbox]:checked + span:before{
	background-color: #ADA090;
	color: #ffffff;
}
.b-catalog-filter__input label input[type=checkbox]:disabled + span:before {

}
.b-catalog-filter__input label input[type=checkbox]:disabled:checked + span:before{

}
*/

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/colors.css?16251353544780*/
.bx-filter.bx-blue .bx-filter-section {
	background: #edf6fc;
}
/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #a8dff3;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #499fd8;}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/

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


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/pager/style.css?16251353541186*/
.b-pager{
	position: relative;
	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;
	width: 100%;
	height: auto;
	padding: 2% 40px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

[class^=b-pager__arrow_] .b-pager__link{
	padding: 10px 5px;
}
[class^=b-pager__arrow_] .b-pager__link svg{
	stroke: #000000;
}
[class^=b-pager__arrow_] .b-pager__link.disabled svg{
	stroke: #ADA090;
}

.b-pager__list{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.b-pager__item{
	margin: 0px 5px;
}
.b-pager__link{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	font-size: 16px;
	color: #1E1A1B;
}
.b-pager__link.current:before{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 25px;
	height: 1px;
	background-color: #ADA090;
}

.b-pager__item:hover a {
  text-decoration: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/products/style.css?16251353542451*/
.b-catalog-section__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-catalog-section__container.slick-initialized .slick-list{
	width: 100%;
}

@media (max-width: 600px) {
 .b-catalog__section .b-catalog-section__container {
  margin-left: 0;
}
}

.b-section-lazyLoad{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.b-section-lazyLoad__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 2% 0px;
	border: 1px solid #ADA090;
	font-size: 16px;
	text-transform: uppercase;
	color: #1E1A1B;
	cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-section-lazyLoad__container:hover {
  color: #ffffff;
  background-color: #ADA090;
}

.b-section-pagination{
	display: block;
	width: 100%;
	height: auto;
}

.b-section-description{
	display: block;
	margin-bottom: 60px;
}

@media (max-width: 1000px) {
  .b-catalog__section .b-catalog-section__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}



.b-popular__panel{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
}
.b-popular__title{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #1E1A1B;
}
.b-popular__filter{
	position: absolute;
	right: 0px;
	z-index: 10;
}
.b-popular__select{
	border-bottom: 1px solid #1E1A1B;
	background-color: transparent;
}


@media(max-width: 1000px) {
  .b-popular__panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-popular__title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .b-popular__filter {
   position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }


  .b-popular__list .product-item {
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
.b-popular__list .product-item__picture {
    width: 100%;

}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/.default/style.css?162513535414944*/
.product-item-container {
	position: relative;
	margin-bottom: 25px;
}
.b-catalog__section .b-catalog-section__container .card {
	width: 32%;
	margin-right: 15px;
	margin-bottom: 26px;
	/*
	width: calc( (100% - 35px) / 3);
	margin-right: 15px;
*/
}

@media (max-width: 1750px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 30%;
	}
}

@media (max-width: 1600px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 47%;
	}
}

@media (max-width: 600px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 100%;
		margin-right: 0;
	}
}

/*
@media (max-width: 1200px) {
.b-catalog__section .b-catalog-section__container .card {
    -ms-flex-preferred-size: calc(50% - 26px);
    flex-basis: calc(50% - 26px);
}
}


@media (max-width: 767px) {
.b-catalog__section .b-catalog-section__container .card {
    -ms-flex-preferred-size: calc(100% - 26px);
    flex-basis: calc(100% - 26px);
}
}
*/

.b-popular__list .card {
	width: calc((100% - 35px) / 3);
}

/*
.b-popular__list .card:nth-child(3n){
	margin-right: 0px;
}
*/

.line {
	width: 100%;
}

.product-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 377px;
	height: 100%;
	background-color: #ffffff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0px 30px 35px 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-item:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.01);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.01);
}

.line .product-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: none;
	padding: 40px;
}

.line .product-item .product-item__picture {
	width: 279px;
}

.product-item-info__container {
	/* position: relative; */
	display: block;
	margin-bottom: 25px;
}
.product-item-info__container:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-item-info__container:nth-child(3) {
	margin-bottom: 0;
}

.product-item-info__wrapper_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product-item-info__wrapper_col:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-item-info__container:nth-child(3) .product-item-info__wrapper_col {
	margin-bottom: 0;
}

@media (max-width: 1700px) {
	.product-item-info__wrapper_col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.product-item-info__wrapper_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-item__header {
	/* position: relative; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 90px;
}
.product-item-label {
	position: absolute;
	top: 0px;
	left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	z-index: 1;
}
.product-item-label__point,
.product-item-label__marks {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 90px;
	margin-right: 10px;
}
.product-item-label__point {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 10px;
}
.product-item-label__marks {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCAzNSA4OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0wIDBIMzVWODIuMTk3OEw3LjUgODhMMCA4Mi4xOTc4VjBaIiBmaWxsPSIjQURBMDkwIi8+DQo8L3N2Zz4NCg==");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
}
.product-item-label__marks span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.product-item__size {
	font-size: 14px;
	color: #ada090;
	word-spacing: -3px;
}
.product-item__size span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}
.product-item__size span:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 17px;
	height: 7px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOC43MTA5NCA0LjE0MDYzVjAuODU5Mzc1SDkuMjU3ODFWNC4xNDA2M0g4LjcxMDk0Wk0xLjY1NjI1IDIuNzkzOTVDMS45MjA1NyAzLjEwMzg0IDIuMTkxNzMgMy41NTI3MyAyLjQ2OTczIDQuMTQwNjJIMS45Nzc1NEMxLjM5ODc2IDMuNDU3MDMgMC43ODM1MjkgMi45NTExNyAwLjEzMTgzNiAyLjYyMzA1VjIuMzc2OTVDMC43ODM1MjkgMi4wNDg4MyAxLjM5ODc2IDEuNTQyOTcgMS45Nzc1NCAwLjg1OTM3NUwyLjQ2OTczIDAuODU5Mzc1QzIuMTkxNzMgMS40NDcyNyAxLjkyMDU3IDEuODk2MTYgMS42NTYyNSAyLjIwNjA1TDYuODkyNTggMi4yMDYwNUM2LjYzMjgxIDEuODk2MTYgNi4zNjE2NSAxLjQ0NzI3IDYuMDc5MSAwLjg1OTM3NUg2LjU3MTI5QzcuMTUwMDcgMS41NDI5NyA3Ljc2NTMgMi4wNDg4MyA4LjQxNjk5IDIuMzc2OTVWMi42MjMwNUM3Ljc2NTMgMi45NTExNyA3LjE1MDA3IDMuNDU3MDMgNi41NzEyOSA0LjE0MDYzSDYuMDc5MUM2LjM2MTY1IDMuNTUyNzMgNi42MzI4MSAzLjEwMzg0IDYuODkyNTggMi43OTM5NUwxLjY1NjI1IDIuNzkzOTVaIiBmaWxsPSIjQURBMDkwIi8+DQo8L3N2Zz4NCg==");
	background-position: center;
	background-repeat: no-repeat;
}
.product-item__size span:nth-child(2):before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.product-item__size span:nth-child(3):before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-item__image-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-item__picture {
	display: block;
	max-width: 279px;
	width: 100%;
	height: 274px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 400px) {
	.product-item__picture {
		width: 200px;
		margin: 0 auto;
	}
}

.product-item__name {
	display: block;
	width: 100%;
	max-width: 210px;
	font-size: 18px;
	color: #1e1a1b;
	width: 65%;
	overflow-wrap: break-word;
}
.product-item__name:hover {
	color: #ada090;
	text-decoration: none;
}
[class^="product-item__availability_"] {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
	padding-left: 16px;
	font-size: 14px;
}
[class^="product-item__availability_"]:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.product-item__availability_y {
	line-height: 18px;
	color: #1e1a1b;
}
.product-item__availability_y:before {
	background-color: #ada090;
}
.product-item__availability_n {
	line-height: 18px;
	color: #959595;
}

.product-item__availability_n:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ada090;
}
.product-item__collection a {
	text-decoration: none;
	font-size: 14px;
	color: #ada090;
}
.product-item-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}
.product-item-amount-field-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100px;
}
input.product-item-amount-field {
	max-width: 100%;
	height: 35px;
	padding: 5px 25px;
	border: 1px solid #d6d3d0;
	text-align: center;
	-moz-appearance: textfield;
	font-size: 14px;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.product-item-amount-field::-webkit-outer-spin-button,
input.product-item-amount-field::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
	position: absolute;
	width: 25px;
	height: 100%;
	background-size: auto 12px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}
/* .product-item-amount-field-btn-minus {
	left: 0px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.product-item-amount-field-btn-plus {
	right: 0px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==);
} */

.product-item-amount-field-btn-minus {
	left: 5px;
}

.product-item-amount-field-btn-minus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 12px;
	background: #000;
}

.product-item-amount-field-btn-plus {
	right: 5px;
}

.product-item-amount-field-btn-plus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 12px;
	background: #000;
}

.product-item-amount-field-btn-plus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 12px;
	width: 1px;
	background: #000;
}

.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover {
	opacity: 0.6;
}

.product-item-price-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-item-price-container span + span {
	margin-left: 17px;
}

@media (max-width: 1500px) {
	.product-item-price-container span {
		width: 100%;
	}
}

.product-item-price-current {
	font-size: 24px;
	color: #1e1a1b;
}
.product-item-price-old {
	font-size: 16px;
	color: #959595;
	text-decoration: line-through;
}

.card .product-item-amount-description-container {
	display: none;
}

/*b-popular__list*/
.b-popular__list .product-item-container {
	width: calc((100% - 90px) / 4);
	margin: 0 10px;
	margin-bottom: 15px;
}
/*
.b-popular__list .product-item-container:nth-child(3n){
	margin-right: 25px;
}
*/
/*
.b-popular__list .product-item-container:nth-child(4n){
	margin-right: 0px;
}
*/

@media (max-width: 1300px) {
	.b-popular__list .product-item-container {
		width: calc((100% - 75px) / 3);
	}
}
@media (max-width: 800px) {
	.b-popular__list .product-item-container {
		width: calc((100% - 75px) / 2);
	}
}

@media (max-width: 600px) {
	/*
  .b-popular__list .card {
    margin-right: 0;
  }

  .b-popular__list .product-item-container:nth-child(3n) {
    margin-right: 0;
}
*/

	.b-popular__list .product-item-container {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
}

.product-item-line__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 279px;
	height: 274px;
	margin-right: 20px;
}

.product-item-line-info {
	position: relative;
}

.product-item-line-info:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
}
.product-item-line-info:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100% - 300px);
}

.product-item-line-info-container:nth-child(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 320px);
}
.product-item-line-info-container:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 320px;
}

.product-item-line__picture {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-item-line-label {
	position: absolute;
	top: 0px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-item-line__name {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	color: #1e1a1b;
}
.product-item-line__name:hover {
	text-decoration: none;
}

.product-item-line__collection {
	margin-bottom: 30px;
}
.product-item-line__collection a {
	font-size: 14px;
	color: #ada090;
}

.product-item-line__collection a:hover {
	color: #1e1a1b;
	text-decoration: none;
}
.product-item-line-price-container {
	margin-bottom: 20px;
}
.product-item-line-property {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.product-item-line-property__name {
	margin-right: 10px;
	font-size: 14px;
	color: #000000;
}
.product-item-line-property .product-item__size {
	font-size: 14px;
}
.product-item-line-info .product-item-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.product-item-line-info .product-item-buttons-container {
	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;
}
.product-item-line-info .product-item-amount-description-value {
	font-size: 14px;
	color: #000000;
}
.product-item-line-info .product-item-amount-description-value span {
	margin-left: 15px;
	font-size: 24px;
	color: #1e1a1b;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/products/themes/blue/style.css?1625135354825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/main/components/custom/catalog/catalog/style.css?16251353544472 */
/* /local/templates/main/components/custom/catalog/catalog/bitrix/catalog.section.list/.default/style.css?16251353548181 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?167947485120603 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/.default/themes/blue/colors.css?16251353544780 */
/* /local/templates/main/components/bitrix/system.pagenavigation/pager/style.css?16251353541186 */
/* /local/templates/main/components/bitrix/catalog.section/products/style.css?16251353542451 */
/* /local/templates/main/components/bitrix/catalog.item/.default/style.css?162513535414944 */
/* /local/templates/main/components/bitrix/catalog.section/products/themes/blue/style.css?1625135354825 */
