.footer {
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #22285f;
    color: #fff;
}

.footer .footer__container {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}

.footer .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer__col {
    width: 100%;
}

.footer .footer__col-info {
    max-width: 340px;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
}

.footer .footer__col-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px;
}

.footer .footer__slogan {
    margin-top: 34px;
    color: #d9d9d9;
}

.footer .footer__copyright {
    color: #d9d9d9;
}

.footer .footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
}

.footer .footer__soc-item {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.footer .footer__soc-item:last-child {
    margin: 0;
}

.footer .menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer .menu__list a {
    color: #fff;
}

.footer .menu__list-item {
    margin-bottom: 14px;
}

.footer .menu__list-item.menu__list-item--title {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 700;
}

.footer .menu__list-item:last-child {
    margin-bottom: 0;
}

.footer .footer__disclaimer {
    margin-top: 60px;
    color: #64698f;
}

.footer .footer__disclaimer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1440px) {
    .footer .footer__col-menu {
        max-width: 500px;
    }
}

@media (max-width: 1024px) {
    .footer {
        padding: 55px 0;
    }

    .footer .footer__container {
        padding: 0 15px;
    }

    .footer .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .footer__col-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }

    .footer .footer__col-menu {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .footer .footer__col-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .menu__list {
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #fff;
    }

    .footer .menu__list:first-child {
        margin-top: 0;
    }
}