
.support__back {
    border: 1px solid #272B34;
}

.support__text {
    margin-bottom: 20px;
}

.support__list li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    padding: 18px;
    border: 1px solid #FFCF32;
    background: #13161E;
    border-radius: 20px;
}

.support .support__text-bottom {
    line-height: 228%;
    backdrop-filter: blur(35px);
    border-radius: 10px;
    padding: 5px 20px;
    background: #FFFFFF33;
}


@media (min-width: 1024px) {
    .support__text {
        max-width: 980px;
    }

    .support__block {
        margin: 32px 22px;

    }

    .support__item {
        max-width: 880px;
    }

    .support__list li::before {
        content: '';
        background: center / contain no-repeat url(/wp-content/uploads/2025/05/logintrick.png);
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 3px;
    }

}

@media screen and (max-width: 1023.99px) {
    .support__block {
        margin: 32px 20px;
    }

    .support__list li {
        line-height: 171%;
    }


}