/* dark: #464646 */

/* Style the scrollbar track */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}


/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: #888; /* Color of the thumb */
  border-radius: 6px; /* Rounded corners for the thumb */
}

/* Change thumb color on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
     scroll-behavior: smooth;
     font-size: 16px;
}
body{
  font-family: 'Play'!important;
}

h1,h2,h3,h4,h5,h6{
/*  font-family: 'Play';*/
  font-weight: 700;
}

h2{
  font-size: 3rem;
}

h3{
font-size: 2rem;
text-align: center;
padding: 1vw;
}

h3.play{
font-size: 2rem;
text-align: left;
color:#3AAFA9;
/*text-shadow: #00000040 0.15vw 0.15vw;*/
padding: 1vw 0;
font-weight: normal;
}

h4{
    font-size: 1.5rem;
  padding: 10px;
  font-weight: normal;
}
h5{
color: #3AAFA9;
/*text-shadow: 2px 4px 4px #000;*/
font-size: 1.3rem;
text-align: center;
padding: 1vw;}

p{
  font-size: 1.3rem;
}

span{
  color:#757575;
  font-size: 1rem;
  text-align: center;
  padding:0 5px;
}

span.viewMore{
  color:white;
  font-size: 1.5rem;
  padding: 1vw 2vw;
  border: 2px solid white;
  border-radius: 5px;
  opacity: 0;
}
a,
a:visited,
a:hover{
  text-decoration: none;
  color:inherit;
}



/* --------------------------START OF HEADER ------------------------------------ */
header#mob_head {
  display: none;
}

header#head {
/*  background-color: #464646;*/
  padding: 0;
}

header .container {
  display: flex;
  margin: auto;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
}

header i {
  font-size: 1.2rem;
  padding: 5px;
  color: #3AAFA9;
}

header .container div,
header .container div a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 25%;
}
/*header .container div:nth-child(1) {
  justify-content: flex-start;

}*/
.center-item {
  border-left: 1px solid #3AAFA9;
  border-right: 1px solid #3AAFA9;
}

header .container div span {
  font-weight: 600;
  margin-left: 5px;
  color: black;
  font-size: 1rem;
}

header .container .push {
  margin-left: auto;
}

header .container .language {
  flex: 0 0 10%;
}



header .container .menuItem select {
  border: 0px solid #464646;
  color: #464646;
  font-size: 1rem;
  background-color: transparent;
}

header .container .menuItem select option {
  color: #464646;
}

header .container div .icon {
  width: 1vw;
  height: 1vw;
  object-fit: fill;
}

header .container-fluid {
  background-color: white;
}

header #mainMenu {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-height: 100px;
  margin: auto;
}

header #mainMenu #logo {
  flex: 0 0 15%;
  padding: 5px;
  align-self: center;
}
header #mainMenu #logo .custom-logo-link{
  display: inline-block;
  }

header #mainMenu #logo img {
  max-width: 225px;
  max-height: 100px;
/*  height: 70%;*/
}

header .container-fluid.gray{
  background: #464646;
/*  border-top:1px solid silver;*/
/*  border-bottom:1px solid white;*/
  
}


header .container-fluid.gray .menu-main-menu-container ul li a {
color:white;
font-weight: 700;
/*font-size: .8rem;*/
}
.menu-main-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60%;
  text-transform: uppercase;
  position: relative;
}

.menu-main-menu-container ul {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
}

.menu-main-menu-container ul li {
  display: inline-block;
}

.menu-main-menu-container ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #3AAFA9;
  transition: width 0.3s;
}

.menu-main-menu-container ul li:hover::after,
.menu-main-menu-container ul li.current-menu-item::after /*this is it*/ {
  width: 60%;
  transition: width 0.9s;
}

.menu-main-menu-container ul li a {
  text-decoration: none;
  color: #464646;
}

.menu-main-menu-container ul li a:hover {
  color: #3AAFA9;
}

.search {
  align-self: center;
  flex: 0 0 5%;
}
/* --------------------------END OF HEADER ------------------------------------ */

/* --------------------------START OF SLIDER ------------------------------------ */
section {
  width: 100%;
}

section#slider {
  height: 45vw;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 1s;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(70%) blur(0px);
}

.swiper-slide .slide-info {
  position: absolute;
  width: 50%;
  height: 70%;
  top: 20%;
  left: 10%;
  background: rgba(83, 83, 83, 0.6);
  border-radius: 3px;
  border-top-right-radius: 10%;
  text-align: left;
}

.swiper-slide .slide-info h3 {
  color: #3AAFA9;
/*  font-family: 'Play';*/
  font-size: 1.8vw;
  font-weight: normal;
  text-align: left;
  padding: 2vw 2vw;
/*  text-shadow: 0px 0px 3px #000000;*/
}

.swiper-slide .slide-info h2 {
  color: white;
  font-size: 2.5vw;
  font-weight: normal;
  text-align: left;
  padding: 1vw 2vw;
/*  text-shadow: 0px 0px 3px #000000;*/
}

.swiper-slide .slide-info p {
  color: white;
  font-size: 1.5vw;
  text-align: left;
  padding: 2vw 2vw;
  padding-bottom: 4vw;
}

.swiper-slide .slide-info a {
  color: white;
  font-size: 1.5vw;
  text-align: left;
  background: #3AAFA9;
  padding: 1vw 2vw;
  margin-left: 2vw;
  position: absolute;
  bottom: 1vw;
  left: 1vw;
}

.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);
}

.swiper-button-next,
.swiper-button-prev {
  color: #3AAFA9 !important;
}

.swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #3AAFA9 !important;
}

.swiper-slide .slide-info .custom-logo {
  display: none;
}

.slide_bottom {
  display: none;
}

/* --------------------------END OF SLIDER ------------------------------------ */



/* --------------------------START OF PRODUCTS ------------------------------------ */


.cards-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  padding: 100px 50px;

}


section#products .content-card{
min-width: 400px;
max-width: 750px;
min-height: 400px;
max-height: 550px;


background-color: #464646;
color: white;
display: flex;
text-align: left;
border-radius: 5%;
margin: 0 50px;
max-height: 500px;
}


.card-text{
  box-sizing: border-box;
min-width: 200px;
max-width: 350px;
min-height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 40px;
}

.card-text h3{
  text-align: left;
  padding: 0;
}

.card-text i{
padding: 0 5%;
font-size: 50px;
color: #3AAFA9;
transition: all .5s 0s ease;
  }
  .content-card:hover i{
font-size: 75px;
transition: all .5s 0s ease;
  }
.card-img{
  min-width: 200px;
  max-width: 350px;

  min-height: 250px;
  max-height: 400px;
  
  overflow: hidden;
  position: relative;
}
  .card-img img{
    position: absolute;
    top:50%;
    left:50%;
    translate: -50% -50%;
    rotate: -30deg;
    scale: 2;
    transition: all .5s 0s ease;
  }

  .content-card:hover .card-img img{
    rotate: 0deg;
    scale: 1;
    transition: all .5s 0s ease;
  }
/* --------------------------END OF PRODUCTS ------------------------------------ */


/* --------------------------START OF CATEGORIES ------------------------------------ */

section#categories{
  width: 90%;
  margin: auto;
  position: relative;
}
section#categories p{
text-align: center;
}
section#categories .container{

padding: 100px 0;

  }
section#categories #all-cat{
  display: block;
  box-sizing: content-box;
    width: 250px;
    margin: 20px auto;
    text-align: center;
    
    box-shadow: 0px 0px 1px rgba(56, 56, 56, .4);
    font-size: 1.5rem;
    
    padding: 20px 30px;
    vertical-align: middle;
    background: #3AAFA9;
    bottom: 20px;
    transition: all .2s;
    
}
section#categories #all-cat:hover{
color:white;

}

.categories--list{
/*  padding: 0 100px 150px;*/
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 10px 10px;
}

.categories--item{
position: relative;
flex: 1 1 20%;
min-height: 310px;
max-height: 350px;
box-sizing: border-box;
/*padding: 10px 20px;*/
/*padding: 50px 10px;*/
border: 1px solid #eff1f5;
z-index: 1;
transition: all .3s;
  }

  .categories--item:hover{
background-color: white; 
border: 0px solid #eff1f5;
box-shadow: 0px 0px 12px silver;
z-index: 2;
  }
.categories--item h4{
text-align: center;
}
.categories--item-image{
  width: 100%;
  height: 70%;
position: relative;
overflow: hidden;

}

.categories--item-image img{
  box-sizing: border-box;
  padding-bottom: 1vw;
  width: 100%;
  height: 100%;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
transition: all .3s;
}
.categories--item:hover img{
  transform: translate(-50%, -50%) scale(1.3);
}


