.footer__content-kz-hab {
    position: relative;
    height: 0;
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: -125px;
}

.footer__content-kz-hab-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: .02em;
    color: white;
    transition: all 0.6s;
}

.footer__content-kz-hab {
    height: auto;
    top: -58px;
    display: block;
}

.footer__content-kz-hab:hover .footer__content-kz-hab-text {
    color: #46e067;
}


@media (min-width: 1600px) {
    .footer {
        padding-top: 210px;
    }

    .footer__content-kz-hab {
        height: 0px;
        top: -152px;
    }
    
}

@media (max-width: 1180px){

    .footer__content-kz-hab-text {
        font-size: 20px;
        line-height: 32px;
    }

    .footer__content-kz-hab {
        top: -39px;
    }

}

@media (max-width: 1000px) {

    div.footer__container:nth-child(2) > div:nth-child(1) {
        width: auto;
        min-width: 50%;
    }
    .footer__info-link-phone {
        padding-left: 0;
    }
    .footer__info-link-email {
        left: 0;
    }

    div.footer__container:nth-child(3) > div:nth-child(1) {
        width: 0;
        max-width: 0;
        min-width: 0;
    }

    div.footer__container:nth-child(3) > div:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }

    div.footer__container:nth-child(2) {
        margin-bottom: 25px;
    }

}

@media (max-width: 700px) {

    div.footer__container:nth-child(3) > div:nth-child(1) {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
    .footer__contact-social {
        top: 0;
    }
    div.footer__container:nth-child(2) {
        margin-bottom: 0;
    }

    .footer__content-kz-hab-text {
        font-size: 14px;
        line-height: 26px;
    }

    .footer__content-kz-hab {
        top: 0;
    }

    .footer__content-kz-hab {
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .footer__content-kz-hab-icon svg {
        width: 126px;
    }

}