.lp-gallery-bar {
    position: relative;
    overflow: hidden;
}

.lp-gallery-bar__slider {
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-size: 0.64rem;
    --swiper-pagination-color: var(--color-primary);
    --swiper-pagination-offset-custom: 2.07rem;
    --swiper-navigation-sides-offset: 0.71rem;
    overflow: visible !important;
    margin-bottom: var(--swiper-pagination-offset-custom);
}

@media only screen and (min-width: 992px) {
    .lp-gallery-bar__slider {
        --swiper-navigation-sides-offset: 0;
        --swiper-pagination-offset-custom: 2.79rem;
    }
}

.lp-gallery-bar__slider .swiper-pagination-bullets {
    bottom: 0;
}

.lp-gallery-bar__slider .swiper-pagination-bullet {
    border: 0;
    margin: 0 0.5rem calc(var(--swiper-pagination-offset-custom) * -1) !important;
}

.lp-offers-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #5e5e5e;
    border-radius: 1.71rem;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    user-select: none !important;
    cursor: pointer;
    /*width: 349px;*/
    width: 379px;
    height: 260px;
}

    .lp-offers-card:hover {
        --card-hover-img-scale: 1.05;
    }

@media only screen and (max-width: 599.9px) {
    .lp-offers-card {
        height: 17.86rem;
    }
}

.lp-offers-card__figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

    .lp-offers-card__figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transform: scale(var(--card-hover-img-scale, 1));
        transition: transform var(--transition-time);
    }

.lp-offers-card__content {
    padding: 2.14rem;
    position: relative;
}

.lp-offers-card__title {
    font: 600 1.5rem/1.2 var(--font);
    color: white;
}

@media only screen and (min-width: 600px) {
    .lp-offers-card__title {
        font-size: 1.71rem;
    }
}

@media only screen and (min-width: 1200px) {
    .lp-offers-card__title {
        font-size: 1.86rem;
    }
}