section#categories .swiper-slide{
  width: 23%; 
  justify-self: center;
}
section#categories .swiper-slide .item{
  box-sizing: content-box;
  
  min-width: 200px;
  max-width: 350px;
/*  height: 200px;*/
  padding: 100px 0;
}

section#categories .swiper-wrapper{
  justify-content: space-between;
}

.item h4{
  font-size: 1.3rem;
  color: white;
}

.item h4:after
{
  position: absolute;
  left:0;
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #464646;
  transition: width 0.3s;
  margin: 0 10%;
  z-index: 999;
}

.item:hover h4:after
{
width: 80%;
transition: width 0.3s;
}

.item i{
  display: none;
  margin: 25px 0;
  font-size: 3rem;
  color: white;
}
/* --------------------------END OF CATEGORIES ------------------------------------ */

/* --------------------------START OF ABOUT POSTS ------------------------------------ */
section#about{
width: 100%;
background: #464646;
position: relative;
}

section#about::before,
section#about::after{
content: '';
position: absolute;
background: url('../images/separator_top.png');
background-size: 100% 70%;

background-repeat: no-repeat;
width: 100%;
height: 150px;
z-index: 2;
}


section#about::before{
  top:-50px;
left: 0;
transform: rotate(180deg);
}

section#about::after{

bottom:-50px;
left: 0;

}

.about-container{
  display: flex;
  flex-direction: column;
  padding: 100px 100px;
  row-gap: 50px ;
/*  min-width: 1000px;
  max-width: 1300px;*/
}
.about-item{
  display: flex;
  flex-direction: row;
  column-gap: 25px;
}

.about-item:nth-child(2){
  flex-direction: row-reverse;
}


  .about-item-image{
    flex: 0 0 50%;
    position: relative;
    background-position: center center;
    background-size: cover;
  
  }
.about-item-image img{
    width: 100%;
  }

.about-item-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

.about-item-text h3{
padding: 0 0 25px;
}
.about-item-text p{
font-family: 'Poppins';
font-weight: 400;
color: white;
font-size: 1.3rem;
line-height: 1.6rem;
}

.learn{
  display: block;
  min-width: 150px;
  max-width: 180px;
  min-height: 48px;
  max-height: 64px;
  border-radius: 5px;
  background: #3AAFA9;
  box-shadow: 2px 4px 4px 0px #00000040;
  padding: 7px 5px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.2rem;

position: absolute;
bottom: 45px;
left: 45px;
color: white;
}

.learn a{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
color:white;
  }

.learn a:hover{
color:#464646;
  }

/*section#about .row{
padding:3vw 0;
}
section#about .first-row-item{
  padding-left: 1vw;
}
section#about .second-row-item{
  padding-right: 1vw;

}

section#about .col-md-6{
  position: relative;
}

section#about .col-md-6 img{
width: 100%;
  }

section#about p{
  text-align: justify;
  color: white;
}
section#about h3{
  padding: 0;
padding-bottom: 1vw;
}

section#about span{
   position: absolute;
  bottom: 15%;
  left:55%;
  padding:1vw 2vw;
background-color:#3AAFA9;
color:white;
border-radius: 1vw;
box-shadow: none;
translate: -50% 0;
transition: all 1s 0s ease;
}


section#about .second-row-item span{
left:45%;
}

#bottom_separator,
#top_separator{
  display: none;
}

#pc_learn{
  display: block;
}

#mobile_learn{
  display: none;
}*/



section#objects{
  padding: 5vw 0;
  background: #464646;
}

#objects .container{
  flex-direction: column;
}

.obj_hr{
  display: inline-block;
}
section#objects  .locate {
width: 80%;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color:#3AAFA9;
  }
section#objects  .locate img{
width: 10vw;
padding: 2vw;
}

section#objects  .locate span{
  padding: 1.8vw;
  color: white;
}






section#objects  #results{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
gap:5%;
  }

  section#objects  #results .example{
    position: relative;
width: 30%;
  }

section#objects  #results .example:hover>a span.viewMore{
opacity: 1;
transition: all .5s 0s ease;
}
section#objects  #results .example a span.viewMore:hover{
color: #3AAFA9;
background: white;
border-color: #3AAFA9;
transition: all .5s 0s ease;

}

section#objects  #results .example img{
position: relative;
width: 100%;
height: 15vw;
border-radius: 1vw;
transition: all .5s 0s ease;
  }

section#objects  #results .example:hover img{
width: 105%;
transform: scale(1.1);
box-shadow: 12px 12px 2px 1px rgba(56, 56, 56, .4);
transition: all .5s 0s ease;
}

  section#objects  #results .example span{
position: absolute;
top:40%;
left:50%;
transform: translate(-50%, -50%);
transition: all .5s 0s ease;
  }

section#objects  #results .example hr{
  position: relative;
  top:-15%;
  width: 15%;
  margin: auto;
  background: #3AAFA9;
  margin-top: 1vw;
  height: 0.1vw;
  opacity: 0;
  transition: all .5s 0s ease;
}

section#objects  #results .example:hover hr{
top:0;
opacity: 1;
transition: all .5s 0s ease;
}
section#objects  #results .example h5{
position: relative;
top:-15%;
opacity: 0;
transition: all .5s 0s ease;
}
section#objects  #results .example:hover h5{
top:0%;
opacity: 1;
transition: all .5s 0s ease;
}

section#objects  #results{
  display: flex;
}

section#objects  #slide_results{
  display: none;
}



/*-----------------END OF OBJECTS-------------------------*/


/*----------------START OF contactUs-------------------------*/




#contactus h2{
  text-align: center;
  text-decoration: underline;
  padding: 80px 0;
}

#contactus p{
  text-align: center;
  padding: 40px 0;
}
#contactus ul{

}
#contactus ul li{
color:#464646;
text-align: center;
padding: 15px 0;
}

#contactus .location{
  background-color: #a8a8a8;
    margin: 150px 0;
}








/*--------------------------OLD STYLES--------------------------------------------*/
section#contact_more{
  position: relative;
  padding: 150px 50px;
}

.contact_container{
  position: relative;
    background-image: url('../images/Background.png');
/*    padding: 150px 50px;*/
min-height: 500px;
    max-height: 800px;
    width: 80%;
    margin: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(80%) blur(3px);
}

.contact_info{
  position: absolute;
  top:50%;
  width: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  color:white;
/*  text-shadow: 0px 0px 3px #3AAFA9;*/
  }

  .contact_info h3,
  .contact_info p
  {
text-align: left;
padding: 3vw 0;
  }

  .contact_info i{
    font-size: 5rem;
    color: #3AAFA9;
  }




/*-----------------END OF contactUs-------------------------*/

/*-------------------------------START of FOOTER -------------------------------*/

footer#footer{
position: relative;
background: #464646!important;
border-top: 1px solid #333232;
}


footer#footer .container .custom-logo-link{
  rotate: 270deg;
      position: relative;
    top: 20%;
}

footer#footer .custom-logo-link img{
width: 20vw;
  }


footer#footer h5{
  font-size: 1.1vw;
  padding: 0;
  padding-bottom: 2vw;
  text-align: left;
}

footer#footer .container-fluid{
  height: 3vw;
  padding: 2vw 0;
}

footer#footer .container-fluid .socials{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin: auto;
}
footer#footer .container-fluid .socials ul li{
width: 25px;
height: 25px;
  }
  footer#footer .container-fluid .socials li a{
width: 100%;
height: 100%;
  }

footer#footer .container-fluid .socials ul{
display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  }
  .socials ul li i{
    color: #3aafa9;
    font-size: 2vw;
  }

ul{
display: inline-block;
width: 100%;
}

ul li{
font-size: 1rem;
padding: 5px 0;
color: white;
}


/*------------POSTS STYLES----------------------------*/

section#posts-head{
  position: relative;
  width: 100%;
}

#posts-head h2{
  padding: 40px 0 25px;
  text-align: center;
  color: #3AAFA9;
}

#posts-head h5{
  padding: 25px 0;
  text-align: center;
  color: #757575;
  width: 70%;
  margin: auto;
}
.posts-container{
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 50px;
  position: relative;
}
.posts-item{
  flex: 0 0 45%;
  min-height: 350px;
    position: relative;
}

