

/* Start:/local/templates/fuzailov/components/bitrix/catalog/base_fb/style.css?1748351132697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.section.list/catalog_section_list/style.css?17562876032649*/
.catalog-categories__title {
	margin-bottom: 0rem;
	font-family: Forum;
	font-size: 2rem;
	text-align: center;
	text-transform: uppercase;
}

.catalog-categories__list {
	margin-top: 2rem;
	margin-bottom: 0rem;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	overflow-x: auto;
	justify-content: start;
	flex-wrap: nowrap;
	scrollbar-width: none;
}

@media (min-width: 1200px) {
	.catalog-categories__list {
		justify-content: center;
		flex-wrap: wrap;
	}
}

.catalog-categories__item {
	list-style: none;
}

.catalog-categories__item-title {
	margin: 0rem;
}

.catalog-categories__link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	height: 3.5rem;
	border-width: 1px;
	border-radius: 2rem;
	border-style: solid;
	border-color: #333333;
	white-space: nowrap;
	transition: .3s color, .3s border-color;
}

@media (min-width: 1200px) {
	.catalog-categories__link {
		font-size: 14px;
		height: 4rem;
	}
}

.catalog-categories__link:not(.active):hover {
	color: #011CA9;
	border-color: #011CA9;
	transition: .3s color, .3s border-color;
}

.catalog-categories__link.active {
	background-color: #011CA9;
	color:#ffffff;
	border-color: #011CA9;
}

.catalog-categories__link--active:hover {
	color: #ffffff;
}


.catalog-subcategories__list {
	margin-top: 2.5rem;
	margin-bottom: 0rem;
	flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.catalog-subcategories__item {
	list-style: none;
	display: flex;
}

.catalog-subcategories__item-link {
	text-align: center;
    height: 60px;
    padding: 8px 20px;
    background: #f5f5f5;
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
    position: relative;
    font-size: 1.12rem;
	transition: .3s color, .3s border-bottom-color;
    width: 100%;
}

.catalog-subcategories__item-link::after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: transparent;
	transition: .3s background-color;
}

.catalog-subcategories__item-link:hover {
	color: #011CA9;
	border-bottom-color: #011CA9;
	transition: .3s background-color, .3s border-bottom-color;
}

.catalog-subcategories__item-link.active {
	color: #011CA9;
	transition: .3s color;
}

.catalog-subcategories__item-link.active::after {
	background-color: #011CA9;
	transition: .3s background-color;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/style.css?175629210348920*/
:root {
	--c0: #4F4959;
	--c1: #FBC500;
	--c2: #04B957;
	--c3: #E9F1F4;
	--c4: #4285F4;
	--c5: #D23113;
	--animation1: all .25s ease-out;
}
  
.smart-filter_title {
	font-weight: bold;
	font-size: 16px;
	color: var(--c0);
}

.smart-filter__body {
	padding-bottom: 3rem;
}

@media (min-width: 1200px) {
	.smart-filter__body {
		padding-bottom: 0px;
		display: none;
	}
}
  
.smart-filter__body.loading {
	  position: relative;
	  background-color: #ffffff;
}
  
.smart-filter__body.active {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	padding-top: 1.5rem;
	padding-bottom: 12px;
	border-top: 1px solid #DCDBDB;
}
  
  
@media (min-width: 1200px) {
	.smart-filter__body.active {
	  display: grid;
	  grid-template-columns: 1fr 340px;
	  gap: 3rem;
	}
}
  
.smart-filter-name-box.active .smart-filter-name-box__title {
	  color: #011CA9;
}
  
.smart-filter-name-box .smart-filter-name-box__title svg {
	  transition: .3s transform;
}
  
.smart-filter-name-box.active .smart-filter-name-box__title svg {
	  transform: rotate(180deg);
	  transition: .3s transform;
  
}
  
.smart-filter-name-box__title {
	display: flex;
	align-items: center;
	color: rgba(51, 51, 51, .8);
	display: flex;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
	gap: 8px;
}
  
.smart-filter-parameters-box__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2rem;
}

@media (min-width: 1200px) {
	.smart-filter-parameters-box__title {
		display: none;
	}
}

.smart-filter-parameters-box__title-icon {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 42px;
	height: 42px;
	background-color: #011CA9;
	border-radius: 42px;
	color: #fdfbfa;
	transition: .3s transform;
}

.smart-filter-parameters-box__title.active .smart-filter-parameters-box__title-icon{
	transform: rotate(180deg);
	transition: .3s transform;
}

@media (max-width: 1200px) {
	.smart-filter-parameters-box {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #dcdbdb;
	}
}

.smart-filter-parameters-box .bx_filter_block_expanded {
	display: none;
}
  
