@charset "UTF-8";

.ya-share2__list li:before {
    content: unset;
}

.warning-block {
    padding: 20px;
    margin-bottom: 20px;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.footer-bottom__top {
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer__bottom-recaptcha {
    margin-bottom: 0 !important;
    text-align: center;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #cde4e4;
}

.footer__bottom-recaptcha a {
    text-decoration: none;
    color: #cde4e4;
}

.grecaptcha-badge {
    display: none;
}

@media(max-width: 767px) {
    .footer__bottom-recaptcha {
        margin-bottom: 20px !important;
        width: 100%;
        text-align: left;
    }
}