/* Categories Section */
.categorie-title{
    margin: 0 0 89px 0;
    text-align: center;
}
.categorie-wrapper{
    background-color: #CFC0BA;
    padding: 56px 34px 56px 31px;
}
.categorie-wrap{
    position: relative;
}
.categorie-block{
    display: flex;
    align-items: flex-end;
    min-height: 683px;
    width: 100%;
    padding: 0 20px 41px 34px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 9.29px;
}
.categorie-block-text h3{
    margin: 0 0 0 0;
    color: #fff;
    font-size: 58px;
    line-height: 69.6px;
    font-weight: normal;
}

.categorie-button-prev,
.categorie-button-next{
    position: absolute;
    top: 50%;
    left: 43px;
    transform: translateY(-50%);
    width: 43px;
    z-index: 1;
}
.categorie-button-next{
    left: auto;
    right: 38px;
}
.categorie-slider .swiper-slide{
    opacity: 0.5;
    transition: all 0.5s ease;
}
.categorie-slider .swiper-slide.swiper-slide-active{
    opacity: 1;
}



/* Responsive */
@media screen and (max-width: 1550px) {

     /* Categories Section  */
     .categorie-block{
        min-height: 550px;
    }
    .categorie-block-text h3{
        font-size: 45px;
        line-height: 60px;
    }

}
@media screen and (max-width: 1299px) {

    /* Categories Section  */
    .categorie-title{
        margin-bottom: 40px;
    }
    .categorie-block{
        min-height: 500px;
    }

    .categorie-block-text h3{
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1199px) {
}


@media screen and (max-width: 991px) {

    .categorie-block{
        min-height: 420px;
    }
    .categorie-wrapper{
        padding: 40px 15px;
    }
    .categorie-button-prev, .categorie-button-next{
        left: 0;
        width: 30px;
    }
    .categorie-button-next {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 767px) {


    .categorie-block{
        min-height: 350px;
        padding: 0 20px 30px 25px;
    }
    .categorie-block-text h3{
        font-size: 35px;
        line-height: 40px;
    }
}
@media (min-width:576px) and (max-width:767px) {}