.contact-us__icon::before {
    background-image: url(/templates/img/ab2/v1/circle-gray.svg);
}
.card-subscription__item.card-subscription__item--error {
    color: #F16E8E;
}
.card-subscription__item.card-subscription__item--error span {
    color: #F16E8E;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .filter {
        gap: 0px 26px;
        flex-wrap: wrap;
    }
} 

@media (min-width: 440px) {
    .header-popup {
        width: 400px;
    }
}

/* Политика конфиденциальности + Оплата и доставка */
.service-block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 20px;
    z-index: 10;
}
@media (min-width: 768px) {
    .service-block {
        padding-top: 0;
        padding-bottom: 30px;
        gap: 20px;
    }
    .subscription__wrapper {
        gap: 50px 30px;
    }
}
@media (min-width: 1024px) {
    .service-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 40px;
        margin-left: -50px;
    }
    .subscription__wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (min-width: 1366px) {
    .service-block {
        margin-top: -20px;
    }    
}

.service-block__link {
    font-size: 14px;
    font-weight: 500;
    color: #787e84;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-block__link:hover {
    color: #6da5cd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.promo__title,
.card-page__title {
    margin-top: 0;
}
.success_payment_button-login {
    margin-right: 0;
    padding: 15px;
    border-radius: 32px;
    margin-bottom: 20px;
}
.success_payment_button-login span {
    display: block;
}

.subscription__wrapper {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.card-subscription__old-price, .subscribe_percent_price {
    color: red;
}
.subscription-btn--home {
    padding-right: 18px;
    padding-left: 18px;
    width: auto;
    height: 41px;
    gap: 6px;
}
.subscription-btn--home .subscription-btn__text {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}