

/* Start:/local/templates/new_header_v2/components/bitrix/news.list/new_main_top_slider/style.css?17212075347182*/
.splide__pagination {
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 68px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
    .splide__pagination {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 8px;
    }
}

@media only screen and (max-width: 425px) {
    .splide__pagination {
        bottom: 10px;
    }
}

#main_slider .splide__pagination__page {
    transition: width .2s linear, height .2s linear, background-color .2s linear;
    border: 1px solid var(--gray-2);
    background-color: var(--gray-smooth);
    opacity: 1;
    margin: 0;
}

@media only screen and (max-width: 1023px) {
    #main_slider .splide__pagination__page {
        border: none;
        background-color: #c7c9d3;
        width: 6px;
        height: 6px;
    }
}

#main_slider .splide__pagination__page.is-active {
    background-color: var(--gray-2);
    width: 10px;
    height: 10px;
}

@media only screen and (max-width: 1023px) {
    #main_slider .splide__pagination__page.is-active {
        background-color: var(--purple);
    }
}

.splide__nav {
    display: flex;
    align-items: center;
    position: absolute;
    right: 40px;
    bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .splide__nav {
        display: none;
    }
}

.splide__btn {
    background-color: var(--gray-smooth);
    border: 1px solid var(--gray-2);
    color: var(--gray-2);
    transition: scale .2s linear, background-color .2s linear, color .2s linear, border-color .2s linear, box-shadow .2s linear;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

@media only screen and (min-width: 769px) {
    .splide__btn:hover {
        background-color: var(--purple);
        border-color: var(--purple);
        color: var(--white);
        box-shadow: -6px -4px 16px rgba(0, 0, 0, 0.25);
        scale: 1.37;
        z-index: 0;
    }

    .splide__btn:active {
        scale: 1.25;
    }
}

@media only screen and (max-width: 1200px) {
    .splide__btn {
        width: 35px;
        height: 35px;
    }
}

.splide__btn--prev {
    border-radius: 8px 0 0 8px;
    transform-origin: 100% 50% 0;
}

.splide__btn--next {
    border-radius: 0 8px 8px 0;
    transform-origin: 0 50% 0;
    margin-left: -1px;
}

.splide__icon-arrow {
    pointer-events: none;
    width: 22px;
    height: 22px;
}

.splide__btn--prev .splide__icon-arrow {
    rotate: 180deg;
}


#main_slider .splide__slide img {
    width: 100%;
}

#main_slider .splide__container {
    position: relative;
    box-sizing: border-box;
}

#main_slider .splide__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
}

#main_slider .splide {
    position: relative;
    visibility: hidden;
}

#main_slider .splide.is-active {
    visibility: visible;
}

#main_slider .splide__slide {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
}

#main_slider .splide__slide img {
    vertical-align: bottom;
}

#main_slider .splide__slider {
    position: relative;
}

#main_slider .splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}

#main_slider .splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#main_slider .splide--draggable > .splide__track > .splide__list > .splide__slide {
    user-select: none;
}

#main_slider .splide--fade > .splide__track > .splide__list {
    display: block;
}

#main_slider .splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

#main_slider .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}

#main_slider .splide--rtl {
    direction: rtl;
}

#main_slider .splide--ttb > .splide__track > .splide__list {
    display: block;
}

#main_slider .splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}

#main_slider .splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}

#main_slider .splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}

#main_slider .splide__arrow:focus {
    outline: none;
}

#main_slider .splide__arrow--prev {
    left: 1em;
}

#main_slider .splide__arrow--prev svg {
    transform: scaleX(-1);
}

#main_slider .splide__arrow--next {
    right: 1em;
}

#main_slider .splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}

#main_slider .splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}

#main_slider .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}

#main_slider .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none;
}

#main_slider .splide--rtl > .splide__arrows .splide__arrow--prev,
#main_slider .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}

#main_slider .splide--rtl > .splide__arrows .splide__arrow--prev svg,
#main_slider .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}

#main_slider .splide--rtl > .splide__arrows .splide__arrow--next,
#main_slider .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}

#main_slider .splide--rtl > .splide__arrows .splide__arrow--next svg,
#main_slider .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}

#main_slider .splide--ttb > .splide__arrows .splide__arrow,
#main_slider .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

