

/* Start:/bitrix/templates/.default/components/ma2/catalog/catalog.novatex/css/holster.css?17230984605890*/
/*
#############################################################
Сетка
#############################################################
*/
.l-catalog {
	padding: 0;
}
.l-catalog__holder {
    display: flex;
    /* align-items: flex-start; */
}
@media (max-width: 991px) {
	.l-catalog__holder {
		flex-wrap: wrap;
	}
}
.l-catalog__sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
	width: 285px;
    flex-shrink: 0;
    margin-right: 40px;
}
@media (max-width: 1239px) {
	.l-catalog__sidebar {
        width: 225px;
	}
}
@media (max-width: 991px) {
	.l-catalog__sidebar {
        width: 100%;
        margin-right: 0;
    }
}
.l-catalog__content {
    flex-grow: 1;
    width: calc(100% - 285px - 40px);
}
@media (max-width: 1239px) {
    .l-catalog__content {
        width: calc(100% - 225px - 40px);
    }
}
@media (max-width: 991px) {
	.l-catalog__content {
        width: 100%;
        padding-top: 20px;
	}
}
.l-catalog__bottom {
    
}
.l-catalog__bottom .l-wrapper {
    padding-left: calc(285px + 40px + 20px);
}
@media (max-width: 1239px) {
    .l-catalog__bottom .l-wrapper {
        padding-left: calc(225px + 40px + 20px);
    }
}
@media (max-width: 991px) {
    .l-catalog__bottom .l-wrapper {
        padding-left: 20px;
    }
}
@media (max-width: 499px) {
    .l-catalog__bottom .l-wrapper {
        padding-left: 10px;
    }
}
.l-catalog__similar {
    max-width: 100%;
}
.products__filter-tags {
    display: none;
}
.products__filter-tags.show {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
}
.products__top-panel .products__filter-tags {
    margin-right: 20px;
}
.l-catalog--search .products__filter-tags {
    display: none;
}
@media (max-width: 991px) {
    .products__filter-tags,
    .products__filter-tags.show {
        width: 100%;
        max-width: 100%;
    }
    .products__top-panel .products__filter-tags {
        margin-right: 0;
    }
}
.products__filter-tags-holder {
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    margin: 0 0 0 -5px;
    /* margin: 0 -5px; */
}
@media (max-width: 991px) {
    .products__filter-tags-holder {
        
    }
}
.products__filter-tag,
.products__filter-reset {
    position: relative;
    border: none;
    border-radius: 0;
    margin: 0 5px;
    font-family: 'Geometria';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    white-space: nowrap;
}
.products__filter-tag {
    background: #fff;
    padding: 2px 31px 2px 8px;
    transition: color 0.2s;
}
.products__filter-reset {
    color: #909090;
    padding: 2px 31px 2px 0;
    background: transparent;
    transition: color 0.2s;
}
@media (max-width: 991px) {
    .products__filter-tag,
    .products__filter-reset {
        flex-shrink: 0;
    }
    .products__filter-reset {
        margin: 0 0 0 8px;
        padding-right: 20px
    }
}
.products__filter-tag:hover,
.products__filter-reset:hover {
    color: #EA0029;
}
.products__filter-tag:active,
.products__filter-reset:active {
    color: #c51c14;
}
.products__filter-tag::after,
.products__filter-reset::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.2s;
}
.products__filter-tag::after {
    right: 12px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 7.997L17.012.984l2.004 2.004L12.003 10l7.013 7.012-2.003 2.004L10 12.003l-7.012 7.013-2.004-2.003L7.997 10 .984 2.988 2.988.984 10 7.997z' fill='%23333'/%3E%3C/svg%3E");
}
.products__filter-tag:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 7.997L17.012.984l2.004 2.004L12.003 10l7.013 7.012-2.003 2.004L10 12.003l-7.012 7.013-2.004-2.003L7.997 10 .984 2.988 2.988.984 10 7.997z' fill='%23FF1307'/%3E%3C/svg%3E");
}
.products__filter-tag:active::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 7.997L17.012.984l2.004 2.004L12.003 10l7.013 7.012-2.003 2.004L10 12.003l-7.012 7.013-2.004-2.003L7.997 10 .984 2.988 2.988.984 10 7.997z' fill='%23c51c14'/%3E%3C/svg%3E");
}
.products__filter-reset::after {
    right: 12px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.903 13.675a7.5 7.5 0 111.24-1.37L11.75 8H14a6 6 0 10-1.845 4.329l.748 1.346z' fill='%23909090'/%3E%3C/svg%3E");
    transition: background 0.2s;
}
.products__filter-reset:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.903 13.675a7.5 7.5 0 111.24-1.37L11.75 8H14a6 6 0 10-1.845 4.329l.748 1.346z' fill='%23FF1307'/%3E%3C/svg%3E");
}
.products__filter-reset:active::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M12.903 13.675a7.5 7.5 0 111.24-1.37L11.75 8H14a6 6 0 10-1.845 4.329l.748 1.346z' fill='%23c51c14'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
    .products__filter-reset::after {
        right: 0;
    }
}
.products__count {
   font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #909090;
    white-space: nowrap;
    margin: 17px 0 0 20px;
}
.products__count + .products__count {
    display: none;
}
@media (max-width: 991px) {
    .products__count {
        display: none;
    }
}
/* End */


