.loco-footer {
    background-color: var(--footer-bg);
    color: var(--footer-text-main);
    padding: 32px 0
}

.loco-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px
}

.loco-footer__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.loco-footer__info,.loco-footer__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.loco-footer__links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 24px;
    justify-content: center;
    width: 100%
}

.loco-footer__age-limit {
    height: 26px;
    width: 26px
}

.loco-footer__age-limit img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-footer__dmca {
    height: 18px;
    position: relative;
    width: 91px
}

.loco-footer__dmca img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-footer__dmca-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loco-footer__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    width: var(--logo-width,98px)
}

.loco-footer__logo img {
    color: var(--footer-text-main);
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-footer__links-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.loco-footer__links-sm-item {
    background-color: var(--footer-button-secondary-bg);
    border-radius: 50%;
    color: var(--footer-button-secondary-color);
    font-family: var(--font-2);
    height: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 40px
}

.loco-footer__links-sm-item:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.loco-footer__links-sm-item svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.loco-footer__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid var(--line-secondary);
    gap: 120px;
    justify-content: space-between;
    padding: 0 0 24px
}

.loco-footer__logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.loco-footer__content,.loco-footer__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loco-footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 36px 80px
}

.loco-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 12px;
    min-width: 126px
}

.loco-footer__menu-title {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%
}

.loco-footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 12px;
    list-style: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loco-footer__menu-list-item-link {
    display: block;
    text-decoration: none
}

.loco-footer__menu-list-item-link,.loco-footer__other {
    color: var(--footer-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-footer__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.loco-footer__copyright {
    color: var(--footer-text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.loco-footer__app-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 8px;
    min-width: 256px
}

.loco-footer__app-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.loco-footer__partners {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3,1fr);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.loco-footer__partners-logo {
    height: 36px;
    width: 65px;
    -ms-flex-negative: 0;
    border-radius: var(--button-radius);
    flex-shrink: 0
}

.loco-footer__partners-logo img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.loco-footer__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.loco-footer__payment img {
    height: var(--payment-height);
    width: auto
}

@media (width <= 1500px) {
    .loco-footer__menu {
        min-width: auto
    }
}

@media (max-width: 1000px) {
    .loco-footer__links-wrapper {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }

    .loco-footer__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .loco-footer__partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (width <= 1000px) {
    .loco-footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .loco-footer__menu-list {
        gap: 16px
    }
}

@media (max-width: 700px) {
    .loco-footer__info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .loco-footer__app-buttons {
        width: 100%
    }

    .loco-footer__partners-logo {
        height: 42px;
        width: 76px
    }
}

@media not all and (pointer: coarse) {
    .loco-footer__links-sm-item:hover {
        background-color:var(--footer-button-secondary-bg-hover);
        color: var(--footer-button-secondary-color-hover)
    }

    .loco-footer__menu-list-item-link:hover {
        text-decoration: underline;
        text-underline-offset: 4px
    }
}