#main_slider .splide--ttb > .splide__arrows .splide__arrow--prev,
#main_slider .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}

#main_slider .splide--ttb > .splide__arrows .splide__arrow--prev svg,
#main_slider .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}

#main_slider .splide--ttb > .splide__arrows .splide__arrow--next,
#main_slider .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}

#main_slider .splide--ttb > .splide__arrows .splide__arrow--next svg,
#main_slider .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}

/* End */


/* Start:/local/templates/new_header_v2/components/bitrix/news.list/new_top_main_category_block/style.css?17633668258642*/
.section-discount__item-price{
    display:flex;
}

.section-category {
    max-width: 1440px;
    margin: 0 auto;
}

.section-category__title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    margin-top: 60px;
}

@media screen and (min-width: 414px) {
    .section-category__title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .section-category__title {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .section-category__title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .section-category__title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

.section-category__wrapper {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .section-category__wrapper {
			display: grid;
			grid-template-columns: 0.95fr 2fr;
			grid-template-rows: repeat(1, 1fr);
			column-gap: 20px;
    }
}

@media screen and (min-width: 1024px) {
	.section-category__wrapper {
		grid-template-columns: 0.95fr 3fr;
	}
}

@media screen and (min-width: 1920px) {
	.section-category__wrapper {
		column-gap: 45px;
	}
}

/* card */

/* category item grid start */

.section-category__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
		flex: 3;
}

@media screen and (min-width: 768px) {
    .section-category__body {
        gap: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .section-category__body {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1920px) {
    .section-category__body {
        gap: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .section-category__item:nth-child(1) {
        grid-area: 2 / 1 / 3 / 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section-category__item:nth-child(2) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .section-category__item:nth-child(3) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .section-category__item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .section-category__item:nth-child(5) {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .section-category__item:nth-child(1) {
        grid-area: 2 / 1 / 3 / 3;
				display: flex;
    		flex-direction: column;
    		align-items: flex-start;
    		justify-content: flex-end;
    }

		.section-category__item:nth-child(1) .section-category__item-card {
			flex: 1;
		}

    .section-category__item:nth-child(2) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .section-category__item:nth-child(3) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .section-category__item:nth-child(4) {
        grid-area: 2 / 3 / 3 / 4;
    }

    .section-category__item:nth-child(5) {
        grid-area: 1 / 3 / 2 / 4;
    }
}

/* category item grid end */

.section-category__item-card {
    position: relative;
}

.section-category__item-card .item-card__pic {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-category__item-card .item-card__pic--additional {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.section-category__item-card:hover .item-card__pic--additional {
    opacity: 1;
}

.section-category__item-card .item-card__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-category__item-card .item-card__img--additional {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.section-category__item-card:hover .item-card__img--additional {
    opacity: 1;
}

/* breadcrumb */
.section-category__link {
    display: flex;
		align-items: flex-start;
    overflow-y: auto;
    margin-bottom: 25px;
		margin-right: -10px;
}

@media screen and (min-width: 414px) {
    .section-category__link {
        margin-bottom: 30px;
				margin-right: -20px;
    }
}

@media screen and (min-width: 768px) {
    .section-category__link {
        flex-direction: column;
				width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
        margin-bottom: 0;
				margin-right: 0;
        padding: 20px 0 0 20px;
    }
}

@media screen and (min-width: 1920px) {
    .section-category__link {
        padding: 90px 0 0 45px;
    }
}

.section-category__link::-webkit-scrollbar {
	display: none;
}

.section-category__link-item {
	white-space: nowrap;
	font-family: 'Bron Sans Cyrl';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
}

.section-category__link-item--all {
	font-family: 'Bron Sans Cyrl';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.035em;
	color: #000;
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1024px) {
	.section-category__link-item {
		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (max-width: 767px) {
	.section-category__link-item:last-child {
		margin-right: 10px;
	}

	.section-category__link-item:not(:last-child) {
		margin-right: 20px;
	}

	.section-category__link-item--all {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.section-category__link-item {
		margin-bottom: 20px;
	}

	.section-category__link-item.all {
		display: none;
	}
}

@media screen and (min-width: 1920px) {
	.section-category__link-item {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 30px;
	}
}

/* text block */
.section-category__item-text {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.035em;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .section-category__item-text {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1920px) {
    .section-category__item-text {
        font-size: 16px;
        line-height: 18px;
        margin-top: 20px;
    }
}








	.swiper{position:initial!important}
	
	.swiper{position:initial!important}
	
	@media screen and (min-width: 1024px){
	.section-collection {
		padding: 0;
	}
	.section-collection__item:hover .section-collection__item-img {
		outline: 0;
		outline-offset: 0;
	}
	}
	
	.section-collection{
		overflow:hidden;
	}
	
	.swiper-slide {
		flex-direction: column;
	}
	
	.section-collection__item-img{
		display:flex;
	}
	
	.section-bestseller__item-price img{
		width: 10px!important;
		margin: 0 5px!important;
	}
	
	.swiper-slide img {
		object-fit: contain;
	}
	.section-collection__item-img-half img{
		max-width:330.5px;
	}
	
	@media(min-width:1025px){
		.section-collection__item-img div:first-child{
			margin: 18px 10px 10px 0
		}
		
		.section-collection__item-img div:last-child{
			margin:18px 0 10px 10px
		}
	}
	
	@media(max-width:1023px){
		.section-collection__item-img div:first-child{
			margin: 12px 0 10px 0;
			width: 50%;
		}
		
		.section-collection__item-img div:last-child{
			margin:12px 0 10px 0;
			width: 50%;
		}
		
		.section-collection__item-img div:first-child img{
			padding-right:5px;
		}
		
		.section-collection__item-img div:last-child{
			padding-left:5px;
		}
	}
	
	@media(min-width:451px) and (max-width:1024px){
		.section-bestseller__item-price{
			width: 100%!important;
		}
	}
	
	.categories .section-collection__item-img>div>img{
		width:100%;<?//345px?>
	}
	
	.weddings .section-collection__item-img>div>img{
		width:100%;<?//345px?>
	}
	
	.swiper-button-lock {
		display: inherit!important;
	}
	
	.section-category {
		overflow: hidden;
	}
	
	@media(max-width:600px){
		.section-collection__item-img .section-collection__item-img-half img{
			width: 100%!important;
		}
	}



    .section-category {
        padding: 0!important;
    }

/* End */


/* Start:/local/templates/new_header_v2/components/bitrix/news.list/main_collections_slider/style.css?17646990374811*/
.section-collection {
	max-width: 1440px;
	padding: 0 10px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section-collection {
			padding: 0 20px;
	}
}

@media screen and (min-width: 1024px) {
	.section-collection {
			padding: 0 34px;
	}
}

@media screen and (min-width: 1920px) {
	.section-collection {
			padding: 0 0;
	}
}

.section-collection__item:hover .section-collection__item-img {
	outline: 1px rgba(0, 0, 0, 0.3) solid;
	outline-offset: -1px;
}

.section-collection__title {
	font-family: 'Bron Sans Cyrl';
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 25px;
	margin-top: 60px;
}

@media screen and (min-width: 414px) {
	.section-collection__title {
		font-size: 25px;
		line-height: 25px;
		margin-top: 60px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.section-collection__title {
		margin-top: 70px;
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.section-collection__title {
		font-size: 28px;
		line-height: 28px;
		margin-top: 100px;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1920px) {
	.section-collection__title {
		font-size: 32px;
		line-height: 32px;
		margin-top: 96px;
		margin-bottom: 60px;
	}
}

/* name block */
.section-collection__item-name {
	font-family: 'Bron Sans Cyrl';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	margin-top: 8px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
	.section-collection__item-name {
		font-size: 14px;
		line-height: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.section-collection__item-name {
		font-size: 16px;
		line-height: 18px;
		margin-top: 10px;
		padding-top: 3px;
	}
}

/* collection wrapper */
.section-collection__wrapper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 25px;
}

@media screen and (min-width: 414px) {
	.section-collection__wrapper {
		margin-top: 32px;
	}
}

@media screen and (min-width: 768px) {
	.section-collection__wrapper {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1920px) {
	.section-collection__wrapper {
		margin-top: 30px;
	}
}

.section-collection__controls {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.section-collection__controls {
		display: none;
	}
}

.swiper-btn__wrapper .swiper-btn {
	cursor: pointer;
	padding: 0 7px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.swiper-btn__wrapper .swiper-btn {
		height: 16px;
		padding: 0 7px 0 23px;
	}
}

.swiper-btn.swiper-button-disabled {
	opacity: 0.5;
	cursor: default;
}

.swiper-btn.swiper-collection__prev {
	transform: rotate(180deg);
}

.swiper-btn.swiper-collection__next {
}

.collection-slider__href {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Bron Sans Cyrl';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.035em;
	color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
	.collection-slider__href {
		padding-bottom: 3px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}
}

.collection-slider__href .collection-href__arrow {
	margin-left: 12px;
	opacity: 0.5;
}

@media screen and (min-width: 768px) {
	.collection-slider__href .collection-href__arrow {
		display: none;
	}
}

/* section swiper */
.section-collection__swiper {
	overflow: hidden;
	margin-right: -10px;
}

@media screen and (min-width: 415px) {
	.section-collection__swiper {
		margin-right: -20px;
	}
}

@media screen and (min-width: 768px) {
	.section-collection__swiper {
		overflow: hidden;
		margin-right: 0;
	}
}

.section-collection__pagination {
	display: block;
	position: relative !important;
	background-color: transparent !important;
	border-bottom: 1px solid #c4c4c4;
	height: 4px !important;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.section-collection__pagination {
		display: none;
	}
}

@media screen and (min-width: 1920px) {
	.section-collection__pagination {
		margin-top: 60px;
	}
}

.section-collection__pagination .swiper-pagination-progressbar-fill {
	background-color: #000 !important;
	border-radius: 0;
	height: 4px !important;
}

@media (min-width: 1200px) {
    .section-category .section-collection__item-img>a img {
        height: unset!important;
        width: 100%;
    }
}

.section-collection__item-img{
    justify-content: space-between;
}

.section-collection__item-img-half img {
    max-width: 339.5px!important;
}
/* End */


/* Start:/local/templates/new_header_v2/css/slider-product.css?17628641905859*/
.slider-products {
  font-family: 'Bron Sans Cyrl',sans-serif;
  position: relative;
}

@media (max-width: 1459px) {
  .slider-products {
    max-width: 1074px;
    margin: 0 auto;
  }
}

@media (max-width: 1114px) {
  .slider-products {
    max-width: 1024px;
  }
}

@media (max-width: 1064px) {
  .slider-products {
    max-width: 985px;
  }
}

@media (max-width: 1023px) {
  .slider-products {
    max-width: 724px;
  }
}

.slider-products__title {
  margin-bottom: 60px;
  font-weight: 200;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 1024px) {
  .slider-products__title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 30px;
  }
}


.slider-products__arrow {
  position: absolute;
  top: 280px;
  display: block;
  margin: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #2B2626;
  outline: none;
  background: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media (max-width: 1064px) {
  .slider-products__arrow {
    top: 220px;
  }
}

@media (max-width: 1024px) {
  .slider-products__arrow {
    top: 180px;
  }
}

@media (max-width: 768px) {
  .slider-products__arrow {
    display: none;
  }
}

.slider-products__arrow_prev {
  left: 3px;
  border-top: none;
  border-right: none;
}

.slider-products__arrow_next {
  right: 3px;
  border-bottom: none;
  border-left: none;
}

.slider-products__arrow:disabled {
  opacity: 0;
}

.slider-products__track {
  margin: 0 40px 50px;
}

@media (max-width: 768px) {
  .slider-products__track {
    margin: 0 0 50px;
  }
}

.slider-products__slide {
  height: 550px;
}

@media (max-width: 1024px) {
  .slider-products__slide {
    height: auto;
  }
}

.slider-products__slide + .slider-products__slide {
  margin-left: 47px;
}

@media (max-width: 1114px) {
  .slider-products__slide + .slider-products__slide {
    margin-left: 22px;
  }
}

.badge {
  min-width: 50px;
  padding: 7px 9px 6px;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  background-color: #000;
  color: #fff;
}

@media (max-width: 475px) {
  .badge {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

.badge + .badge {
  margin-top: 5px;
}

@media (max-width: 475px) {
  .badge + .badge {
    margin-top: 0;
  }
}

.badge_group:nth-child(2n+1) {
  background-color: #BB559D;
}

.badge_group:nth-child(2n) {
  background-color: #000;
}

.badge_accent {
  background-color: #BB559D;
}

.badge_gold {
  border: 1px solid #D8A744;
  background-color: transparent;
  color: #D8A744;
  font-weight: 500;
  padding: 7px 15px 6px 17px;
  cursor: pointer;
}

.badge_middle {
  padding: 5px 10px 4px;
  font-size: 11px;
  line-height: 11px;
}

.badge_gold.badge_middle {
  padding: 4px 9px 3px;
}

.badge_small {
  min-width: 45px;
  padding: 6px 7px 3px 8px;
  font-size: 11px;
  line-height: 11px;
}

.product-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .product-item__actions {
    display: none;
  }
}

.product-item__btn {
  max-width: 160px;
  width: 100%;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 1025px) {
  .product-item:hover .product-item__btn {
    margin-top: 15px;
    opacity: 1;
  }
}

.product-item__fast-view {
  margin-top: 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 1025px) {
  .product-item:hover .product-item__fast-view {
    margin-top: 15px;
    opacity: 1;
  }
}

.label-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #B2B2B2;
  cursor: pointer;
}

@media (max-width: 475px) {
  .label-icon__icon_only {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
}

.label-icon_watch-live .label-icon__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.label-icon_fast-view .label-icon__icon {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.label-icon_fast-view .label-icon__icon path {
  stroke: #B2B2B2;
}

.label-icon.active .label-icon__icon path {
  stroke: #BB559D;
  fill: #BB559D;
}

.label-icon_useful .label-icon__icon {
  width: 20px;
  height: 20px;
}

.label-icon:hover:not(.label-icon_watch-live), .label-icon[aria-expanded="true"] {
  color: #2B2626;
}

.label-icon:hover:not(.label-icon_watch-live):not(.active) .label-icon__icon path, .label-icon[aria-expanded="true"] .label-icon__icon path {
  stroke: #2B2626;
}

.label-icon__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

@media (max-width: 475px) {
  .label-icon__icon_only {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
}

.label-icon_watch-live .label-icon__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.label-icon_fast-view .label-icon__icon {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.label-icon_fast-view .label-icon__icon path {
  stroke: #B2B2B2;
}

.label-icon.active .label-icon__icon path {
  stroke: #BB559D;
  fill: #BB559D;
}

.label-icon_useful .label-icon__icon {
  width: 20px;
  height: 20px;
}

.label-icon:hover:not(.label-icon_watch-live), .label-icon[aria-expanded="true"] {
  color: #2B2626;
}

.label-icon:hover:not(.label-icon_watch-live):not(.active) .label-icon__icon path, .label-icon[aria-expanded="true"] .label-icon__icon path {
  stroke: #2B2626;
}
/* End */


/* Start:/local/templates/new_header_v2/components/bitrix/news.list/new_main_action_block/style.css?176336651010039*/
.section-discount {
    max-width: 1440px;
    margin: 0 auto;
}

.section-discount__title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000;
    margin-top: 60px;
    margin-bottom: 25px;
}

@media screen and (min-width: 414px) {
    .section-discount__title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 70px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .section-discount__title {
        margin-top: 90px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .section-discount__title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .section-discount__title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

/* card */
.section-discount__swiper {
	overflow: hidden;
}

.section-discount__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
}

@media screen and (min-width: 768px) {
	.section-discount__body {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.section-discount__body {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 1920px) {
	.section-discount__body {
		gap: 45px;
	}
}

@media screen and (max-width: 767px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 3;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 2 / 1 / 3 / 2;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 2 / 3 / 3;
	}
}

@media screen and (min-width: 768px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 3 / 3;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 1 / 3 / 2 / 4;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 3 / 3 / 4;
	}
}

@media screen and (min-width: 1024px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 3 / 4;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 1 / 4 / 2 / 5;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 4 / 3 / 5;
	}
}

@media screen and (min-width: 1920px) {
	.section-discount__item:nth-child(1) {
		grid-area: 1 / 1 / 3 / 4;
	}

	.section-discount__item:nth-child(2) {
		grid-area: 1 / 4 / 2 / 5;
	}

	.section-discount__item:nth-child(3) {
		grid-area: 2 / 4 / 3 / 5;
	}
}

.section-discount__item-card {
    position: relative;
}

.section-discount__item-card .item-card__pic {
    height: 100%;
    width: 100%;
}

.section-discount__item-card .item-card__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.section-discount__item-card.item-card--main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .item-card__img.img-discount--desktop {
        display: none;
    }

    .item-card__img.img-discount--tablet {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .item-card__img.img-discount--mobile {
        display: none;
    }

    .item-card__img.img-discount--tablet {
        display: block;
    }

    .item-card__img.img-discount--desktop {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .item-card__img.img-discount--mobile {
        display: none;
    }

    .item-card__img.img-discount--tablet {
        display: none;
    }

    .item-card__img.img-discount--desktop {
        display: block;
        object-fit: cover;
        object-position: right;
    }

    .section-discount__item-card.item-card--main {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.section-discount__item-card .item-card__discount {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.035em;
    color: #bb559d;
}

@media screen and (min-width: 414px) {
    .section-discount__item-card .item-card__discount {
        font-size: 16px;
        line-height: 16px;
    }
}

.section-discount__item-card .item-card__favourites {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 13px;
    width: 15px;
    display: none;
    background-image: url(/local/templates/new_header_v2/components/bitrix/news.list/new_main_action_block/img/icon-favourites.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: none;
}

.section-discount__item-card .item-card__favourites.active {
    background-image: url(/local/header_img/icons/ic-wishlist-active.svg);
}

.section-discount__item-card:hover .item-card__favourites {
    display: block;
}

@media screen and (min-width: 1920px) {
    .section-discount__item-card .item-card__discount {
        top: 20px;
        left: 20px;
    }

    .section-discount__item-card .item-card__favourites {
        top: 20px;
        right: 20px;
    }
}

/* price block */
.section-discount__item-price {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.035em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 414px) {
    .section-discount__item-price {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .section-discount__item-price {
        margin-top: 20px;
    }
}

.section-discount__item-price .item-price--old,
.section-discount__item-price .item-price--new {
    display: flex;
    align-items: flex-start;
}

.section-discount__item-price .item-price--old img,
.section-discount__item-price .item-price--new img {
	height: 9px;
	margin-top: 0;
}

@media screen and (min-width: 414px) {
	.section-discount__item-price .item-price--old img,
	.section-discount__item-price .item-price--new img {
		height: 13px;
    margin-top: -1px;
	}
}

.section-discount__item-price .item-price--old {
    text-decoration-line: line-through;
    opacity: 0.5;
    margin-right: 10px;
}

.section-discount__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

@media screen and (min-width: 1024px) {
    .section-discount__controls {
        margin-top: 18px;
    }
}

@media screen and (max-width: 413px) {
	.section-discount__item-sentence {
		display: none;
	}
}

.section-discount__item-text {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    letter-spacing: 0.035em;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
		text-transform: lowercase;
		padding-left: 10px;
}

@media screen and (min-width: 414px) {
	.section-discount__item-text {
			font-size: 13px;
			line-height: 14px;
			text-transform: uppercase;
			white-space: nowrap;
			padding-left: 5px;
	}
}

@media screen and (min-width: 768px) {
    .section-discount__item-text {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .section-discount__item-text {
        font-size: 16px;
        line-height: 18px;
    }
}

/* swiper controls */
.swiper-btn__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.swiper-btn__wrapper.hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .swiper-btn__wrapper:not(.swiper-btn__wrapper--mobile) {
        display: none;
    }
}

@media screen and (min-width: 414px) {
    .swiper-btn__wrapper {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .swiper-btn__wrapper.swiper-btn__wrapper--mobile {
        display: none;
    }
}

.section-discount__controls .swiper-btn__wrapper {
    margin-top: 0;
    white-space: nowrap;
}

.swiper-btn {
    cursor: pointer;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.swiper-btn.swiper-btn__prev, .swiper-btn.swiper-collection__prev2, .swiper-btn.swiper-collection__prev3 {
    transform: rotate(180deg);
}

.swiper-btn.swiper-btn__next {
}

.swiper-controls__pagination {
    letter-spacing: 0.035em;
}

@media screen and (min-width: 768px) {
    .swiper-controls__pagination {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (min-width: 1024px) {
    .swiper-controls__pagination {
        font-size: 16px;
        line-height: 16px;
    }
}


.section-discount__href {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Bron Sans Cyrl';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.035em;
  color: rgba(0, 0, 0, 0.5);
  
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .section-discount__href {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}

.section-discount__href .discount-href__arrow {
  margin-left: 12px;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .section-discount__href .discount-href__arrow {
    display: none;
  }
}

@media(max-width:1024px){
.section-discount__item-text {
	text-transform: uppercase;
}
}

.section-collection__item-img .section-discount__item-price .item-price--old img,
.section-collection__item-img .section-discount__item-price .item-price--new img {
    /*height: 10px;
    margin-left: 4px;*/
    margin-top: 0;
}

@media screen and (max-width: 1024px){
.section-collection {
    padding: 0;
}
}
/* End */


/* Start:/local/templates/new_header_v2/components/bitrix/news.list/main_bestsallers/style.css?17628631884103*/
.section-bestseller {
	max-width: 1440px;
	margin: 0 auto;
}

.section-bestseller__title {
    font-family: 'Bron Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    margin-top: 60px;
}

@media screen and (min-width: 414px) {
    .section-bestseller__title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .section-bestseller__title {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .section-bestseller__title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .section-bestseller__title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

/* card */
.section-bestseller__swiper {
  overflow: hidden;
}

.section-bestseller__item-card {
    position: relative;
}

.section-bestseller__item-card .item-card__img {
    height: 100%;
    width: 100%;
}

.section-bestseller__item-card .item-card__favourites {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 13px;
    width: 15px;
    display: none;
    background-image: url(/local/templates/new_header_v2/components/bitrix/news.list/main_bestsallers/img/icon-favourites.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: none;
}

.section-bestseller__item-card .item-card__favourites.active {
    background-image: url(/local/header_img/icons/ic-wishlist-active.svg);
}

@media screen and (min-width: 1920px) {
    .section-bestseller__item-card .item-card__favourites {
        top: 20px;
        right: 20px;
    }
}

.section-bestseller__item-card:hover .item-card__favourites {
    display: block;
}

/* name block */
.section-bestseller__item-name {
    font-family: 'Bron Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    text-align: center;
    letter-spacing: 0.035em;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

@media screen and (min-width: 414px) {
    .section-bestseller__item-name {
        font-size: 14px;
        height: 38px;
    }
}

@media screen and (min-width: 1024px) {
    .section-bestseller__item-name {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .section-bestseller__item-name {
        font-size: 16px;
        height: 44px;
    }
}

/* price block */
.section-bestseller__item-price {
    font-family: 'Bron Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.035em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 414px) {
    .section-bestseller__item-price {
        font-size: 14px;
        line-height: 14px;
    }
}

.section-bestseller__item-price .item-price--old,
.section-bestseller__item-price .item-price--new {
    display: flex;
    align-items: flex-start;
}

.section-bestseller__item-price .item-price--old img,
.section-bestseller__item-price .item-price--new img {
	height: 9px;
	margin-top: 0;
}

@media screen and (min-width: 414px) {
	.section-bestseller__item-price .item-price--old img,
	.section-bestseller__item-price .item-price--new img {
		height: 13px;
    margin-top: -1px;
	}
}

.section-bestseller__item-price .item-price--old {
    text-decoration-line: line-through;
    opacity: 0.5;
    margin-right: 10px;
}

.section-bestseller__item-price .item-price--old img {
    opacity: 0.5;
}

/* End */


/* Start:/local/templates/new_header_v2/components/bitrix/news.list/new_foot_main_category_block/style.css?17628632936807*/
.section-category {
    max-width: 1440px;
    margin: 0 auto;
}

.section-category__title {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    margin-top: 60px;
}

@media screen and (min-width: 414px) {
    .section-category__title {
        font-size: 25px;
        line-height: 25px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .section-category__title {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .section-category__title {
        font-size: 28px;
        line-height: 28px;
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .section-category__title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

.section-category__wrapper {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .section-category__wrapper {
			display: grid;
			grid-template-columns: 0.95fr 2fr;
			grid-template-rows: repeat(1, 1fr);
			column-gap: 20px;
    }
}

@media screen and (min-width: 1024px) {
	.section-category__wrapper {
		grid-template-columns: 0.95fr 3fr;
	}
}

@media screen and (min-width: 1920px) {
	.section-category__wrapper {
		column-gap: 45px;
	}
}

/* card */

/* category item grid start */

.section-category__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
		flex: 3;
}

@media screen and (min-width: 768px) {
    .section-category__body {
        gap: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .section-category__body {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1920px) {
    .section-category__body {
        gap: 45px;
    }
}

@media screen and (max-width: 1023px) {
    .section-category__item:nth-child(1) {
        grid-area: 2 / 1 / 3 / 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section-category__item:nth-child(2) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .section-category__item:nth-child(3) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .section-category__item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .section-category__item:nth-child(5) {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .section-category__item:nth-child(1) {
        grid-area: 2 / 1 / 3 / 3;
				display: flex;
    		flex-direction: column;
    		align-items: flex-start;
    		justify-content: flex-end;
    }

		.section-category__item:nth-child(1) .section-category__item-card {
			flex: 1;
		}

    .section-category__item:nth-child(2) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .section-category__item:nth-child(3) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .section-category__item:nth-child(4) {
        grid-area: 2 / 3 / 3 / 4;
    }

    .section-category__item:nth-child(5) {
        grid-area: 1 / 3 / 2 / 4;
    }
}

/* category item grid end */

.section-category__item-card {
    position: relative;
}

.section-category__item-card .item-card__pic {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-category__item-card .item-card__pic--additional {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.section-category__item-card:hover .item-card__pic--additional {
    opacity: 1;
}

.section-category__item-card .item-card__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-category__item-card .item-card__img--additional {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.section-category__item-card:hover .item-card__img--additional {
    opacity: 1;
}

/* breadcrumb */
.section-category__link {
    display: flex;
		align-items: flex-start;
    overflow-y: auto;
    margin-bottom: 25px;
		margin-right: -10px;
}

@media screen and (min-width: 414px) {
    .section-category__link {
        margin-bottom: 30px;
				margin-right: -20px;
    }
}

@media screen and (min-width: 768px) {
    .section-category__link {
        flex-direction: column;
				width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
        margin-bottom: 0;
				margin-right: 0;
        padding: 20px 0 0 20px;
    }
}

@media screen and (min-width: 1920px) {
    .section-category__link {
        padding: 90px 0 0 45px;
    }
}

.section-category__link::-webkit-scrollbar {
	display: none;
}

.section-category__link-item {
	white-space: nowrap;
	font-family: 'Bron Sans Cyrl';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
}

.section-category__link-item--all {
	font-family: 'Bron Sans Cyrl';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.035em;
	color: #000;
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1024px) {
	.section-category__link-item {
		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (max-width: 767px) {
	.section-category__link-item:last-child {
		margin-right: 10px;
	}

	.section-category__link-item:not(:last-child) {
		margin-right: 20px;
	}

	.section-category__link-item--all {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.section-category__link-item {
		margin-bottom: 20px;
	}

	.section-category__link-item.all {
		display: none;
	}
}

@media screen and (min-width: 1920px) {
	.section-category__link-item {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 30px;
	}
}

/* text block */
.section-category__item-text {
    font-family: 'Bron Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.035em;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .section-category__item-text {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (min-width: 1920px) {
    .section-category__item-text {
        font-size: 16px;
        line-height: 18px;
        margin-top: 20px;
    }
}

/* End */
/* /local/templates/new_header_v2/components/bitrix/news.list/new_main_top_slider/style.css?17212075347182 */
/* /local/templates/new_header_v2/components/bitrix/news.list/new_top_main_category_block/style.css?17633668258642 */
/* /local/templates/new_header_v2/components/bitrix/news.list/main_collections_slider/style.css?17646990374811 */
/* /local/templates/new_header_v2/css/slider-product.css?17628641905859 */
/* /local/templates/new_header_v2/components/bitrix/news.list/new_main_action_block/style.css?176336651010039 */
/* /local/templates/new_header_v2/components/bitrix/news.list/main_bestsallers/style.css?17628631884103 */
/* /local/templates/new_header_v2/components/bitrix/news.list/new_foot_main_category_block/style.css?17628632936807 */
