

/* Start:/local/templates/new/components/bitrix/catalog/new_catalog/style.css?1746620464184*/
.bx_sitemap{
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.catalog-description{
	margin-top: 60px;
}

.catalog-description__content{
	
}
/* End */


/* Start:/local/templates/new/components/bitrix/catalog.smart.filter/custom_filter/style.css?17689196506685*/
.hidden-block{
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.filter__colors--item {
	position: relative;
}

.filter__colors--item input{
	position: absolute;
	z-index: -1;
	opacity: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

/* Стили для размеров в фильтре */
.filter__sizes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.filter__sizes--item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 40px;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 18px;
	cursor: pointer;
	background: #F0F0F0;
	transition: all 0.3s ease;
	opacity: 0.6;
}

.filter__sizes--item.selected, .filter__sizes--item:hover {
	opacity: 1;
	background: #000;
}

.filter__sizes--item:hover span, .filter__sizes--item.selected span {
	color: #fff;
}

.filter__sizes--item.selected::before {
	display: none;
}

.filter .filter__sizes--item input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
	margin: 0;
	padding: 0;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.filter .filter__sizes--item input:checked {
	opacity: 0;
}

.filter__sizes--text {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}

.filter__sizes--item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}

/* Стили для кнопки сброса фильтров */
#del_filter {
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
	border-radius: 62px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: 300ms;
	transition: 300ms;
	display: flex;
	align-items: center;
	padding: 0 23px;
	height: 56px;
	border: 1px solid #000;
}

#del_filter:hover {
	background: #f5f5f5;
	border-color: #999;
}

#del_filter.hidden-block {
	display: none;
}

/* Стили для секции активных фильтров */
.filter__applied-filters {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.filter__applied-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 16px;
}

.filter__applied-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.filter__applied-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 10px 20px;
	background: #F6F6F6;
	border-radius: 30px;
	font-size: 14px;
	color: #000;
}

.filter__applied-tag-color {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	overflow: hidden;
}

.filter__applied-tag-color img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filter__applied-tag-text {
	font-weight: 500;
	font-size: 18px;
	color: #666666;
}

.filter__applied-tag-remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #666;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	flex-shrink: 0;
}

.filter__applied-tag-remove:hover {
	color: #000;
}

.filter__applied-tag-remove svg {
	width: 18px;
	height: 18px;
}

.filter__applied-clear {
	margin-top: 8px;
}

.filter__applied-clear-link {
	font-size: 18px;
	color: #666;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.filter__applied-clear-link:hover {
	color: #000;
	text-decoration: none;
}

.filter__body.filter__body--category {
	max-height: max-content;
	margin-left: 20px;
}

.filter__category-group-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.filter__body.filter__body--category .checkbox {
	align-items: flex-start;
	margin-bottom: 10px;
}

.filter__body.filter__body--category .checkbox:last-child {
	align-items: flex-start;
	margin-bottom: 0;
}

.filter__body--category .checkbox__text {
	margin-left: 10px;
}

.filter__category-group {
	margin-bottom: 24px;
}

.filter__category-group:last-child {
	margin-bottom: 0;
}

.catalog__filter--mobile-count {
	position: absolute;
	background: #fbbe07;
	width: 20px;
	color: #fff;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 10px;
	z-index: 1;
	top: 12px;
	right: -5px;
	border: 1px solid #fff;
}

.bx-filter__header, .bx-filter__footer {
	display: none;
}

@media screen and (max-width: 991px) {
	.bx-filter__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #0000001A;
		margin-bottom: 20px;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		padding: 20px;
		background-color: #fff;
		z-index: 1000;
	}

	.bx-filter__footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #0000001A;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 20px;
		background-color: #fff;
		z-index: 1000;
	}

	.filter__view-results-btn {
		border: none;
		outline: none;
		background-color: #000;
		color: #fff;
		font-size: 12px;
		height: 56px;
		width: 100%;
		border-radius: 10px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.bx-filter__header-title {
		font-weight: 700;
		font-size: 20px;
	}

	.catalog__filter-close--mobile svg, .catalog__filter-close--mobile {
		height: 26px;
		width: 26px;
	}
	.filter__body.filter__body--category {
		margin-left: 0;
		margin-top: 10px;
	}
}


/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section/new_catalog/style.css?17448801123808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/new/components/bitrix/catalog.item/card_new/style.css?17689206747720*/
/**
 * Стили для компонента карточки товара card_new
 * Все стили привязаны к классу .card-new для избежания конфликтов
 */

/* Основные стили карточки */
.card-new:hover .card-new__top {
    background: #f8f6f0;
}

