/* ------------------------- SECTION ------------------------- */
.catalogpreview-section {
    padding: 22rem 0 5rem;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .catalogpreview-section {
        padding: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .catalogpreview-section .container {
        padding: 11rem 2rem 21rem;
    }
}

.catalogpreview-section .section__bg {
    height: 67.5rem;
}

@media screen and (max-width: 575px) {
    .catalogpreview-section .section__bg {
        height: 71rem;
    }
}

.catalogpreview__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box {
        flex-wrap: wrap;
    }
}

.catalogpreview__box-left {
    width: 50.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-left {
        order: 1;
        width: 100%;
    }
}

.catalogpreview__box-left-link {
    width: 21rem;
    height: 19rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-left-link {
        width: 14rem;
        height: 12.8rem;
    }
}

.catalogpreview__box-left-link:nth-child(1) {
    width: 28rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-left-link:nth-child(1) {
        width: 16.5rem;
        margin-bottom: 1rem;
    }
}

.catalogpreview__box-left-link:nth-child(3) {
    height: 10.3rem;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-left-link:nth-child(3) {
        height: 6.9rem;
    }
}

.catalogpreview__box-left-link:nth-child(4) {
    width: 28rem;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-left-link:nth-child(4) {
        width: 16.5rem;
    }
}

.catalogpreview__box-left-link:nth-child(5) {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
}

.catalogpreview__box-left-link .link-img {
    border-radius: 1rem;
}
.catalogpreview__box-left-link .link-img_new {
		display:block;
		width:100%;
		height: 100%;
		object-fit: cover;
    }
@media screen and (max-width: 575px) {
    .catalogpreview__box-left-link .link-img {
        border-radius: 0.5rem;
    }
}

.catalogpreview__box-left-link .link-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #F9F9F9;
    font-family: "Rubik";
    z-index: 10;
    white-space: nowrap;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-left-link .link-text {
        font-size: 1.4rem;
    }
}

.catalogpreview__box-left-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
}

.catalogpreview__box-left-link .link-text, .catalogpreview__box-left-link::before {
    transition: 420ms;
    opacity: 0;
}

a.catalogpreview__box-left-link:hover .link-text, a.catalogpreview__box-left-link:hover::before {
    opacity: 1;
}

.catalogpreview__box-right {
    padding-left: 6rem;
    padding-top: 3.3rem;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-right {
        order: 0;
        padding: 0;
    }
}

.catalogpreview__box-right-title {
    width: 105%;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-right-title {
        width: 103%;
        margin-left: -1.5%;
        font-size: 2rem;
    }
}

