* { font-family: 'Inter', sans-serif !important; }

.home__footer{
    background-image: url("/images/footer_bg-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 308px;
    background-position-x: center;
    margin: auto;
    margin-top: 110px;
    position: relative;
}

footer{
    display: flex;
    justify-content: center;
}

.home__footer::before {
    content: '';
    width: 100%;
    height: 66px;
    position: absolute;
    left: 0;
    top: 42px;
    background-image: url("/images/footer_img-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    margin: auto;
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.home__footer.el_active::before,
.home__footer.el_active::after{
    transform: translate(0px, 0px);
    opacity: 1;
}

.home__footer::after {
    content: '';
    width: 142px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 15px;
    background-image: url("/images/footer_img-2.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    right: 0;
    margin: auto;
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.footer__nav{
    width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 125px;
    align-items: center;
}

.footer__nav_bot{
    width: 1170px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 30px;
    align-items: center;
}

.footer__nav_items ul{
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 0;
}

.footer__nav_info{
    display: flex;
    gap: 25px;
    align-items: center;
}

.footer__nav_items ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.footer__nav_info-tel a, .footer__nav_info-email a{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.footer__nav_info-btn{
    border: 1.5px solid #40b6ac;
    width: 195px;
    height: 36px;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    cursor: pointer;
}

.footer__nav_bot-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer__nav_bot-nav ul{
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 0;
}

.footer__nav_bot-nav ul li{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer__nav_bot{
    border-top: 1px solid #FFFFFF;
}

.footer__nav_items ul li a:hover {
    opacity: 0.7;
}

.footer__nav_info-btn:hover{
    opacity: 0.7;
}

@media only screen and (min-width: 920px) and (max-width: 1199px) {

    .home__footer::before {
        background-size: contain;
    }

    .home__footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer__nav {
        width: 100%;
    }

    .footer__nav_items ul li a {
        font-size: 13px;
    }

    .footer__nav_info-tel a, .footer__nav_info-email a {
        font-size: 13px;
    }

    .footer__nav_items ul {
        gap: 15px;
    }

    .footer__nav_info-btn {
        width: 172px;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer__nav_bot {
        width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 920px) {

    .home__footer::before {
        background-size: contain;
    }

    .home__footer {
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
    }

    .footer__nav {
        width: 100%;
    }

    .footer__nav_items ul li a {
        font-size: 13px;
    }

    .footer__nav_info-tel a, .footer__nav_info-email a {
        font-size: 13px;
    }

    .footer__nav_items ul {
        gap: 15px;
    }

    .footer__nav_info-btn {
        width: 172px;
        font-size: 12px;
    }

    .footer__nav_bot {
        width: 100%;
    }

    .footer__nav {
        flex-direction: column;
    }

    .footer__nav_bot-nav ul li {
        font-size: 11px;
    }

    .footer__nav_bot-text {
        font-size: 11px;
    }

}

@media only screen and (max-width: 768px) {

    .home__footer {
        background-image: url("/images/footer_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        background-position-x: center;
        margin: auto;
        margin-top: 38px;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .home__footer::before {
        content: '';
        width: 100%;
        height: 66px;
        position: absolute;
        left: 0;
        top: 42px;
        background-image: url("/images/footer_img_22.svg");
        background-repeat: no-repeat;
        right: 0;
        margin: auto;
        background-size: contain;
    }

    .footer__nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: auto;
        margin-top: 125px;
        align-items: start;
        max-width: 320px;
        flex-wrap: wrap;
    }

    .footer__nav_items ul {
        list-style: none;
        display: flex;
        align-items: baseline;
        flex-direction: column;
        margin: 0;
        padding: 0;
        gap: inherit;
    }

    .footer__nav_info {
        display: flex;
        gap: inherit;
        align-items: baseline;
        flex-direction: column;
    }

    .footer__nav_bot {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: auto;
        margin-top: 30px;
        align-items: center;
        flex-direction: column;
        max-width: 320px;
    }

    .footer__nav_bot-nav ul {
        list-style: none;
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 0;
        flex-direction: column;
        margin: 0;
    }

    .footer__nav_items ul li a {
        font-size: 13px;
    }

    .footer__nav_info-tel a, .footer__nav_info-email a {
        font-size: 13px;
    }

    .footer__nav_info-btn {
        font-size: 13px;
        margin-top: 9px;
    }

    .footer__nav_bot-text {
        padding-top: 14px;
    }

    .footer__nav_bot-nav{
        padding-top: 20px;
    }

    .footer__nav_items ul li{
        line-height: 1.3;
    }

    .footer__nav_info-tel{
        line-height: 1.3;
    }

    .footer__nav_info-email{
        line-height: 1.3;
    }

}