/* Start:/local/templates/template.novatex/components/bitrix/breadcrumb/breadcrumb/style.css?17312165421925*/
.breadcrumbs {
	display: inline-flex;
	padding: 13px 0 17px;
}
.breadcrumbs .breadcrumbs__item a,
.breadcrumbs .breadcrumbs__item a:visited,
.breadcrumbs__separator,
.breadcrumbs__item--last {
	/* font-size: 18px; */
	margin: 1px;
	line-height: 1.2;
	color: #000000;
	text-decoration: none;
}
.breadcrumbs .breadcrumbs__item a:hover {
	color: #ff1307e0;
	text-decoration: none;
}
.breadcrumbs .breadcrumbs__item a:active {
	text-decoration: none;
}
.breadcrumbs__item--last {
	color: #171719;
}
.bgc-black .breadcrumbs__item--last {
	/* color: #fff; */
	margin: 2px;
	line-height: 1.2;
}
.breadcrumbs__separator {
	display: inline-block;
	margin: 0 1px 0 -2px;
}
@media (max-width: 991px) {
	.breadcrumbs {
		padding: 20px 0;
	}
	.breadcrumbs > * {
	    display: none;
	}
	.breadcrumbs > *:nth-last-child(3) {
	    position: relative;
	    display: inline-block;
	    padding-left: 10px;
	}
	.breadcrumbs > *:nth-last-child(3)::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 6px;
        height: 6px;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        border-top: 1px solid #B7B7B7;
        border-left: 1px solid #B7B7B7;
        transform: translateY(-50%) rotate(-45deg);
    }
}

/* Breadcrumb buttons */
.breadcrumbsDH {
	/*margin: 2px;*/
	width: fit-content;
    height: 25px;

	/*
	background-color: #f31509e1;

    border: 1px solid #ff1307d8;
	*/
    border-radius: 3px;
	/* border-bottom: 5px solid #aa110986; */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

    transition: all 0.3s;
}
    .breadcrumbsDH:hover{
		background-color: #ebebeb33;
        transition: all 0.3s;
    }
	.breadcrumbPtag{
		/*color: #fff;*/
		/* padding-left: 1px;
		padding-right: 1px; */
    }
	.breadcrumbPointer{
		/*color: #ff1307e0;*/
		text-decoration: none;
		margin-left: 3px ;
	}
/* End */


/* Start:/bitrix/templates/.default/components/ma2/catalog/catalog.novatex/ma2/catalog.section.list/top-menu/style.css?17230984602595*/
.products-sections {
	position: relative;
    padding: 23px 0 38px;
}
@media (max-width: 991px) {
    .products-sections {
        margin: 13px 0 0;
        padding: 0 0 30px;
        padding: 0;
        opacity: 0;
        height: 49px;
    }
    .products-sections.g-custom-select {
        opacity: 1;
        height: auto;
        padding-bottom: 20px;
    }
}
.l-page .products-sections ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin: 0 -16px;
    max-width: none;
}
@media (max-width: 991px) {
    .l-page .products-sections ul {
        width: auto;
        padding: 0 20px 10px;
        margin: 0 -20px;
        left: 0;
        border: none;
        background-color: #171719;
        border-right: 3px solid #171719;
        max-height: 50vh;
    }
} 
@media (max-width: 499px) {
    .l-page .products-sections ul {
        padding: 0 10px 10px;
        margin: 0 -10px;
    }
} 
.l-page .products-sections li {
    margin: 0 16px;
    padding: 0;
}
.l-page .products-sections li::before {
    content: none;
}
@media (max-width: 991px) {
    .l-page .products-sections li {
        margin: 0;
    }
    .l-page .products-sections li.active {
        display: none;
    }
    .l-page .products-sections li:nth-child(even),
    .l-page .products-sections li:hover {
        background-color: transparent;
    }
}
.products-sections li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
}
.products-sections li a.g-link:not(.active) {
    border-color: transparent;
}
.products-sections li a.g-link.active {
    color: #fff
}
@media (max-width: 991px) {
    .l-page .bgc-black .products-sections ul li a,
    .l-page .bgc-black .products-sections ul li a:visited {
        color: #fff;
        display: block;
        padding: 14px 0;
        font-size: 16px;
        line-height: 1.5;
    }
    .l-page .products-sections .products-sections__title,
    .l-page .products-sections.open .products-sections__title {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        font-family: 'Geometria';
        background: transparent;
        color: #fff;
        border-width: 0 0 2px 0;
        border-style: solid;
        padding: 0 20px 5px 0;
        height: auto;
        border-color: #EA0029;
    }
    .products-sections .products-sections__title::after {
        right: 4px;
    }

    .products-sections .products-sections__title.open::after {
        right: 3px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/ma2/catalog/catalog.novatex/ma2/catalog.section.list/list/style.css?17230984601917*/
.sidebar-menu {
	margin-bottom: 40px;
}
.sidebar-menu__title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #909090;
    margin-bottom: 20px;
}
.sidebar-menu__parent {
    
}
.sidebar-menu.g-menu ul {
    max-width: none;
}
.sidebar-menu ul li,
.sidebar-menu__parent {
    width: 100%;
    margin-bottom: 0.45em;
}
.sidebar-menu.g-menu ul li {
    padding: 0;
}
.sidebar-menu ul li:last-child {
    margin-bottom: 0;
}
.sidebar-menu.g-menu ul li::before {
    content: none;
}
.l-page .sidebar-menu a,
.l-page .sidebar-menu a:visited {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    text-decoration: none;
}
.l-page .sidebar-menu a:hover,
.l-page .sidebar-menu a.active {
    color: #EA0029;
    text-decoration: none;
}
.sidebar-menu .ul-deep-1 ul {
    margin-top: 0.45em;
}

@media (max-width: 991px) {
    .sidebar-menu {
        display: inline-flex;
        justify-content: flex-start;
        margin: 0 0 10px;
        padding-bottom: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .sidebar-menu__title {
        display: none;
    }
    .sidebar-menu__parent {
        flex-shrink: 0;
        width: auto;
        margin: 0 5px 0 0;
    }
    .sidebar-menu ul {
        flex-shrink: 0;
        display: flex;
    }
    .sidebar-menu.g-menu ul li {
        display: block;
        margin: 0 5px;
        flex-shrink: 0;
        width: auto;
        padding: 0;
    }
    .l-page .sidebar-menu a,
    .l-page .sidebar-menu a:visited {
        display: block;
        padding: 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        line-height: 1.2;
    }
    .l-page .sidebar-menu a.active {
        background-color: #EA0029;
        border-color: #EA0029;
        color: #fff;
    }
}
/* End */


/* Start:/local/components/elastic/catalog.smart.filter/templates/.default/style.css?172309846018758*/
.bx-filter {
	position: relative;
	z-index: 3;
	/*z-index: 2;*/
}
.bx-filter__title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #909090;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
	.bx-filter__title {
		display: none;
	}
	.b-smart-filter__form-holder {
		display: none;
	}
	.m-box-modal .b-smart-filter__form-holder {
		display: block;
	}
}
.bx-filter-section {
	position: relative;
}
.bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}

