@media (min-width: 1500px) {
html {
  font-size: 20px;

}
.cards-container{
  padding: 150px 100px;
}


section#products .content-card{
min-width: 700px;
max-width: 1200px;

min-height: 400px;
max-height: 500px;

margin: 0 10px;
}

section#objects  #results .example img{

height: 11vw;
  }

section#objects  #results .example:hover img{
width: 105%;
height: 11.5vw;
}
/* -------------------------- */

.categories--list{
  padding: 0 150px 100px;
}

.categories--item{
flex: 0 0 25%;
min-height: 450px;
max-height: 550px;
  }

.categories--item h4{
font-size: 1.5rem;
}


/* -------------------------- */

.card-text{
min-width: 300px;
max-width: 400px;
padding: 40px;
}


 .category-list-item:hover h5:before{
width: 50%;
 }
/*Categories PAGE---------------*/

.big-categories-item-text .view_all_cat{
  width: 200px;
}


/*------------POSTS STYLES----------------------------*/


.posts-container{
  padding: 100px;

}
.posts-container{
  column-gap: 50px;
  row-gap: 75px;
}
.posts-item{
  min-height: 550px;
}

.posts-item-info{
  padding: 100px;
   }

  .posts-item-info span::before{
  height: 2px;
  }


.prev-button,
.next-button{

  bottom: -35px;
 
}
/*CATEGORIES ----------------------*/


.cat_container{
  max-width: 1280px;
}
.slider-item{
  flex: 0 0 20%;
}

.slider-item-image{
  height: 150px;
}

  .image-slider {
  max-height: 750px;
}
 .product-description .slick-slide {
    min-height: 750px;
}

}



@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
/* MAIN PAGE-------------------------------------------------------------------- */
html {
  font-size: 16px;

}

.cards-container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 50px;
  padding: 50px 30px;

}

.card-img{


  min-height: 350px;
  max-height: 500px;
  
}

/*---------------------*/
.about-container{

/*  flex-direction: column;*/
  padding: 150px 100px;
}
.about-item{
  flex-direction: column;
}


.about-item:nth-child(2){
flex-direction: column;
  }
  .about-item-text h3{
padding: 25px 0 25px;
}

.learn{
  min-width: 150px;
  max-width: 180px;
  min-height: 48px;
  max-height: 64px;
  padding: 15px 10px;
  font-size: 1.5rem;
}


.categories--list{
  padding: 0 50px 100px;
}

.categories--item{
flex: 0 0 75%;
min-height: 350px;
max-height: 450px;
  }

.categories--item h4{
font-size: 1.2rem;
}



/* --------------------------START OF CATEGORIES ------------------------------------ */


section#categories .swiper-slide{
  width: 45%; 
}

section#categories .swiper-wrapper{
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 50px;
}

.item:hover h4:after
{
width: 75%;
}

/*-----------------FOOTER */
footer#footer .container .custom-logo-link{
  rotate: 0deg;
  display: block;
  width: 70%;
  margin: auto;
  padding-bottom: 50px;
}

footer#footer .custom-logo-link img{
width: 100%;
  }


footer#footer h5{
  font-size: 1.5rem;
}

footer#footer .container-fluid{
  height: 40px;
  padding: 15px 0;
}

footer#footer .container-fluid .socials{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: auto;
}
footer#footer .container-fluid .socials span{
display: none;
  }

  .socials ul li i{
    color: #3aafa9;
    font-size: 3vh;
  }
  
footer ul{
display: inline-block;
width: 100%;
}

footer ul li{
font-size: 1rem;
padding: 10px 0;
color: white;
}
/* --------------------------END OF CATEGORIES ------------------------------------ */
/*------------POSTS STYLES----------------------------*/


.posts-container{
  padding: 100px;

}
.posts-container{
  column-gap: 50px;
  row-gap: 75px;
}
.posts-item{
  flex: 1 1 70%;
  min-height: 400px;
    position: relative;
}

.posts-item-info{
  padding: 100px;
   }

  .posts-item-info span::before{
  height: 2px;
  }

  .pagination{
    width: 70%;
 }


/*--------------------CATALOG PAGE-------------------*/

  .big-categories-item-text{
  padding: 50px 15px 20px 50px;
  
}
.cat_container{
  max-width: 750px;
}


.slider-item-image{
  height: 150px;
}

/*PRODUCT PAGE------------------*/


.prod-menu-list ul{
  width: 90%;
}
.prod-menu-list ul li{
  font-size: .9rem;
}

 

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  /* MAIN PAGE-------------------------------------------------------------------- */
html {
  font-size: 14px;

}

