

/* 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:/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/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:/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 */
/* /bitrix/templates/.default/components/ma2/catalog/catalog.novatex/css/sort-bar.css?16795819413748 */
/* /local/templates/template.novatex/components/bitrix/breadcrumb/breadcrumb/style.css?17312165421925 */
/* /local/components/elastic/catalog.section/templates/offers/style.css?174582727614765 */
/* /local/templates/template.novatex/components/bitrix/system.pagenavigation/more_btn_v2/style.css?17230984602168 */
