footer {
    margin-top: 50px;
}

.logoContainer {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.logoContainer__logo {
    display: flex;
    width: 48px;
    height: 19px;
}

.logoContainer__ine {
    margin-left: 20px;
    margin-right: 18px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .2) 9.92%, rgba(0, 0, 0, 0) 100%);
}

.footer__main {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.footer__suporte {
    width: 107px;
}

.footer__suporte strong {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.footer__suporte small {
    color: #8692aca6;
    font-size: 10px;
}

.footer__cnt {
    margin-left: 80px;
}

.footer__cnt strong {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #5a647a;
    margin-bottom: 40px;
    display: block;
}

.footer__suporte a {
    align-items: center;
    display: flex;
    margin-top: 10px;
}

.footer__suporte a span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    transition: 0.3s;
}

.footer__suporte a span:hover {
    text-decoration: underline;
}

.footer__support_icon {
    align-items: center;
    background-image: linear-gradient(144deg, #0095ff -27%, #0855c4 151%, #0855c4 0);
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.footer__support_icon svg path {
    fill: #ffffff;
}

.footer__link ul {
    margin-top: 10px;
}

.footer__link ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer__link ul li small {
    color: #8692aca6;
    font-size: 13px;
    font-weight: 400;
    display: block;
    max-width: 207px;
    width: 50%;
}

.footer__cnt_info {
    max-width: 320px;
    width: 100%;
}

.footer__link ul li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: .3s;
}

.footer__categories ul {
    column-gap: 15px;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
}

.footer__app_for_apple,
.footer__app_for_android {
    width: 158px;
}

.footer__apps {
    display: flex;
    align-items: flex-start;
    margin-left: auto;
}

.footer__app {
    align-items: center;
    background-color: transparent;
    border: 1px solid #444;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
    transition: .3s;
}

.footer-leng__fl {
    display: flex;
    align-items: center;
}

.footer__app_fl {
    display: flex;
    align-items: center;
}

.icon_apple svg {
    fill: #fff;
    width: 24px;
}

.footer__app_wrap {
    margin-left: 10px;
}

.footer__app_wrap small {
    color: hsla(0, 0%, 100%, .5);
    font-size: 10px;
    display: block;
}

.footer__app_wrap span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.footer__app_arrow {
    align-items: center;
    background-color: #464646;
    border-radius: 100%;
    display: flex;
    height: 14px;
    justify-content: center;
    width: 14px;
}

.footer__app_arrow svg {
    fill: #fff;
    max-width: 6px;
    transform: rotate(-90deg);
}

.footer__app_for_android {
    margin-top: 8px;
}

.icon_android svg,
.icon_windows svg {
    width: 28px;
}

.footer__for_windows {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    margin-left: 8px;
    padding: 10px;
    justify-content: flex-start;
}

.footer__app_cnt {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.footer__item {
    margin-top: 50px;
}

.separator_gradient {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .2) 9.92%, transparent);
    height: 1px;
    width: 100%;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    width: 100%;
}

.footer__socials {
    display: flex;
    align-items: center;
}

.footer__socials a {
    border-radius: 10px;
    height: 35px;
    justify-content: center;
    margin-left: 10px;
    transition: .3s ease-out;
    width: 35px;
    display: flex;
    align-items: center;
}

.footer__socials a svg {
    max-width: 65%;
}

.footer__socials .twitter_link svg {
    max-width: 100%;
}

.footer__socials a:hover {
    transform: scale(1.1);
}

.telegram_link {
    background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%);
}

