.previewCard {
    --swiper-pagination-fraction-color: #fff;

    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0 20px;
}
.previewCard > a > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 0 20px;
}
.previewCard__header-title {
    position: absolute;
    z-index: 10;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
}
.previewCard_330_190 {
    width: 330px;
    height: 190px;
}
.previewCard_350_200 {
    width: 350px;
    height: 200px;
}
.previewCard_260_190 {
    width: 260px;
    height: 190px;
}
.previewCard_260_150 {
    width: 260px;
    height: 150px;
}
.previewCard__slider {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.previewCard__slider-wrapper > img {
    border-radius: 0 20px;
}
.previewCard__slider-prev {
    height: 100%;
    width: 40px;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 95;
}
.previewCard__slider-next {
    height: 100%;
    width: 40px;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 95;
}
.previewCard__slider-prev,
.previewCard__slider-next {
    display: grid;
    place-items: center;
}

.previewCard__slider-pagination {
    z-index: 99;
    position: absolute;
    display: flex;
    bottom: 60px;
    z-index: 99;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    left: 0;
    width: 100%;
}
.previewCard__slider-pagination.swiper-pagination-lock {
    display: none;
}
.previewCard__slider-next img,
.previewCard__slider-prev img {
    width: unset;
    height: unset;
    min-height: unset;
}
@media (max-width: 1199px) {
    .previewCard_260_190 {
        width: 230px;
        height: 150px;
    }
    .previewCard_260_190_slide {
        width: 100%;
    }
    .previewCard_330_190 {
        width: 300px;
        height: 190px;
    }
    .previewCard_330_190_slide {
        width: 100%;
    }
    .previewCard_350_200 {
        width: 300px;
        height: 190px;
    }
    .previewCard_350_200_slide {
        width: 100%;
    }
    .previewCard_260_150 {
        width: 300px;
        height: 190px;
    }
    .previewCard_260_150_slide {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .previewCard_260_190 {
        width: 100%;
        height: 150px;
    }
    .previewCard_330_190 {
        width: 100%;
        height: 190px;
    }
    .previewCard_260_150 {
        width: 100%;
        height: 150px;
    }
    .previewCard_350_200 {
        width: 230px;
        height: 150px;
    }
    .previewCard_350_200_slide {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .previewCard_260_190 {
        width: 100%;
        height: 150px;
    }
    .previewCard_260_150 {
        width: 100%;
    }
    .column-block .previewCard__slider-pagination {
        display: none !important;
    }
    .column-block .previewCard__slider-prev {
        display: none !important;
    }
    .column-block .previewCard__slider-next {
        display: none !important;
    }
}