.cards-container{
  flex-direction: column;
  row-gap: 50px;
  padding: 50px 30px;
  min-width: 100%;


}

section#products .content-card{
  min-width: 400px;
max-width: 700px;
min-height: 300px;
max-height: 500px;
margin: 0;
  }

.card-img{


  min-height: 250px;
  max-height: 500px;
  
}

  /*---------------------*/
.about-container{

/*  flex-direction: column;*/
  padding: 150px 50px;
}
.about-item{
  flex-direction: column;
}

.about-item:nth-child(2){
flex-direction: column;
  }
  .about-item-text h3{
padding: 25px 0 25px;
}

.learn{
bottom: 30px;
left: 30px;
}


/* -------------------------- */

.categories--list{
  padding: 0 25px 100px;
}

.categories--item{
flex: 0 0 90%;
min-height: 350px;
max-height: 450px;
  }

.categories--item h4{
font-size: 1.2rem;
}


/* -------------------------- */
/*---------------------------*/


section#categories .swiper-slide .item{
  min-width: 350px;
  max-width: 500px;
  padding: 100px 0;
  margin: 0 25px;
}
.item h4{
  font-size: 1.8rem;
}
.item i{
  display: block;
}
section#contact_more{
  position: relative;
  padding: 100px 30px;
}

/*------------POSTS STYLES----------------------------*/


.posts-container{
  padding: 50px;

}
.posts-container{
  column-gap: 50px;
  row-gap: 75px;
}
.posts-item{
  flex: 1 1 70%;
  min-height: 300px;
    position: relative;
}

.posts-item-info{
  padding: 60px;
   }

  .posts-item-info span::before{
  height: 2px;
  }


.pagination{
    width: 70%;
 }

 /*--------------------CATALOG PAGE-------------------*/
.prev-button,
.next-button{

  bottom: -27px;
 
}

.big-categories-container{
  display: flex;
row-gap: 50px;
flex-direction: column;
justify-content: space-between;
background-color: white;
}

.big-categories-container-row{
flex:1 1 400px;
overflow: hidden;
flex-direction: column;
justify-content: center;
}

.big-categories-item-image{
position: absolute;
left: 0;
top:0;
    flex: 0 0 100%;
    min-width: 100%;
}
  .big-categories-item-text{
    background: #b5b4b4;
  padding: 50px 15px 20px 50px;
  min-width: 80%;
  min-height: 70%;
}


.big-categories-item-text p{
display: none;
}


.cat_container{
  max-width: 550px;
}
.slider-item{
  flex: 0 0 40%;
}

.slider-item-image{
  height: 150px;
}


 /*--------------------Product PAGE-------------------*/

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
html {
  font-size: 12px;

}

.cards-container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 50px;
  width: 90%;
  margin: 0;
  padding: 30px 0;
/*  padding: 30px 5px;*/
position: relative;
left: 5%;

}

/* -------------------------- */

.categories--list{
  padding: 0 25px 100px;
}

.categories--item{
flex: 0 0 100%;
min-height: 250px;
max-height: 350px;
  }

.categories--item h4{
font-size: 1.5rem;
}


/* -------------------------- */

section#products .content-card{
flex-direction: column;
margin: 0;
min-width: 100%;
max-width: 100%;
  }
.card-text h3{
  text-align: left;
  padding: 20px 0;
}

.card-text p{
line-height: 25px;
}
.card-text i{
text-align: center;
font-size: 30px;
padding: 20px 0;
  }
   .content-card:hover i{
font-size: 50px;
}
.card-img{
  min-height: 150px;
  max-height: 250px;
  min-width: 280px;
max-width: 450px;
}

.card-img img{
    position: absolute;
    top:50%;
    left:50%;
    translate: -50% -50%;
    rotate: -30deg;
    scale: 1.3;
    transition: all .5s 0s ease;
  }

  .content-card:hover .card-img img{
    rotate: 0deg;
    scale: .5;
    transition: all .5s 0s ease;
  }


    /*---------------------*/
.about-container{

/*  flex-direction: column;*/
  padding: 150px 50px;
}
.about-item-image{
  flex: auto;
  height: 250px;
}
.about-item{
  flex-direction: column;
}

.about-item:nth-child(2){
flex-direction: column;
  }

  .about-item-text h3{
padding: 25px 0 25px;
}

.learn{
bottom: 30px;
left: 30px;
font-size: 1.5rem;
}

