.footer__language:hover,
.footer__link:hover,
.footer__social-link:hover {
    opacity: .7
}

:root {
    --height-mobile-bar: 70px
}

.footer {
    padding-top: 24px;
    padding-bottom: 24px
}

.footer__language,
.footer__link {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    background: 0 0;
    cursor: pointer;
    transition: opacity .3s;
    border: none
}

.footer__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%
}

.footer__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.footer__links-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.footer__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    text-decoration: none
}

.footer__right {
    display: flex;
    align-items: center;
    gap: 30px
}

.footer__language {
    display: flex;
    align-items: center;
    gap: 4px
}

.footer__copyright,
.footer__description-text {
    margin: 0;
    font-weight: 500;
    color: rgba(255, 255, 255, .64)
}

.footer__language-flag,
.footer__language-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer__social-group {
    display: flex;
    align-items: center;
    gap: 8px
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 20px;
    text-decoration: none;
    transition: opacity .3s
}

.footer__social-icon {
    width: 24px;
    height: 24px
}

.footer__social-icon--yt {
    width: 29px;
    height: 20px
}

.footer__apps {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .16);
    border: none
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%
}

.footer__description {
    display: flex;
    gap: 20px;
    max-width: 980px
}

.footer__description-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1
}

.footer__description-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.footer__description-text {
    flex: 1;
    font-size: 12px;
    line-height: 1.33
}

.footer__copyright {
    font-size: 14px;
    line-height: 1.43;
    white-space: nowrap
}

@media (max-width:1439px) {
    .footer {
        padding-top: 60px
    }

    .footer__top {
        gap: 30px
    }
}

@media (max-width:959px) {
    .footer {
        padding-top: 24px;
        padding-bottom: calc(24px + var(--height-mobile-bar))
    }

    .footer__apps {
        display: none
    }

    .footer__links {
        gap: 12px
    }

    .footer__right {
        gap: 20px
    }

    .footer__description {
        flex-direction: column;
        gap: 20px
    }

    .footer__bottom {
        flex-direction: column
    }
}

@media (max-width:599px) {
    .footer {
        padding-top: 24px
    }

    .footer__container {
        gap: 20px
    }

    .footer__language,
    .footer__link {
        font-size: 13px
    }

    .footer__right {
        width: 100%;
        justify-content: space-between
    }

    .footer__apps {
        flex-direction: column;
        width: 100%
    }

    .footer__apps .app-btn {
        width: 100%
    }

    .footer__description-text {
        font-size: 11px
    }

    .footer__copyright {
        font-size: 12px
    }
}