.footer-payment-providers__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1.8666666667rem 0 .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__list {
        justify-content: space-between;
        padding: 4.2rem 0 2.1rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__list {
        padding: 2.3333333333rem 0 2.5555555556rem
    }
}

.starda-app:not(.touch) .footer-payment-providers__item:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

@media(max-width:768px) {
    .footer-payment-providers__item {
        width: calc(30% - .46667rem);
        margin: 0 .5rem 1.7333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item {
        margin-bottom: 2.5rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item {
        margin: 0 2.6666666667rem 0 0
    }
    .footer-payment-providers__item:last-child {
        margin-right: 0
    }
}

.footer-payment-providers__item-img {
    height: 2.4rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media(min-width:769px) {
    .footer-payment-providers__item-img {
        height: 3.6rem;
        width: 8rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img {
        height: 2.6666666667rem;
        width: 5.5555555556rem
    }
}

.footer-payment-providers {
    background-color: var(--RIVER_STYX)
}

.page-404 .footer-payment-providers {
    display: none
}

@media(min-width:1025px) {
    .footer-payment-providers {
        min-height: 6.8888888889rem
    }
}