/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .owl-carousel .owl-nav button.owl-next  {position: absolute; top: 130px; right: -20px}
    .owl-carousel .owl-nav button.owl-prev  {position: absolute; top: 130px; left: -20px}
    .review .owl-prev, .review .owl-next {
        position: absolute !important;
        top: calc(40% - 15px) !important;
    }
}
@media only screen and (max-width : 1024px) {
    .header-img {display: none;}
    .header-h1 {text-align: center; width: 100%; padding-top: 40px;}
    h1 {text-align: center;}
  .bg_head {
    padding-top: 10px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .wrap h2, .wrap_plastic h2 {
      font-size: 24px;
      font-weight: 600;
  }

}
@media only screen and (max-width : 900px) {
    .owl-carousel .owl-nav button.owl-next  {position: absolute; top: 130px; right: -20px}
    .owl-carousel .owl-nav button.owl-prev  {position: absolute; top: 130px; left: -20px}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 769px) {

    .wrap h2, .wrap_plastic h2 {
    font-size: 20px;
    font-weight: 600;
  }
  h1 {font-size: 36px;}
    .fotorama__nav{position: none; }
    .services-item{min-width: 300px;}
    .citata {font-size: 1.6em;}
}
@media only screen and (max-width : 540px) {
    .header-bg{background: url(/static/src/landings/kolodcy/img/header.jpg) 25% 50%; height: 392px;-moz-background-size: cover;}

    .citata {font-size: 1.4em;}
    .wrap h2, .wrap_plastic h2 {
    font-size: 18px;
    font-weight: 600;
  }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
   h1{font-size: 26px; text-align: center;}
   .header-h1 {font-size: 18px}
   ul {margin-left: 1px !important}
   .item-li {font-size: 13px}
   .description{line-height: 20px !important}
   .owl-carousel .owl-nav button.owl-next  {position: absolute; top: 130px; right: -20px}
    .owl-carousel .owl-nav button.owl-prev  {position: absolute; top: 130px; left: -20px}
    #form-responce{font-size: 15px !important;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .citata {font-size: 1em;}
    h1{font-size: 22px; text-align: center;}
   .header-h1 {font-size: 16px}
   ul {margin-left: 1px !important}
   .item-li {font-size: 12px}
}
/*  240px*/
@media only screen and (max-width : 240px) {
    
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 769px) {
    

}
@media only screen and (min-width : 769px) {


}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}
@media only screen and (min-width : 1024px) {
    

}
 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    
}

