

/* Start:/local/templates/inner/components/sibirix/catalog.sections-list/template-catalog-carousel/style.css?17516288164536*/
.sections-list {
	flex-direction: column;
}

.catalog-top-panel {
	box-sizing: border-box;
}

.sections-list [class|="wrapper"] {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.sections-list [class|="wrapper"] .section__item {
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3em;
    transition: background-color .3s ease-in;
}

.sections-list .wrapper-1 .section__item {
	flex: 1 1 calc((100% / 4) - 4rem);
	width: 100%;
    max-width: 192px;
    padding: .83rem 1rem;
	box-shadow: 5px 10px 15px -5px rgba(0,0,0,.12), -5px -5px 15px -5px rgba(0,0,0,.12);
	border-color: transparent;
}

.sections-list [class|="wrapper"] .section__item.active {
	background-color: rgb(227 30 36);
}

.sections-list [class|="wrapper"] .section__name {
	font-size: 14px;
	font-weight: 500;
	color: #343434;
	line-height: 1.5;
	text-wrap: balance;
	text-align: center;
	transition: color .3s ease-in;
	font-family: GothamPro, sans-serif;
}

.sections-list [class|="wrapper"] .section__item.active .section__name {
	color: rgb(255 255 255);
}

@media(hover: hover) {
	.sections-list [class|="wrapper"] .section__item:hover {
		background-color: rgb(227 30 36 / .8)
	}

	.sections-list [class|="wrapper"] .section__item:hover .section__name {
		color: rgb(255 255 255)
	}
}

@media(width < 600px) {
	.sections-list [class|="wrapper"] .section__item .section__name {
		font-size: 12px;
	}

    .sections-list .wrapper-1 .section__item {
        flex-basis: calc((100% / 2) - 1rem);
    }

	.sections-list [class|="wrapper"] .section__item {
		max-width: 100%;
	}
}

@media(min-width: 1280px) {
	.sections-list {
		display: grid !important;
		grid-template-columns: .65fr 1fr;
		grid-gap: 0 2rem;
		align-items: flex-start;
		grid-template-areas: 'A A';
	}

	.sections-list .wrapper-1 {
        grid-area: A;
    }
}

.hide {
	display: none !important;
}

.tagsProduct__wrapper {
	display: none;
	gap: 2rem;
	box-sizing: border-box;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.tagsProduct__inner {
	width: calc(100% - (150px + 2rem));
}

.tagsProduct_swiper .swiper-slide {
	margin-right: 10px
}

.tagsProduct_swiper a,
.tagsProduct__list a {
    display: block;
    border: 1px solid;
	border-color: #343434;
    border-radius: .3em;
    box-sizing: border-box;
    text-align: center;
	width: auto !important;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	font-weight: 500;
	color: #343434;
	padding-inline: 1rem;
	background-color: #ffffff;
	transition: scale 150ms linear !important;
}

.tagsProduct__current {
	pointer-events: none;
	background-color: rgb(227 30 36) !important;
	color: #ffffff !important;
	border-color: rgb(227 30 36) !important;
}

.tagsProduct_all {
	display: none;
	flex-direction: column;
	gap: 1.5rem;
}

.tagsProduct_all.active {
	display: flex;
}

.tagsProduct__category {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
}

.tagsProduct__category_name {
	font-weight: 700;
}

.tagsProduct__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tagsProduct__button {
	display: block;
	text-align: center;
	align-content: center;
	color: #343434;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid;
	border-radius: .3em;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding-inline: 1rem;
	transition: scale 150ms linear;
}

.tagsProduct_swiper a:active,
.tagsProduct__list a:active,
.tagsProduct__button:active {
	scale: .98;
}


.tagsProduct_swiper .swiper-button-prev {
	left: 0;
	background-image: linear-gradient(90deg, #ffffff 20px, transparent);
	padding-right: 30px;
}

.tagsProduct_swiper .swiper-button-next {
	right: 0;
	background-image: linear-gradient(90deg, transparent, #ffffff 30px);
	padding-left: 30px;
}

.tagsProduct_swiper [class|="swiper-button"] {
	width: 30px;
}

.tagsProduct_swiper .swiper-button-disabled {
	opacity: 0 !important;
}

.tagsProduct_swiper [class|="swiper-button"]::after {
	color: rgb(227 30 36 / .8);
	font-size: 24px;
}

@media(width > 600px) {
	.tagsProduct__wrapper {
		display: flex;
	}
}   

@media(hover: hover) {
	.tagsProduct_swiper a,
	.tagsProduct__list a {
		transition: all 200ms linear !important;
	}

	.tagsProduct__button {
		transition: background 200ms linear,
					border-color 200ms linear
					color 200ms linear;
	}

	.tagsProduct_swiper a:hover,
	.tagsProduct__list a:hover,
	.tagsProduct__button:hover {
		background-color: rgb(227 30 36 / .8);
		border-color: rgb(227 30 36 / .8);
		color: #fff;
	}
}
/* End */
/* /local/templates/inner/components/sibirix/catalog.sections-list/template-catalog-carousel/style.css?17516288164536 */