.catalogpreview__box-right-subtitle {
    margin: 1rem 0 5rem;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-right-subtitle {
        font-size: 1.4rem;
        margin: 1rem 0 2rem;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .catalogpreview__box-right .t-btn {
        position: absolute;
        top: 59rem;
    }
}

.intro__advantages {
    margin: 12rem auto 0;
    padding-left: 2rem;
}

@media screen and (max-width: 575px) {
    .intro__advantages {
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width: 575px) {
    .intro__advantages-item:nth-child(2) {
        width: 37rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__advantages-item {
        margin-left: 8rem;
    }

    .intro__advantages-item:nth-child(2) .number {
        top: 3rem;
    }
}

/* ------------------------- DEFAULT SECTION ------------------------- */
.webp .catalogpreview-section .section__bg.pc {
    background-image: url("/local/templates/.default/img/intro/pc-bg.webp");
}

.no-webp .catalogpreview-section .section__bg.pc {
    background-image: url("/local/templates/.default/img/intro/pc-bg.jpg");
}

.webp .catalogpreview-section .section__bg.xs {
    background-image: url("/local/templates/.default/img/intro/xs-bg.webp");
}

.no-webp .catalogpreview-section .section__bg.xs {
    background-image: url("/local/templates/.default/img/intro/xs-bg.jpg");
}

.catalog-section {
    margin-bottom: 5rem;
}

.catalog-section .breadcrumbs {
    margin-bottom: 2rem;
}

.catalog-section.inner {
    padding: 24rem 0 0;
}

@media screen and (max-width: 575px) {
    .catalog-section.inner {
        padding-top: 11rem;
    }
}

.catalog-section.inner .t-title {
    margin-bottom: 2rem;
    text-align: center;
}

.catalog-section.inner .catalog__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

/*@media screen and (max-width: 575px) {
    .catalog-section.inner .catalog__item {
        display: block;
    }
}*/

.catalog-section.inner .catalog__item:hover {
    transform: scale(1.03);
}

@media screen and (max-width: 575px) {
    .catalog-section.inner .catalog__item-title {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .catalog-section.inner .catalog__item:nth-child(2) {
        min-height: 20rem;
    }
}

.products-section {
    position: static;
}

.products-section .container {
    position: static;
}

.products-section.inner {
    padding: 18rem 0 0;
}

@media screen and (max-width: 575px) {
    .products-section.inner {
        padding-top: 10rem;
    }
}

@media screen and (max-width: 575px) {
    .products-section.inner .bg-title {
        font-size: 6rem;
    }
}

.products-section.inner .t-title {
    text-align: center;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 575px) {
    .products-section.inner .t-title {
        margin-bottom: 2rem;
    }
}

.products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .products__header .t-title {
        line-height: 1.25;
        text-align: left;
    }
}

.products__box {
    margin: 2rem 0 0;
}

@media screen and (max-width: 575px) {
    .products__box {
        margin-bottom: 4rem;
    }
}

.products__box.hidden {
    height: 64rem;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 575px) {
    .products__box.hidden {
        height: 46rem;
        margin-bottom: 8rem;
    }
}

.products__box.hidden::before {
    display: block;
}

.products__box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57rem;
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0.52) 12.4%, rgba(249, 249, 249, 0.81) 40.02%, #f9f9f9 64.46%);
    z-index: 30;
    display: none;
}

@media screen and (max-width: 575px) {
    .products__box::before {
        height: 11rem;
    }
}

.products__box-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .products__box-flex {
        display: block;
    }
}

.products__box .s-btn {
    margin-left: 50rem;
}

@media screen and (max-width: 575px) {
    .products__box .s-btn {
        margin: 0 auto;
    }
}

@media screen and (min-width: 575px) {
    .products__filters {
        width: 25rem;
        flex-shrink: 0;
        border-radius: 10px;
        background: #F9F9F9;
        box-shadow: 0 0 30px 0 rgba(171, 171, 171, 0.1);
        padding: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .products__filters {
        margin: 0 0 1.5rem;
    }
}

.products__filters-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 4rem;
    padding: 0 1rem;
    background: #F3F3F3;
    color: #111111;
}

@media screen and (max-width: 575px) {
    .products__filters-mobile {
        display: flex;
    }
}

.products__filters-buttons {
    display: none;
    align-items: stretch;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 2rem 3rem;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .products__filters-buttons {
        display: flex;
        background: #F9F9F9;
    }
}

.products__filters-buttons .reset-btn {
    width: 16rem;
    height: 4rem;
    font-size: 1.2rem;
    border-radius: 5px;
    background: #f3f3f3;
    border: 1px solid #636363;
    padding: 0 1.5rem;
    color: #636363;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.products__filters-buttons .reset-btn img {
    width: 1.4rem;
}

.products__filters-buttons .t-btn {
    box-shadow: none;
    width: 16rem;
    height: 4rem;
    font-size: 1.2rem;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .products__filters-inner {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F9F9F9;
        z-index: 110;
    }
}

.products__filters-inner .products__filters-mobile {
    padding-right: 1.5rem;
    margin: 2rem;
}

.products__filters-inner .products__filters-mobile img {
    width: 1.5rem;
}

@media screen and (max-width: 575px) {
    .products__filters-list {
        overflow-y: auto;
        height: 100%;
        padding: 0 2rem 16rem;
    }
}

.filter {
    margin-bottom: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.filter.bx-active .filter-title .img-svg {
    transform: rotate(180deg);
}

.filter-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
    margin-bottom: 1rem;
}

.filter-title .img-svg {
    margin-left: 1.3rem;
    width: 1.3rem;
    height: 0.7rem;
}

.filter-options {
    /*display: none;*/
}

.filter-options .filter-options-item {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: 320ms;
}

.filter-options .filter-options-item input {
    display: none;
}

