/*   
Theme Name: 0-78ped
*/

*{
  margin: 0;
  padding: 0;
  border: 0;
  }
  
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
  }
  
  @font-face {
  font-family: montserrat;
  src: url(font/montserrat-regular.ttf);
  }
  
  @font-face {
  font-family: montserratbold;
  src: url(font/montserrat-bold.otf);
  }
  
  body {
  font: 16px/25px montserrat;
  }
  
  #wrap {
  margin: 0 auto;
  width: 100%;
  padding: 70px 0 0 0;
  min-width: 300px;
  overflow-x: hidden;
  background: #fff;
  line-height: 1.4;
  color: #333;
  }
  
  img {
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  }
  
  p {
  margin: 0 0 1em 0;
  }
  
  a {
  text-decoration: none;
  color: #357c2c;
  }
  
  #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  background: #00a859;
  }
  
  header {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  height: 70px;
  position: relative;
  }
  
  #logo {
  position: absolute;
  top: 0;
  left: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  }
  
  #logo img {
  width: 95px;
  display: block;
  }
  
  #menu {
  position: absolute;
  left: 150px;
  top: 8px;
  width: 70%;
  height: 56px;
  }

#language2 {
display: none;
}

#language {
position: absolute;
top: 0;
right: 150px;
height: 100%;
display: flex;
align-items: center;
}

#language img {
max-width: 35px;
border-radius: 35px;
display: block;
margin: 0 5px 0 0;
}

  #phone {
  position: absolute;
  top: 0;
  right: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  }
    
  #phone a {
  color: #fff;
  font: 15px/15px roboto;
  text-decoration: none;
  display: inline-block;
  display: block;
  }
  
  .center {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  }
  
  #slider img {
  display: block;
  }
  
  .inslider {
  position: relative;
  }
      
  .slidertext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
      
  .slidertext > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  }
      
  .slidertext .center {
  max-width: 1200px;
  text-align: center;
  }
      
  .slidertext h1 {
  font: 60px/60px montserratbold;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  }
      
  .slidertext p {
  font: 18px/18px montserrat;
  color: #fff;
  margin: 0 0 30px 0;
  }
   
  .slidertext a {
    background: #00a859;
  color: #fff;
  font: 16px/16px montserrat;
  padding: 18px 55px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  }
  
  .about {
    display: grid;
    grid-gap: 10px 0;
    grid-template-columns: 50% 50%;
    }
    
    .about img {
    display: block;	
    }
    
    .text {
    background: #fff;
    padding: 0 70px 0 70px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    }
    
    .about h2 {
    text-align: left;
    margin: 0 0 20px 0;
    }
    
    .about p {
    margin: 0 0 20px 0;
    }
    
    .about a {
    font: 16px montserrat;
    color: #fff;
    background: #00a859;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    }

  .links {
  text-align: center;
  }
  
  .links a {
    background: #00a859;
    color: #fff;
    font: 16px/16px montserrat;
    padding: 18px 55px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
  }
  
  #home {
  padding: 100px 0 100px 0;
  margin: 0 0 100px 0;
  background: #f5f5f5;
  text-align: center;
  }
    
  .homecatalog h2 {
  margin: 0 0 30px 0;
  color: #333;
  }
    
  .homecatalog a {
  text-decoration: none;
  }
  
  .service {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 25px 0;
  }

.color {
background: #f3f3f3;
}
   
  .homecatalog img {
  display: block;
  }
    
  .homecatalog h3 {
  font: 18px/18px montserratbold;
  margin: 20px 0 0 0;
  color: #333;
  }
    
  .homecatalog p {
  font: 14px/16px montserrat;
  margin: 0 5% 0 5%;  
  color: #333;
  }
  
  #opportunity {
  padding: 100px 0 100px 0;
  background: #f5f5f5;
  }
    
  #opportunity h2 {
  margin: 0 0 50px 0;
  }

  #opportunity .center div {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 0 25px 0;
  }
  
  #opportunity img {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  display: block;
  }
    
  #opportunity h3 {
  font: 18px montserratbold;
  margin: 20px 0 10px 0;
  color: #333;
  }
    
  #opportunity p {
  margin: 0 0 0 0;
  color: #333;
  }
    
  #opportunity .center {
  display: grid;
  grid-gap: 70px 5%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  }
  
  #section {
  margin: 0 auto;
  width: 94%;
  max-width: 1300px;
  padding: 0 0 50px 0;
  }
  
  h1 {
  font: 50px/50px montserratbold;
  margin: 40px 0 10px 0;
  text-align: center;
  }
  
  h2 {
  font: 40px/50px montserratbold;
  margin: 40px 0 10px 0;
  text-align: center;
  }
  
  h3 {
  font: 35px/35px montserratbold;
  margin: 40px 0 10px 0;
  text-align: center;
  }
  
  h4 {
  font: 20px/20px montserratbold;
  margin: 0 0 20px 0;
  color: #f5f5f5;
  }
  
  #whatsapp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  width: 50px;	
  }
      
  #whatsapp img {
  display: block;
  }
  
  #myfooter {
  width: 100%;
  padding: 100px 0 0 0;
  background: #0c111f;
  }
  
  footer a {
  font: 14px montserrat;
  color: #f5f5f5;
  text-decoration: none;
  display: block;
  margin: 0 0 10px 0;
  }
  
  footer {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  display: grid;
  grid-gap: 10px 10%;
  grid-template-columns: 1fr 1fr 1fr 250px;
  }
  
  footer ul li {
  list-style: none;
  }
  
  #copy {
  padding: 5px 0 25px 0;
  text-align: center;
  }

