@media (max-width: 1350px) {
    
}
@media (max-width: 1200px) {
    #slider-home .slide,
    #slider-home{
        height: 480px;
    }
}
@media (max-width: 992px) {
    #slider-home .slide ,
    #slider-home{
        height: 360px;
    }
    
   
}
@media (max-width: 768px) {
    #slider-home .slide ,
    #slider-home{
        height: 265px;
    }
    
    
}
@media (max-width: 576px) {
        
    #slider-home .slide,
    #slider-home{
        height: 47vw;
    }

}  
@media (max-width: 480px) {
    
  
    
}

@media (max-width: 420px) {

    
    
    
}
@media (max-width: 363px) {

}

/* css nou */


@media only screen and (max-width: 991px){
    
    .tipuri-cheag-wrapper {
        margin: 60px 0;
        padding: 50px 0px;
    }
    
    .tip-cheag-item{
        height: auto;
        margin-bottom: 30px;
    }
    
    .tip-cheag-item::last-child{
        margin-bottom:0;
    }
    
    .modul-categorii-item-imagine{
        width: 100%;
        background-size: 100%;
        background-position: 100% 100%;
    }
    
    .modul-categorii-item-wrapper{
        margin-bottom: 30px;
    }
    
    .modul-categorii-item::last-child{
        margin-bottom:0;
    }

    .tip-cheag-item p,
    .modul-categorii-item p{
        min-height: auto;
    }
    
    .modul-categorii-item-link{
        display: block;
    }


}

@media only screen and (max-width: 767px){
    .header-top{
        padding: 0!important;
    }
    
    .container{
        max-width:100%;
    }
    
    .modul-categorii-wrapper{
        padding:0;
    }
    
    
}

@media only screen and (max-width: 575px){
   #slider-home .owl-prev i,
   #slider-home .owl-next i {
       width: 30px;
       height: 30px;
       font-size: 14px;
   }
   
   #slider-home .owl-prev, #slider-home .owl-next{
       margin-top: -15px;
   }
   
   .titlu-modul{
       font-size: 26px;
       margin-bottom:15px;
   }
   
   .subtitlu-modul{
       font-size: 18px;
   }
   
   .tip-cheag-item .tip-cheag-item-heading,
   .modul-categorii-item .modul-categorii-item-heading{
       font-size: 22px;
       margin-bottom: 15px;
       padding-bottom: 10px;
   }
   
   .tip-cheag-item-text,
   .modul-categorii-item .modul-categorii-item-text{
       font-size: 14px;
       letter-spacing: initial;
   }
   
   .tipuri-cheag-wrapper {
        margin: 50px 0;
    }

    .titlu-modul {
        font-size:24px;
        margin-bottom:10px;
        
    }
    
    .subtitlu-modul {
        font-size: 16px;
        
    }
    
    .modul-header {
        margin-bottom: 35px;
        
        
    }
    
    .tip-cheag-item .tip-cheag-item-heading, 
    .modul-categorii-item .modul-categorii-item-heading{
        font-size:20px;
    }
    
    .tip-cheag-item p,
    .modul-categorii-item p{
        font-size: 14px;
    }
    
    .tip-cheag-item{
        padding: 20px 25px;
    }

}

@media only screen and (max-width: 459px){
    .tip-cheag-item{
        padding: 10px 15px;
    }
   
    
}