.news.teaser_big {
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
@media screen and (min-width: 1024px) {
    .news.teaser .news__img {
        height: 200px!important;
        object-fit: cover;
    }
    .news.teaser .news__date {
        padding-top: 0 !important;
    }
    .news.teaser .news__title {
        padding-bottom: 54px !important;
    }
    .header__contact:hover .header__contact__modal {
        z-index: 100;
    }
    .news.teaser_big {
        height: 400px;
    }
    .bigtabs__btn {
        background: white;
    }
    .popular__title {
        margin-top: 2rem;
    }
    .news.teaser_big .news__content {
        padding: 22px!important;
    }
}
.link-text {
    display: contents;
    color: #dd5a35;
    transition: .2s all;
}
.link-text:hover {
    color: #dd5a35;
}
/* ===================== ОБЁРТКА СНИЗУ ===================== */

.cookie-notification-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 0 16px 16px;    /* отступы по бокам и снизу */
    box-sizing: border-box;
    z-index: 9999;

    display: none;           /* показываем через .visible */
    justify-content: center; /* по центру по горизонтали */
    align-items: flex-end;   /* снизу */
    font-family: inherit;

    /* важно: чтобы страница под баннером была кликабельной */
    pointer-events: none;
}

.cookie-notification-wrapper.visible {
    display: flex;
}

.hidden {
    display: none !important;
}

/* ===================== КАРТОЧКА ===================== */

.cookie-notification {
    width: 100%;
    max-width: 100%;
    pointer-events: auto;  /* кликаем только по карточке */
}

.cookie-notification-wrap {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    padding: 32px 56px 24px;
}

@media (max-width: 768px) {
    .cookie-notification-wrap {
        padding: 20px 18px 18px;
        border-radius: 16px;
    }
}

.cookie-notification__grid {
    display: flex;
    flex-direction: column;
}

/* ===================== ТЕКСТ / ЗАГОЛОВКИ ===================== */

.cookie-notification__heading {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cookie-notification__heading {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .cookie-notification__mini {
        margin-top: 0px;
        font-size: 10px;
        margin-bottom: 1rem;
    }
}

.cookie-notification__inner {
    font-size: 15px;
    line-height: 1.6;
    display: flex;
}

.cookie-notification__header a {
    text-decoration: underline;
}

/* ===================== БЛОК НАСТРОЕК ===================== */

.cookie-notification__body {
    margin-top: 8px;
}

.cookie-notification__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cookie-notification__flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* отдельная карточка типа cookie */
.cookie-notification__form-control {
    background: #f4f4f4;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .cookie-notification__form-control {
        padding: 12px 14px;
    }
}

.cookie-notification__checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.cookie-notification__checkbox input {
    margin: 0;
}

.cookie-notification__checkbox-label {
    margin-left: 8px;
    font-weight: 600;
}

/* мелкий текст снизу */
.cookie-notification__mini {
    margin-top: 8px;
    font-size: 11px;
    color: #9b9b9b;
}

/* ===================== КНОПКИ (как были, можно править) ===================== */

.cookie-notification__footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
}

.cookie-notification__control--settings,
.cookie-notification__control--cancel {
    background: #fff;
    color: var(--base-color, #e35205);
}
@media (max-width: 768px) {
    .cookie-notification__footer {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .cookie-notification__control {
        text-align: center;
        width: 100%;
    }
    .cookie-notification__header {
        font-size: 11px;
        margin-bottom: 1rem;
    }
    .cookie-notification__inner {
        display: grid;
    }
    .cookie-description {
        font-size: 9px!important;
    }
    .cookie-notification__form-control {
        font-size: 9px;
    }
}
@media (min-width: 950px) {
    .cookie-notification__header {
        margin-right: 1rem;
        font-size: 11px;
        align-content: center;
    }
    .cookie-notification-wrapper {
        padding: 0;
    }
    .cookie-notification-wrap {
        border-radius: 25px 25px 0 0;
    }
}
.container__cookie_modal {
    justify-items: center;
    width: 100%;
    max-width: 100%;
}
.getBlock {
    display: block;
}
.cookie-description {
    margin-bottom: 1rem;
    font-size: 12px;
}
.btn-cookie-size {
    height: 18px;
    min-width: 105px;
    font-size: 14px;
    max-height: 10px !important;
    padding: 10px 10px !important;
    min-height: 40px !important;
}