/* Избранное (лайк) */
.card-new .card__like {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.card-new .card__like svg path {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
}

.card-new .card__like.active svg path {
    fill: #d32b2b;
    stroke: none;
}

.card-new .delay {
    display: block;
    width: 22px;
    height: 18px;
    background-image: url(/local/templates/new/images/hart.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
    outline: none;
}

.card-new .delay.active,
.card-new .delay.a {
    background-image: url(/local/templates/new/images/harth.png);
}

/* Бейдж скидки */
.card-new .card__disc {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 800;
    font-size: 9px;
    letter-spacing: 0.11em;
    text-transform: capitalize;
    padding: 5px;
    border-radius: 4px;
    background: #d32b2b;
    color: #fff;
}

.card-new.card-disc .card__disc {
    display: block;
}

.card-new.card-disc .card__top {
    background: #fff;
    cursor: pointer;
}

.card-new.card-disc .card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-new.card-disc .card__price p {
    font-size: 18px;
    line-height: 150%;
    text-decoration: line-through;
    color: #8b8b8b;
    margin-right: 10px;
    display: block;
}

.card-new.card-disc .card__color--items {
    display: none;
}

/* Верхняя часть карточки с изображением */
.card-new .card__top {
    position: relative;
    height: 360px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

/* Изображение товара */
.card-new .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    mix-blend-mode: darken;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-new .card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Название товара */
.card-new .card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    min-height: 2.4em;
    margin-bottom: 5px;
}

/* Гарантирует две строки даже для короткого текста */
.card-new .card__name:after {
    content: "";
    display: inline;
    width: 0;
    height: 2.4em; /* Высота двух строк */
}

/* Цена */
.card-new .card__price {
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0;
}

.card-new .card__price .card__old {
    font-size: 18px;
    line-height: 150%;
    text-decoration: line-through;
    color: #8b8b8b;
    margin-right: 10px;
    display: block;
}

.pref .card-new .card__price {
    display: flex;
    align-items: center;
}

.pref .card-new .card__price .card__old {
    font-size: 18px;
    line-height: 150%;
    text-decoration: line-through;
    color: #8b8b8b;
    margin-right: 10px;
    display: block;
}

/* Цвета товара */
.card-new .card__color--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

.card-new .card__color--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    padding: 1px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.card-new .card__color--item.active {
    border: 1px solid #fbbe07;
}

.card-new .card__color--item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Обертка для кнопки ADD TO CART */
.card-new .card__add-to-cart-wrapper {
    margin-top: 10px;
}

/* Кнопка ADD TO CART */
.card-new .card__add-to-cart {
    width: 100%;
    padding: 12px 15px;
    background: none;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000;
}

.card-new .card__add-to-cart:hover {
    background: #fbbe07;
    border: 2px solid #fbbe07;
    color: #000;
}

.card-new .card__add-to-cart.added {
}

/* Состояние "ошибка" - красная кнопка */
.card-new .card__add-to-cart.error {
    background: #f44336 !important;
    border-color: #f44336 !important;
    color: #fff !important;
}

/* Бейджи товара */
.card-new .card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 800;
    font-size: 9px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 4px;
    z-index: 2;
}

/* Дополнительные стили для карточки */
.card-new {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.card-new .card__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.card-new .card__top {
    width: 100%;
    aspect-ratio: 0.82;
    height: auto;
    margin-bottom: 0;
}

.card-new .card__name {
    font-size: 14px;
}

.card-new .card__top a {
    height: 100%;
    width: 100%;
    padding: 5px;
}

.card-new .card__price {
    margin-top: 4px;
    margin-bottom: 4px;
}

.card-new .card__color--items {
    min-height: 20px;
}

/* Адаптивность */
@media (max-width: 991px) {
    .card__top {
        width: 100%;
        aspect-ratio: 0.82;
        height: auto;
        margin-bottom: 0;
    }

    .card-new .card__img {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }

    .card-new .card__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
}

/* Медиа-запросы для разных разрешений */
@media screen and (min-width: 600px) {
    .card-new .card__top {
        /*height: 280px;*/
    }
}

@media screen and (min-width: 991px) {
    .card-new .card__top {
        /*height: 320px;*/
    }
}

@media screen and (min-width: 1280px) {
    .card-new .card__top {
        /*height: 360px;*/
    }
}

/* Адаптация для мобильных */
@media only screen and (max-width: 480px) {
    .card-new .card__add-to-cart {
        padding: 10px 12px;
        font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section/new_catalog/themes/blue/style.min.css?1744880112706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/new/components/bitrix/catalog/new_catalog/style.css?1746620464184 */
/* /local/templates/new/components/bitrix/catalog.smart.filter/custom_filter/style.css?17689196506685 */
/* /local/templates/new/components/bitrix/catalog.section/new_catalog/style.css?17448801123808 */
/* /local/templates/new/components/bitrix/catalog.item/card_new/style.css?17689206747720 */
/* /local/templates/new/components/bitrix/catalog.section/new_catalog/themes/blue/style.min.css?1744880112706 */
