.info-card__text a {
    color: #fe4102;
}

.info-card__text a:hover {
    opacity: 0.6;
}

.page-header__schedule {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.page-header__contacts {
    margin-right: 24px;
}

.info-card__social, .info-card__logo-slider {
    padding: 8px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.form--error {
    color: red;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    display: none;
}

.page-header__promo-btn {
    min-width: 192px;
}

.subscribe--message {
    text-align: center;
}

.spoiler__content {
    display: block;
}

.section--top {
    margin-top: 48px;
}

@media (min-width: 1024px) {
    .page-footer__agreement {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }
}

@media (max-width: 1023px) {
    .page-header__schedule {
        margin-left: 8px;
    }
    .section--top {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .page-header__schedule {
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .page-header__menu {
        margin-right: 0;
        margin-left: 12px;
    }
    .page-header__contacts {
        margin-right: 12px;
    }
}

.cookie_popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 15;
    background: #fff;
    border-top: 1px solid rgb(230, 230, 230);
    padding: 16px 0;
}
.p_agree {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.p_btn {
    margin: 0 auto;
    display: block;
    height: 40px;
    padding: 0;
    font-size: 16px;
}