#copy div  {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    }  
  
  #copy p {
  font: 14px montserrat;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  color: #f5f5f5;
  text-align: left;
  }
  
  #copy a {
  font: 14px montserrat;
  text-decoration: none;
  color: #00a859;
  }
  
  #gallery {
  display: grid;
  gap: 20px 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  }
  
  #sort {
  margin: 0 0 20px 0;
  text-align: right;
  }

  #sort select {
font: 18px montserrat;
padding: 5px 15px;
  }

  #catalog {
  display: grid;
  gap: 20px 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  margin: 0 0 30px 0;
  }
  
  #catalog a {
  text-decoration: none;
  color: #000;
  }
  
  #catalog p {
    font: 18px/18px montserratbold;
    margin: 20px 0 0 0;
    color: #333;
  }
  
  table {
  border-collapse: collapse;
  width: 100%;
  }
  
  td, tr {
  border: 1px solid #333;
  padding: 3px;
  }
  
  img.alignright {
  float: right;
  margin: 0 10px 3px 5px;
  }
  
  img.alignleft {
  float: left;
  margin: 0 10px 3px 0;
  }
  
  img.aligncenter {
  display: block;
  margin: 0 auto;
  }
  
  .alignright {
  float: right;
  }
  
  .alignleft {
  float: left;
  }
  
  .aligncenter {
  display: block;
  margin: 0 auto;
  }
  
  .error {
  color: red;
  }
  
  .clear {
  width: 100%;
  height: 1px;
  clear: both;
  }
  
  .myvideo {
  position: relative;
  padding: 30px 0 56.25% 0;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  }
  
  .myvideo iframe,.myvideo object,.myvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  article ul, article ol {
  margin: 0 0 0 20px;
  }
  
  article ul li, article ol li {
  margin: 0 0 10px 0;
  }
  
  .closebtn, #hamburger, #menucontact {
  display: none;
  }
  
  #mymenu {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  }
  
  #mymenu ul li {
  float: left;
  list-style: none;
  position: relative;	
  }
  
  #mymenu ul li a {
  font: 16px/16px montserrat;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  }
  
  #mymenu ul li ul {
  display: none;	
  }
  
  #mymenu ul li:hover ul {
  position: absolute;
  top: 47px;
  display: block;
  z-index: 9;
  }
  
  .myspan {
  position: relative;
  }
  
  .myspan span {
  cursor: pointer;
  display: none;
  color: red;
  }
  
  #mymenu ul li span {
  position: absolute;
  top: 15px;
  right: 20px;
  }
  
  #mymenu ul li ul li a {
  font: 14px montserrat;
  padding: 15px 20px;
  color: #333;
  background: #fff;
  text-decoration: none;
  display: block;
  width: 200px;
  }
  
  /* Preload images */
  body:after {
    content: url('img/close.png') url('img/loading.gif') url('img/prev.png') url('img/next.png');
    display: none;
  }
  
  body.lb-disable-scrolling {
    overflow: hidden;
  }
  
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
  
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
  }
  
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
  
    /* Image border */
    border: 4px solid white;
  }
  
  .lightbox a img {
    border: none;
  }
  
  .lb-outerContainer {
    position: relative;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
  
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
  }
  
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('img/loading.gif') no-repeat;
  }
  
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  .lb-container > .nav {
    left: 0;
  }
  
  .lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  
  .lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url('img/prev.png') left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url('img/next.png') right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-data {
    padding: 0 4px;
    color: #ccc;
  }
  
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  
  .lb-data .lb-caption a {
    color: #4ae;
  }
  
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
  }
  
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url('img/close.png') top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  
  .lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  }
  
  .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 99;  
  }
  
  .homecatalog .prev-arrow {
  left: -20px;
  width: 0;
  height: 0;
  border: solid #333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  }
  
  .homecatalog .next-arrow {
  right: -20px;
  width: 0;
  height: 0;
  border: solid #333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  
  .prev-arrow {
  left: 20px;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  }
  
  .next-arrow {
  right: 20px;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  
  .homecatalog .slick-slide {
  margin: 0 15px;
  }
  
  @media only screen and (max-width:1200px){
  .center {
  width: 96%;
  padding: 0 2% 0 2%;	
  }
  }
  
  @media only screen and (max-width:1100px){
  body {
  font: 15px/25px montserrat;
  }
  #wrap {
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0 0;
  }
  header {
  height: 50px;
  }
  #logo {
  position: absolute;
  left: 1px;
  width: 50px;
  }
  #phone {
  right: 50px;
  }  
  #phone a {
  font: 14px/14px montserrat;
  }
  #hamburger {
  position: absolute;
  right: 1px;
  top: 8px;
  cursor: pointer;
  display: inline-block;
  }
  #menu {
  background: rgba(255, 255, 255, 0.95);
  margin: 0 0 0 0;
  min-height: 100vh;
  width: 0;
  max-width: 800px;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.2s;
  }
  #menu .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  padding: 0 10px 0 10px;
  line-height: 1;
  background: #357c2c;
  color: #fff;
  text-decoration: none;
  display: block;
  }
  #menucontact {
  display: block;
  margin: 30px 0 0 20px;
  }
  #language {
  display: none;
  }
  #language2 {
  display: block;
  }
  #language2 img {
  max-width: 35px;
  border-radius: 35px;
  margin: 0 5px 0 0;
  }
  #mymenu ul li {
  float: none;
  display: block;
  list-style: none;
  position: relative;	
  }
  #mymenu ul li a {
  font: bold 18px montserrat;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  display: block;
  width: 70%;
  }
  .myspan span {
  display: block;
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  }
  #mymenu ul li:hover ul {
  position: relative;
  top: 0;
  display: none;
  }
  #mymenu ul li ul {
  display: none;	
  }
  #mymenu ul li ul li a {
  font: 16px montserrat;
  padding: 15px 30px;
  color: #333;
  background: transparent;
  text-decoration: none;
  display: block;
  width: 100%;
  }
  }
  
  @media only screen and (max-width:950px){
  .slidertext h1 {
  font: 20px/20px montserratbold;
  margin: 0 0 10px 0;
  } 
  .slidertext p {
  font: 14px/14px montserrat;
  margin: 0 0 10px 0;
  } 
  .slidertext a {
  font: 14px/14px montserrat;
  padding: 12px 25px;
  }
  .links a {
  font: 14px/16px montserrat;
  padding: 18px 55px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  }
  #home {
  padding: 30px 0 30px 0;
  margin: 0 0 30px 0;
  }
  .homecatalog {
  margin: 0 0 0 0;
  }
  .homecatalog h2 {
  margin: 0 0 20px 0;
  }
  .homecatalog h3 {
  font: 18px montserratbold;
  }
  .homecatalog p {
  font: 14px montserrat;
  }
  .link {
  font: 16px/16px montserrat;
  padding: 12px 65px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  }
  #opportunity {
  padding: 30px 0 30px 0;
  }    
  #opportunity h2 {
  margin: 0 0 10px 0;
  }  
  #opportunity img {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  display: block;
  }    
  #opportunity h3 {
  font: 16px montserratbold;
  margin: 10px 0 10px 0;
  }
  #opportunity p {
  font: 12px montserrat;
  margin: 0 0 0 0;
  }    
  #opportunity .center {
  display: grid;
  grid-gap: 20px 5%;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  }  
  .about {
  display: grid;
  grid-gap: 0 0;
  grid-template-columns: 100%;
  }  
    .text {
    background: #fff;
    padding: 30px 4% 30px 4%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    }
  .text a {
  font: 14px montserrat;
  }
  h1 {
  font: 30px/30px montserratbold;
  margin: 20px 0 10px 0;
  text-align: center;
  }
  h2 {
  margin: 40px 0 10px 0;
  font: 25px/25px montserratbold;
  text-align: center;
  }
  h3 {
  margin: 40px 0 20px 0;
  font: 20px/20px montserratbold;
  text-align: center;
  }
  h4 {
  margin: 0 0 10px 0;
  }
  #myfooter {
  width: 100%;
  padding: 50px 0 0 0;
  }
  footer {
  padding: 0 0 10px 0;
  display: grid;
  grid-gap: 10px 0;
  grid-template-columns: 100%;
  }
  #myfooter a {
  font: 14px montserrat;
  text-decoration: none;
  } 
  footer a {
  font: 14px montserrat;
  text-decoration: none;
  display: block;
  margin: 0 0 10px 0;
  }
  #copy p {
  font: 14px/18px montserrat;
  padding: 20px 0 0 0;
  width: 96%;
  margin: 0 auto;
  text-align: left;
  }
  #copy a {
  font: 14px montserrat;
  text-decoration: none;
  }
  #gallery {
  display: grid;
  grid-gap: 10px 4%;
  grid-template-columns: 48% 48%;
  text-align: center;
  }
  #catalog {
  display: grid;
  grid-gap: 20px 0;
  grid-template-columns: 100%;
  }
  }