

/* Start:/local/templates/terminal/footer.css?17740127881095*/
.requisites {
    position: absolute;
    right: 121px;
    font-size: 12px;
    bottom: 12px
}

footer {
    display: grid !important;
    justify-content: center !important;
    grid-template-columns: 61% auto 1fr !important;
}

.policy {
    margin-top: 10px;
    font-size: 12px;
    color: rgb(230, 158, 3)

}

.justify-right {
    justify-content: flex-end;
}

.privacy-container {
    padding: 50px;
    margin-top: 150px;
}

@media (max-width: 1059px) {
    .requisites {
        position: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        display: flex !important;
        justify-content: center !important;
        flex-direction: column;
    }

    .justify-right {
        justify-content: center;
    }

    .policy {
        margin-bottom: 10px;
    }

    .policy div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .privacy-container {
        padding: 50px;
        margin-top: 50px;
    }
}




/* End */


/* Start:/bitrix/components/bit/policy/templates/.default/style.css?17738723231652*/
.container {
    margin: 0 auto;
    max-width: 1320px;
}

.cookiesinfo_container {
    position: fixed;
    bottom: 15px;
    width: calc(100% - 60px);
    max-width: 900px;
    min-height: 60px;
    background: rgb(255, 255, 255);
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    display: none;
    grid-template-columns: 1fr 130px;
    z-index: 1000000;
}

.cookielink {
    margin: 0 10px;
    display: contents;
    color: rgb(230,158,3);
}

.cookiesinfo_text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    font-size: 14px;
    text-align: justify;
}

.cookiesinfo_buttoncontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookiesinfo_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    width: fit-content;
    padding: 0 20px;
    cursor: pointer;
    height: 36px;
    color: #fff;
    border: rgb(0,81,255);
    background: rgb(0,81,255) ;
    font-size: 14px;
    font-weight: normal;
}

.cookiesinfo_button:hover {
    background: #e1c870;
    border: 1px solid #e1c870;
}

@media (max-width: 576px) {
    .cookiesinfo_container {
        inset: 0;
        padding: 15px;
        padding-bottom: 0;
        height: fit-content;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 70px;
    }
}

.disabled-by-policy-component{
    pointer-events: none;
    background: #9ca3af!important;
}

.agreement-label a{
    color:rgb(230 ,158, 3)
}
/* End */
/* /local/templates/terminal/footer.css?17740127881095 */
/* /bitrix/components/bit/policy/templates/.default/style.css?17738723231652 */
