
.shop_slider{
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 6%);
    /*padding-top: 80px;*/
    /*margin-top: 80px;*/
    /*padding-bottom: 80px;*/
}
.shop_slider_content{
    height: 420px;
    padding-top: 80px;
}
.shop_slider__1{
    background-image: url("/image/design/shop/slider/slide1_bg.jpg");
    background-size: 444px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 25px;
}

.shop_slider__2{
    background-image: url("/image/design/shop/slider/slide2_bg.jpg");
    background-size: 670px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -78px;
}

.shop_slider__3{
    background-image: url("/image/design/shop/slider/slide3_bg.jpg");
    background-size: 609px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 25px;
}

.shop_slider__4{
    background-image: url("/image/design/shop/slider/slide4_bg.jpg");
    background-size: 609px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 25px;
}

.shop_slider_ico{
    width: 40px;
    margin-right: 10px;
}

.shop_slider_title{
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
}

.shop_slider_label{
    width: 243px;
}

.shop_slider_text{
    border-radius: 100px;
    background: #DA5D01;
    color: white;
    min-width: 590px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
}


.shop_slider_buttons_wrap{
    user-select: none;
    position: relative;
    /*display: flex;*/
    gap: 4px;
    margin-top: -33px;
}

.shop_slider_button{
    cursor: pointer;
    /* flex-grow: 0; */
    flex-shrink: 0;
    flex-basis: 25%;

    border-radius: 25px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}


.shop_slider_button__active{
    color: #fff;
    background-image: url(/image/design/trucks/bg_btn.jpeg);
    background-size: 242%;
    background-position-x: 479px;
}

.slider_shadow{
    box-shadow: 0px 18px 19px 0px rgb(0 0 0 / 7%);
}

@media screen and (max-width: 900px) {

    .shop_slider_text{
        display: none;
    }

    .shop_slider_title.h3_bg{
        background: none;
        -webkit-text-fill-color: initial;
        text-fill-color: initial;
        color: var(--msb-green3);
    }
    .shop_slider_title{

        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        text-shadow: 3px 3px 3px white;
    }


}