.bx-filter-parameters-box {
	position: relative;
	border-bottom: 1px solid #ccc;
}
.bx-filter-parameters-box:last-child {
	margin-bottom: 20px;
}

.bx-filter-parameters-box-title {
	font: 500 18px/1.2 "Geometria", sans-serif;
	color: #333;
	cursor: pointer;
}
@media (max-width: 991px) {
	.bx-filter-parameters-box-title {
		font-size: 16px;
		line-height: 1.5;
	}
}
.bx-filter-parameters-box-title {
	position: relative;
	padding: 20px 22px 20px 0;
}
.bx-filter-parameters-box-title::before,
.bx-filter-parameters-box-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 14px;
    height: 2px;
	margin-top: -2px;
	background: #333;
    transition: transform 0.3s;
}
.bx-filter-parameters-box-title::after {
    transform: rotate(90deg)
}
.bx-active .bx-filter-parameters-box-title::before {
    transform: rotate(90deg);
}
.bx-active .bx-filter-parameters-box-title::before,
.bx-active .bx-filter-parameters-box-title::after {
    transform: rotate(180deg);
}
.bx-filter-parameters-box-title span {
	cursor: pointer;
}
.bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	transition: padding .3s ease;
	box-sizing: content-box;
	margin-bottom: 20px;
}
.bx-filter-button-box .bx-filter-block,
.bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}


.bx-filter-button-box {
	text-align: center;
}
.bx-filter-button-box .bx-filter-parameters-box-container {
	display: flex;
	justify-content: space-between;
}
.bx-filter .bx-filter-button-box .g-button, .bx-filter .bx-filter-button-box .g-button-border {
	padding: 9px 0;
    font-size: 16px;
    display: block;
    width: calc(50% - 5px);
}
.bx-filter-button-box .btn-link {
	padding: 0;
	font-style: italic;
	color: #808080;
	background: none;
	border: none;
}

.bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	overflow-y: auto;
	overflow-x: hidden;
    max-height: 330px;
}
.bx-filter-parameters-box-container.price-box {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	overflow: visible;
}
.bx-filter-parameters-box-container.open {
	max-height: none;
}
.bx-filter-parameters-box-container .checkbox,
.bx-filter-parameters-box-container .radio {
	position: relative;
	margin-top: 11px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter-parameters-box-container-block {
	width: calc(50% - 10px);
}

.bx-filter-parameters-box-container-block.bx-left {
	/* float: left; */

}
.bx-filter-parameters-box-container-block.bx-right {
	/* float: right; */
}


/* INPUTS */

.bx-filter-input-container {}
.bx-filter .bx-filter-block .bx-filter-input-container input {
    padding: 0;
    height: auto;
    min-height: 26px;
    background-color: transparent;
	border: none;
	font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    width: 100%;
    text-overflow: unset;
    white-space: nowrap;
    overflow: hidden;
}

.bx-filter .bx-filter-block .bx-filter-input-container input::-webkit-input-placeholder {
	/* Chrome */
    font-size: 14px;
    line-height: 1.4;
}
.bx-filter .bx-filter-block .bx-filter-input-container input:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
    line-height: 1.4;
}
.bx-filter .bx-filter-block .bx-filter-input-container input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
    line-height: 1.4;
}
.bx-filter .bx-filter-block .bx-filter-input-container input::-moz-placeholder {
	font-size: 14px;
    line-height: 1.4;
}
.bx-filter .bx-filter-block .bx-filter-input-container input:-moz-placeholder {
	/* Firefox 4 - 18 */
	font-size: 14px;
    line-height: 1.4;
}

















