.fabula-blue-slider {
    position: relative;
    width: 100%;
    border-radius: var(--border-radius-xxl);
    background-image: var(--gradient-blue);
    color: var(--white-color);
    margin-bottom: 2px;
}
.fabula-blue-slider:hover .fabula-elem-bitrix-url {display: block}
.fabula-blue-slider .fabula-slider {
    overflow-y: visible;
    overflow-x: clip;
}
.fabula-blue-slider .fabula-slider {padding: 63px 0 54px 51px}
.fabula-blue-slider .swiper-slide {height: auto}
.fabula-blue-slider-slide-content {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.fabula-blue-slider-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.3px;
    margin: 0 0 8px 0;
    font-weight: 600;
    width: max-content;
}
.fabula-blue-slider-title_fire::after {
    content: '\1F525';
}
.fabula-blue-slider-desc {
    width: 70%;
    font-size: var(--text-size);
    line-height: 20px;
    font-weight: normal;
}
.fabula-blue-slider img {
    max-width: 726px;
    max-height: 817px;
    position: absolute;
    bottom: -54px;
    right: 48.5%;
    transform: translate(49%, 0);
}
.fabula-blue-slider .fabula-slider-pagination {
    display: flex;
    align-items: center;
    gap: 13px;
    bottom: 65px !important;
    right: 58px !important;
    top: auto !important;
}
.fabula-blue-slider .fabula-slider-navigation {
    top: 64px;
    right: 52px;
    bottom: auto;
}
.fabula-blue-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 !important;
}
.fabula-blue-slider .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
}
.fabula-blue-slider a.fabula-gray-btn {color: black}

@media (max-width: 1565.5px) {
    .fabula-blue-slider-slide-content {width: 29%}
    .fabula-blue-slider img {
        max-width: 650px;
        max-height: 769px;
        right: 45%;
    }
}
@media (max-width: 1439px) {
    .fabula-blue-slider-slide-content {width: 32%}
    .fabula-blue-slider img {
        max-width: 550px;
        max-height: 646px;
        right: 46%;
    }
}
@media (max-width: 1261.5px) {
    .fabula-blue-slider-title {
        font-size: 27px;
        line-height: 34px;
    }
    .fabula-blue-slider-desc {width: 90%}
    .fabula-blue-slider img {
        max-width: 490px;
        max-height: 610px;
        right: 44%;
    }
}