.footer__top {
    display: flex;
}

.footer__top-column {
    display: flex;
    flex-direction: column;
}

.footer__top-row {
    display: flex;
}

.footer__top-row__item {
    flex: fit-content;
}

.footer__top-row__item-heading {
    margin-bottom: 13px;
}

.footer__services-heading {
    margin-bottom: 26px;
}

.footer__top-row__item-text li {
    margin-bottom: 6px;
}

.footer__top-row__item-text li:last-child {
    margin-bottom: 0;
}

.footer__text {
    font-size: 14px;
    line-height: 140%;
}

.footer .menu-image-title-after.menu-image-not-hovered img {
    padding: 0;
}

.footer a.menu-image-title-after.menu-image-not-hovered {
    display: flex;
    gap: 9px;
}

.footer__information-policies ul {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-bottom: 18px;
}

.footer__group {
    justify-content: space-between;
    width: 100%;
    display: flex;
    gap: 20px;

}

.footer__top-row__text-item li{
    margin-bottom: 10px;
}

.footer__services-footer {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

.footer a, .footer a span {
    transition: all ease 0.3s;
}

.footer a:hover, .footer a span:hover {
    transition: all ease 0.3s;
    color: #CBDB00;
}

.footer.section-dark {
    border-radius: 36px 36px 0px 0px;
}

@media screen and (min-width: 1024px) {
    .footer__top {
        gap: 70px;
        margin-bottom: 34px;
    }

    .footer__top-column {
        flex-basis: 240px;
        gap: 20px;
    }

    .footer__top-row {
        flex-basis: 950px;
        justify-content: space-between;
    }

    .footer__top-row {
        gap: 20px;
    }

    img.footer__top-column__logo {
        width: 190px;
        height: 42px;
    }

}


@media screen and (max-width: 1023.98px) {
    .footer__top {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .footer__top-column {
        gap: 16px;
    }

    img.footer__top-column__logo {
        width: 135px;
        height: 30px;
    }
    .footer__top-row{
        flex-direction: column;
        gap: 24px;
    }

    .footer__information-policies ul {
        gap: 13px;
    }
}