
.exclusive__head {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 390px) {
    .exclusive__head {
        flex-direction: column;
    }
}
.exclusive__arrows-mobile {
    display: flex;
    align-items: center;
    gap: 10px 15px;
    justify-content: space-between;
}

.exclusive__arrow {
    position: static;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
}
.exclusive__slider {
    display: flex;
    
}

.exclussive__item {
    width: 25vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.561);
    border-radius: 32px
}
@media (min-width: 1500px) {
    .exclussive__item {
        width: 390px;
    }
}
@media (max-width: 1400px) {
    .exclussive__item {
        width: 29vw;
    }
}

@media (max-width: 999px) {
    .exclussive__item {
        width: calc(20.875rem + 98 * (100vw - 767px) / ( 999 - 767) * 16 / 16 );
    }
}
@media (max-width: 767px) {
    .exclussive__item {
        width: calc(16.4375rem + 71 * (100vw - 613px) / ( 767 - 613) * 16 / 16 );
    }
}
@media (max-width: 613px) {
    .exclussive__item {
        width: 90%;
    }
}

.exclussive__item__header {
    padding: 32px 32px 8px;
    min-height: 100px;
    border-bottom: 1px solid #e0e1e6;
}
@media (max-width: 665px) {
    .exclussive__item__header {
        padding: 20px 32px 8px;
        min-height: 66px;
    }
}

.exclussive__item__header h5 {
    font-size: 24px;
    line-height: 28px;
    color: #35b8fc;
    font-weight: 600;
}
.exclussive__item-img-container {
    padding: 16px 0 24px;
    display: flex;
    justify-content: center;
    height: 228px;
}
@media (max-width: 665px) {
    .exclussive__item-img-container {
        padding: 10px 0 10px;
    }
}
.exclussive__item-img-container  img {
    height: 100%;
}
.exclusive__grid {
    display: grid;
    grid-template: 1fr 1fr / auto auto;
    padding: 16px 32px 24px;
}
@media (max-width: 767px) {
    .exclusive__grid {
        padding: 0 0 10px 0;
        grid-template: 1fr 1fr / fit-content(100%) fit-content(100%);
        gap: 0 20px;
        justify-content: center;
    }
}
.exclusive__grid-item.top {
    color: rgb(140, 144, 164);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.exclusive__grid-item.bottom {
    color: #0098C8;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    align-self: end;
}
.exclussive__footer {
    padding: 24px 32px 32px;
    border-top: 1px solid #e0e1e6;
}

.exclussive__item-text  h5 {
    font-size: 24px;
    line-height: 28px;
    color: #35b8fc;
    font-weight: 600;
}

.exclusive__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    border: 1px solid #0098C8;
    margin-top: 24px;

    border-radius: 12px;
    background-color: transparent;
    color: #0098C8;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    user-select: none;
}

.exclusive__slider { 
    padding: 10px 0px; 
    width: 97%;

}


.exclusive .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}