.bx-filter .bx-filter-block .bx-right .bx-filter-input-container input {
	text-align: right;
}
.bx-filter-button-box {
	clear: both;
}


/* Track */

.bx-ui-slider-track-container {
	width: 100%;
	padding: 11px 0;
}
.bx-ui-slider-track {
	position: relative;
	height: 2px;
	background: #F2F2F2;
}
.bx-ui-slider-part span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}

.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-ui-slider-range {
	z-index: 80;
}
.bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-ui-slider-pricebar-vd {
	z-index: 60;
	background-color: #333;
}
.bx-ui-slider-pricebar-vn {
	z-index: 70;
	background-color: #F2F2F2;
}
.bx-ui-slider-pricebar-v {
	z-index: 80;
	background-color: #333;
}

/*Ползунки*/
.bx-ui-slider-handle {
	position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background-color: #333;
	border-radius: 50%;
	transform: translateY(-50%);
}
.bx-ui-slider-handle:hover {
	-webkit-cursor: -webkit-grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-ui-slider-handle:active {
	-webkit-cursor: -webkit-grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-ui-slider-handle.left {
	left: 0;
	margin-left: -7px;
}
.bx-ui-slider-handle.right {
	right: 0;
	margin-right: -7px;
}

/* Select */

.bx-filter-select-container {
	display: block;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}


.bx-filter-select-block {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.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-select-text.fix {
	min-width: 120px;
}
.bx-filter-select-text label {
	cursor: pointer;
}
.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;
	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-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-tag-link.bx-active,
.bx-tag-link:hover {
	color: #1d3d46;
}

/* LABEL */

.bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	display: block;
	padding: 0;
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.disabled {
	cursor: default;
	opacity: 0.5;
}

.bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter-param-text {
	font-weight: normal;
}
.bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}

/* Checkbox / Radio  */

.bx-filter-input-checkbox {
	display: inline-flex;
    align-items: flex-start;
}

/*.bx-filter-input-checkbox input[type=radio],*/
.bx-filter-input-checkbox input[type=checkbox] {
	display: none;
	/*margin-right: 10px;
	vertical-align: middle;*/
}
.bx-filter-input-checkbox input[type=radio] {
	/*display: none;*/
	margin-right: 10px;
	vertical-align: middle;
}
/*.bx-filter-input-checkbox input[type=radio] + .filter-ico,*/
.bx-filter-input-checkbox input[type=checkbox] + .filter-ico {
	display: inline-block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin: 3px 8px 0 0;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	border: 2px solid #B7B7B7;
	border-radius: 0;
}
/*.bx-filter-input-checkbox input[type=radio]:checked + .filter-ico,*/
.bx-filter-input-checkbox input[type=checkbox]:checked + .filter-ico {
    background-color: #EA0029;
    border-color: #EA0029;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M9.56 1.707L3.67 7.599.132 4.063l1.179-1.178 2.357 2.357L8.382.528l1.179 1.179z' fill='%23fff'/%3E%3C/svg%3E");
}
.bx-filter-param-label.disabled .filter-ico {

}
.bx-filter-input-checkbox .bx-filter-param-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
}
/*
* 	BTN 
*
*/

.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;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}

/* --- colors */
.bx-filter-param-btn.bx-color-sl {}

.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.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-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.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-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

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

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter-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-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);
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.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-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.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-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}

/* Result Popup */

