.footer {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: var(--color-dark);
}
.footer__container {}
.footer__content {
    gap: 70px;
}
.footer__main-content {
    gap: 30px;
    justify-content: space-between;
}
.footer__main-content-item {
    width: max-content;
}
.footer__main-content-item:first-of-type {
    gap: 35px;
}
.footer__main-content-item:nth-of-type(2) > .footer__nav,
.footer__main-content-item:last-of-type,
.footer__main-content-item:nth-of-type(2) > .footer__nav > .footer__menu,
.footer__main-content-item:last-of-type > .footer__main-contact-list {
    gap: 20px;
}

.footer__logo-link {
    width: max-content;
    color: white;
}
.footer__logo {}
.footer__info {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: normal;
    color: white;
}
.footer__button {}
.footer__nav {}
.footer__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: normal;
    color: white;
}
.footer__menu {}
.footer__menu-item {}
.footer__link {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: normal;
    color: white;
}
.footer__main-contact-list {}
.footer__main-contact-item {
    width: max-content;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: normal;
    color: white;
}
.footer__main-phone {}
.footer__main-mail {}
.footer__main-address {}
.footer__bottom-content {
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.footer__bottom-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: normal;
    color: white;
}
.footer__bottom-agreement {
    gap: 50px;
}
.footer__bottom-privacy-policy {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: normal;
    color: white;
}
.footer__bottom-personal-data {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: normal;
    color: white;
}