.posts-item-image{
  position: absolute;
  min-width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.posts-item-image img{
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-position: 50% 50%;
  transition: all .6s;
}

.posts-item-info{
  position: absolute;
  padding: 60px 15px 0 100px;
  z-index: 1;
  color: #3AAFA9;
  text-align: left;

  }

.posts-item:hover * img{
transform: scale(1.3);
transition: all .6s;
}

  .posts-item-info h4{
  
    font-weight: bold;
    padding: 0;
    text-align: left;
  }

  .posts-item-info h3{
    color: white;
    padding: 50px 0;
    text-align: left;
  }

  .posts-item-info span{
    position: relative;
color: #3AAFA9;
padding: 30px 0 5px;
font-size: 1.5rem;
  }

  .posts-item-info span::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3AAFA9;
  height: 1px;
  width: 0;
  z-index: 1;
  transition: all .6s;
  }

.posts-item:hover * span::before{
    width: 200px;
    transition: all .6s;
  }



.pagination{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 40%;
    margin: auto;
    height: 90%;
    border-radius: 50px;
    box-shadow:  0 0 1em #3AAFA9;


 }

     
section#paginate{
  margin: 50px 0;
}
section#paginate .page-numbers.current{
border-bottom: 2px solid #3AAFA9;
color: #3AAFA9;
}
section#paginate ul{
  font-size: 1.5rem;
}
section#paginate .page-numbers{
  font-size: 1.5rem;
  color: #757575;
}

section#paginate a i,
section#paginate i{
  display: block;
  width: 30px;
  height: 20px;
filter: grayscale(0);
}

section#paginate i{
  filter: grayscale(50%);
}


section#paginate a i:hover{
width: 40px;
  height: 25px;
  transition: all 0.3s 0s ease;
}
section#paginate i{
  margin: 20px;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s 0s ease;
}
section#paginate i#right{
rotate: 180deg;
}

section#paginate i:hover{
width: 40px;
  height: 25px;
  transition: all 0.3s 0s ease;
  }

  /*-------------------------------POST----------------------------------------------*/

/*Top image*/



section#post-image{
  height:500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section#post-image .head-post-text{
  position: absolute;
top:20%;
left:30%;
width: 40%;
}

section#post-image h5{
/*font-family: 'Play';*/
padding: 0;
text-align: left;
}

section#post-image h1{
margin-top: 2vw;
font-size: 3vw;
color: white;
/*font-family:'Rubik';*/
}



/* Side panel */
aside{
  display: block;
  margin-top: 10%;
  width: 20%;
  float: right;
  height: 35vw;
  margin-right: 5vw;
}

aside #search-side{
  width: 100%;
  margin:auto ;
  display: flex;
  justify-content: space-betwenn;
  gap:4%;
}

 input.search_input{
  height: 3vw;
  box-sizing: border-box;
  border-radius: .5vw;
  border: 0px;
  box-shadow:0em 0em 1.5em rgba(58, 175, 169,0.8);
}


input[type="search"]{
width: 78%;
}
input[type="search"]::placeholder{
color:rgba(58, 175, 169,0.4);
padding: 1vw;
  }

input[type="image"]{
width: 18%;
background: #296F74;
object-fit: scale-down;
}

aside #latest-post{
  width: 100%;
  height: 80%;
  border-radius: 2vw;
  margin-top: 1vw;
  box-shadow:0em 0em 1.5em rgba(58, 175, 169,0.8);
}
aside #latest-post h4{
  padding: 1vw;
  margin: 2vw 0 0 0;
  text-align: center;
}

aside #latest-post hr{
  width: 90%;
  margin: auto;
  border:1px solid #3AAFA9;
  }

aside #latest-post ul li{
  padding: .5vw;
  line-height: 2.5vw;
font-size: 1vw;
text-align: center;
position: relative;
}
aside #latest-post ul li::before {
  content : "";
  position: absolute;
  left    : 40%;
  bottom  : 0;
  height  : 1px;
  width   : 4vw;  /* or 100px */
  border-bottom: 1px solid #3AAFA9;
}


aside #latest-post ul li a{
text-decoration: none;
color:#464646;
}
aside #latest-post ul li:nth-child(odd) {
  font-weight: bold;
}
/*---------------------------------------*/

/* Text area */
section#post-info{

  width: 80%;
  margin: 100px auto;
  font-size: 1vw;
}
#post-info li{ 
color:#464646;
}

section#post-info h2{
/*font-family: 'Play';*/
text-align: left;
color: #3AAFA9;
font-size: 3.5vw;
margin: 2vw 0;
}

  section#post-info p{

/*font-family:'Rubik';*/
text-indent:3rem;
padding-bottom: 20px;
line-height: 3rem;
/*text-align: justify;*/
font-size: 1.5rem;
  }
section#post-info .post_block ul, ol{
margin: 2vw 0;
}
section#post-info .post_block ul li{
/*  font-family:'Rubik';*/
  list-style-type: none;
font-size: 1.5vw;
  padding: 0.7vw;
}

section#post-info .post_block  ul li:before{
 color: #3AAFA9; 
 content: "•"; 
 padding-right: 7px; 
}

section#post-info .post_block ol {
  font-family:'Rubik';
  counter-reset: section;
  list-style-type: none;
  font-size: 1.5vw;
}

section#post-info .post_block ol li::before {
  counter-increment: section;      
  content: counters(section,".") ". ";

    color: #3AAFA9; 
}

/*section#post-info .post_block table{
width: 60%;
margin: 2vw auto;
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
  table-layout: fixed;
}

section#post-info .post_block table caption{
margin: 1vw;
font-size: 1.3vw;
  }

section#post-info .post_block th{
font-size: 1vw;
}

section#post-info .post_block th, td {
  color: #3AAFA9;
  padding: 1em;
  background: #ddd;
  border-bottom: 2px solid white; 
  text-align: center;
  vertical-align: middle;
  font-size: .8vw;
}*/


 section#post-info .post-images{
  width: 80%;
  height: 25vw;
  display: flex;
  justify-content: space-between;
  gap: 3%;
  margin-top: 7vw;
 }

 section#post-info .post-images img{ 
  width: 25vw;
   height: 20vw;
   border-radius:3vw }



/* ---------------------End of Text area*/
   section#relative_post{
    width: 100%;
    height: 30vw;
    background: linear-gradient(180deg, #3AAFA9 14.58%, #17252A 100%);
    position: relative;
   }

   section#relative_post .relative{
    width: 70%;
    margin: auto;
    height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
   }

   section#relative_post .relative h2{
font-size: 2vw;
/*font-family: 'Play';*/
color:white;
margin-top: 1%;
margin-left: 2%;
font-weight: normal;
   }

   section#relative_post .relative span{
font-size: 1.1vw;
margin-left: 2%;
color:white;
   }

section#relative_post .relative .relative-items{
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap:5%;

}
section#relative_post .relative .relative-items .rel-item{
 background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2vw;
  position: relative;
  width: 30%;
  font-size: 1.3vw;
}

section#relative_post .relative .relative-items .rel-item h3{
font-size: 2vw;
position: absolute;
top:10%;
left:10%;
color: white;
font-weight: normal;
}

section#relative_post .relative .relative-items .rel-item button{
  position: absolute;
  bottom: 3vw;
  left: 2vw;
  width: 7vw;
  height: 3vw;
  background: #3AAFA9;
  color: white;
  border: 0px;
  border-radius: 1vw;
text-align: center;
vertical-align: middle;
  }

section#relative_post img{
  height: 100%;
  width: 15%;
  position: absolute;
}

 section#relative_post img:nth-child(1){
    left: 0;
   }

   section#relative_post img:nth-child(2){
    rotate: 180deg;
    right: 0;
    transform: scale(1, -1);
   }

/* ---------------------------------------------------------------- CONTACT */

section#contact_head{
  height: 35vw;
  background-repeat: no-repeat;
  background-size: cover;
}

section#contact_head #contact_head_content{
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap:5%;
  align-items: center;
  height: 100%;
}


section#contact_head #contact_head_content a  {
  text-decoration: none;
   border-radius: 2vw;
  width: 35%;
  background: radial-gradient(108.12% 195.14% at 0% 0%, rgba(58, 146, 175, 0.8) 0%, rgba(53, 192, 167, 0.4) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  height: 25vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap:5%;
}
section#contact_head #contact_head_content a  img{
width: 10vw;
margin: 2vw auto 0 auto;
}
section#contact_head #contact_head_content a h2{
font-size: 2.5vw;
color:white;
font-weight: normal;
text-align: center;
  }

  section#contact_head #contact_head_content a p{
font-size: 1.5vw;
color:white;
font-weight: normal;
text-align: center;

  }

.separate_line{
  width: 100%;
  height: 3vw;
  background-size: contain;
  filter: blur(5px);
  position: absolute;
  top:5vw;
}