.smart-filter-parameters-box.active .bx_filter_block_expanded {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 1200px) {
	.smart-filter-parameters-box.active .bx_filter_block_expanded {
		margin-top: 1rem;
		margin-bottom: 1rem;
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
}
  
@media (min-width: 1200px) {
	.smart-filter-parameters-box.active .bx_filter_block_expanded {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(5, 1fr);
		gap: 2rem;
		width: 100%;
	}
}
  
.smart-filter-parameters-box.active.smart-filter-parameters-box--range .bx_filter_block_expanded{
	max-width: 320px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
  
  
.smart-filter-digits {
	display: flex;
	justify-content: space-between; 
}
  
.smart-filter-digits__sup {
	display: flex;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
}
@media (min-width: 1200px) {
	.smart-filter-digits__sup {
	padding-left: 16px;
	padding-right: 16px;
}
}
  
.smart-filter-digits input {
	width: 48%;
	text-align: center;
	background: #fff;
	border: none;
	height: 50px;
	border: 1px solid #dcdbdb;
}
  
.smart-filter-radio__input {
	display: none;
	position: absolute;
	left: -9999999999px;
}
  
.smart-filter-radio__label {
	height: 30px;
	line-height: 30px;
	margin: 0ex 3px 3px 0px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	padding: 0px 12px;
	background: #fff;
	color: var(--c0);
}
  
.smart-filter-radio__input:checked + label {
	background: var(--c0);
	color: #ffffff;
  
}
  
.smart-filter-checkbox {
	cursor: pointer;
}
  
.smart-filter-checkbox__input {
	display: none;
	position: absolute;
	left: -9999999999px;
}
  
.smart-filter-checkbox__label {
	display: flex;
	align-items: center;
	color: var(--c0);
	cursor: pointer;
}

@media (max-width: 1200px) {
	.smart-filter-checkbox__label {
		padding: .5rem;
		min-height: 2.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		border: 1px solid #011CA9;
	}
}
  
.smart-filter-checkbox__label span {
	font-size: .75rem;
	text-transform: lowercase;
	text-align: center;
	color: #011CA9;
}

@media (min-width: 1200px) {
	.smart-filter-checkbox__label span {
		padding-left: 10px;
		font-size: 1rem;
		text-align: initial;
		color: #333333;
	}
}
  
.smart-filter-checkbox__label span:first-letter {
	text-transform: uppercase;
}
  
.smart-filter-checkbox__icon {
	border: 1px solid #333333;
	width: 20px;
	height: 20px;
	position: relative;
	background: url("/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/checkbox.svg") no-repeat;
	background-position: bottom;
	background-size: cover;
}

@media (max-width: 1200px) {

	.smart-filter-checkbox__icon {
		display: none;
	}
}

@media (min-width: 1200px) {

	.smart-filter-checkbox__input:checked + .smart-filter-checkbox__label .smart-filter-checkbox__icon {
		background-position: top;
		border: 1px solid #011CA9;
	}
}

@media (max-width: 1200px) {

	.smart-filter-checkbox__input:checked + .smart-filter-checkbox__label {
		background-color: #011CA9;
	}

	.smart-filter-checkbox__input:checked + .smart-filter-checkbox__label span{
		color: #fff;
	}
}
  

.mobile-panel__head {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
    background: #f5f5f5;
}

@media (min-width: 1200px) {
	.mobile-panel__head {
		display: none;
	}
}

.mobile-panel__head-title {
	text-transform: uppercase;
}
  
.smart-filter__buttons {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

@media (min-width: 1200px) {
	.smart-filter__buttons {
		margin-top: 0px;
		padding-left: 3rem;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 0px;
		border-left: 1px solid #dcdbdb;
	}
}

@media (max-width: 1200px) {
	.smart-filter__buttons input#set_filter,
	.smart-filter__buttons input#del_filter{
		font-size: 1.128rem;
		padding: 0px 12px;
	}
}
  


  
.smart-filter__buttons input#del_filter {
	border: 1px solid #011CA9;
	color: #011CA9;
	background: none;
	height: 3.57rem;
}

@media (min-width: 1200px) {
	.smart-filter__buttons input#del_filter {
		background: none;
		color: #888;
		margin-top: 10px;
		border: none;
		width: 222px;
	}
}
  
  
.smart-filter-container-modef {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}
  
.smart-filter-popup-result {
	position: absolute;
	right: -90%;
	z-index: 1000;
	width: 170px;
	height: 57px;
	line-height: 22px;
	padding: 6px 0px 0px 20px;
	box-shadow: 0px 0px 10px #999;
	background: #fff1b2;
}
  @media (max-width: 1200px) {
	.smart-filter-popup-result {
	  display: none !important;
	}
}
  
.smart-filter-popup-result a {
	color: var(--c4);
	text-decoration: underline;
	display: block;
}
  
.smart-filter-slider-track-container {
	width: 100%;
	overflow: hidden;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 1200px) {
	.smart-filter-slider-track-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
  
  
.smart-filter-slider-track {
	position: relative;
	height: 8px;
	border-radius: 2px;
	background: #E1E1E1;
}
  
.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
  
.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}
  
.smart-filter-slider-range {
	z-index: 50;
}
  
.smart-filter-slider-range, 
.smart-filter-slider-price-bar, 
.smart-filter-slider-price-bar-vd, 
.smart-filter-slider-price-bar-vn, 
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
  
.smart-filter-slider-price-bar-v {
	background: #011CA9;
}
  
.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	margin-top: -28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 20px;
	z-index: 100;
	height: 50px;
	background: #ffffff;
	border: 1px solid rgba(51, 51, 51, .8);
}
  
.smart-filter-slider-handle {
}
  
.smart-filter-slider-handle span {
	  width: 100%;
	  height: 1px;
	  background-color: rgba(51, 51, 51, .8);
}
  
