.block-slider {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 72px;
}

/* .block-slider .slider {
    overflow: hidden;
    width: 100%;
} */

.block-slider .flickity-slider {
    height: calc(100% + 45px);
    /* margin-bottom: 45px; */
}

/* .block-slider .flickity-viewport {
    margin-bottom: 45px;
} */
.block-slider button {
    height: 36px;
    width: 36px;
    background-color: transparent;
    cursor: pointer;
}

.block-slider .carousel-cell {
    width: calc(100% / 3 - 12px);
    margin-right: 17px;
    background-color: #F5F5F7;
    border-radius: 30px;
    overflow: hidden;
    /* min-height: 620px; */
    min-height: 660px;
    height: calc(100% - 45px);
    /* padding-bottom: 45px; */
}

.block-slider .carousel-cell img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    overflow: hidden;
    background-color: #D7D7D7;
}

.block-slider .carousel-cell .no-image {
    width: 100%;
    height: 360px;
    background-color: #D7D7D7;
}

.block-slider .carousel-cell .slider_text {
    padding: 31px 36px 45px;
}

.block-slider .carousel-cell p {
    margin-bottom: 0;
}

.block-slider button.previous {
    position: absolute;
    bottom: 0;
    right: 86px;
}

.block-slider button.next {
    position: absolute;
    bottom: 0;
    right: 0;
}

.block-slider .carousel:focus {
    outline: none;
}

@media (max-width: 1024px) {
    .block-slider .carousel-cell {
        width: 100%;
        min-height: 700px;
    }
}