section#about_us{
  height: auto;
  position: relative;
  top:5vw;
  margin-bottom: 7vw;
}
section#about_us h3, section#contacts h3{
background: white;
position: relative;
top: 1vw;
width: 40vw;
padding: 3vw 6vw;
margin: auto;
box-sizing: border-box;
  border-radius: 5vw;
  border: 0px;
  box-shadow:0em 0em 1.5em rgba(58, 175, 169,0.8);
  vertical-align: middle;
/*  font-family: 'Play';*/
  color: #37B0AA;
  font-size: 4vw;
}

section#about_us .about_content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1%;
  width: 90%;
  margin: auto;
  margin-top: 5vw;
  height: 75%;
}
section#about_us .about_content .about_info{
  width: 65%;
  line-height: 4vw;
}
section#about_us .about_content .about_info img{
  display: block;
width: 40%;
margin: auto;
}
section#about_us .about_content .about_partners{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
}

section#about_us .about_content .about_partners h5{
font-size: 2.5vw;
/*text-shadow: #00000040 0.15vw 0.15vw;*/
  }

  section#about_us .about_content .about_partners a{
text-decoration: none;
  }
  section#about_us .about_content .about_partners p{
text-align: center;
margin: 1vw 0;
color:#37B0AA;
  }

section#about_us .about_content .about_partners img{
  width: 90%;
  height: 15vw;
  border-radius: 3vw;

}

section#add_info{
  height: 25vw;
  background: linear-gradient(180deg, #2B7A78 0%, #20333A 100%);

}
section#add_info .container{
display: flex;
justify-content: space-between;
  }

section#add_info .container .social{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
height: 90%;
color:white;
flex:1;
}

section#add_info .container .social h2{
  font-weight: normal;
}

section#add_info .container .social .social_icons{
flex:.5;
display: flex;
justify-content: space-around;
width: 70%;
height: 30%;
  }
section#add_info .container .social .social_icons img{
width: 7vw;
}

 section#add_info .container .additional{
display: flex;
justify-content: space-around;
flex:1;
 }

  section#add_info .container .additional .additional_item{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
  }

    section#add_info .container .additional .additional_item img{
flex:0 0 40%;
width: 80%;
height: 70%;
margin:2.5vw 0;
    }

      section#add_info .container .additional .additional_item p{
flex:0 0 30%;
color:white;
    }

section#contacts{
  height: 100vw;
  position: relative;
  background: #D4D1D1;

}

section#contacts iframe{
position: relative;
top:10vw;
width: 100%;
height: 35vw;
filter: grayscale(50%)  brightness(33%);
transition: all 1s 0s ease;
  }

  section#contacts iframe:hover{

filter: grayscale(10%)  brightness(80%);
transition: all 1s 0s ease;
  }

section#contacts .info-block{
  position: relative;
  display: inline-flex;
  top:13vw;
left: 5vw;
  width: 35%;
  height: 30vw;
  background: radial-gradient(142.75% 186.04% at 92.96% 117.83%, #113D46 0%, #38CDC5 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  box-shadow: 2vw 2vw 0.2vw 0.1vw rgba(56, 56, 56, .4);
  flex-direction: column;
  justify-content: space-around;
  transition: all 1s 0s ease;
}



section#contacts .info-block .contactItem{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  height: 90%;
  margin: auto;
  align-items: center;
  gap: 5%;
  color: white;
}

section#contacts .info-block .contactItem img{
width:5vw;
  }

section#contacts .info-block .contactItem .contactData{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 30%;
}
section#contacts .info-block .contactItem .contactData h4{
font-size: 1.3vw;
transition: all 1s 0s ease;
}


section#contacts .info-block .contactItem .contactData p{
  font-size: 1vw;
padding: 0.5vw;
transition: all 1s 0s ease;
  }

section#contacts .info-block .contactItem .contactData .sub-menu 
{ 
   display: none; 
} 
section#contacts .info-block .contactItem .contactData .main-item{
  text-decoration: none;
  padding: 1vw;
  color: white;
  font-size: 1vw;
  border:1px solid white;
  border-radius: 1vw;
  position: relative;
  transition: all 1s 0s ease;
}


section#contacts .info-block .contactItem .contactData .sub-menu{
/*  border: 1px solid white;*/
  border-top:0px;
}
section#contacts .info-block .contactItem .contactData .sub-menu li{
  padding: .5vw;
position: relative;
}
section#contacts .info-block .contactItem .contactData .sub-menu li:first-child{
margin-top: 1vw;
  }
section#contacts .info-block .contactItem .contactData .sub-menu li a{
text-decoration: none;
color: white;
font-size: 1vw;
}


.hidden-contacts {
    display: none;
    overflow: hidden; /* Додаємо цю властивість, щоб контейнер приховував зміст, який виходить за його межі */
  }
  .sub-menu li {
    margin-bottom: 5px; /* Додаємо невеликий відступ між елементами списку */
  }

  section#contacts .info-block.expanded {
  height: 50vw;
  top:0;
    transition: all 0.5s ease; /* Анімація зміни висоти */
  }
/*section#contacts .info-block .contactItem .contactData .main-item:hover ~ .sub-menu, 
section#contacts .info-block .contactItem .contactData .main-item:active ~ .sub-menu, 
section#contacts .info-block .contactItem .contactData .sub-menu:hover 
{ 
   display: block; 
} */


section#contacts .feedback{
  position: relative;
  right: -10%;
  top:11vw;
  display: inline-flex;
width: 50%;
height: 32vw;
transition: all 1s 0s ease;
/*background: rgba(0,0,0, 0.1);*/
  }
/*section#contacts .info-block:hover ~.feedback{
top:7vw;
transition: all 1s 0s ease;
}*/

  section#contacts .feedback input[type="text"], .feedback input[type="tel"], .feedback input[type="email"]{
    box-sizing: border-box;
    width: 40%;
    height: 5vw;
    border:1px solid #2C929A;
    box-shadow:0em 0em 1.5em rgba(58, 175, 169,0.8);
    margin: 2vw 2vw 1vw 2vw;
    border-radius: 1vw;
    background: rgba(58, 175, 169,0.01);
    padding: 1vw;
/*    font-family: 'Rubik';*/
    font-size: 1.5vw;
  }

  section#contacts .feedback textarea{
    box-sizing: border-box;
    width: 88%;
    content: 'Place your message here';
    height: 8vw;
    border:1px solid #2C929A;
    box-shadow:0em 0em 1.5em rgba(58, 175, 169,0.8);
    margin: 2vw 2vw 1vw 2vw;
    border-radius: 1vw;
    background: rgba(58, 175, 169,0.01);
    padding: 1vw;
/*    font-family: 'Rubik';*/
    font-size: 1.5vw;
  }

  section#contacts .feedback input[type="submit"]{
    width: 100%;
    background: #3AAFA9;
     box-sizing: border-box;
    width: 88%;
    height: 4.5vw;
    border:1px solid #2C929A;
    margin: 2vw 2vw 1vw 2vw;
    border-radius: 1vw;
/*    font-family: 'Rubik';*/
    font-size: 1.5vw;
    box-shadow:0em 0em 1.5em rgba(58, 175, 169,0.8);
  }



.arrow {
  position: absolute;
  right: 2vw;
  top:1.5vw;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
























/*--------------------CATALOG PAGE-------------------*/
#catalog{
/*  background: #464646;*/
}

.catalog-header-text,
.big-categories-text{
  text-align: center;
  color: #3AAFA9;
/*  font-family: 'Play';*/
  padding: 100px 50px 50px;
}

.catalog-header-text h2,
.big-categories-text h2{
  position: relative;
  font-size: 3rem;
  text-transform: uppercase;
}

.catalog-header-text h2::before,
.big-categories-text h2:before{
content: "";
position: absolute;
bottom: 0;
left:50%;
transform: translateX(-50%);
background: #3AAFA9;
height: 2px;
width: 500px;
z-index: 2;
}

.catalog-header-text p,
.big-categories-text p{
padding: 50px 0 0;
font-size: 1.5rem;
width: 80%;
margin: auto;
line-height: 2.5rem;
}





.slider-container {
  position: relative;
  width: 80%;
  margin: 100px auto;
}

.slider-container b{
  display: none;
  color:white;
  font-size: 1rem;
  position: absolute;
  top:-30px;
  right: 0;
}