.filter-options .filter-options-item input:checked ~ .indicator img {
    opacity: 1;
}

.filter-options .filter-options-item .indicator {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 2px;
    background: rgba(187, 187, 187, 0.2);
    border: 1px solid #636363;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-options .filter-options-item .indicator img {
    width: 60%;
    display: block;
    opacity: 0;
}

.filter-options .filter-options-item .text {
    margin-left: 1rem;
    font-size: 1.4rem;
}
/* Стили для disabled через label.disabled */
label.disabled .filter-options-item {
    cursor: not-allowed !important; /* отключаем указатель */
    opacity: 0.6; /* слегка затемняем */
    transition: 0.3s ease;
}

/* Галочка */
label.disabled .filter-options-item .indicator {
    background: rgba(200, 200, 200, 0.3);
    border-color: #999;
}

/* Галочка, если она уже была отмечена */
label.disabled .filter-options-item .indicator img {
    opacity: 0.5;
}

/* Текст */
label.disabled .filter-options-item .text {
    color: #999;
}
.products__list {
    padding-left: 3.5rem;
}

@media screen and (max-width: 575px) {
    .products__list {
        padding: 0;
    }
}

.products__list-item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 2rem;
    padding: 3rem;
    border: 1px solid #BBBBBB;
    border-radius: 1rem;
    background: #F9F9F9;
}

@media screen and (max-width: 575px) {
    .products__list-item {
        display: block;
        padding: 2rem 2rem;
    }
}

.products__list-item-left {
    width: 27rem;
    flex-shrink: 0;
    position: relative;
}

@media screen and (max-width: 575px) {
    .products__list-item-left {
        width: 100%;
    }
}

.products__list-item-img {
    display: block;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .products__list-item-img {
        height: 25rem;
    }
}

.products__list-item-img picture, .products__list-item-img img {
    -o-object-position: top center;
    object-position: top center;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.products__list-item-right {
    padding-left: 3rem;
}

@media screen and (max-width: 575px) {
    .products__list-item-right {
        padding: 1rem 0 0;
    }
}

.products__list-item-title {
    font-size: 2.8rem;
    font-family: "Rubik";
    color: #111111;
}

@media screen and (max-width: 575px) {
    .products__list-item-title {
        font-size: 2.4rem;
        text-align: center;
    }
}

.products__list-item-subtitle {
    margin: 1rem 0 1.5rem;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .products__list-item-subtitle {
        display: block;
        margin: 0.5rem 0 1.5rem;
        text-align: center;
    }
}

.products__list-item-subtitle img {
    width: 3rem;
    margin-right: 0.5rem;
}

@media screen and (max-width: 575px) {
    .products__list-item-subtitle img {
        display: none;
    }
}

.products__list-item-list {
    margin: 0 0 2rem;
    padding: 0;
    font-size: 1.4rem;
}

.products__list-item-list li {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 575px) {
    .products__list-item-list li {
        margin-bottom: 1rem;
    }
}

.products__list-item-list li .dots {
    flex-grow: 1;
    border-bottom: 1px dotted #636363;
    margin: 0 0.5rem;
    margin-bottom: 0.4rem;
}

.products__list-item .t-btn {
    width: 26rem;
    height: 6.5rem;
}

@media screen and (max-width: 575px) {
    .products__list-item .t-btn {
        margin: 0 auto;
        box-shadow: none;
    }
}

.divider-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem;
    background: rgba(187, 187, 187, 0.32);
    border: 1px solid rgba(249, 249, 249, 0.3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    pointer-events: none;
}

.divider-badge__icon {
    width: 1.8rem;
    margin-right: 0.5rem;
}

.divider-badge__text {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.25;
}
.catalog__item-all-link {
	display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
}
.product-img-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 4px; /* толщина полоски */
    gap: 2px; /* расстояние между полосками */
    z-index: 10;
	cursor: pointer;
}
.product-img-hover:hover .product-img-progress {
	display: flex;
	
}
.product-img-progress .progress-bar {
    flex: 1; /* каждая полоска равна доле ширины блока */
    background: #ccc;
    transition: background 0.3s ease;
	border-radius: 2px;
}

.product-img-progress .progress-bar.active {
    background: #457CC0; /* подсвечиваем активную */
}