.smart-filter-slider-handle:hover {
	cursor: grab;
	z-index: 110;
}
  
.smart-filter-slider-handle:active {
	cursor: grabbing;
	z-index: 110;
}
  
.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -5px;
}
  
.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -5px;
}
  
.mobile_filter_button {
	display: none;
}
  
  @media (max-width: 1200px) {
	.mobile_filter_button {
		height: 4.12rem;
		display: block;
		width: 100%;
		top: 10px;
		background: transparent;
		border: 1px solid #011CA9;
		color: #011CA9;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
}
  
@media (max-width: 1200px) {
	.mobile_filter_panel {
		position: fixed;
		overflow-y: scroll;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		top: 0;
		left: -100%;
		z-index: 1000;
		transition: var(--animation1);
	}
}

.mobile_filter_button svg {
	margin-right: 1rem;
}
  
.mobile_filter_panel_show {
	left: 0;
}
  
  @media (max-width: 1200px) {
	.mobile_filter_panel_over {
	  position: fixed;
	  transition: var(--animation1);
	  width: 100%;
	  height: 100vh;
	  left: 0;
	  top: 0;
	  display: none;
	  z-index: 900;
	  background: rgba(0, 0, 0, 0.7);
	}
  
	.mobile_filter_panel_over_show {
	  display: block;
	}
}
  
  /*# sourceMappingURL=style.css.map */
  
  
  
  /* Filters */
  
.catalog-filter {
	padding-top: 2.5rem;
}
  
.smart-filter {
	padding-left: 24px;
	padding-right: 24px;
}

@media (min-width: 1200px) {
	.smart-filter {
		min-height: 76px;
		border: 1px solid #DCDBDB;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 24px;
		padding-right: 24px;
	}
}
	
  
.smart-filter__head {
	display: flex;
	flex-direction: column;
}
  
@media (min-width: 1200px) {
	.smart-filter__head {
		display: grid;
		grid-template-columns: 1fr 340px;
		gap: 3rem;
	}
}
  
.smart-filter__title {
	margin-right: auto;
	margin: 0px;
	font-size: 16px;
}
  
.smart-filter-names {
	display: none;
}
  
@media (min-width: 1200px) {
	.smart-filter-names {
		padding-top: 16px;
		padding-bottom: 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
  
  
@media (min-width: 1200px) {
	.smart-filter-names {
		flex-direction: row;
		justify-content: space-between;
		gap: 24px;
	  
	}
}
  
  /* Filter params */
  
.filter-params {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
}
  
.filter-names {
	  padding-left: 2rem;
	  padding-right: 2rem;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 0px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  gap: 24px;
	  list-style: none;
	  width: 100%;
}
  
  
  @media (min-width: 1200px) {
	.filter-names {
	}
}
  
.filter-names__item {
	  display: flex;
	  align-items: center;
	  cursor: pointer;
}
  
.filter-names__item.active {
	  color: #011CA9;
}
  
.filter-names__item-text {   
	  font-size: 1.12rem;
}
  
.filter-names__item.active .filter-names__item-icon{
	  transform: rotate(180deg);
	  transition: .3s transform;
}
  
.filter-names__item-icon {
	  width: 24px;
	  height: 24px;
	  transition: .3s transform;
}
  
.filter-names__item-icon svg {
	  width: 100%;
	  height: 100%;
}
.filter-form__actions {
	  
}
  
.filter-box {
	  display: none;
}
  
.filter-params__box.active {
	  display: block;
}
  
  
.filter-body {
	  display: flex;
	  flex-direction: column;
}
  
.filter-body.active {
	  display: flex;
	  padding-top: 16px;
	  padding-bottom: 4px;
	  margin-top: 12px;
	  border-top: 1px solid #dcdbdb;
}
  
  @media (min-width: 1200px) {
	.filter-body.active {
		  display: grid;
		  grid-template-columns: 1fr 340px;
		  gap: 3rem;
	}
}
  
.smart-filter__side {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
  
  
@media (min-width: 1200px) {
	.smart-filter__side {
		padding-left: 6rem;
		border-left: 1px solid #dcdbdb;
	}
}

.smart-filter-sort {
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
}

.smart-filter-sort-list__selected {
	position: relative;
	padding: 10px 16px;
	font-size: 14px;
	cursor: pointer;
}

.smart-filter-sort-list__selected::after {
	content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.smart-filter-sort-list {
	background-color: #ffffff;
	border: 1px solid #ddd;
	display: none;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
}

.smart-filter-sort:hover .smart-filter-sort-list{
	position: absolute;
	display: flex;
	left: 0px;
	width: 100%;
}

.smart-filter-sort-list__item {
	list-style: none;
}

.smart-filter-sort-list__link {
	padding: 10px 16px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: flex;
	width: 100%;
	transition: .3s background-color;
}

.smart-filter-sort-list__link:hover {
	background-color: #f2f2f2;
	transition: .3s background-color;
}
  
/* Filter - Sorting */
  
  
/* Filter - Sorting end*/

/* Filter - Action buttons */
  
.filter-actions {
	  display: none;
}
  
.filter-actions.active {
	  display: flex;
	  flex-direction: column;
	  padding-left: 3rem;
	  border-left: 1px solid #dcdbdb;
}
  
/* Filter - Action buttons end*/

/* Choices */
  
  
  
.choices {
	  position: relative;
	  overflow: hidden;
	  margin-bottom: 24px;
	  font-size: 16px
}
	
.choices:focus {
	  outline: 0
}
	
.choices:last-child {
	  margin-bottom: 0
}
	
.choices.is-open {
	  overflow: visible
}
	
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #eaeaea;
	cursor: not-allowed;
	-webkit-user-select: none;
	user-select: none
}
	
.choices.is-disabled .choices__item {
	cursor: not-allowed
}
	
.choices [hidden] {
	display: none !important
}
	
.choices[data-type*=select-one] {
	cursor: pointer;
	
	width: 100%;
}
	
.choices[data-type*=select-one] .choices__inner {
}
	
.choices[data-type*=select-one] .choices__input {
	display: block;
	opacity: 0;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 0
}
	
.choices[data-type*=select-one] .choices__button {
	  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZWNrIj48cGF0aCBkPSJNMjAgNiA5IDE3bC01LTUiLz48L3N2Zz4=);
	  padding: 0;
	  background-size: 8px;
	  position: absolute;
	  top: 50%;
	  right: 0;
	  margin-top: -10px;
	  margin-right: 25px;
	  height: 20px;
	  width: 20px;
	  border-radius: 10em;
	  opacity: .25
}
	
.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
	  opacity: 1
}
	
.choices[data-type*=select-one] .choices__button:focus {
	  box-shadow: 0 0 0 2px #00bcd4
}
	
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
	  display: none
}
	
.choices[data-type*=select-one]::after {
	  content: "";
	  height: 0;
	  width: 0;
	  border-style: solid;
	  border-color: #333 transparent transparent transparent;
	  border-width: 5px;
	  position: absolute;
	  right: 11.5px;
	  top: 50%;
	  margin-top: -2.5px;
	  pointer-events: none
}
	
.choices[data-type*=select-one].is-open::after {
	  border-color: transparent transparent #333 transparent;
	  margin-top: -7.5px
}
	
.choices[data-type*=select-one][dir=rtl]::after {
	  left: 11.5px;
	  right: auto
}
	
.choices[data-type*=select-one][dir=rtl] .choices__button {
	  right: auto;
	  left: 0;
	  margin-left: 25px;
	  margin-right: 0
}
	
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
	  cursor: text
}
	
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	  position: relative;
	  display: inline-block;
	  margin-top: 0;
	  margin-right: -4px;
	  margin-bottom: 0;
	  margin-left: 8px;
	  padding-left: 16px;
	  border-left: 1px solid #008fa1;
	  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
	  background-size: 8px;
	  width: 8px;
	  line-height: 1;
	  opacity: .75;
	  border-radius: 0
}
	
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
	  opacity: 1
}
	
