

/* Start:/local/templates/redlg/template_styles.css?17799547281550*/
.footer__text {
    font-size: 18px;
    line-height: 140%;
    color: white;
}

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

@media (min-width: 320px) and (max-width: 1023px) {
    .footer__text {
        padding: 10px 0 20px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer__text {
        padding-bottom: 60px;
        font-size: 14px;
    }
}

.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;
    box-shadow: 0 5px 20px 0 rgba(127, 141, 175, 0.3);
    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-size: 14px;
    line-height: 20px;
    color: #353434;
}

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

.cookie__text a:hover {
    color: #b31c64;
}
/* End */
/* /local/templates/redlg/template_styles.css?17799547281550 */
