#ajax_loader {
    background: url("/images/icon-gear.svg") no-repeat scroll center;
    display: none;
    height: 120px;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    opacity: 0.4;
    position: fixed;
    width: 120px;
    z-index: 11000;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.footer__wrap-phone-base {
    margin-bottom: 20px;
}

.container--big .footer-info__phone {
    margin-bottom: 0;
}
.footer {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
}

.container--big .footer-menu__link {
    margin-bottom: 7px;
    margin-top: -1px;
}

.footer-info {
    padding-bottom: 50px;
    padding-top: 37px;
}

.container--big .footer-menu {
    padding-bottom: 25px;
    border-bottom: none;
}

.container--big .footer-info__text-col {
    width: 100%;
    text-align: justify;
}

.container--big .footer-info__banner {
    height: auto;
    margin-bottom: 15px;
}


.container--big .footer-info {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: none;
    background-color: white;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .container--big .footer-info {
        margin-top: 25px;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container--big .footer__copyright-container {
    padding-top: 25px;
}

.footer__copyright-text {
    margin: 0;
}

.footer-menu__col, .footer-menu .footer-menu__col:last-child {
    width: auto;
    padding-right: 0;
}

.container--big .footer-info__contacts-col {
    width: 100%;
    padding-top: 0;
}

@media (max-width: 1199px) {
    .container--big .footer-menu__col {
        padding-right: 10%;
    }
}

@media (max-width: 991px) {
    .footer-menu__col, .footer-menu__col:last-child {
        width: 100% !important;
    }

    .footer-menu__col:last-child {
        padding-top: 37px !important;
    }

    .container--big .footer-menu {
        padding-bottom: 0px;
    }

    .footer-menu__link-container:after {
        background: none;
    }
}


.menu__social_dz {
    background: url(/images/dzen.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.menu__social_tg {
    background: url(/images/telegram.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.menu__social_rutube {
    background: url(/images/socials_rutube.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.menu__social_vkvideo {
    background: url(/images/socials_vk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.footer-info__text, .footer__copyright-text, .footer-info__phone-text, .footer-info__address, .footer-info__social .menu__social-text {
    opacity: 1;
}

.footer-menu__link {
    color: #333;
}

@media (max-width: 576px) {
    .footer-info__social .menu__socials {
        min-width: max-content;
        transform: scale(0.7);
        transform-origin: left;
    }
}