.choices__inner { 
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #ddd;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden
}
  
  
  /* Block */
  
  
.catalog-filters__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;	
}
  
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
  
.bx-filter.bx-blue .bx-filter-section {
}
  /*
  * 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/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/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.active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	  border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
}
  
.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.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 {
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.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/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
}
  /*
  * BTN P/M
  *
  */
  /*
  *	icon
  *
  */
  /*
  * 	BIZ
  *
  */
  /*
  *	BTN result and reset 
  *
  */
  
.bx-filter.bx-blue .btn-themes {
	  font-size: 15px;
	  
	  color: #FFF
}
.bx-filter.bx-blue .btn-themes.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
  *
  */
  
  /*Sections*/
  
.bx-filter .bx-filter-parameters-box {
	  position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	  font-size: 13px;
	  padding-bottom: 7px;
}
  @media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		  clear: both;
	}
}
  @media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		  clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	  color: #039be5;
	  border-bottom: 1px solid transparent;
	  cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	  border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.active .bx-filter-parameters-box-title span {
	  /*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.active .bx-filter-parameters-box-title span:hover {
	  /*color: #758087;*/
	  border-color: transparent;
}
.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.active .bx-filter-block {
	  display: block;
}
.bx-filter .bx-filter-parameters-box.active .bx-filter-block i.bx-ft-sub {
	  font-size: 14px;
	  font-style: normal;
	  display: block;
	  padding-bottom: 5px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	  margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	  font-size: 11px;
	  color: #3f3f3f;
}
  /*
  * INPUTS
  *
  */
  
.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	  display: block;
	  width: 100%;
	  font-size: 18px;
	  height: 38px;
	  margin: 0;
	  padding: 0 4px;
	  border: 1px solid #ccd5db;
	  border-radius: 2px;
	  background: #fff;
	  outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	  border-style: solid;
	  border-width: 1px;
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
}
  /*.bx-filter .bx-filter-input-container input:focus {
	  border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
		 -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
		   -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
			  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
}
  
  /*
  COLOR
  */
.bx-ios .bx-filter .bx-filter-input-container input {
	  /* Fix of input shadow for IOS browsers. */
  
	  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	  clear: both;
}
  /*
  *Track
  *
  */
  