/* --------------------------START OF CATEGORIES ------------------------------------ */
.item i{
  display: block;
}
section#categories .swiper-slide .item{
  min-width: 290px;
  max-width: 450px;
  padding: 5rem 0;
  margin: 0 25px;
}
.item h4{
  font-size: 1.8rem;
}
/* --------------------------END OF CATEGORIES ------------------------------------ */
 
section#contact_more{
  position: relative;
  padding: 100px 20px;
}


/*------------POSTS STYLES----------------------------*/


.posts-container{
  padding: 50px;

}
.posts-container{
  column-gap: 50px;
  row-gap: 75px;
}
.posts-item{
  flex: 1 1 70%;
  min-height: 200px;
    position: relative;
}

.posts-item-info{
  padding: 30px;
   }



  .posts-item-info h3{
    padding: 25px 0;
  }

  .posts-item-info span::before{
  height: 2px;
  }


.pagination{
    width: 70%;
 }

/*--------------------CATALOG PAGE-------------------*/
.slider-container b{
display: block;
}

.prev-button,
.next-button{

  bottom: -25px;
 
}


.big-categories-container{
width: 90%;
margin: 30px 5%;
background-color: white;
}
.big-categories-container {
  min-height: 350px;
  display: flex;
row-gap: 50px;
flex-direction: column;
justify-content: space-between;
}



.big-categories-container-row{
flex:1 1 350px;
overflow: hidden;
flex-direction: column;
justify-content: center;
}

.big-categories-item-image{
position: absolute;
left: 0;
top:0;
    flex: 0 0 100%;
    max-width: 100%;
}
  .big-categories-item-text{
    background: #b5b4b4;
  padding: 20px 15px 10px 20px;
  min-width: 80%;
  min-height: 70%;
}


.big-categories-item-text p{
display: none;
}


.cat_container{
  max-width: 350px;
}
.slider-item{
  flex: 0 0 50%;
}

.slider-item-image{
  height: 150px;
}

}





@media (min-width: 320px) and (max-width: 767.98px) {
  body{
    overflow: hidden;
  }
header#head{

display: none;
  }

  header#mob_head{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
  }

  

  #main_menu{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    background: #6dfff8;
    height: 70px;
  }

nav#hambuerger_menu ul { list-style: none; }


nav li {
    margin-left: 0px;
    position: relative; /* Доданий position: relative для зміненого стилю */
    background: #2E515C;
}

.menu-link{
  color:white;
}
.menu-link:visited{
  color:white;
}
ul.menu-submenu li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    background: rgba(0,0,0,.3);
    margin: 2px 50px 0 0;
    }
/*body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
}*/
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #333333;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../images/clouds.png');
    background-position: top 0%;
    margin-top: 40px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
/*    max-width: 450px;*/
    background: white;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.menu-list .accordion-toggle{
background-image: url(../images/menu_bg.png);
}

.menu-list .toggle.accordion-toggle.active-tab{
    background: #3AAFA9;
}
.menu-list .toggle.accordion-toggle.active-tab a{
color:black;
    }
.accordion-toggle {
  position: relative;
  line-height: 1.5;
}




#logo{
  max-height: 70px;
  width: 30%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#logo a{
  display: block;
}
#logo a img{
    box-sizing: border-box;
/*      padding: 10px 0;*/
      max-height: 75px;
    display: block;
    margin: auto;
}

span#callback{
  margin: 0 2vw 0 0;
  padding: 2vw 3vw;
  background: #2E515C;
  color: white;
  font-size: 2vw;
  border-radius: 2vw;
}


#additional_menu{
  height: 5vh;
  background: #2E515C;
  width: 100%;
  display: flex;
  flex-direction: column;
}
 #additional_menu div{
  display: flex;
  align-items: center;
}


#additional_menu div img{
  height: 3vh;
margin: 1vh;
}
#additional_menu div span,
#additional_menu p{
font-size: 1.5vh;
color: white;
margin:0 1vh;
}
/*END HEADER*/


/*SWIPER*/

section#slider{
  height: 83vh;
  position: relative;
}

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .swiper-slide img {
      object-position: 50% 50%;;
    }
.swiper-slide .slide-info{
  width: 90%;
  height: 90%;
  top:5%;
  left:5%;
  background: rgba(83, 83, 8, 0);
}

.swiper-slide .slide-info h3{

  font-size: 3vh;
  padding: 2vh 2vh;
}
.swiper-slide .slide-info .custom-logo{
display: block;
filter: none;
padding-bottom: 3vh;
}

.swiper-slide .slide-info h2{
  font-size: 4vh;
  text-align: center;
  padding: 3vh 2vh;
}
.swiper-slide .slide-info p{
display: none;
}

