.gallery-slider-mobile .swiper-button-item {
    width: 44px;
    height: 44px;
    border-radius: 32px;
    border: 1px solid #0000000D;
    background: #00000033;
    z-index: 10;
    backdrop-filter: blur(4px)
}
.gallery-slider-mobile .swiper-button-item svg {
    width: 12px;
    height: 12px;
}
.gallery-slider-mobile .swiper-button-item:after {
    display: none;
}

.header__actions .header__phone {
    min-width: 200px;
}
@media (min-width: 1024px) {
    .filters-container-wrapper{
        max-width: 342px;
        width: 100%;

    }
}
@media (max-width: 910px) {
    .gallery-slider-mobile .gallery-filter-btn {
        border: none;
        margin-bottom: 24px;
        color: #2F2E2E;
        font-family: 'TenorSans', sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        width: 100%;
        text-align: left;
        height: auto;
    }
}
@media (max-width: 480px) {
    .header__logo {
        display: flex;
        align-items: center;
    }
}