.footer {
    padding-top: 80px;
    background-color: #4A5A72;
}

.thank-you-text-footer {
    color: #ffffff;
}

.footer__copyright {
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 300;
    line-height: 14.98px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.footer-columns {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.footer__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-column {
    font-size: 16px;
    line-height: normal;
}

.footer .menu-list > li {
    margin-bottom: 4px;
}

.footer-column__contacts {
    order: 1;
    width: 24%;
}

.footer-column__contacts .footer__title {
    margin-bottom: 24px;
}

.footer-column__text {
    margin-bottom: 16px;
    margin-top: 16px;
}

.footer-column__small-text {
    font-size: 11px;
    color: #DBDEE3;
    margin-top: 3px;
    margin-bottom: 17px;
}

.footer-column__categories {
    order: 0;
}

.footer-column__services {
    order: 0;
}

.footer__social {
    margin-top: 39px;
    float: none;
    margin-bottom: 30px;
}

.footer .menu-list__item-heading {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}

.footer__info {
    margin-top: 62px;
    color: #ffffff;
    padding-top: 20px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}

.footer__politic {
    width: 24%;
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 300;
    line-height: 14.98px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-top: 36px;
}

.footer__social i {
    margin-right: 4px;
    color: #4A5A72;
    background-color: #ffffff;
    padding: 9px;
    width: 50px;
    height: 50px;
}

.footer__social_inst i {
    padding: 8px 11px;
}

.logo-vc_ru {
    width: 50px;
    height: 50px;
    margin-bottom: -13px;
}

.container-footer {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}

.list-unstyled > li {
    list-style-type: none;
}

.mobile-footer-wats-4 {
    display: flex;
}

.mobile-footer-wats-3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 5px;
}

.mobile-footer-wats-1 {
    margin-right: 8px;
}

.mobile-footer-wats-2 {
    width: 28px;
    height: 28px;
}

.footer-btn {
    width: 260px;
    height: 50px;
    border-radius: 30px;
    padding-top: 14px;
    padding-left: 20px;
    text-decoration-skip-ink: none;
    border: none;
    background-color: #55CD6C;
    color: #ffffff;
    cursor: pointer;
    height: 50px;
    font-size: 16px;
}

.footer-btn:hover {
    background-color: #47AB5A;
}


@media (max-width: 1180px) {
    .button-media {
        font-size: 16px;
    }
}

@media (max-width: 1110px) {
    .button-media {
        font-size: 12px;
    }
}

@media (max-width: 998px) {
    .footer-btn {
        width: 245px;
        padding-left: 14px;
    }
}

@media (max-width: 920px) {
    .footer-btn {
        width: 212px;
        padding-left: 12px;
        font-size: 14px;
    }
}

@media (max-width: 780px) {
    .footer-btn {
        width: 185px;
        font-size: 12px;
        height: 41px;
    }
}

@media (max-width: 650px) {
    .footer-btn {
        width: 159px;
        font-size: 10px;
    }
}

@media (max-width: 561px) {
    .footer {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer-columns {
        display: block;
    }

    .footer__info {
        display: block;
    }

    .footer-column__contacts {
        margin-bottom: 51px;
        width: 100%;
    }

    .footer-column__contacts .footer__title {
        margin-bottom: 18px;
    }

    .footer-column__contacts .footer-column__text {
        padding-right: 42px;
    }

    .footer .menu-list__sub-list_lvl_2 {
        display: none;
    }

    .footer .sprite_menu-toggler {
        display: none;
    }

    .footer-column__categories {
        margin-bottom: 51px;
    }

    .footer__politic, .footer__copyright {
        margin-bottom: 15px;
        width: 100%;
    }

    .button-media {
        width: 260px !important;
        height: 50px;
        font-size: 16px !important;
    }

    .footer-btn {
        width: 260px;
        font-size: 16px;
        height: 50px;
        padding-left: 20px;
    }
}

@media (max-width: 467px) {
    .footer__social {
        text-align: left;
        margin-top: 17px;
    }

    .footer-btn .feedback-button {
        font-size: 15px;
        padding: 15px 24px 15px 19px;
    }

    .footer-column__categories .footer__title {
        margin-bottom: 11px;
    }

    .footer .menu-list > li {
        margin-bottom: 0;
    }

    .footer-column__services {
        padding-right: 24px;
    }

    .footer-column__services .footer__title {
        margin-bottom: 16px;
    }

    .footer .footer-column__services .menu-list__item-heading {
        line-height: 24px;
        margin-bottom: 7px;
    }

    .footer__info {
        margin-top: 47px;
    }
}

@media (max-width: 410px) {
    .footer__copyright {
        font-family: Open Sans;
        font-size: 11px;
        font-weight: 300;
        line-height: 14.98px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .footer__politic {
        font-family: Open Sans;
        font-size: 11px;
        font-weight: 300;
        line-height: 14.98px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .footer__politic, .footer__copyright {
        width: 85%;
    }

    .button-media {
        font-size: 15px !important;
        width: 263px !important;
    }
}
