.footer {
    background: url(../../img/src/footer_1/footer_bg_type_1.png) center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
}

.footer_bottom_bg {
    background: #1f506e;
}

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

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

.footer_bottom__numbers span {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 10px;
    line-height: 46px;
    text-align: center;
    font-family: gotham-bold, sans-serif;
    font-size: 18px;
    color: #383838;
}

.footer_bottom__label {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-left: 14px;
}

.footer_bottom__payments img {
    margin-right: 20px;
}

.footer_content {
    max-width: 555px;
    color: #f1f1f1;
    font-size: 12px;
    line-height: 24px;
}

.footer_text {
    margin-bottom: 20px;
}

@media (max-width: 1025px) {
    .footer {
        background: url(../../img/src/footer_1/footer-bg-tablet.png) left top;
        background-repeat: no-repeat;
    }

    .footer_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 180px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }
}

@media (max-width: 675px) {
    .footer {
        background: url(../../img/src/footer_1/footer-bg-mobile.png) left top;
        background-repeat: no-repeat;
    }

    .footer_bottom__payments {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_bottom__payments img {
        margin: 0;
        width: 50px;
        height: 25px;
    }

    .footer_bottom__payments img:not(:last-child) {
        margin-bottom: 10px;
    }
    .footer_top {
        padding-top: 195px;
    }
}
