.footer {
    padding-bottom: 61px;
}

.footer .container {
    position: relative;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
}

.footer__links {
    display: flex;
    align-items: center;
}

.footer__link {
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: #FFFFFF;
    margin-right: 45px;
    cursor: pointer;
}

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

.footer__mid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
    align-items: center;
}

.footer__loc {
    display: flex;
    align-items: center;
}

.footer__loc img {
    margin-right: 16px;
}

.footer__loc div {
    display: flex;
    flex-direction: column;
}

.footer__loc div span:nth-child(1) {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #FFFFFF;
}

.footer__loc div span:nth-child(2) {
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.footer__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 31px;
}

.footer__item:last-child {
    margin-right: 0;
    display: none;
}

.footer__item span {
    font-weight: 600;
    font-size: 23px;
    line-height: 140%;
    color: #FFFFFF;
    margin-left: 7px;
}

.footer__cont {
    display: flex;
    align-items: center;
}

.footer__btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__btm span {
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
}

.footer__btm span:nth-child(2) {
    text-align: right;
}

.footer-mob {
    display: none;
}

.zchbLink {
    position: absolute;
    left: 0;
    top: 220px;
}

@media (max-width: 576px) {
    .zchbLink {
        position: static;
        left: unset;
        top: unset;
    }

    .zchbWidgetSmall {
        width: 280px !important;
        margin-top: 10px !important;
    }

    .footer-mob {
        display: block;
        padding-bottom: 50px;
    }

    .btm-bg {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../img/footer/bg-mob.png);
        background-image: none !important;
    }

    .footer {
        display: none;
    }

    .footer-mob__logo {
        width: 237px;
        height: 62px;
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }

    .footer-mob__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .footer-mob__link span {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: white;
    }

    .footer-mob__link:last-of-type {
        margin-bottom: 0;
    }

    .footer-mob__links {
        margin-bottom: 56px;
    }

    .footer-mob__item {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .footer-mob__item img {
        display: block;
        margin-right: 16px;
    }

    .footer-mob__item {
        margin-bottom: 15px;
    }

    .footer-mob__item:last-of-type {
        display: none;
        margin-bottom: 0;
    }

    .footer-mob__item span:nth-child(1) {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: #FFFFFF;
    }

    .footer-mob__item span:nth-child(2) {
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        margin-top: 3px;
    }

    .footer-mob__items {
        margin-bottom: 39px;
    }

    .footer-mob__req {
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 12px;
    }

    .footer-mob__rights {
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        text-align: center;
    }

    .footer-mob__conf {
        color: white;
        text-align: center;
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 16px;
    }
}