/** SWIPER CSS**/

.materials .slide-image{
    height: 400px!important;
    /*width: 350px!important;*/
    object-fit: cover;
    /*max-width: 350px;*/
    margin-bottom: 30px;
}

.slide-title{
    /*max-width: 350px!important;*/
    color: #13ABDE;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 5px 0;
}

.slide-description{
    /*max-width: 350px!important;*/
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.slider-arrow {
    height: 50px;
    width: 50px;
    display:none;
    
}

.swiper-wrapper {
    /*margin:15px!important;*/
}

.swiper {
    width:100%!important;
}

.swiper-button-disabled {
    display:none!important;
}

 .swiper-button-next,
          .swiper-button-prev, .swiper-button-next-materials,
          .swiper-button-prev-materials {
            background-color: rgb(0,0,0,0.0)!important;
            background-position: center!important;
            background-size: 60px!important;
            width:60px!important;
            height:60px!important;
            background-repeat: no-repeat;
            padding: 4px 8px;
            color: red;
            top: var(--swiper-navigation-top-offset, 16%)!important;
          }
          .swiper-button-next,  .swiper-button-next-materials {
              position:absolute!important;
              right:-70px!important;
          }
          
        .swiper-button-prev, .swiper-button-prev-materials {
              position:absolute!important;
              left:-70px!important;
          }

          .swiper-button-prev, .swiper-button-prev-materials {
            background-image: url("https://elenlaser.com/wp-content/uploads/2024/01/arrow_forward.svg");
            transform: rotate(180deg);
          }

          .swiper-button-next, .swiper-button-next-materials {
            background-image: url("https://elenlaser.com/wp-content/uploads/2024/01/arrow_forward.svg");
          }

          .swiper-button-next::after,
          .swiper-button-prev::after, .swiper-button-next-materials::after,
          .swiper-button-prev-materials::after {
            content: "";
          }

          .swiper-pagination-bullet{
            width: 40px;
            height: 40px;
            background-color: red;
          }

.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next-materials::after,
          .swiper-button-prev-materials::after
{opacity:0!important;}


@media only screen and (max-width:600px) {
    .slider-arrow {
        display:inline-block;
    }
    
}

@media only screen and (max-width:800px) {
    .swiper-btn-d-hide {
       display: none!important;
    }
}   

.processing .slide-image{
    height: 200px!important;
    /*width: 350px;*/
    object-fit: contain;
    /*max-width: 350px;*/
    margin-bottom: 30px;
}

@media only screen and (max-width:600px) {
    .slider-arrow {
        display:inline-block;
    }
}

@media only screen and (min-width:600px){
    .slider-arrow {
        display: none !important;
    }
}
.swiper-wrapper {
    /* max-height: 700px; */
}
/** FINE SWIPER CSS **/