.youtube_link {
    background: linear-gradient(135deg, #ff4f4f, red);
}

.instagram_link {
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
}

.facebook_link {
    background: linear-gradient(135deg, #82a4e9, #4267b2);
}

.footer__brands {
    display: flex;
    align-items: center;
}

.footer__brand {
    margin: 0 25px;
}

.footer__brands svg {
    height: 25px;
}

.scrollup {
    background: linear-gradient(92.58deg, #1e283f, rgba(20, 27, 46, .6) 99.71%);
    border-radius: 10px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 35px;
    cursor: pointer;
}

.scrollup svg {
    max-width: 40%;
}

.scrollup svg path {
    fill: #fff;
}

.footer__partners {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    justify-content: space-between;
    padding: 30px 0;
    gap: 13px;
}

.footer__partners svg {
    height: 22px;
    transition: 0.3s;
}

.footer__partners svg .svg__mono {
    transition: 0.3s;
}

.footer__partners svg .svg__color {
    opacity: 0;
    transition: 0.3s;
}

.footer__partners svg:hover .svg__color {
    opacity: 1;
}

.footer__partners svg:hover .svg__mono {
    opacity: 0;
}

.footer__desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.footer__desc p {
    color: #34405e;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
}

#fixed_footer {
    display: none;
}


footer .head-leng__block {
    height: 35px;
    padding: 0 8px;
}

footer .head-leng__block:after {
    display: none;
}

footer .header-button {
    width: 35px;
    height: 35px;
    background: linear-gradient(92.58deg, #1e283f 0%, rgba(20, 27, 46, .6) 99.71%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 0 10px;
}

.footer__plus {
    display: flex;
    align-items: center;
}

.footer__plus a {
    display: flex;
    align-items: center;
    margin: 1px 4px;
}

.footer__plus a:after {
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    background: rgba(151, 174, 225, .11);
    margin: 0 2px 0 10px;
}

.eyting-plus {
    color: #77829b66;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
}

.footer__apps_row {
    position: relative;
}

.footer__apps_row .v-abs {
    top: auto;
    bottom: 103px;
    left: 36%;
}

.footer__apps_row:hover .v-abs {
    display: block;
}

.footer__apps_row .v-abs:before {
    top: auto;
    bottom: -20px;
}

.footer__apps_row .v-image-sizing {
    top: auto;
    left: 51%;
    transform: translateX(-50%) rotate(180deg);
    bottom: -4px;
}

@media (max-width: 1299px) {
    .footer__cnt {
        margin-left: 35px;
    }
}

@media (max-width: 1200px) {
    .footer__partners {
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 5px;
    }

    .footer__brand {
        margin: 0 10px;
    }

    .footer__main {
        flex-wrap: wrap;
    }
}

@media (max-width: 970px) {
    .footer__main {
        flex-wrap: wrap;
    }

    .footer__link ul li {
        margin-bottom: 12px;
    }

    .footer__apps {
        margin-top: 25px;
    }

    .footer__content {
        flex-wrap: wrap;
        position: relative;
    }

    .footer__brands {
        justify-content: center;
        width: 100%;
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .scrollup {
        position: absolute;
        right: 0;
    }

    .footer__cnt_info {
        display: none;
    }

    .footer__cnt_category:not(:has(.footer__categories)) {
        display: none;
    }
}

@media (max-width: 910px) {
    #fixed_footer {
        align-items: center;
        background-color: #090f1e;
        border-top: 1px solid #1f2841;
        bottom: -1px;
        display: flex;
        left: 0;
        padding: 8px 0;
        position: fixed;
        width: 100%;
        z-index: 90;
    }

    .fixed_footer__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .fixed_footer__link {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .fixed_footer__wrap {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .fixed_footer__row svg {
        max-height: 20px;
    }

    .fixed_footer__row path,
    .fixed_footer__row svg {
        fill: #fff;
    }

    .fixed_footer__link_title {
        font-weight: 500;
        color: #ffffff;
        font-size: 11px;
        text-align: center;
        margin-top: 5px;
    }

    .fixed_footer__nolink {
        align-items: center;
        background-color: var(--color-primary);
        border-radius: 290486px;
        box-shadow: var(--button-box-shadow);
        display: flex;
        height: 43px;
        justify-content: center;
        width: 200px;
    }

    .fixed_footer__nolink svg {
        height: 28px;
    }

    .fixed_footer__row path rect,
    .fixed_footer__row svg rect {
        stroke: #fff;
    }


    .footer__partners {
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 14px;
    }

    .footer-leng__fl {
        margin-left: auto;
        margin-right: 42px;
    }
}

@media (max-width: 760px) {
    .footer__cnt_info {
        order: 2;
        margin-top: 25px;
    }

    .footer__cnt_category {
        order: 1;
        margin-top: 25px;
    }

    .footer__cnt_category .footer__link ul li a {
        display: inline-block;
        padding: 8px 0;
    }

    .footer__desc {
        flex-direction: column-reverse;
    }

    .footer__plus a:after {
        display: none;
    }

    .footer__plus a img {
        width: 100%;
        object-fit: contain;
    }

    .footer__plus a:nth-child(1) img {
        height: 24px;
    }

    .footer__plus a:nth-child(1) {
        width: 24px;
        height: 24px;
    }

    .footer__plus a:nth-child(3) {
        width: 65px;
    }

    .footer__plus a:nth-child(4) {
        width: 25px;
        height: 25px;
    }

    .footer__plus a:nth-child(5) {
        width: 66px;
    }

    .footer__plus {
        width: 180px;
        flex-wrap: wrap;
        margin-right: 0;
    }
}

@media (max-width: 570px) {
    .footer__brands svg {
        height: 18px;
    }

    .footer__partners {
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 15px;
    }

    .footer__brands {
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .footer__brand {
        margin: 0 5px;
    }

    .footer__item {
        margin-top: 34px;
    }
}