/*.slider-container::before{
content: "";
position: absolute;
bottom: -10px;
background: #3AAFA9;
height: 2px;
width: 100%;
z-index: 1;
  }

  .slider-container::after{
    content: "";
position: absolute;
bottom: -10px;
left:var(--left);
background: black;
height: 2px;
width: var(--width);

z-index: 1;
overflow: hidden;
transition: all .3s;
  }
*/
#slider-categories{
    background-color: #a8a8a8;
  padding: 35px 0;
}
.cat_container{
    position: relative;
  overflow: hidden;
  max-width: 850px;
    margin: auto;
}
.cat_slider{
  display: flex;
  flex-direction: row;
  justify-content: center;
/*  align-items: center;*/
  column-gap: 25px;
}
  .slider-container .slider{
    display: flex;
  }

.slider-item{
  flex: 0 0 25%;
/*  height: 100%;*/
}

.slider-item a{
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
}

.slider-item-image{
  flex: 0 0 70%;
  width: 100%;
  
  overflow: hidden;
}
.slider-item-image img{
width: 100%;
height: 100%;
transform: scale(1.1);
transition: all .5s;
}

.slider-item-image:hover img{
transform: scale(1.2);
transition: all .5s;
  }
.slider-item h5{
   flex: 0 0 20%;
   display: flex;

   justify-content: center;
align-items: center;
font-size: 1.2rem;
/*padding: 5px 0;*/
position: relative;
}


.slider-item h5::before{
content: "";
position: absolute;
bottom: 0;
left:50%;
transform: translateX(-50%);
background: #3AAFA9;
height: 2px;
width: 0px;
z-index: 2;
transition: all .5s;

}
.slider-item:hover h5::before{
  width: 120px;
transition: all .5s;
  }


.prev-button,
.next-button{
  position: absolute;
/*  bottom: -2.5rem;*/
  background: transparent;
  bottom: -30px;
  border: 0px;
  color:black;
  font-size: 2.5rem;
  padding: 0;
  z-index: 2;
}
.prev-button{
  left:-8px;
}
.next-button{
 right: -8px;
  }



#big-categories{
padding: 50px 0;
}
.big-categories-text{
padding: 50px 50px;
}

.big-categories-container{
  width: 75%;
  margin: 100px auto;
  background: #a8a8a8;
}


.big-categories-container-row{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 700px;
  overflow: hidden;
}

.big-categories-container-row.visible .big-categories-item-image,
.big-categories-container-row:nth-child(even).visible .big-categories-item-image
{
  transform: translate(0, 0);
  transition: all .4s .5s;
}

.big-categories-container-row:nth-child(even) {
flex-direction: row-reverse;
}

.big-categories-container-row:nth-child(even) .big-categories-item-image{
transform: translate(150%, 0);
}

.big-categories-item-image{
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all .4s 0s;
  transform: translate(-150%, 0);
}
.big-categories-item-image img{
  min-width: 100%;
  height: auto;
}
.big-categories-item-text{
  position: relative;
  flex: 0 0 50%;
  padding: 100px 30px 40px 100px;
}
.big-categories-item-text h3{
text-align: left;
padding: 0 0 50px 0;
}
.big-categories-item-text p{
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 30px;
}
.big-categories-item-text li a{
  transition: all .2s;
}
.big-categories-item-text li a:hover{
  color: #3AAFA9;
}

.big-categories-item-text .view_all_cat{
  display: block;
  border:1px solid #464646;
  margin: 30px 0;
  width: 130px;
  font-size: 1.5rem;
  transition: all .5s;
  text-align: center;
  }

.big-categories-item-text .view_all_cat:hover{
color:#3AAFA9;
transition: all .5s;
}























/*------------------END OF CATALOG PAGE--------------*/




section#catalog{
  margin-top: 5vw;

  margin-bottom: 10vw;
}
section#catalog_head{
  position: relative;
  height: 25vw;
  background-size: cover;
  background-repeat: no-repeat;
}

section#catalog_head h1{
  position: absolute;
  top:40%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 5vw;
  font-family: 'Play';
  text-align: center;
  color: #3CC3BD;
  font-weight: 400;

}

section#catalog_head h4{
 position: absolute;
  top:65%;
  left:50%;
  transform: translate(-50%,-50%);
  color: white;
  width: 30%;
  text-align: center;
  font-weight: normal;
  }



section#catalog .container {
    display: flex; /* Флекс-контейнер для розташування списку категорій та карток товару в ряд */
  flex-wrap: wrap;
    width: 90%; /* Займатиме 90% ширини вікна */
    height: 100%;
    margin: 0 auto; /* Вирівнюємо контейнер по центру */
}
section#catalog .categories {
     border: 1px solid #3CC3BD;
    box-shadow: 0 .3vw .3vw rgba(60, 195, 189, 0.8); /* Задаємо розмір тіні у vw */
    border-radius: 1vw;
    padding: 2vw;
    flex: 0 0 25%; 
  width: 90%;
  height: 100%;
  margin-right: 2vw; 
}
section#catalog .category-title {
    color: #3CC3BD; /* Колір заголовка "Категорії" */
    font-size: 2vw; /* Розмір тексту заголовка (2vw = 2% ширини вікна браузера) */
   /* width: 100%;
    margin: auto;*/
    margin-bottom: 10px; /* Відступ знизу для заголовка */
}

section#catalog .category-line {
  
    border: none;
    border-top: 1px solid #1E6461;
    margin-bottom: 20px;
    width: 50%; /* Задаємо ширину лінії */
    margin-left:0vw; /* Забираємо додатковий відступ зліва для лінії */
}

section#catalog .accordion {
  margin: 10px;
    max-width: 100%;
}


section#catalog .accordion a{
text-decoration: none;
}
section#catalog input[type="checkbox"] {
    display: none; /* Приховуємо чекбокс */
}

/* Змінюємо колір тексту назв категорій та товарів */
section#catalog label,
section#catalog ul li {
    color: #1E6461;

}
/* Змінюємо розмір тексту назв категорій */
section#catalog label span {
  color:#1E6461;
    font-size: 1.4vw; 
    text-align: left;/* Розмір тексту назв категорій (3vw = 3% ширини вікна браузера) */
}

/* Змінюємо розмір тексту назв товарів у списку */
section#catalog ul li span {

    font-size: 1vw; 
    color:#1E6461;
    text-align: left;/* Розмір тексту назв товарів у списку (1.5vw = 1.5% ширини вікна браузера) */
}

section#catalog label .count {
    font-size: 0.75vw; /* Розмір тексту для кількості товарів в категорії (0.75vw = 0.75% ширини вікна браузера) */
    color: lightgray; /* Світло-сірий колір для тексту кількості товарів в категорії */
    margin-left: auto; /* Розташовуємо кількість справа */
}

section#catalog label {
    padding: 10px;
    display: flex; /* Використовуємо flex */
    justify-content: flex-start; /* Вирівнюємо елементи по краях */
    align-items: center; /* Вирівнюємо елементи по вертикалі */
    cursor: pointer;
    position: relative;
    font-size: 1.5vw;

}

section#catalog label::before {
    content: "\203A"; /* Символ стрілки */
    margin-right: 1vw; /* Збільшуємо відступи для стрілки (1vw = 1% ширини вікна браузера) */
    color: #1E6461;
    font-weight: bold;
    font-size: 3vw; /* Розмір стрілки (2.5vw = 2.5% ширини вікна браузера) */
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

section#catalog .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    min-height: 0; /* Додали фіксований min-height для контейнеру з вмістом */
}

section#catalog input[type="checkbox"]:checked + label::before {
    transform: rotate(90deg);
}

section#catalog input[type="checkbox"]:checked + label + .content {
    max-height: 1000px;
    display: block;
    min-height: 100%; /* Збільшили min-height для контейнеру з вмістом */
}


section#catalog .categories ul {
      list-style-type: none;
    padding-left: 0;
    margin: .5vw 0;
    background-color: #BFE8E68A; 
      border-radius: 1vw; /* Закруглюємо краї для фонового кольору на 1vw */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
  
}

section#catalog li {
   margin-bottom: 10px; /* Відступ знизу */
    position: relative;
    text-align: left; /* Вирівнюємо текст по лівому краю */
    margin-left: 20px; /* Відступ зліва */
    margin-top: 10px; /* Відступ зверху *//* Вирівнюємо текст по центру */
}

section#catalog li span {
    font-size: 1.2vw; /* Розмір тексту для категорій (1.2vw = 1.2% ширини вікна браузера) */
}

section#catalog li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40%; /* Ширина лінії */
    height: 1px;
    background-color: #1E6461; /* Колір лінії */
}

/* Медіа-запит для екранів шириною менше 768px */
@media (max-width: 768px) {
    li span {
        font-size: 2vw; /* Збільшуємо розмір тексту для категорій на менших екранах (2vw = 2% ширини вікна браузера) */
    }
}

