footer .footer-top {
    padding: 80px 0;
    background-color: #282A38;
}
footer .footer-top .row {
    margin: 0;
}
footer .sep {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d9d9d92f;
    margin: 40px 0;
}
footer .footer-phone p,
footer .footer-email p {
    color: #FFF;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 8px;
}
footer .footer-phone a {
    display: block;
    color: #FFF;
    font-family: Onest;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
footer .footer-email a {
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}
footer .footer-social ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 36px;
    margin: 0;
}
footer .footer-title {
    color: #FFF;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 36px;
}
footer .articles .articles-list {
    column-count: 3;
    margin: 0;
}
footer .articles .articles-list li a {
    display: block;
    color: #999EAB;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d92f;
}
footer .footer-bottom {
    padding: 40px 0;
    background: #22232F;
}
footer .footer-bottom .row {
    margin: 0;
}
footer .footer-bottom .footer-text p {
    color: #FFF;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
footer .footer-bottom .footer-link {
    text-align: right;
}
footer .footer-bottom .footer-link a {
    display: inline-block;
    color: #999EAB;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: underline;
}
footer .footer-bottom .footer-link a:not(:last-child) {
    margin-right: 16px;
}

@media (max-width: 1199px) {
    footer .footer-top {
        padding: 40px 0;
    }
    footer .sep {
        margin: 20px 0;
    }
    footer .footer-bottom {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    footer .articles .articles-list {
        column-count: 2;
    }
    footer .footer-title {
        margin: 30px 0 20px;
    }
}
@media (max-width: 600px) {
    footer .footer-bottom .footer-link {
        text-align: center;
    }
    footer .footer-bottom .footer-text p {
        text-align: center;
        margin: 0 0 15px;
    }
}
@media (max-width: 520px) {
    footer .articles .articles-list {
        column-count: 1;
    }
}
