.footer {
    background: url(../images/footer/r.png) 0 0 no-repeat,
    url(../images/footer/pttrns.png) 100% 100% no-repeat;
    background-color: #1f1f21;
}

@media (max-width: 1280px) {
    .footer {
        background: url(../images/footer/r.png) -360px 0 no-repeat,
        url(../images/footer/pttrns.png) 960px 100% no-repeat;
        background-color: #1f1f21;
    }
}

@media (max-width: 1200px) {
    .footer__wrap-flex .row-fluid {
        padding-bottom: 10px;
    }
}

@media (max-width: 980px) {
    .footer {
        background: url(../images/footer/r.png) -360px 0 no-repeat,
        url(../images/footer/pttrns.png) 714px 100% no-repeat;
        background-color: #1f1f21;
    }
}

@media (max-width: 770px) {
    .footer {
        background: url(../images/footer/r.png) -360px 0 no-repeat,
        url(../images/footer/pttrns.png) 470px 100% no-repeat;
        background-color: #1f1f21;
    }
}

@media (max-width: 768px) {
    .footer__wrap-flex {
        flex-direction: column;
    }

    .footer__mail-block {
        padding-bottom: 35px;
    }
}

@media (max-width: 560px) {
    .footer {
        background: url(../images/footer/r.png) -360px 0 no-repeat,
        url(../images/footer/pttrns.png) 200px 100% no-repeat;
        background-color: #1f1f21;
    }
}

.footer__content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer__logo {
    display: block;
    width: 191px;
    height: 36px;
    color: #ffffff;
    margin-bottom: 45px;
    fill: #ffffff;
}

.footer__contract-phone {
    font-family: DIN45, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer__mail-block__mail {
    font-family: DIN45, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
}

.footer__mail-block a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
}

.footer__mail-block a:hover {
    text-decoration: none;
}

.footer__mail-block__mail:active {
    text-decoration: none;
}

.footer__left__link {
    text-decoration: none;
}

.footer__left__link:hover {
    text-decoration: none;
}

.footer__left__title {
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #40a2de;
    text-transform: uppercase;
}

.footer__left__text {
    font-family: DIN45, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    text-align: left;
    color: #ffffff;
}

.footer__center__text {
    font-family: DIN45, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
}

.footer__center__text:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer__wrap-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__flex-item {
    flex-basis: 31%;
}

.footer__flex-item > .footer__center__block {
    padding-bottom: 12px;
}

.footer__flex-item > .footer__right__block {
    padding-bottom: 24px;
}
@media (max-width: 768px) {
    .footer__flex-item > .footer__center__block:last-child {
        padding-bottom: 30px;
    }
}