.footer-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #858687 !important;
}

.footer-bottom-center {
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.footer__header {
    margin: 0;
}

.footer__body .footer-links__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links__list {
    flex-direction: column;
    gap: 10px;
}

.footer-links__item {
    padding: 0;
    margin: 0;
}

.footer-bottom-left p {
    margin: 0;
}

.footer-bottom .text {
    margin: 0;
}

.footer-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}

.footer-bottom-right__item {
    font-size: 14px;
    font-weight: 600;
    color: #858687 !important;
}

.footer-bottom-right__item:hover {
    text-decoration: none !important;
    color: #00B7F4 !important;
}

.footer__wrapper {
    display: flex;
    flex-direction: column;
}

.footer-upper {
    display: flex;
    justify-content: space-between;
}

.links-upper {
    display: flex;
    gap: 123px;
}

.footer-links__list {
    margin: 0 !important;
}

.footer-links__link {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.footer .logo__link {
    width: 162px;
    height: 79px;
}

.footer-left-upper {
    display: flex;
    gap: 160px;
}

.contacts-list {
    align-items: end;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-upper {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer__illustration {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 778px) {
    .footer-bottom {
        justify-content: center;
    }

    .footer-bottom-right {
        align-items: center;
    }

    .footer-bottom-left {
        text-align: center;
        align-items: center;
    }

    .footer-bottom-left {
        order: 2;
    }
}


@media (max-width: 991px) {
    .footer-bottom {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-bottom-center {
        order: 3;
        margin-bottom: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-bottom {
        gap: 50px;
    }

    .links-upper .footer-links__list:nth-child(2) {
        display: none;
    }

    .footer-left-upper {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .footer-upper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}

@media (max-width: 576px) {
    .contacts-list .footer-links__item:last-child a{
        color: #00B7F4 !important;
    }
}