.bx-filter .bx-ui-slider-track-container {
	  padding-top: 35px;
	  padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	  position: relative;
	  height: 7px;
	  /*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	  position: absolute;
	  top: -6px;
	  width: 1px;
	  height: 17px;
	  background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	  left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	  left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	  left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	  left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	  right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	  font-size: 11px;
	  /*font-weight: var(--ui-font-weight-bold);*/
  
	  position: absolute;
	  top: -16px;
	  left: 50%;
	  display: block;
	  width: 100px;
	  margin-left: -50px;
	  text-align: center;
	  color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	  color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	  position: absolute;
	  top: 0;
	  bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	  z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	  z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	  z-index: 60;
	  /*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	  z-index: 70;
	  /*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	  z-index: 80;
	  /*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	  position: absolute;
	  top: 100%;
	  width: 22px;
	  height: 22px;
	  border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	  -webkit-cursor: grab;
	  -ms-cursor: grab;
	  -o-cursor: grab;
	  cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	  -webkit-cursor: grabbing;
	  -ms-cursor: grabbing;
	  -o-cursor: grabbing;
	  cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	  left: 0;
	  margin-left: -21px;
	  /* COLOR */
	  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	  right: 0;
	  margin-right: -21px;
	  /* COLOR */
	  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}
  
  /*
  *	Select
  *
  */
  
.bx-filter .bx-filter-select-container {
	  display: block;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  height: 35px;
	  border-radius: 3px;
	  border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	  border-style: solid;
	  border-width: 1px;
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
}
  /* COLOR */
  /*.bx-filter .bx-filter-select-container.active,
.bx-filter .bx-filter-select-container:focus {
	  border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
		 -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
		   -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
			  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	  position: relative;
	  display: block;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  height: 33px;
	  margin: 0;
	  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;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  height: 26px;
	  padding: 0 5px;
	  cursor: pointer;
	  vertical-align: middle;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  -ms-text-overflow: ellipsis;
	  color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	  color: #000;
	  background: #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.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.active {
	  background: #f3f8fa;
}
  /*
  *	Checkbox / Radio
  *
  */
  
.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	  display: block;
	  text-align: left;
}
  /*
  * 	BTN
  *
  */
  
.bx-filter .bx-filter-param-btn {
	  font-weight: normal;
	  display: inline-block;
	  width: 38px;
	  height: 38px;
	  padding: 6px;
	  text-align: center;
	  text-decoration: none;
	  color: #000;
	  vertical-align: middle;
	  border: 1px solid #ccd5db;
	  border-radius: 2px;
	  background: #fff;
	  position: relative;
	  -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	  -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	  -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	  -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	  transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	  cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	  border-style: solid;
	  border-width: 1px;
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/border_default.png) 2 repeat;
}
  /* COLOR */
  /*.bx-filter .bx-filter-param-label.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.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/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
		 -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
		   -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
			  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/active.png) 2 repeat;
}*/
  /* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}
  
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	  background: transparent;
	  box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	  position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  top: 0;
	  left: 0;
	  content: ' ';
	  display: block;
	  z-index: 100;
	  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	  opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	  line-height: 26px;
}
  /*
  * BTN P/M
  *
  */
  
.bx-filter .bx-filter-param-btn.bx-spm {
	  width: 23px;
	  min-width: 23px;
	  height: 23px;
	  line-height: 23px;
	  font-weight: normal;
	  padding: 0;
	  font-size: 17px;
	  color: #767b7e;
	  vertical-align: top;
	  border-radius: 50%;
	  background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	  outline: none !important;
	  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	  font-size: 18px;
	  /*font-weight:var(--ui-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;
	  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: 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;
	  box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	  position: absolute;
	  width: 60%;
	  height: 60%;
	  background: #fff;
	  content: " ";
	  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	  right: 0;
	  bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	  top: 0;
	  left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	  opacity: .2;
}
  /*
  * 	BIZ
  *
  */
  
.bx-filter .bx-filter-parameter-biz {
	  font-size: 14px;
	  line-height: 15px;
	  display: inline-block;
	  margin-right: 10px;
	  text-decoration: none;
	  color: #1485ce;
	  border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	  text-decoration: none;
	  border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.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.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;
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	  border-width: 2px 2px 2px 10px;
	  -webkit-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/result_popup_right.png) 4 4 4 20 repeat;
	  -moz-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/result_popup_right.png) 4 4 4 20 repeat;
	  -o-border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/images/result_popup_right.png) 4 4 4 20 repeat;
	  border-image: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/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,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		  display: none;
	}
}
  
  
  /* 
  //
  // Filter-box [Start]
  //
  */
  
.filter-box__content {
	  display: flex;
	  flex-direction: column;
}
  
.filter-box__checkbox-list {
	  padding-top: 1rem;
	  padding-bottom: 1rem;
	  display: flex;
	  flex-direction: column;
	  gap: 12px;
}
  
  @media (min-width: 1200px) {
	.filter-box__checkbox-list {
		  display: grid;
		  align-items: center;
		  grid-template-columns: repeat(5, 1fr);
		  gap: 2rem;
		  width: 100%;
	}
}
  
  /*
  //
  // Filter-box [End]
  //
  */
  
  /*
  //
  // Filter-box 
  // -- Checkboxes [Start]
  //
  */
  
.filter-checkbox__label {
	  cursor: pointer;
}
  
.filter-checkbox__text {
	  display: flex;
	  font-size: 16px;
}
.filter-checkbox__input {
	  position: absolute;
	  z-index: -1;
	  opacity: 0;
}
  
