

/* Start:/local/components/custom/agree_cookies/templates/.default/style.css?17512740071855*/
.agree-cookies {
    position: fixed;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 1170px;
    padding: 10px 16px;
    z-index: 10000;
    box-shadow: 0 5px 15px #0000001a;
    background: #F3F4F7;
    border-radius: 7px;
}

.agree-cookies__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #424242;
}

.agree-cookies_info {
    max-width: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.agree-cookies_info p, .agree-cookies_info p + p {
    margin: 0;
}

.agree-cookies__btns {
    max-width: fit-content;
    width: 100%;
    display: flex;
    gap: 14px;
}

.agree-cookies__btn {
    display: flex;
    align-items: center;
    background: #ED6B5C;
    color: #ffffff;
    position: relative;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
    box-sizing: border-box;
    white-space: normal;
    padding: 6px 14px;
    gap: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.agree-cookies__btn:hover {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}

.hidden {
    display: none;
}

@media (max-width: 1024px) {
    .agree-cookies__wrap {
        flex-direction: column;
    }

    .agree-cookies__btns {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .agree-cookies__wrap {
        gap: 10px;
    }

    .agree-cookies__btns {
        max-width: 100%;
        gap: 10px;
    }

    .agree-cookies__btn {
        padding: 6px 18px;
    }

    .more-information {
        width: 100%;
        max-width: 251px;
    }

    .agree-cookies {
        bottom: 79px;
    }

    .agree-cookies_info p + p {
        margin-top: 10px;
    }
}

/* End */
/* /local/components/custom/agree_cookies/templates/.default/style.css?17512740071855 */
