

/* Start:/local/templates/redlg_mainPage/template_styles.css?17799547281694*/
.footer__bottom:has(+ .footer__text) {
    padding-bottom: 40px;
}

.footer__text {
    padding-bottom: 85px;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    line-height: 140%;
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .footer__text {
        font-size: 16px;
    }
}

@media (min-width: 0) and (max-width: 1023px) {
    .footer__text {
        padding: 0 60px 40px 0;
        font-size: 14px;
        line-height: 120%;
    }

    .footer__bottom:has(+ .footer__text) {
        padding-bottom: 40px;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .footer__bottom:has(+ .footer__text) {
        padding-bottom: 20px;
    }
}

.cookie {
    position: fixed;
    right: 0;
    bottom: 46px;
    left: 0;
    z-index: 100;
    display: none;
    pointer-events: none;
}

.cookie__wrap {
    display: flex;
    justify-content: flex-end;
}

.cookie__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 400px;
    padding: 8px 40px 8px 12px;
    border-radius: 8px;
    background: #FFFFFF;
    pointer-events: auto;
}

.cookie__close {
    position: absolute;
    top: 12px;
    right: 12px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url('/local/templates/redlg_mainPage/assets/img/icons/close.svg') center no-repeat;
    background-size: 10px;
    cursor: pointer;
}

.cookie__close svg {
    width: 100%;
    height: 100%;
}

.cookie__text {
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.cookie__text a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.2s;
}

.cookie__text a:hover {
    color: #dd1220;
}
/* End */
/* /local/templates/redlg_mainPage/template_styles.css?17799547281694 */