section#catalog .products-block{

   flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
}
/* Флекс-контейнер для відображення карток товару */
section#catalog .products-block .product-cards {
  display: flex;
  flex-direction: row;
 flex-wrap: wrap;
}

section#catalog .product-card {
  width: 30%;
  height: calc(15vw * 2);
  background: linear-gradient(151.82deg, #C8E4E3 0%, rgba(120, 243, 228, 0.9) 110.25%),
              linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 1vw;
  padding: 1vw;
  margin: 1vw;
  display: flex;
  flex-direction: column;
  border: 1.5px solid white;
  box-shadow: .5vw .5vw .5vw rgba(0, 0, 0, 0.4); /* Додаємо тінь знизу */
}




section#catalog .product-card img {
  width: 100%; /* Зображення буде займати всю доступну ширину блоку */
  height: 12vw;
  border-radius: 5px;
}

section#catalog .product-card h3 {
  font-size: 1.2rem;
  color: #1E6461;
  margin-top: 10px;
  padding: 0 0 1vw 0;
  align-self: flex-start;
  text-align: left;
}

section#catalog .product-card p {
  font-size: 1rem;
  color: #1E6461;
  margin-top: 10px; /* Збільшуємо відступ зверху */
  margin-bottom: 20px; /* Збільшуємо відступ знизу */
  line-height: 1.5; /* Збільшуємо міжрядковий інтервал для кращої читабельності */
}

section#catalog .product-card .details-btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto; /* Розташовуємо кнопку внизу картки товару */
  text-align: center;
  background-color: #BFE8E6CC;
  color: #000000;
  padding: .5vw .3vw;
  width: 40%;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

section#catalog .product-card .details-btn:hover {
  background-color: #146150;
}



section#catalog .container .popular-articles {
 width: 100%;
 margin-top: 2vw;
}

section#catalog .popular-articles .categories-title {
  color: #3CC3BD; /* Колір заголовку */
  border-bottom: 2px solid #1E6461; /* Лінія під заголовком */
  padding-bottom: 10px; /* Відступи від лінії до заголовка */
}

/* Стилі для кожної статті */
section#catalog .article {
  display: flex;
  margin-bottom: 20px;
}

section#catalog .article img {
  width: 7vw; /* Збільшуємо ширину зображення статті */
  height: 7vw; /* Збільшуємо висоту зображення статті (зберігаємо пропорції) */
  border-radius: 5px;
  margin-right: 10px;
}

section#catalog .article-info {
  flex: 1;
}

section#catalog .article-info h3 {
  font-size: 1.5rem; /* Збільшуємо розмір заголовка статті */
  color: #1E6461;
}

section#catalog .article-info p {
  font-size: 1.2rem; /* Збільшуємо розмір короткого опису статті */
  color: #1E6461;
  margin-bottom: 1rem;
}

section#catalog .details-btn {
  display: inline-block;
  background-color: #BFE8E6CC;
  color: #1E6461;
  padding: 5px 10px;
  border-radius: 1vw;
  margin-top: auto;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

section#catalog .details-btn::before {
  content: "\f002"; /* Код символу лупи у вигляді іконки (може варіюватись залежно від використаної іконкової бібліотеки) */
  font-family: FontAwesome; /* Припустимо, використовуємо бібліотеку FontAwesome */
  margin-right: 5px;
}

section#catalog .details-btn:hover {
  background-color: #1E6461; /* Змінюємо колір кнопки при наведенні */
  color: #FFFFFF;
}

section#catalog .products-block .category-description {
  flex: 1; /* Займе доступний вільний простір всередині контейнера */
  padding: 20px; /* Відступи від країв контейнера */
}

section#catalog .products-block .category-description h2 {
  font-size: 2vw;
  color: #3CC3BD;
  margin-bottom: 1vw;
}

section#catalog .products-block .category-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section#catalog .products-block .category-description li {
  margin-bottom: 2vw;
}

section#catalog .products-block .category-description h3 {
  font-size: 1.5vw;
  color: #1E6461;
  margin-bottom: 1vw;
}

section#catalog .products-block .category-description p {
  font-size: 1.2vw;
  color: #1E6461;
  margin-bottom: 0.5vw;
}



/*.category-description {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.1s ease;
}
*.
/* Показати опис категорії з анімацією після завантаження категорії товарів 
.show-category-description {
  opacity: 1;
  max-height: 15vw; 
  transition: max-height 0.3s ease, opacity 0.3s ease;
}*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


section#deliveryPayment{
display: flex;
flex-direction: column;
color:#3CC3BD;
margin-bottom: 10vw;
}

section#deliveryPayment .content {
  width: 90%;
  margin: auto;
  margin-top: 2vw;
}


section#deliveryPayment .content h2{

font-size: 3vw;
font-family: 'Play';
/*text-shadow: .3vw .3vw #558ABB;*/
margin:2vw 1vw ;
}

section#deliveryPayment .content .content-info{
  display: flex;
  flex-direction: row;
  height: 30vw;
}

section#deliveryPayment .content .content-info .info-block{
  flex: .7;
    background-color: #BFE8E6;
    margin: 1vw;
    border-radius: 1vw;
    height: 100%;
}

section#deliveryPayment .content .content-info .info-block h3{
text-align: left;
font-size: 1.5vw;
font-weight: bold;
width: 80%;
border-bottom: 1px solid #1E6461;
margin-left:10%;
padding: 1vw 0;
}

section#deliveryPayment .content .content-info .info-block ul{
width: 80%;
margin-left:10%;
margin-top:2vw;
font-size: 1.3vw;
  }
section#deliveryPayment .content .content-info .info-block ul li{
  border-bottom: 1px solid #1E6461;
}

section#deliveryPayment .content .content-info .description-block{
  flex: 1;
}

section#deliveryPayment .content .content-info .description-block h4{
font-size: 1.5vw;
font-weight: bold;
padding: 1vw 0;
  }

  section#deliveryPayment .content .content-info .description-block p{
font-size: 1.5vw;
font-weight: 100;
line-height: 2vw;
color:#464646;
  }

section#deliveryPayment .content .content-info .info-block .payVariant{
width: 80%;
margin: auto;
margin-top: 5vw;
height: 7vw;
display: flex;
flex-wrap: wrap;

}
section#deliveryPayment .content .content-info .info-block .payVariant .payVariantText{
flex: 1;
align-self: center;
padding-left: 1vw;
}
section#deliveryPayment .content .content-info .info-block .payVariant img{
  flex: 0.5;
}
section#deliveryPayment .content .content-info .info-block .payVariant .payVariantText h3{
  margin: 0;
  border-bottom: 0px;
  width: 20vw;
}
section#deliveryPayment .content .content-info .info-block .payVariant .payVariantText font{
font-size: 1vw;
  }

section#deliveryPayment .content .content-info .info-block .payVariant span{
border: 1px solid #464646;
border-radius: 3vw;
padding:.5vw 2vw;
flex: 1;
}




/* Стилі для секції */
section#main_info{
    background: linear-gradient(151.82deg, rgba(200, 228, 227, 0.2) 0%, rgba(120, 243, 228, 0.18) 110.25%),
              linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
section#main_info .content-wrapper {
  display: flex;
  max-width: 80%;
  margin: auto; /* Задаємо максимальну ширину для контенту */
}

section#main_info .gallery-section {

  display: flex;
  justify-content: space-between;
  padding: 20px;

}

/* Стилі для галереї зображень */
section#main_info .image-gallery {
  display: flex;
  flex: .5;
  flex-direction: column;
  margin-right: 1.5vw;
  justify-content:center;
}

section#main_info .main-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

section#main_info .thumbnail-images {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

section#main_info .thumbnail-images img {
  width: 30%;
  cursor: pointer;
}

/* Стилі для текстового блоку */
section#main_info .text-block {
  flex: 1;
  margin-left: 20px;
  color: #1E6461;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section#main_info h2 {
   font-size: 3vw; /* Розмір заголовку у відсотках ширини вікна */
  margin: 2vw;
  text-align: center;
}

section#main_info .text-block p {
  margin-bottom: 1vw;
  font-size: 1.5vw;
}

/* Стилі для кнопки */
section#main_info .call-back-button {
   font-size: 1.5vw; /* Розмір тексту кнопки у відсотках ширини вікна */
  background-color: #1E6461;
  color: #C8E4E3;
  border: none;
  padding: 1vw 2vw; /* Відступи підлаштовуються також у відсотках ширини вікна */
  border-radius: 2vw;
  cursor: pointer;
  align-self: center;
  margin-top: 1vw;
}