.filter-checkbox__text {
	  display: inline-flex;
	  align-items: center;
	  user-select: none;
}
	
.filter-checkbox__text::before {
	  content: '';
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  flex-shrink: 0;
	  flex-grow: 0;
	  border: 1px solid #adb5bd;
	  margin-right: 1em;
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: 90% 90%;
}
	
.filter-checkbox__input:not(:disabled):not(:checked)+.filter-checkbox__text:hover::before {
	  
}
	
.filter-checkbox__input:not(:disabled):active+.filter-checkbox__text::before {
	  background-color: #DCDBDB;
	  border-color: #DCDBDB;
}
	
.filter-checkbox__input:focus+.filter-checkbox__text::before {
}
	
	/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
 .filter-checkbox__input:focus:not(:checked)+.filter-checkbox__text::before {
}
	
	/* стили для чекбокса, находящегося в состоянии checked */
	.filter-checkbox__input:checked+.filter-checkbox__text::before {
	  border-color: #011CA9;
	  background-color: #011CA9;
	  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg data-v-c9f5a6e8='' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check'%3e%3cpath d='M20 6 9 17l-5-5'%3e%3c/path%3e%3c/svg%3e");
}
	
	/* стили для чекбокса, находящегося в состоянии disabled */
	.filter-checkbox__input:disabled+.filter-checkbox__text::before {
	  background-color: #e9ecef;
}
  
  /*
  //
  // Filter
  // -- Checkboxes [End]
  //
  */
  
  /* 
  //
  // Filter
  // -- Range slider
  // 
  */
  
  /* 
  //
  // Filter
  // -- Range slider
  // ---- Track [Start]
  // 
  */
  
.filter-track {
	  position: relative;
	  height: 7px;
	  margin: 40px 10px;
	  background: #ffffff;
	  width: 100%;
}
  
  @media (min-width: 1200px ){
	.filter-track {
		  max-width: 367px;
	}
}
  
.filter-track__pricebar {
	  position: absolute;
	  top: -1px;
	  bottom: -1px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}
  
.filter-track__pricebar-bg {
	  z-index: 60;
	  border-top: 1px solid #74868e;
	  border-bottom: 1px solid #74868e;
	  background: #849da4;
}
  
.filter-track__pricebar-layout {
	  z-index: 70;
	  border: 1px solid #011CA9;
	  background: #FFFFFF;
}
  
.filter-track__pricebar-main {
	  z-index: 80;
	  top: -1px;
	  bottom: -1px;
	  background-color: #011CA9;
}
  
.filter-track__range {
	  z-index: 100;
	  position: absolute;
	  top: -1px;
	  bottom: -1px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}
  
.filter-track__handle {
	  padding: 10px 5px;
	  margin-left: auto;
	  margin-right: auto;
	  position: absolute;
	  width: 20px;
	  height: 50px;
	  border: 1px solid #333333;
	  background-color: #ffffff;
	  top: -20px;
	  z-index: 10;
}
  
.filter-track__handle::before {
	  content: "";
	  display: flex;
	  flex-direction: column;
	  gap: 2px;
	  width: 8px;
	  height: 10px;
	  border-top: 1px solid #333333;
	  border-bottom: 1px solid #333333;
}
  
.filter-track__handle::after {
	  margin-top: 9px;
	  content: "";
	  display: flex;
	  flex-direction: column;
	  gap: 2px;
	  width: 8px;
	  height: 10px;
	  border-top: 1px solid #333333;
	  border-bottom: 1px solid #333333;
}
  
.filter-track__handle-left {
	  left: 0;
	  margin-left: -11px;
}
  
.filter-track__handle-right {
	  right: 0;
	  margin-right: -11px;
}
  
  /* 
  //
  // Filter
  // --Range slider
  // ---- Track [End]
  // 
  */
  
  
  /* 
  //
  // Filter
  // --Range slider
  // ---- Inputs [Start]
  //
  */
  
  
.filter-cell__container {
	  display: flex;
	  flex-direction: column;
	  gap: 12px;
}
  
  @media (min-width: 1200px) {
	.filter-cell__container{
		  display: flex;
		  flex-direction: row;
		  gap: 24px;
	}
}
  
.filter-cell__col {
	  display: flex;
	  gap: 1rem;
	  align-items: center;
}
  
  
.filter-cell__input{
	  width: 150px;
	  border: 1px solid #DCDBDB;
	  display:block;
	  -webkit-box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  box-sizing:border-box;
	  font-size: 1rem;
	  height: 3.12rem;
	  text-align: center;
	  margin: 0;
	  padding:0 4px;
	  background:#fff;
}
  
  @media (min-width: 991px) {
	.filter-cell__input{
		  height: 2.5rem;
	}
}
  
  @media (min-width: 1400px) {
	.filter-cell__input{
		  height: 3.12rem;
	}
}
  
  /* 
  //
  // Filter
  // --Range slider
  // ---- Inputs [End]
  //
  */
  
  /* 
  //
  // Filter
  // -- Checked values [Start]
  //
  */
  
.smart-filter-checked-params {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-start;
	  align-items: center;
	  gap: 24px 48px;
}
  
.smart-filter-checked-params__btn {
	  margin-top: 16px;
	  padding: 0px;
	  display: flex;
	  align-items: center;
	  gap: 16px;
	  background-color: transparent;
	  outline: none;
	  border: none;
	  font-size: 16px;
	  color: #333333;
}
  