.swiper-slide .slide-info a{
  display: block;
  width: 20vh;
  box-sizing: content-box;
  box-shadow: .5vw .5vw .1vw .1vw rgba(56, 56, 56, .4);
  font-size: 2vh;
  text-align: center;
  padding: 3vh 3vh;
  vertical-align: middle;
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translate(-50%, 0);
/*  border-radius: 2vh;*/
  margin: 0;
}
    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #3AAFA9;
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: #3AAFA9;
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

    .autoplay-progress span{
      font-size: 2vh;
    }

    #slider .swiper .swiper-button-prev,
    #slider .swiper .swiper-button-next{
      display: none;
    }


.slide_bottom{
  display: block;
  width: 100px;
  height: 50px;
  margin: auto;
  position: absolute;
 bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999999;
}
.slide_bottom a img {
width: 100%;
  }


 section#objects .container #slide_results{
  display: block;
}

.obj_hr{
  display: none;
}

section#objects .container #results{
  display: none;
}
section#objects .container #slide_results .example {
    display: none; /* Hide the default example blocks on mobile */
  }

 section#objects .container #slide_results .swiper-container {
    width: 100%;
    padding: 20px;
  }

 section#objects .container #slide_results .swiper-slide {
    text-align: center;
  }

  section#objects .container #slide_results .swiper-slide img{
    width: 100%;

    height: 25vh;
    filter: none;
  }

    section#objects .container #slide_results .swiper-slide a h5{
      font-size: 3rem;
    }

    section#objects .container .locate {
width: 100%;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
  }
section#objects .container .locate img{
width: 10vh;
padding: 2vh;
}
section#objects .container .locate h3{
  font-size: 2.5rem;
 padding: 15px 0;
}

section#objects .container .locate h4{
  font-size: 2rem;
 padding: 10px;
 text-align: center;
}

section#objects .container .locate span{
  padding: 2vh 0;
 font-size: 1.5vh;
}

/*-----------------FOOTER */
footer#footer .container .custom-logo-link{
  rotate: 0deg;
  display: block;
  width: 70%;
  margin: auto;
  padding-bottom: 50px;
}

footer#footer .custom-logo-link img{
width: 100%;
  }


footer#footer h5{
  font-size: 1.5rem;
}

footer#footer .container-fluid{
  height: 40px;
  padding: 15px 0;
}

footer#footer .container-fluid .socials{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: auto;
}
footer#footer .container-fluid .socials span{
display: none;
  }

  .socials ul li i{
    color: #3aafa9;
    font-size: 3vh;
  }
  
footer ul{
display: inline-block;
width: 100%;
}

footer ul li{
font-size: 1rem;
padding: 10px 0;
color: white;
}

/*------Category------------*/
.category-list-container{
  padding: 30px 20px;
}

.category-list-item{
  position: relative;
flex: 0 0 50%;
padding: 15px;
}


/*PRODUCT PAGE---------------*/

.prod-menu-list ul {
  display: none;
}


.prod-menu-list{
  margin: 0;
}


.product-description{

    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}

.product-description .slick-slide {
    min-height: 354px;
}

.main-container {
  flex-direction: column;
    background: white;
}

.image-slider {
  width:100%;
}

.product-text-details{
  width:100%;
      padding: 25px 0;
      max-height: 800px;
}

   .product-specification-list .parameter {

    flex: 0 0 90%;
    padding: 25px 0;
  }
  

  .docs-container{
flex-direction: column;
}

.doc-item{
  padding: 25px 0;
}

.doc-item h4{
  padding: 0 ;
}

#accessories{
background: linear-gradient(0deg, rgba(70,70,70,1) 0%, rgba(168,168,168,1) 100%);
}
.product-accessories {
    padding: 50px;
    max-width: 100%;
}
.accessories-item{
flex: 0 0 50%;
    max-width: 50%;
}

.category-list-item:hover h5:before{
width: 60%;
bottom: 0px;
 }


/*PRODUCT PAGE--------------------------------------*/
.main-info h1{
  text-align: center;
}

.main-info{
  margin: auto;
}
.rel-items-cards{
  flex-wrap: wrap;
  row-gap: 25px;
}
.rel-item-card{
  flex: 0 0 45%;
}

/*POST STYLES-----------------*/

section#post-image .head-post-text{
  top: 30%;
    left: 10%;
    width: 90%;
}
section#post-image .head-post-text h5{
font-size: 1.8rem;
}
section#post-image .head-post-text h1{
font-size: 2.5rem;
}

}