

/* Start:/local/components/lit-uv/cookies/templates/.default/style.css?17539442767638*/
/*Стили начинаются отсюда*/

._cookie {
    position: fixed;
    bottom: 32px;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    box-sizing: border-box;
    z-index: 99999;
    transition: opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
    box-shadow: 0px 8px 10px 4px rgba(34, 60, 80, 0.2);
}

._cookie-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._cookie-header {
    display: grid;
    grid-template-columns: 1fr 34px;
    gap: 28px;
}

._cookie-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #2d2d2d;
}

._cookie-close {
    cursor: pointer;
}

._cookie-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

._cookie-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #152051;

    a {
        transition: color 0.3s ease-in-out;
    }

    a,
    a:link,
    a:visited
    span {
        text-decoration: underline;
        text-decoration-skip-ink: none;
        color: #4163c6;
    }

    a:hover {
        color: inherit;
    }
}

._cookie-btn-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 20px;
    width: 100%;
}

._cookie-button {
    border-radius: 60px;
    padding: 0 28px;
    border: 1px solid rgba(89, 113, 217, 0.33);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #152051;
    color: #fff;
    height: 40px;
    transition: 0.35s;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

._cookie-button:hover {
    background: #4163c6;
    border-color: #4163c6;
}

._switch {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

._switch input {
    display: none;
}

._switcher-slider {
    position: relative;
    width: 46px;
    height: 28px;
    background-color: #fff;
    border: 1px solid rgba(89, 113, 217, 0.33);
    border-radius: 20px;
    transition: background-color 0.3s;
}

._switcher-slider::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 4px;
    top: 4px;
    background-color: #152051;
    border-radius: 50%;
    transition: transform 0.3s;
}

._switch input:disabled + ._switcher-slider {
    background-color: #475074 !important;
}

._switch input:checked + ._switcher-slider {
    background-color: #4163c6;
}

._switch input:checked + ._switcher-slider:before {
    background-color: #fff;
}

._switch input:checked + ._switcher-slider::before {
    transform: translateX(18px);
}

._cookie-popup {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background: rgba(35, 35, 35, 0.7);
}

._cookie-popup._is-open {
    opacity: 1;
    z-index: 99999;
}

._cookie-popup-wrapper {
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 12px;
    padding: 62px 48px;
    overflow: auto;
    overflow-x: hidden;
    width: 976px;
    max-height: 100%;
    height: auto;
    position: relative;
}

._cookie-popup-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

._cookie-popup-link {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

._cookie-popup-link.show {
    color: #ff7f00;
}

._cookie-popup-link:hover {
    color: #ff7f00;
}

._cookie-popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

._cookie-popup-content-close {
    margin-left: auto;
    width: fit-content;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.button-close {
    cursor: pointer;
}

._cookie-popup-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

._cookie-popup-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    color: #152051;
}

._cookie-popup-text,
._cookie-popup__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #475074;

    a {
        color: #004f91;
        text-decoration: none;
    }
}

._cookie-popup-content ._cookie-popup__link {
    color: #004f91;
    text-decoration: none;
}

._cookie-popup-content ._cookie-btn-wrapper {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #b0b7bd;
}

._cookie-switcher-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

._cookie-switcher-wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(89, 113, 217, 0.33);
}

._cookie-switcher-wrapper-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

._cookie-switcher-item {
    display: grid;
    grid-template-columns: 1fr 46px;
    gap: 20px;
}

._cookie-switcher-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
    color: #08102f;
}

._cookie-switcher-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #475074;
}

._cookie-popup-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;

    ._cookie-button {
        width: fit-content;
    }
}

._cookie-button.set-btn-_cookie,
._cookie-button.button-color.decline-btn-_cookie {
    background: #fff;
    color: #152051;
}

._cookie-button.set-btn-_cookie:hover,
._cookie-button.button-color.decline-btn-_cookie:hover {
    background: #152051;
    border-color: #152051;
    color: #fff;
}

body:has(._cookie-popup._is-open) ._cookie {
    opacity: 0;
    pointer-events: none;
    translate: 0 100%;
}

@media(max-width: 1300px) {
    ._cookie-popup-wrapper {
        width:  100%;
        margin: 0 20px;
    }
}

@media(max-width: 991px) {
    ._cookie {
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 0 20px;
        left: initial;
        transform: translateX(0);
    }
}

@media(max-width: 700px) {

    ._cookie-header {
        display: flex;
        flex-direction: column;
        gap: 10px;

        ._cookie-text {
            order: 1;
        }

        ._cookie-close {
            margin-left: auto;
        }
    }

    ._cookie-popup-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 20px;
        max-height: 90%;
    }

    ._cookie-popup-btn-wrapper {
        gap: 10px;

        ._cookie-button {
            width: 100%;
        }
    }

    ._cookie-popup-wrapper ._cookie-btn-wrapper {
        margin-top: 20px;
    }

    ._cookie-btn-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }

    ._cookie-btn-wrapper ._cookie-button:last-child {
        grid-column: span 2;
    }

    ._cookie-popup-title {
        font-size: 18px;
    }

    ._cookie-switcher-title {
        font-size: 16px;
    }

    ._cookie-popup-wrapper {
        padding: 24px 16px 16px;
    }
}

@media(max-width: 400px) {
    ._cookie-btn-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    ._cookie-btn-wrapper ._cookie-button:last-child {
        grid-column: initial;
    }
}

@media(max-width: 360px) {
    ._cookie-popup-wrapper {
        ._cookie-popup-content-wrapper {
            padding-top: 40px;
        }
    }
}

/* End */
/* /local/components/lit-uv/cookies/templates/.default/style.css?17539442767638 */
