footer {
    margin-top: auto;
}
.footer__top {
    max-width: 1250px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #E6E9EE;
    margin: 0 auto 26px;
    border-radius: 10px;
    padding: 10px;
}
.footer__logo {
    width: 170px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_footer {
    width: 40px;
    height: 40px;
}
.logo__text_footer {
    width: 117px;
    height: 27px;
    margin-left: 13px;
}
.menu__items_footer {
    margin-left: 60px;
}
.socials-container {
    margin: 0 0 0 auto;
    display: flex;
}
.social-link {
    width: 42.16px;
    height: 42.16px;
    border-radius: 50%;
    background-color: #0F3027;
    margin-left: 18px;
}
.social-link__img_telegram {
    width: 21px;
    height: 18px;
    margin: 12.25px auto auto 9.5px;
}
.social-link__img_vk {
    width: 24px;
    height: 14px;
    margin: 14.96px auto auto 8.16px;
}
.footer-item {
    flex: 0 0 auto;
    color: #6F8D85;
    font-size: 20px;
    margin-block-start: 0;
    margin-block-end: 0.5em;
    cursor: pointer;
    text-decoration: none;
}
.footer-item:hover {
    color: white;
}
.footer__bottom {
    width: 1230px;
    margin: 0 auto 80px;
    display: flex;
}
.footer__button {
    width: 216px;
    height: 50px;
    background-color: transparent;
    border: solid 1px #7B9329;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #424F4B;
    border-radius: 15px;
    flex-shrink: 0;
    cursor: pointer;
}
.footer-links-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 85px;
    width: 100%;
}
.footer-links-container__item {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #424F4B;
    text-decoration: none;
    line-height: 100%;
}
.footer__text {
    display: none;
}
.footer-links-container__item_mobile {
    display: none;
}
@media (max-width: 768px) {
                /* Футер */
    .footer__top {
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: 0;
        padding: 15px;
    }
    .footer__logo {
        width: 163px;
        height: auto;
    }
    .logo_footer {
        width: 38px;
        height: 38px;
    }
    .logo__text_footer {
        width: 117px;
        height: 27px;
        margin-left: 13px;
    }
    .menu__items_footer {
        display: none;
    }
    .footer__text {
        display: block;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #70827D;
        margin: 8px 14px 20px 14px;
    }
    .footer__bottom {
        width: 100%;
        margin: 0;
        display: flex;
    }
    .footer__button {
        display: none;
    }
    .footer-links-container {
        margin-left: 14px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-links-container__item {
        display: none;
    }
    .footer-links-container__item_mobile {
        display: block;
        margin: 0 20px 15px 0;
    }
}