

/* Start:/bitrix/templates/dver/template_styles.css?17519776581099*/
.footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid lightgrey;
    font-size: 1em;
}
#toTop {
    left: 30px!important;
    right: unset!important;
}
.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    width: 100%;
    /* padding: 30px; */
    box-sizing: border-box;
    background-color: #444444;
    color: white;
}

.cookie-warning--active {
    display: flex;
    align-items: center;
    z-index: 9999999999;
}

.cookie-warning__text {
    margin-right: 30px;
}

.cookie-warning__read {
    display: block;
    margin-left: 15px;
    color: white;
    text-decoration: underline;
}

.cookie-warning__apply {
    padding: 8px 12px;
    border-radius: 12px;
    margin: 8px;
    background-color: #7cc611;
    border: none;
}
@media (max-width: 767px) {

    .cookie-warning--active {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .cookie-warning__text {
        margin-right: 0;
    }
}
/* End */
/* /bitrix/templates/dver/template_styles.css?17519776581099 */