.bx-filter-popup-result {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 600;
	display: none;
	line-height: normal;
	margin-left: 10px;
	padding: 8px 15px;
	white-space: nowrap;
	color: #fff;
	min-height: 37px;
	line-height: 18px;
	background: #333;
	margin-top: -4px;
}
.bx-filter-popup-result.left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #333;
    transform: translate(-50%, -50%) rotate(45deg);
}
.bx-filter-popup-result a {
    color: #fff !important;
    display: block !important;
    margin-top: 2px;
}
.bx-filter-popup-result.right {
	left: 105%;
}
.bx-filter-popup-result.left {
	/*right:97%;*/
	left: 105%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter-popup-result-close {
	display: none;
}

.checkbox.close {
	height: 0;
	overflow: hidden;
}
.checkbox.open {
	height: auto;
	overflow: visible;
}

.bx-filter-container-show-all {
	cursor: pointer;
	display: inline-block;
	margin: 4px 0 10px 28px;
	position: relative;
	color: #808080!important;
}
.bx-filter-container-show-all::before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #808080;
	border-top: 0;
	border-left: 0;
	top: 7px;
	right: -9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 7px;
	height: 7px;
}
.bx-filter-container-show-all.open::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	right: -16px;
}
.b-smart-filter__modal-btn {
    position: relative;
    display: block;
    width: 100%;
}
.b-smart-filter__modal-btn span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #333333;
	transform: translate(7px, -3px) rotate(45deg);
	transition: border-color 0.2s;
}
.b-smart-filter__modal-btn:hover span,
.b-smart-filter__modal-btn:active span {
    border-color: #fff;
}
.bx-filter-button-box .products__filter-tags {
	display: none;
}
.b-smart-filter__sorts {
	display: none;
}
@media (max-width: 991px) {
	.b-smart-filter__sorts.show {
		display: block;
		margin-bottom: 30px;
	}
	.bx-filter-button-box .products__filter-tags.show {
		display: flex;
		margin-bottom: 20px;
	}
	.b-smart-filter__sorts-title,
	.bx-filter__mobile-title {
		display: block;
		font-weight: 500;
		font-size: 18px;
		line-height: 120%;
		color: #909090;
	}
	.b-smart-filter__sorts-title {
		margin-bottom: 10px;
	}
	.b-smart-filter__form-holder .b-smart-filter__sorts .b-smart-filter__sorts-item,
	.b-smart-filter__form-holder .b-smart-filter__sorts .b-smart-filter__sorts-item:visited {
		display: inline-block;
		font-size: 14px;
		line-height: 1.7;
		border: 1px solid #CCCCCC;
		text-decoration: none;
		padding: 10px 15px;
		margin: 0 5px;
		white-space: nowrap;
	}
	.b-smart-filter__form-holder .b-smart-filter__sorts .b-smart-filter__sorts-item.active {
        background-color: #EA0029;
        color: #fff;
        border-color: #EA0029;
    }
	.b-smart-filter__sorts-holder {
		display: flex;
		overflow: auto;
		margin: 0 -5px;
		padding-bottom: 10px;
	}
	

	.bx-filter-button-box {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 20px;
		background-color: #F2F2F2;
		z-index: 10;
	}
	.bx-filter-button-box .bx-filter-block {
		margin-bottom: 0;
	}
	.l-page .bx-filter-button-box .g-button-border,
	.m-box-modal .bx-filter-button-box .g-button-border {
		display: none;
	}
	.m-box-modal .bx-filter-button-box .g-button {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
@media (max-width: 499px) {
	.bx-filter-button-box {
		padding: 20px 10px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma2/catalog/catalog.novatex/css/sort-bar.css?16795819413748*/
.products__top-panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.products__sort {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .products__top-panel {
        margin: 0 0 30px;
    }
    .products__sort {
        display: none;
    }
}
.products__sort-label {
    font-size: 16px;
    line-height: 1.6;
    margin-right: 6px;
}
.l-page .products__sort select {
    width: auto;
    padding: 0 32px 0 0;
    height: auto;
    background-color: transparent;
    background-position: right center;
    color: #333;
}
.products__sort .selectric .label {
    background-color: transparent;
    padding: 0 26px 0 0;
    height: auto;
    line-height: 1.6;
    border: none;
}
.products__sort .selectric .button {
    height: 100%;
}
.products__sort .selectric .button {
    width: 26px;
}
.products__sort .selectric-items {
    left: auto;
    right: 0;
    border: 1px solid #909090;
    margin-top: 10px;
    min-width: 285px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.products__sort .selectric-open .selectric .button:after {
    transform: translate(50%,-50%) rotate(135deg);
}
.products__sort.asc .selectric .button:after {
    transform: translate(50%,-50%) rotate(135deg);
}
.products__sort.desc .selectric .button:after {
    transform: translate(50%,calc(-50% + 3px)) rotate(-45deg);
}
.b-catalog-elements-display {
    padding: 0 42px 14px;
    border-bottom: 1px solid #d4d4d4;
}

    .b-catalog-elements-display a {
        display: inline-block;
        margin: 0px 0px 0px 3px;
    }
    
        .b-catalog-elements-display a.selected {
            color: #F00;
            text-decoration: none;
        }
    .b-catalog-item-sorting {
        float: left;
        max-width: 470px;
        font-size: 16px;
    }
    .b-catalog-elements-view {
        float: right;
        padding-top: 4px;
        font-size: 0;
    }

    .b-catalog-elements-view_blocks,
    .b-catalog-elements-view_table {
        position: relative;
        display: inline-block;
        width: 23px;
        height: 23px;
        background-color: transparent;
        border-radius: 3px;
    }

    .b-catalog-elements-view_blocks::before,
    .b-catalog-elements-view_table::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        height: 5px;
        background: #c7c7c7;
    }

    .b-catalog-elements-view_blocks::before {
        width: 5px;
        box-shadow: 
            6px 0px 0 0 #c7c7c7,
            12px 0px 0 0 #c7c7c7,
            0px 6px 0 0 #c7c7c7,
            6px 6px 0 0 #c7c7c7,
            12px 6px 0 0 #c7c7c7,
            0px 12px 0 0 #c7c7c7,
            6px 12px 0 0 #c7c7c7,
            12px 12px 0 0 #c7c7c7;
    }

    .b-catalog-elements-view_table::before {
        width: 17px;
        box-shadow: 
            0px 6px 0 0 #c7c7c7,
            0px 12px 0 0 #c7c7c7;
    }

    .b-catalog-elements-view_blocks.selected,
    .b-catalog-elements-view_table.selected {
        background-color: #eb4208;
    }

    .b-catalog-elements-view_blocks.selected::before,
    .b-catalog-elements-view_table.selected::before {
        background: #fff;
    }
    .b-catalog-elements-view_blocks.selected::before {
        box-shadow: 
            6px 0px 0 0 #fff,
            12px 0px 0 0 #fff,
            0px 6px 0 0 #fff,
            6px 6px 0 0 #fff,
            12px 6px 0 0 #fff,
            0px 12px 0 0 #fff,
            6px 12px 0 0 #fff,
            12px 12px 0 0 #fff;
    }

    .b-catalog-elements-view_table.selected::before {
        box-shadow: 
            0px 6px 0 0 #fff,
            0px 12px 0 0 #fff;
    }
/* End */


/* Start:/local/components/elastic/catalog.section/templates/offers/style.css?174582727614765*/
.products {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -5px;
}
@media (max-width: 499px) {
	.products {
		margin: 0;
	}
}
.products__item {
	position: relative;
	width: calc((100% / 3) - 10px);
	max-width: 285px;
	margin: 0 5px;
	z-index: 0;
}
.products__item:nth-child(n + 4) {
	margin-top: 80px;
}
.offers-in-row-4 .products__item:nth-child(n + 4) {
	margin-top: 0;
}
.offers-in-row-4 .products__item:nth-child(n + 5) {
	margin-top: 80px;
}
@media (min-width: 1240px) {
	.l-catalog--search .products__item:nth-child(4) {
		margin-top: 0;
	}
}
@media (max-width: 1239px) {
	.offers-in-row-4 .products__item:nth-child(4) {
		margin-top: 80px;
	}
}
@media (max-width: 1239px) {
	.products__item {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.products__item {
		width: calc((100% / 2) - 10px);
	}
	.products__item:nth-child(n + 3) {
		margin-top: 40px;
	}
	.offers-in-row-4 .products__item:nth-child(n + 3) {
		margin-top: 40px;
	}
}
@media (max-width: 499px) {
	.products__item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.products__item:nth-child(n + 2) {
		margin-top: 40px;
	}
}
.products__item--slide {
	width: calc(100% / 4 - 20px);
	max-width: 400px;
	margin: 0 20px 0 0;
}
@media (max-width: 991px) {
	.products__item--slide {
		width: calc(100% / 3 - 20px);
	}
}
@media (max-width: 600px) {
	.products__item--slide {
		width: calc(100% / 2 - 19px);
	}
}
@media (max-width: 350px) {
	.products-slider__holder .g-section__title {
		max-width: 240px;
	}
	.products__item--slide {
		width: calc(100% - 19px);
	}
}
.swiper-container-initialized .products__item--slide {
	margin: 0;
}
.products__item--slide:nth-child(n + 4) {
	margin-top: 0;
}
.products__item:hover {
    z-index: 1;
}
.products__item-holder {
	position: relative;
}
.products .products__item-fav,
.products .products__item-fav:visited {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 15px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15'%3E%3Cpath d='M8 1.397a4.499 4.499 0 016.36 6.348L8 14.114l-6.36-6.37A4.501 4.501 0 018 1.398z' fill='%23CCC'/%3E%3C/svg%3E");
	transition: background-image 0.2s;
}
.products__item:hover .products__item-fav {
    display: block;
}
@media (max-width: 991px) {
	.products .products__item-fav,
	.products .products__item-fav:visited {
		display: block;
	}
}
.products .products__item-fav:hover {
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15'%3E%3Cpath d='M8 1.397a4.499 4.499 0 016.36 6.348L8 14.114l-6.36-6.37A4.501 4.501 0 018 1.398z' fill='%23333'/%3E%3C/svg%3E");
}
.products .products__item-fav.in_favorite {
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15'%3E%3Cpath d='M8 1.397a4.499 4.499 0 016.36 6.348L8 14.114l-6.36-6.37A4.501 4.501 0 018 1.398z' fill='%23FF1307'/%3E%3C/svg%3E");
}
.products .products__item-gallery,
.products .products__item-gallery:visited,
.products .products__item-gallery:hover,
.products .products__item-gallery:active {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	background-color: #fff;
	margin-bottom: 10px;
}
@media (max-width: 1239px) {
	.products .products__item-gallery,
	.products .products__item-gallery:visited,
	.products .products__item-gallery:hover,
	.products .products__item-gallery:active {
		height: 320px;
		margin-bottom: 50px;
	}
}
@media (max-width: 499px) {
	.products .products__item-gallery,
	.products .products__item-gallery:visited,
	.products .products__item-gallery:hover,
	.products .products__item-gallery:active {
		height: 320px;
	}
}

.products__item-gallery img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: none;
	object-position: center;
}
.products__item-gallery.child img {
	top: auto;
	bottom: 0;
}
.products .products__item-name,
.products .products__item-name:visited,
.products .products__item-name:hover,
.products .products__item-name:active {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}

.products__item-price-current,
.products__item-price-old,
.products__item-price-rozn {
	font-size: 16px;
	line-height: 1.5;
}

.products__item-price-current {
	font-weight: 700;
	color: #333333;
}

.products__item-price-rozn {
    font-weight: 700;
    color: #EA0029;
}

.products__item-price-old {
	font-weight: 500;
	text-decoration-line: line-through;
	color: #909090;
	margin-right: 5px;
}
.products__item-price-old + .products__item-price-current {
    color: #EA0029;
}

/* Торговые предложения */
.products__item-sku {
	position: absolute;
	display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #F8F8F8;
	z-index: 1;
	user-select: none;
	pointer-events: none;
}
.products__item--slide .products__item-sku {
	background-color: #fff;
}
.products__item:hover .products__item-sku {
	display: block;
	user-select: auto;
	pointer-events: auto;
}
.products__item-scu-title {
    font-size: 12px;
    line-height: 1.4;
    color: #909090;
}
.products__item-scu-container {
    font-size: 12px;
    line-height: 1.7;
    color: #333333;
}
.products__item-scu-wrap:not(:first-child) {
    margin-top: 5px;
}
.products__item-scu-container span:nth-child(2) {
    margin-left: 15px;
}
/* Кнопка купить */
.products__item-controls {
	display: none;
	position: absolute;
    top: 275px;
    left: 10px;
    width: calc(100% - 20px);
}
.products__item:hover .products__item-controls {
	display: block;
}
@media (max-width: 1239px) {
	.products__item-controls {
		top: 275px;
	}
}
@media (max-width: 991px) {
	.products__item-controls {
		display: block;
		left: 0;
		width: 100%;
		top: 320px;
	}
}
@media (max-width: 499px) {
	.products__item-controls {
		top: 320px;
	}
}
.products .products__item-controls .g-button,
.products .products__item-controls .g-button:visited {
    width: 100%;
    padding: 8px 35px;
    border-radius: 8px;
}
.products-slider__holder {
	position: relative;
	overflow: hidden;
	padding-bottom: 45px;
	margin-bottom: -45px;
}
.products__item--slide .products__item-name,
.products__item--slide .products__item-price,
.products__item--slide .products__item-sku {
	padding: 0 10px;
}

@media (max-width: 767px) {
	.products-slider .swiper-btn {
	    width: 32px;
	    height: 32px;
		top: 0px;
	}
	.products-slider__holder .g-section__title-holder {
		margin: 0;
	}
	.products-slider__holder .g-section__title {
		font-size: 24px;
	}
	.products-slider .swiper-btn.swiper-btn--prev {
		margin-right: 40px;
	}
}
@media (max-width: 499px) {
	.products-slider__holder .swiper-btn.swiper-btn--next {
		top: 50% !important;
		right: 30px;
		left: auto;
		margin-top: -50px;
	}
	.products-slider__holder .swiper-btn.swiper-btn--prev {
		top: 50% !important;
		left: 10px;
		right: auto;
		margin-top: -50px;
	}
	.products.products--slider {
		margin-right: -25px;
	}
}
.products__labels {
    position: absolute;
    top: 20px;
    left: 20px;
	/* display: flex; */
	display: none;
    flex-wrap: wrap;
    margin: 0 -5px;
    z-index: 1;
    width: 100%;
    max-width: calc(100% - 30px);
}
.products__labels-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    margin: 0 5px 5px;
    background: #EA0029;
    border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}
.products__labels-item--new {
	background: #0e7b3c;
}
.products__labels-item--hit {
	background: #f25b21;
}

.products__item .label-block {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.products__item .label-block {
		top: 250px;
	}
}

.products__item .label-block div {
	margin-bottom: 4px;
}

.products__item .label-block div:last-child {
	margin-bottom: 0;
}

.products__item .label-block .label-new:before,
.products__item .label-block .label-hit:before,
.products__item .label-block .label-best:before,
.products__item .label-block .label-sale:before,
.products__item .label-block .label-delivery15k:before,
.products__item .label-block .label-discount:before {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 360px;
}
.products__item .label-block .label-new:before {
	content: 'NEW';
	background: #71ba24;
	color: white;
}
.products__item .label-block .label-hit:before {
	content: 'ХИТ';
	background: rgb(76, 139, 247);
	color: white;
}
.products__item .label-block .label-best:before {
	width: 100px;
	height: 42px;
	line-height: 110%;
	padding-top: 1px;
	content: 'Бесплатная доставка от 15000 р';
	color: white;
	background: #EA0029;
}
.products__item .label-block .label-delivery15k:before {
	width: 100px;
	height: 42px;
	line-height: 110%;
	padding-top: 1px;
	content: 'Бесплатная доставка от 15000 р';
	color: white;
	background: #EA0029;
}
.products__item .label-block .label-sale:before,
.products__item .label-block [data-discount]:before {
	display: none;
	width: 100px;
	height: 42px;
	padding-top: 1px;
	line-height: 110%;
	content: "Бесплатная доставка от 15000 р";
	color: white;
	background: #EA0029;
}
.products__item .label-block .label-sale:before {
	font-size: 18px;
}
.products__item.one-size .label-block [data-discount]:before {
	width: 100px;
	height: 42px;
	padding-top: 1px;
	line-height: 110%;
	content: "Бесплатная доставка от 15000 р";
	color: white;
	background: #EA0029;
}
.products__item-price .label-discount {
	background: #EA0029;
	color: #fff;
	border-radius: 6px;
	padding: 1px 6px 2px 4px;
	font-weight: 700;
	font-size: 0.9em;
}

.products__item.label-new:before,
.products__item.label-hit:before,
.products__item.label-discount:before,
.products__item[data-discount]:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 36px;
	height: 36px;
	z-index: 1;
	
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 360px;
}
.products__item.label-new:before {
	content: 'NEW';
	background: #71ba24;
	color: white;
}
.products__item.label-hit:before {
	content: 'ХИТ';
	background: #e90003;
	color: white;
}
.products__item.label-discount:before {
	display: none;
}
.products__item[data-discount]:before {
    content: attr(data-discount);
    color: white;
    background: #EA0029;
    line-height: 24px;
    border-radius: 36px;
    padding: 5px 0px;
    width: 36px;
    height: 36px;
    top: 8px;
    right: 8px;
}
a.not-underline,
a.not-underline:hover
{
	text-decoration: none!important;
}
/*.one-size.products__item[data-discount]:before {
	border-radius: 7px;
	padding: 2px 7px;
	width: auto;
	height: 30px;
}*/
@media (max-width: 767px) {
	/*.one-size.products__item[data-discount]:before {
		top: 8px;
		right: 8px;
		font-size: 10px;
		line-height: 18px;
		padding-top: 9px;
	}*/
}
.products__sort .selectric-wrapper .selectric-items ul li.disabled {
	display: none;
}
.selectric-items .selectric-scroll {
	max-height: 230px;
}

/* TIMER  */
.timer {
    position: absolute;
    top: 0px;
    right: 18px;
    border: 1px solid #EA0029;
    border-right: none;
    border-radius: 21px 0 0 21px;
    background: #fff;
    z-index: 9;
}

.timer__items {
    display: flex;
    font-size: 13px;
    justify-content: space-around;
    align-items: center;
    margin-right: 25px;
    margin-left: 9px;
	min-width: 22px;
	-webkit-transition: min-width .4s ease-out;
	-o-transition: min-width .4s ease-out;
	-moz-transition: min-width .4s ease-out;
	transition: min-width .4s ease-out;

}
.timer__item {
  position: relative;
  text-align: center;
	padding-top: 2px;
    line-height: 15px;
	height: 34px;

}
.timer__item::after {
  content: attr(data-title);
  display: block;
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translateX(-40%);
  font-size: 11px;
}

.products__item .label-block .label-discount:before{
	position: relative;
	z-index: 10;
}

.label-discount div{
	margin-bottom: 0 !important;
}

.label-discount {
    position: relative;
}

	.label-discount:hover{
		cursor: pointer;
}

.timer__item{
		display:none;
}

.label-discount:hover .timer__items{
    margin-left: 15px;
	min-width: 100px;
	-webkit-transition: min-width .4s ease-in;
	-o-transition: min-width .4s ease-in;
	-moz-transition: min-width .4s ease-in;
	transition: min-width .4s ease-in;
}

.label-discount:hover .timer .timer__item{
	display: block;
	margin: 0 10px;
}
.timer {
  right: 0;
  padding-right: 43px;
  border-radius: 21px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.timer__items {
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin-right: 0;
  margin-left: 0;
  min-width: 44px;
}
.timer__item {
  display: block;
  -webkit-transition: none;
  transition: none;
  width: 44px;
  min-width: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.timer__item:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.label-discount:hover .timer__items {
  margin-left: 9px;
  padding-left: 6px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.label-discount:hover .timer .timer__item {
  display: block;
  margin: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 40px;
  min-width: 0;
}
.label-discount:not(:hover) .timer {
  padding-right: 28px;
}
.label-discount:not(:hover) .timer .timer__items .timer__item[style="display: block;"] ~ .timer__item {
  opacity: 0;
  width: 0;
  min-width: 0;
}
.pointer {
	cursor: pointer;
}
/* End */


/* Start:/local/templates/template.novatex/components/bitrix/system.pagenavigation/more_btn_v2/style.css?17230984602168*/
.paginations {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.paginations__label {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
    color: #909090;
    margin-bottom: 21px;
}
.l-page .paginations .paginations__more-btn {
    min-width: 282px;
}
.paginations__list {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0 0;
}
.l-page .paginations .paginations__page,
.l-page .paginations .paginations__page:visited,
.l-page .paginations .paginations__dots {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #909090;
    margin: 0 15px;
}
.l-page .paginations .paginations__page:hover,
.l-page .paginations .paginations__dots:hover {
    color: #EA0029;
    text-decoration: none;
}
.l-page .paginations .paginations__page:active,
.l-page .paginations .paginations__dots:active {
	color: #c51c14;
	text-decoration: none;
}
.l-page .paginations .paginations__page--current,
.l-page .paginations .paginations__page--current:hover {
	color: #333;
}
.paginations .paginations__btn {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 24px;
    height: 24px;
}
.paginations .paginations__btn--prev {
    margin-right: 45px;
}
.paginations .paginations__btn--next {
    margin-left: 45px;
}
.paginations .paginations__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0px;
    border-style: solid;
    border-color: #909090;
    transition: border-color 0.2s;
}
.paginations .paginations__btn--prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 3px;
}
.paginations .paginations__btn--next::before {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -3px;
}
.paginations .paginations__btn:hover::before {
    border-color: #EA0029;
}
.paginations .paginations__btn:active::before {
    border-color: #c51c14;
}
/* End */
/* /bitrix/templates/.default/components/ma2/catalog/catalog.novatex/css/holster.css?17230984605890 */
/* /local/templates/template.novatex/components/bitrix/breadcrumb/breadcrumb/style.css?17312165421925 */
/* /bitrix/templates/.default/components/ma2/catalog/catalog.novatex/ma2/catalog.section.list/top-menu/style.css?17230984602595 */
/* /bitrix/templates/.default/components/ma2/catalog/catalog.novatex/ma2/catalog.section.list/list/style.css?17230984601917 */
/* /local/components/elastic/catalog.smart.filter/templates/.default/style.css?172309846018758 */
/* /bitrix/templates/.default/components/ma2/catalog/catalog.novatex/css/sort-bar.css?16795819413748 */
/* /local/components/elastic/catalog.section/templates/offers/style.css?174582727614765 */
/* /local/templates/template.novatex/components/bitrix/system.pagenavigation/more_btn_v2/style.css?17230984602168 */
