.footer {
    background-color: #071D26;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 150px 0;
}

.footer__callback {
    max-width: 370px;
    margin-right: 154px;
}

.footer__logo {
    margin-bottom: 90px;
}

.footer__form-wrapper {
    margin-bottom: 60px;
}

.form-footer__wrapper {
    margin-bottom: 25px;
}

.form-footer__label {
    margin-right: 0;
    margin-bottom: 10px;
}

.form-footer__label:last-child {
    margin-bottom: 0;
}

.footer__logo {
    margin-bottom: 90px;
}

.form-footer__input {
    background-color: #394A51;
    border-color: #394A51;
}

.form-footer__submit {
    margin-bottom: 15px;
    border: 1px solid #fff;
    padding: 15px 20px;
}

.payment__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 30px;
}

.payment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment__item {
    margin-right: 10px;
}

.payment__item:last-child {
    margin-right: 0;
}

.footer-title {
    font-weight: 800;
    font-size: 26px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 50px;
}

.footer__services {
    margin-right: 121px;
}

.footer__services-more-block {
    margin-bottom: 60px;
}

.footer__services-list {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    list-style-type: decimal;
}

.footer__services-item {
    margin-bottom: 10px;
}

.footer-link {
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.footer__services-decor {
    padding: 10px 20px;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    color: #071D26;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.footer__about-list {
    margin-bottom: 70px;
}

.footer__about-item {
    margin-bottom: 10px;
}

.footer__requisites {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, .4);
}

.footer__connection-item {
    margin-bottom: 10px;
}

.footer__connection-main {
    margin-bottom: 30px;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials__item {
    margin-right: 30px;
}

.socials__item:last-child {
    margin-right: 0;
}

.footer__copyright-text {
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    max-width: 672px;
    margin-right: 16px;
}

.footer__copyright-text:last-child {
    margin-right: 0;
}

.footer__copyright-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__copyright {
    padding: 40px 0;
    border-top: 1px solid #394A51;
}

.socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.footer__callback_mobile-btn {
    display: none;
}

@media (min-width: 1025px) {
    .form-footer__submit:hover {
        background-color: transparent;
    }

    .footer-link:hover {
        color: rgba(255, 255, 255, .6);
    }

    .socials__link:hover {
        opacity: .6;
    }
}

@media (max-width: 1400px) {
    .footer__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 70px 0;
    }

    .footer__callback {
        margin-right: 60px;
    }

    .footer__services {
        margin-right: 60px;
    }
}

@media (max-width: 1200px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__logo {
        margin-bottom: 45px;
    }

    .footer__callback {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
        max-width: none;
        margin-bottom: 50px;
    }

    .footer__services {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0;
    }

    .footer__services-list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .footer__about {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .footer__logo .logo__img {
        width: 250px;
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .footer__callback {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
    }

    .footer__services {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .footer__services-more-block {
        margin-bottom: 40px;
    }

    .footer__services-list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .footer__about {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px);
        margin-bottom: 145px;
    }

    .footer__callback_mobile-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__form-wrapper {
        display: none;
    }

    .footer-title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 25px;
    }

    .footer__about-item {
        margin-bottom: 15px;
    }

    .footer-link {
        font-size: 14px;
        line-height: 140%;
    }

    .footer__services-decor {
        padding: 15px;
        font-size: 14px;
        line-height: 140%;
    }

    .footer__about-list {
        margin-bottom: 50px;
    }

    .footer__requisites-item {
        font-size: 14px;
        line-height: 140%;
    }

    .footer__requisites {
        margin-bottom: 50px;
    }

    .footer__copyright {
        padding: 30px 0;
    }

    .footer__copyright-container {
        display: block;
    }

    .footer__copyright-text {
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 140%;
    }

    .footer__copyright-text:last-child {
        margin-bottom: 0;
    }

    .payment__title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 25px;
    }

    .payment {
        position: absolute;
        bottom: 70px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .footer__services-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .footer__services-wrapper {
        margin-bottom: 30px;
    }

    .footer__services-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .footer__services-more {
        background-color: #394A51;
        color: #fff;
    }

    .footer__callback_mobile-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
