.b-slider {
    font-size: 0;
    line-height: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.b-slider .swiper-pagination {
    font-size: 0;
    padding-top: 20px;
}

.b-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #c61e24;
    transition: 0.4s ease all;
}


.b-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.b-slider .swiper-pagination-bullet:hover {
    background: #c61e24;
}

.b-slider img {
    width: 100%;
    border-bottom:10px solid #f4d8bb;
}

@media screen and (min-width: 768px) {
    .b-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .b-slider .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }

    .b-cooking__text br {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .b-slider .swiper-pagination {
        padding-top: 2vh;
        padding-top: calc(var(--vh, 1vh) * 2);
    }

    .b-slider img {
        /*height: 63vh;
        height: calc(var(--vh, 1vh) * 63);*/
        -o-object-fit: contain;
        object-fit: contain;
    }
}