/* Стилі для модального вікна */
section#main_info .modal {
  /* Сховати модальне вікно за замовчуванням */
  display: none;
  /* Додаткові стилі (це можна налаштувати за потреби) */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}


section#main_info .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

section#main_info .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

section#main_info #modalImg {
  max-height: 90%;
  max-width: 90%;
}

section#main_info .close-button {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

section#main_info .main-image {
  position: relative;
  display: inline-block;
}

section#main_info #mainImg {
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
}

section#main_info .zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  cursor: pointer;
}

#main_info ul {
  list-style-type: none;
  background: linear-gradient(151.82deg, rgba(200, 228, 227, 0.4) 0%, rgba(120, 243, 228, 0.36) 110.25%);
  padding: 0;
  margin: 20px 0;
  width: 100%;
}

#main_info ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3vw; /* Відступ між галочкою та текстом списку */
}
#main_info ul li .checkmark {
  display: inline-block;
  width: 2vw; /* Ширина галочки */
  height: 2vw; /* Висота галочки */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modalOrder
{
display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-order-content {
  background-color: #C8E4E3; /* Колір фону для модального вікна */
  margin: 15% auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  position: relative;
  color: #1E6461; /* Колір тексту в модальному вікні */
}

.modalOrder h2 {
  font-size: 24px; /* Розмір шрифту заголовку */
  margin-bottom: 15px; /* Відстань між заголовком і полем вводу номеру */
}

.modalOrder input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px; /* Відстань між полем вводу номеру і кнопкою */
  border: 1px solid #1E6461; /* Колір рамки поля вводу */
  border-radius: 5px;
}

.modalOrder button {
  background-color: #1E6461; /* Колір фону для кнопки "Хочу замовити" */
  color: #C8E4E3; /* Колір тексту кнопки */
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.modalOrder button:hover {
  background-color: #16897F; /* Колір фону кнопки при наведенні */
}

.modalOrder .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.hidden-message {
  display: none;
  color: #1E6461; /* Колір тексту повідомлення */
  margin-top: 10px;
}

#successMessage{
  font-size: 1.4vw;
}







#product-description{
  width: 90%;
  margin: auto;
  margin-top: 5vw;
}
/* Стилі для оформленого списку */
/* Стилі для списку з маркерами-галочками */
#product-description ul{
  list-style-type: none;
  background: linear-gradient(151.82deg, rgba(200, 228, 227, 0.4) 0%, rgba(120, 243, 228, 0.36) 110.25%);
  padding: 0;
  margin: 20px 0;
  width: 50%;

}

#product-description ol{
  list-style-type: decimal!important;
   background: linear-gradient(151.82deg, rgba(200, 228, 227, 0.4) 0%, rgba(120, 243, 228, 0.36) 110.25%);
  padding: 0;
  margin: 20px 0;
  width: 50%;
}

#product-description ul li{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3vw;
  font-size:1.5vw /* Відступ між галочкою та текстом списку */
}


#product-description ul li .checkmark {
  display: inline-block;
  width: 2vw; /* Ширина галочки */
  height: 2vw; /* Висота галочки */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


 .description-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .description-title {
    flex: 0 0 100%; /* Заголовок займає всю ширину контейнера */
    color: #1E6461;
    font-size: 3vw;
    margin-bottom: 15px;
  }

  .description-text {
    flex: 0 0 70%; /* Текстовий блок займає 70% ширини контейнера */
    color: #1E6461;
    margin-bottom: 15px;
  }

  .description-text p{
  text-indent: 2vw;
  color: #464646;
}

  .description-images {
    flex: 0 0 30%; /* Блок з зображеннями займає 30% ширини контейнера */
    margin-left: auto; /* Розмістимо блок з зображеннями вправо */
  }

  .description-images img {
    display: block; /* Забезпечуємо коректне вирівнювання зображень */
    width: 100%; /* Зображення заповнюють весь блок з зображеннями */
    margin-bottom: 10px; /* Відступ між зображеннями */
    /* Обтікання текстом справа */
    float: right;
    shape-outside: inset(0); 
  }

/* Стилі для таблиці */
#product-description table {
  width: 90%; /* Ширина таблиці - максимум 90% ширини екрану */
  border-collapse: collapse; /* Злиття рамок таблиці */
  margin: 20px 0; /* Відступи навколо таблиці */
}

#product-description table th,
#product-description table td {
width: 10vw; /* Ширина комірок таблиці - 10vw (10% ширини екрану) */
  height: 10vw; /* Висота комірок таблиці - 10vw (10% ширини екрану) */
  text-align: center; /* Вирівнювання тексту по центру комірок */
  color: #1E6461; /* Колір тексту в таблиці */
  background-color: #D3FAF5; /* Фоновий колір таблиці */
  border: 2px solid #1E6461;
}

#product-description table th{
  height: 3vw;
  padding: 1.5vw;
}


.site-footer {
  background: linear-gradient(180deg, #3AAFA9 14.58%, #17252A 100%);
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

.footer-column {
  flex: 1;
  padding: 0 10px;
  color: #fff;
}

.wide-column {
  flex: 1;
}


.subscribe {
  text-align: left;
    height: 100%;
    position: relative;
}

.subscribe h4 {
  font-size: 1.5vw;
  margin-bottom: 10px;
  padding: 1vw 0;

}

.subscribe p {
  font-size: 1vw;
  margin-bottom: 20px;
}

.subscribe-form{
  position: absolute;
  bottom: 5%;
  width: 100%;
  padding-right: 2vw;
}
.subscribe-form input {
  width: 100%;
  height: 3vw;
  padding: 10px;
  margin-bottom: 10px;
}

.subscribe-form input[type="submit"] {
  background-color: #fff;
  color: #3AAFA9;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.useful-links,
.quick-links {
  list-style: none;
  padding: 1vw;
}

.useful-links a,
.quick-links a {
  color: #fff;
  text-decoration: none;
}
.useful-links li,
.quick-links li {
  margin-bottom: 10px;
}

.logo {
    display: block;
    width: 50%;
    height: auto;
    margin: auto;
  }


/*CATEGORY-LIST ----------------------------------------------*/

.category-list-container{
  padding: 50px 100px;
}
.prev-link a, .prev-link a:hover{
  color:#757575;
}

.header-section{
  padding: 120px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-section{
  font-size: 2rem;
  text-align: center;
}

.header-section>*{
  flex: 0 0 60%;
}

.header-section span:nth-child(1){
text-align: left;
  }

  .header-section span:nth-child(3){
text-align: right;
  }

  .header-section span{
    font-size: 2rem;
    flex: 0 0 20%;
  }

.category-list-items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
/*  column-gap: 25px;*/
/*  row-gap: 25px;*/
/*  align-items: flex-end;*/
}

.category-list-item{
  position: relative;
flex: 0 0 25%;
padding: 25px;
}

.category-list-item-image img{
transform: scale(1);
transition: all .4s;
}

.category-list-item:hover .category-list-item-image img{
transform: scale(1.3);
transition: all .4s;
}

.category-list-item-image{
overflow: hidden;
}



.category-list-item button{
position: absolute;
top:10px;
right: 30px;
background: transparent;
border: 0;
color: #3AAFA9;
font-size: 2rem;
padding: 0;
}

.category-list-item h5{
position: relative;
text-shadow: none;
}

.category-list-item h5:before{
  content: "";
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom: 5px;
  height: 2px;
  width: 0;
  background: #464646;
  transition: all .4s;
  }

  .category-list-item:hover h5:before{
    width: 70%;
  }

.details-modal{
  display: none;
  position: fixed;
  top:15%;
  left:20%;
  width: 60%;
/*  height: 150px;*/
  background: #cbcbcb;
  z-index: 2;
}

 .details-modal .close-modal{
  position: absolute;
  top:10px;
  left:10px;
  font-size: 3rem;
  color: #3AAFA9;
  z-index: 2;
}
.details-modal h3{
  position: relative;
text-transform: uppercase;
padding: 40px 0;
}

.details-modal h3:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10%;
    height: 2px;
    width: 80%;
    background: #3AAFA9;
  }
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Задаємо колір і прозорість фону */
    z-index: 1; /* Задаємо високий z-index, щоб фон перекривав інший контент */
    display: none; /* Початково ховаємо фон */
}

.product-details{
  position: relative;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 35px;
  padding: 60px;
}

.product-details a{

  position: absolute;
  bottom: 30px;
  left:50%;
  transform: translateX(-50%);
  background: #3AAFA9;
  padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;

  }

.parameter{
  flex: 0 0 45%;
}

.parameter b{
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  }

  .parameter b:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #3AAFA9;
  }

  .parameter p{
font-size: 1rem;
padding: 20px 0;
  }