.smart-filter-checked-params__icon {
	  position: relative;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 40px;
	  height: 40px;
	  background-color: #ffffff;
	  border-radius: 40px;
}
  
.smart-filter-checked-params__icon::before,
.smart-filter-checked-params__icon:after {
	  content: "";
	  width: 1.6rem;
	  height: 1px;
	  background-color: #333333;
	  position: absolute;
}
  
.smart-filter-checked-params__icon::before {
	  transform: rotate(45deg);
}
  
.smart-filter-checked-params__icon:after {
	  transform: rotate(-45deg);
}
  
.smart-filter-checked-params__reset-btn {
	  color: #333333;
	  padding: 0px;
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
	  gap: 16px;
	  background-color: transparent;
	  outline: none;
	  border: none;
	  font-size: 16px;
}
  
/* 
//
// Filter
// -- Checked values [End]
//
*/
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/system.pagenavigation/catalog/style.css?174835117291*/
.load_more {
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.section/catalog_grid/style.css?17579315752476*/
.catalog-products {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.catalog-products-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px; 
}

@media (min-width: 1200px) {
    .catalog-products-grid {
        grid-template-columns: repeat(4,1fr);
        gap: 3.9rem 1.88rem;
    } 
}

.catalog-products-grid.as-list {
    padding: 1px 0 0 1px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    overflow-x: auto;
    scrollbar-width: none;
}

.product-row {
    display: flex;
    cursor: pointer;
    text-decoration: none;
    transition: .3s background-color;
}

.product-row:not(:first-of-type) {
    display: none;
}


.product-row:hover:not(.catalog-products-grid__head) {
    background-color: #011CA9;
    transition: .3s background-color;
}

.product-row__col {
    /*min-width: 12rem;*/
    min-width: 9rem;
    color: #333;
    border: 1px solid #dcdbdb;
    padding: 1rem 1.88rem;
    margin: -1px 0 0 -1px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    transition: .3s color;
}

@media (min-width: 1200px) {
    .product-row__col {
        padding: 1.37rem 1.88rem;
    }
}

.product-row:hover:not(.catalog-products-grid__head) .product-row__col {
	color: #ffffff;
    transition: .3s color;
}

.product-row__col.product__price {
    color: #333333;
}

.product-row__col:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
}

.product-row__col:nth-child(2) {
    /* width: 42%; */
}

.product-row__col:nth-child(3) {
    width: 20%;
}

.product-row__col:nth-child(4) {
    width: 28%;
}

.product-row__col:nth-child(5) {
    width: 18%;
}

.product-row__col:nth-child(6) {
    width: 28%;
}

.catalog-products-grid__item {
}

.catalog-products-grid__item.fashion {
    grid-column: span 2;
    grid-row: span 2;
}

/* Чётные блоки - слева */
.catalog-products-grid__item.fashion.fashion--right {
}

@media (min-width: 1200px) {
    .catalog-products-grid__item.fashion.fashion--right {
        grid-column: 3 / 5;
        grid-row: 1 / span 2;
    }
}

.catalog-products-grid__item.fashion.fashion--left {
}

@media (min-width: 1200px) {

    .catalog-products-grid__item.fashion.fashion--left {
        grid-column: 1 / 3;
        grid-row: auto / span 2;
    }
}

