.header-menu__list a.is-active,
.footer__menu a.is-active,
.header-menu__link.is-active > a {
    text-decoration: underline;
}

.block-catalog-top__column.is-active {
    background-color: #111111;
    color: #ffffff;
}


.catalog-filter-reset {
    margin-top: 16px;
    width: 100%;
    justify-content: center;
}

.block-catalog-empty {
    font-size: 18px;
    line-height: 1.4;
    color: #111111;
}

select._form-error + .select__body .select__title {
    border: 1px solid #e21e2b;
}

.block-article2 .block-article__images {
    padding: 50px 0;
}
.block-partners {
    padding-top: 40px;
}

.guarantee-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.guarantee-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.guarantee-brand__logo img {
    max-height: 32px;
    width: auto;
}

.guarantee-table {
    overflow-x: auto;
    border: 1px solid rgba(80, 87, 98, 0.15);
    border-radius: 24px;
    background: #fff;
}

.guarantee-table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.guarantee-table th,
.guarantee-table td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(80, 87, 98, 0.12);
    border-right: 1px solid rgba(80, 87, 98, 0.12);
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    color: #505762;
}

.guarantee-table th:last-child,
.guarantee-table td:last-child {
    border-right: none;
}

.guarantee-table tr:last-child td {
    border-bottom: none;
}

.guarantee-table th {
    background: #f4f5f7;
    font-weight: 600;
    text-align: left;
    color: #171717;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .guarantee-page {
        gap: 28px;
    }

    .guarantee-table th,
    .guarantee-table td {
        padding: 14px 16px;
        font-size: 14px;
    }
}

.parts-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.parts-links__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    border: 1px solid rgba(80, 87, 98, 0.12);
    border-radius: 24px;
    background: #f4f5f7;
}

.parts-links__label {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #8c939e;
}

.parts-links__title {
    font-size: 24px;
    line-height: 1.25;
    color: #171717;
}

.parts-links__text {
    font-size: 16px;
    line-height: 1.6;
    color: #505762;
}

.parts-links__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

.parts-links__link:hover {
    opacity: 0.85;
}

@media (max-width: 992px) {
    .parts-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .parts-links__item {
        padding: 22px;
        border-radius: 20px;
    }

    .parts-links__title {
        font-size: 20px;
    }

    .parts-links__text {
        font-size: 15px;
    }
}

.leasing-partners {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.leasing-partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 24px;
    border: 1px solid rgba(80, 87, 98, 0.12);
    border-radius: 24px;
    background: #fff;
}

.leasing-partners__item img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
}

@media (max-width: 992px) {
    .leasing-partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .leasing-partners {
        grid-template-columns: 1fr;
    }

    .leasing-partners__item {
        min-height: 110px;
        padding: 20px;
        border-radius: 20px;
    }
}

.card-product__item ul li:first-child .card-product__value {
    margin-top: 0px !important;
}
.card-product__item ul li:last-child .card-product__value  {
    margin-bottom: 0px !important;
}

.block-partners__single {
    text-align: center;
}
.block-partners__single img {
    max-width: 90%;

}

.popup__content .form__text {
    color: #737476;
}

.contacts-page {line-height: 20px}
.contacts-page p {margin-bottom: 10px}

.block-descr__text a {text-decoration: underline}

.checkbox__text {
    text-align: left;
    text-transform: inherit;
}