/* PRODUCT PAGE--------------------------- */
.product-page{
    display: initial;
}

.prod-menu-list{
  background: white;
 position: sticky;
 position: -webkit-sticky;
    top: 0; /* Встановлюємо позицію вгорі сторінки */
    z-index: 1;
padding: 0;
  text-align: center;
  margin-top: 70px;
  padding: 30px 50px;
  text-transform: uppercase;

}

.prod-menu-list ul{
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: space-between;
}
.prod-menu-list ul li{
  color: #464646;
  position: relative;
  transition: all .4s;
/*  display: inline-block;*/
/*  margin: 0 6px;*/
  font-size: 1rem;
  font-weight: bold;
}

.prod-menu-list ul li::before{
      content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background: #3AAFA9;
    transition: all .4s;
  }

.prod-menu-list ul li.active::before{
    width: 70%;
  }
.product-description{

    width: 75%;
    margin: 0 auto 150px;
}
.main-container {
  display: flex;
  flex-direction: column;
/*  flex-wrap: no-wrap;*/
/*  background: #a8a8a8;*/
/*  */
}

.image-slider {
  width:100%;
  max-height: 550px;
  overflow: hidden; /* Половина ширини контейнера для головного слайдера */
}
.image-slider img{
/*  box-sizing: border-box;*/
width: 100%;
height: 100%;
object-fit: contain;
flex: 1;
}
.product-text-details{
  width:100%; 
/*  max-height: 450px;*/
  overflow: hidden;
padding: 70px 40px; 
/*  background: #a8a8a8;*/
}
.product-text-details .product-text{
width: 100%;
    height: 100%;
    overflow-y: scroll;
      /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;

  }

  .product-text-details .product-text h4{
padding: 0;
padding-bottom: 50px;
color: #3AAFA9;
font-weight: 500;
/*text-shadow: 0px 0px 1px rgba(0,0,0,0.8);*/

  }

    .product-text-details .product-text p{
      font-size: 1.3rem;
      line-height: 2rem;
    }

 .product-description .slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 550px;
}

.product-description .slick-arrow{
  width:50px;
  height: 50px;
  z-index: 2;
}

.product-description .slick-prev:before, .slick-next:before {
font-size: 40px;
color:#a8a8a8;
  }

 .product-description .slick-prev{
    left:10px;
  }

 .product-description  .slick-next{
    right:10px;
  }

#product-specification{
     background: #a8a8a8; 
     min-height: 500px;
}
  .product-specification-container,
  #documents{
    width: 80%;
    margin: auto;
    padding: 100px 0;
/*    text-shadow: 0px 0px 2px rgba(0,0,0,0.8);*/
  }

  .product-specification-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 50px;
    align-items: center;
  }
  .product-specification-container h3,
  #documents h3{
padding-bottom: 50px;
text-transform: uppercase;
position: relative;
color:#3AAFA9;


  }
  .product-specification-container h3::before{
        content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 60%;
    background: #464646 ;
    transition: all .4s;
}
   .product-specification-list .parameter {

    flex: 0 0 45%;
    padding: 25px 0;
    
  }
   .product-specification-list .parameter b{
    color:#3AAFA9;
   }
   .product-specification-list .parameter b:after{
    background: #464646;
  }


  .docs-container{
    display:flex;
    justify-content: space-between;
    column-gap: 30px;

}
.doc-list li{
color: #3AAFA9;
font-family: 'Play';
text-shadow: none;
margin-bottom: 20px;
/*padding: 10px 30px 10px 0;*/
position: relative;
}

.doc-list li a{
  display: inline-block;
padding-left: 1.7rem;
  }

.doc-list li::before{
  content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/icons/download-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);


}
.doc-item h4{
  padding: 0 0 25px 0;
text-shadow: none;
}

#accessories{
background: linear-gradient(0deg, rgba(70,70,70,1) 0%, rgba(168,168,168,1) 100%);
}

.product-accessories{
  padding: 50px;
  max-width: 90%;
  margin: auto;
}

.accessories-list{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  row-gap: 20px;
}

.accessories-item{
flex: 0 0 20%;
    max-width: 20%;
}

.accessories-item-image{
  width: 90%;
  margin: auto;
  height: auto;
}
.accessories-item p{
  max-width: 90%;
  margin: auto;
  text-align: center;
  padding: 5px 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #3AAFA9;
/*  text-shadow: 0px 0px 2px rgba(0,0,0,0.8);*/

}








/*NEW PRODUCT PAGE*/

.nav-prod{
  width: 100%;
  height: 70px;
  background-color:#f5f6f6;
  margin: 25px 0;
}
 .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  max-width: 1240px;*/
  margin: auto;
  height: 100%;
  column-gap: 25px;
}



@media (max-width: 768px){
.container{
  display: flex;
  flex-direction: column!important;
  max-width: 500px;
}

}

@media (max-width: 480px){
.container{
  display: flex;
  flex-direction: column!important;
  max-width: 380px;
}

}
.nav-prod .container p{
font-weight: 600;
line-height: 1.44;
  }
  .breadcrumbs{
font-size: .8rem;
max-width: 50%;
text-align: right;
font-weight: 400;
  }
  .breadcrumbs span{
    color:#3AAFA9;
  }
.gallery-sec{
  display: flex;
  flex-direction: column;
  flex: 0 1 35%;
}
.thumb-row{
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  width: 100%;
  justify-content: space-between;
}

.thumb-row img{
  width: 30%;
}
.main-info{
    flex:0 1 65%;
    align-self: flex-start;
  }

  .main-info h1{
font-size: 1.5rem;
  }

  #main-char{
margin: 40px 0;

  }
#main-char td{
  border: 1px solid black;
  background: white;
  color:black;
  font-size: 1rem;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}

  .add-buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 30px;
  }

.add-buttons a{
  box-sizing: border-box;
display: inline-block;
width: 45%;
margin: auto;
background-color: #a8a8a8;
text-align: center;
height: 50px;
padding: 15px 0;
text-transform: uppercase;
color:white!important;
}

.add-buttons a:nth-child(4n),
.add-buttons a:first-child
{
background-color: #3AAFA9;
}

.prod-desc .container,
#rel-items .container{
  flex-direction: column;
  align-items: flex-start;
}

.prod-desc .container h4{
  padding: 20px 0;
  font-weight: bold;
}
.prod-desc .container p{
line-height: 2rem;
padding: 15px 0;
text-indent: 30px;
color:black;
}

.prod-desc ul{
  padding: 0 25px;
}

.prod-desc .container li{
  color:black;
  list-style-type: disc;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.items-tables{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 50px;
  column-gap: 50px;
  width: 100%;
}



.desc-table{
  margin: 50px 0;
}

.desc-table h2{
  width: 100%;
  text-align: center;
}
.desc-table tr:nth-child(2n) {
    background-color: #a8a8a8;
}
.desc-table td{
  border:0;
  background: none;
  border-right:1px solid black;
  text-align: center;
padding: 10px 0;
}
.desc-table td:first-child{
font-weight: bold;
}

.table-header, .table-header th{
  background-color: #3AAFA9;
  color: white!important;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-right:1px solid black;
}

.table-header th:last-child,
.desc-table td:last-child{
  border-color: transparent;
}

.desc-table-caption td{
background-color: #464646!important;
color: white;
}
.desc-par-header{
  background-color: rgba(58,175,169, .4)!important;
}
.desc-par-header.sub{
  background-color: #a8a8a8!important;
}

.rel-items-cards{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 20px;
  margin: 20px 0 50px;
  width: 100%;
}
.rel-item-card{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex: 0 0 23%;
  justify-content: space-between;
}
.rel_item_image{
  width: 100%;
  height: 20vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rel-category{

}

.rel-name{

}
.rel-btn{
  box-sizing: border-box;
  display: block;
/*  height:70px;*/
  background-color: #3AAFA9;
  color: white!important;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: center;
}


.gallery-sec {
      position: relative;
    }

    .main-prod-img {
      max-width: 100%;
      height: auto;
      cursor: pointer;
    }

    .full-screen-img {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: rgba(0, 0, 0, 0.9);
      display: none;
      justify-content: center;
      align-items: center;
    }

    .full-screen-img img {
      max-width: 100%;
      max-height: 100%;
    }

    .thumb-row img {
      width: 100px;
      height: auto;
      cursor: pointer;
    }




































    