

/* Start:/local/templates/blago/styles.css?17846342398218*/
.soc-widget__text {
    min-width: max-content;
}

#msdm_stories {
    margin-top: 30px;
    margin-bottom: -30px;
    z-index: 100;
    position: relative;
}

@media (max-width: 998px) {
    #msdm_stories {
        margin-top: 15px;
        margin-bottom: -40px;
    }
}

.wrapper_legal {
    background: #fff;
    min-height: 100vh;
}

.header_legal {
    position: relative;
}

.header_legal .header__wrap {
    box-shadow: 0 1.25rem 3rem rgba(0, 54, 14, 0.08);
}

.legal-main {
    padding-bottom: 5rem;
    padding-top: 1.5rem;
}

.legal-document {
    color: #1f241f;
    padding: 0 0 2rem;
}

.legal-document .bx-breadcrumb {
    margin-bottom: 1.5rem;
}

.legal-document .bx-breadcrumb-item {
    color: rgba(31, 36, 31, 0.64);
    font-size: 0.88rem;
}

.legal-document .bx-breadcrumb-item a {
    color: inherit;
}

.legal-document__content {
    background: #fff;
    border: 0.0625rem solid rgba(0, 54, 14, 0.08);
    border-radius: 2rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 54, 14, 0.06);
    padding: 3rem;
}

.legal-document__content > :first-child {
    margin-top: 0;
}

.legal-document__content > :last-child {
    margin-bottom: 0;
}

.legal-document__content h1 {
    color: #00360e;
    font-family: Angst, sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    margin: 0 0 2rem;
    text-transform: uppercase;
}

.legal-document__content h2,
.legal-document__content h3,
.legal-document__section-title {
    color: #00360e;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 2rem 0 1rem;
    text-transform: none;
}

.legal-document__content p,
.legal-document__content li {
    font-size: 1.06rem;
    line-height: 1.7;
}

.legal-document__content p {
    margin: 0 0 1rem;
}

.legal-document__content ul,
.legal-document__content ol {
    margin: 1.25rem 0 1.5rem;
    padding-left: 1.5rem;
}

.legal-document__content ul {
    list-style: none;
    padding-left: 0;
}

.legal-document__content ul li {
    padding-left: 1.5rem;
    position: relative;
}

.legal-document__content ul li::before {
    background: #ffac09;
    border-radius: 50%;
    content: "";
    height: 0.4rem;
    left: 0;
    position: absolute;
    top: 0.72rem;
    width: 0.4rem;
}

.legal-document__content a {
    color: #038758;
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.15em;
}

.legal-document__content table {
    border-collapse: separate;
    border-spacing: 0;
    display: block;
    margin: 1.5rem 0 2rem;
    overflow-x: auto;
    width: 100%;
}

.legal-document__content tbody {
    display: table;
    width: 100%;
}

.legal-document__content tr:nth-child(odd) td {
    background: #fff;
}

.legal-document__content tr:first-child td {
    background: #f3f5f2;
    color: #00360e;
    font-weight: 700;
}

.legal-document__content td {
    background: #faf8f2;
    border-bottom: 0.0625rem solid rgba(0, 54, 14, 0.08);
    border-right: 0.0625rem solid rgba(0, 54, 14, 0.08);
    min-width: 14rem;
    padding: 1rem 1.125rem;
    vertical-align: top;
}

.legal-document__content td:first-child {
    border-left: 0.0625rem solid rgba(0, 54, 14, 0.08);
    font-weight: 700;
    width: 28%;
}

.legal-document__content tr:first-child td:first-child {
    border-top-left-radius: 1.25rem;
}

.legal-document__content tr:first-child td:last-child {
    border-top-right-radius: 1.25rem;
}

.legal-document__content tr:last-child td:first-child {
    border-bottom-left-radius: 1.25rem;
}

.legal-document__content tr:last-child td:last-child {
    border-bottom-right-radius: 1.25rem;
}

.legal-document__content td p:last-child {
    margin-bottom: 0;
}

.footer_legal {
    margin-top: 0;
}

.footer__descr {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer__link-dop {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    padding: 0;
    position: relative;
    transition:
        color 0.2s ease;
}

/*.footer__link-dop::before {*/
/*    background: #ffac09;*/
/*    border-radius: 50%;*/
/*    content: "";*/
/*    flex: 0 0 auto;*/
/*    height: 0.375rem;*/
/*    margin-right: 0.75rem;*/
/*    margin-top: 0.45rem;*/
/*    width: 0.375rem;*/
/*}*/

@media (hover: hover) and (pointer: fine) {
    .footer__link-dop:hover {
        color: #fff;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .legal-main {
        padding-bottom: 4rem;
        padding-top: 1rem;
    }

    .legal-document__content {
        border-radius: 1.5rem;
        padding: 2rem;
    }

    .footer__descr {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .legal-main {
        padding-bottom: 3rem;
    }

    .legal-document .bx-breadcrumb {
        margin-bottom: 1rem;
    }

    .legal-document__content {
        border-radius: 1rem;
        padding: 0;
        border: none;
    }

    .legal-document__content h1 {
        font-size: 1.5rem;
    }

    .legal-document__content h2,
    .legal-document__content h3,
    .legal-document__section-title {
        font-size: 1.125rem;
        margin-top: 2rem;
    }

    .legal-document__content p,
    .legal-document__content li {
        font-size: 1rem;
        line-height: 1.6;
    }

    .legal-document__content ul li::before {
        top: 0.62rem;
    }

    .legal-document__content td {
        min-width: 11rem;
        padding: 0.875rem;
    }
}
/* Cookie consent */
.cookie-popup[hidden] {
    display: none !important;
}

.cookie-popup {
    align-items: flex-end;
    justify-content: flex-start;
    background: rgba(15, 23, 42, 0.45);
    bottom: 0;
    display: flex;
    left: 0;
    padding: 16px 16px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.cookie-popup__backdrop {
    position: absolute;
    inset: 0;
}

.cookie-popup__dialog {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
    margin-top: auto;
    max-width: 680px;
    padding: 20px 20px 16px;
    position: relative;
    width: 100%;
}

.cookie-popup__close {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
}

.cookie-popup__close span {
    background: #1f2937;
    border-radius: 999px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 18px;
}

.cookie-popup__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cookie-popup__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cookie-popup__title {
    color: #111827;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 38px 10px 0;
}

.cookie-popup__text {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
    max-width: 68ch;
}

.cookie-popup__text a {
    color: #0f766e;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-popup__actions {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.cookie-popup__btn {
    min-height: 44px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
}

.cookie-popup__btn.btn_outline {
    background: #f8fafc;
    border: 1px solid #d1d5db;
    color: #111827;
}

.cookie-popup__btn.btn:not(.btn_outline) {
    background: #f4a62a;
    border-color: #f4a62a;
    color: #111827;
}

@media (max-width: 640px) {
    .cookie-popup {
        align-items: flex-end;
        justify-content: center;
        padding: 12px;
    }

    .cookie-popup__dialog {
        max-width: none;
        padding: 18px 16px 16px;
    }

    .cookie-popup__title {
        font-size: 19px;
        margin-right: 34px;
    }

    .cookie-popup__actions {
        flex-direction: column;
    }

    .cookie-popup__btn {
        width: 100%;
    }
}

@media (min-width: 641px) {
    .cookie-popup__actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cookie-popup__btn {
        min-width: 0;
    }
}

/* End */
/* /local/templates/blago/styles.css?17846342398218 */
