.blockInfoAndSorter {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 18px;
}

.inBlockCatalogSort {
    overflow: hidden;
}

.blockInfoCountryPrivilage {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 6.8px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    max-width: 772px;
    width: 100%;
    padding: 28px 19px 16px 19px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
}

.boxItemsPrivilage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.itemPrivilage {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: rgba(100, 46, 255, 0.11);
    box-sizing: border-box;
    align-self: stretch;
}

.titleCountryPrivilage {
    color: #000;
    font-family: "Bebas Neue Cyrillic";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}

.titlePrivilageItem {
    color: #000;
    font-family: Involve;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;

}

.descPrivilagItem {
    color: #000;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.iconPrivilage {
    margin-bottom: 8px;
}

.firstSelector {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.secondSelector {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.thirdSelector {
    display: none !important;
    grid-template-columns: repeat(1, 1fr) !important;
    ;

}

.thirdSelector.active {
    display: grid !important;
}

.boxAllParams {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 500;
}



#openParams.active {
    transform: rotate(180deg);
}

.textAllParams {
    display: flex;
    color: #FFF;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    gap: 5px;
    letter-spacing: -0.36px;
    align-items: center;
}

.swiperBoxPrivilage {
    display: flex;
    width: 100%;
}
.itemInputsSort {
    width: 100%;
}
/* Кнопки скролинга свайпера */
.mobileScreen,
.fullAreaPagination {
    display: none;
}

.leftBtnScroll,
.rightBtnScroll {
    border-radius: 64px;
    background: #CACACA;
    display: flex;
    height: 44px;
    padding: 8px 7px 8px 7px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.leftBtnScroll:hover,
.rightBtnScroll:hover {
    background: #7d50fc;
}

.mobileScrollWork {
    display: flex;
    gap: 4px;
}

@media screen and (max-width: 1260px) {
    .desktopScreen {
        display: none;
    }

    .mobileScreen {
        display: flex;
    }

    .blockInfoCountryPrivilage {
        box-shadow: inherit;
        border-radius: inherit;
        padding: 0;
        max-width: inherit;

    }

    .fullAreaPagination {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .boxItemsPrivilage {
        gap: 0;
    }

    .swiper-wrapper {
        height: auto !important;
    }

    .titleCountryPrivilage {
        font-size: clamp(26px, 3vw, 32px);
    }
}