.catalog-products__pager {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog.element/fashion/style.css?1748351137895*/
/* item_detail_v2 */
.fashion-card {
	position: relative;
	width: 100%;
	height: 100%;
}


  
.fashion {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%
}

.fashion__picture,
.fashion__video {
	display: flex;
	width: 100%;
	height: 100%;
	clip-path: inset(1px 1px);
}

@media (min-width: 1200px) {
	.fashion__video {
		position: absolute;
	}
}

.fashion__picture img,
.fashion__video img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.fashion__video {
	-o-object-fit: cover;
	object-fit: cover
}

.fashion__btn {
	position: absolute;
	right: 50%;
	transform: translate(50%, 0%);
	bottom: 1.4rem;
	white-space: nowrap;
	color: #011CA9
}

@media (min-width: 1200px) {
	.fashion__btn {
		position: absolute;
		right: 3.13rem;
		bottom: 3.13rem;
		color: #011CA9;
		transform: translate(0%, 0%);
	}
}

.fashion__products {
	display: none;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog.element/product/style.css?17569754112102*/
.product-card {
	display: grid;
	align-content: start;
	gap: 1.5rem 2rem;
	position: relative;
	font-size: 14px;
	align-content: stretch;
	grid-template-rows: auto 1fr auto
}

.product__pictures {
	position: relative;
	display: flex;
	flex-direction: column
}

.product__picture {
	background: #f5f5f5;
	opacity: 0;
	transition: .3s ease-in-out
}

.product__picture img {
	width: 100%;
	height: auto
}

.product__picture+.product__picture {
	position: absolute;
	width: 100%
}

.product__picture._active {
	opacity: 1
}

.product__title {
	color: #333;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: inherit
}

.product__title-link {
	color: inherit;
	text-decoration: none
}

.product__title-link:hover {
	color: #011CA9;
}

.product__price {
	color: rgba(51, 51, 51, .5);
	white-space: nowrap
}

.product__price--old {
	color: #919191;
	text-decoration: line-through;
	font-size: 14px;
}

.product__actions {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 1;
}

.product__favourites {
	padding: 0;
	background: 0 0;
	border: 0;
	cursor: pointer;
	transition: .3s transform;
}

.product__favourites.active svg path {
	fill: #011CA9;
}

.product__favourites:hover {
	transform: scale(1.05);
	transition: .3s transform;
}

.product__favourites svg {
	width: 1.62rem;
	height: 1.62rem;
	color: transparent;
	transition: .5s ease
}

.product__favourites._active svg {
	color: #011CA9
}

.product__label {
	font-size: 1rem;
	color: rgba(51, 51, 51, .5);
	position: absolute;
	z-index: 2;
	top: 1.12rem;
	right: 1.75rem
}

.product__price {
	display: flex;
	justify-content: space-between;
}

.product-new-controls {
	display: flex;
	gap: 12px;
}

.product-new-controls .product__actions {
	position: relative;
	top: 0;
	left: 0;
	z-index: unset;
}

.product-new-controls .product__actions span {
	display: none;
}

.product-new-controls .product__actions:hover span {
	display: block;
	position: absolute;
	top: 0;
	right: calc(100% - 12.5px);
	transform: translateY(-50%);
	padding: 5px 10px;
	border: 1px solid #DCDBDB;
	background-color: #FFFFFF;
	font-size: 13px;
	z-index: 1;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog.item/product/style.css?17569839242720*/
.product-card {
	display: grid;
	align-content: start;
	gap: 1.5rem 2rem;
	position: relative;
	font-size: 14px;
	align-content: stretch;
	grid-template-rows: auto 1fr auto
}

.product__pictures {
	position: relative;
	display: flex;
	flex-direction: column
}

.product__picture {
	background: #f5f5f5;
	opacity: 0;
	transition: .3s ease-in-out
}

.product__picture img {
	width: 100%;
	height: auto
}

.product__picture+.product__picture {
	position: absolute;
	width: 100%
}

.product__picture._active {
	opacity: 1
}

.product__title {
	color: #333;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: inherit
}

.product__title-link {
	color: inherit;
	text-decoration: none
}

.product__title-link:hover {
	color: #011CA9;
}

.product__price {
	color: rgba(51, 51, 51, .5);
	white-space: nowrap
}

@media (max-width:500px) {
	.product__price {
		color: rgba(51, 51, 51, 1);
		font-weight: 600;
	}
}

.product__price--old {
	color: #919191;
	text-decoration: line-through;
	font-size: 14px;
}

.product__actions {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 1;
}

.product__favourites {
	padding: 0;
	background: 0 0;
	border: 0;
	cursor: pointer;
	transition: .3s transform;
}

.product__favourites.active svg path {
	fill: #011CA9;
}

.product__favourites:hover {
	transition: .3s transform;
}

.product__favourites svg {
	width: 1.62rem;
	height: 1.62rem;
	color: transparent;
	transition: .5s ease
}

.product__favourites._active svg {
	color: #011CA9
}

.product__label {
	font-size: 1rem;
	color: rgba(51, 51, 51, .5);
	position: absolute;
	z-index: 2;
	top: 1.12rem;
	right: 1.75rem
}

.product-new-controls {
	display: flex;
	gap: 12px;
}

.product-new-controls .product__actions {
	position: relative;
	top: 0;
	left: 0;
	z-index: unset;
}

.product-new-controls .product__actions span {
	display: none;
}

.product-new-controls .product__actions:hover span {
	display: block;
	position: absolute;
	top: 0;
	right: calc(100% - 12.5px);
	transform: translateY(-50%);
	padding: 5px 10px;
	border: 1px solid #DCDBDB;
	background-color: #FFFFFF;
	font-size: 13px;
	z-index: 1;
}

.product-new-controls .addToBasketBtn {
	border: unset;
	background-color: transparent;
}

.product-new-controls .addToBasketBtn svg {
	width: 100%;
	height: 100%;
}

.product-new-controls .addToBasketBtn.active {
	position: relative;
}

.product-new-controls .addToBasketBtn.active:after {
	position: absolute;
	background: url('/local/templates/fuzailov/img/icons/test.png');
	content: '';
	z-index: 1;
	top: -3px;
	right: 2px;
	width: 14px;
	height: 14px;
}


.product-new-controls .addToBasketBtn.active svg path {
	stroke: #011CA9;
}


.product__price {
	display: flex;
	justify-content: space-between;
}
/* End */
/* /local/templates/fuzailov/components/bitrix/catalog/base_fb/style.css?1748351132697 */
/* /local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.section.list/catalog_section_list/style.css?17562876032649 */
/* /local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.smart.filter/filter/style.css?175629210348920 */
/* /local/templates/fuzailov/components/bitrix/system.pagenavigation/catalog/style.css?174835117291 */
/* /local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.section/catalog_grid/style.css?17579315752476 */
/* /local/templates/fuzailov/components/bitrix/catalog.element/fashion/style.css?1748351137895 */
/* /local/templates/fuzailov/components/bitrix/catalog.element/product/style.css?17569754112102 */
/* /local/templates/fuzailov/components/bitrix/catalog.item/product/style.css?17569839242720 */
