/*   
Theme Name: 0-67mzim
*/

*{
  margin: 0;
  padding: 0;
  border: 0;
  }
  
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
  }
  
  @font-face {
  font-family: roboto;
  src: url(font/robotoregular.ttf);
  }
  
  @font-face {
  font-family: robotobold;
  src: url(font/robotobold.ttf);
  }
  
  body {
  font: 16px/25px roboto;
  }
  
  #wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  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: #002039;
  }
  
  #header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  
  header {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 95px;
  position: relative;
  }
  
  #logo {
  position: absolute;
  left: 1px;
  top: 4px;
  width: 140px;
  }
  
#menu {
    height: 54px;
    background: #002039;
}

#callback {
  position: absolute;
  top: 27px;
left: 480px;
  }
    
#callback a {
  text-decoration: none;
  font: 18px/18px roboto;
color: #fff;
display: inline-block;
background: #0073ff;
padding: 12px 20px;
border-radius: 20px;
  }
  
  #phone {
  position: absolute;
  top: 38px;
  right: 1px;
  padding: 1px 0 10px 30px;
  background: url(img/phone.png) no-repeat;
  background-size: 25px auto;
  }
    
  #phone a {
  text-decoration: none;
  font: 18px roboto;
  color: #333;
  display: block;
  }
  
  .center {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  }
  
  #slider {
  margin: 0 0 100px 0;
  }
  
  #slider img {
    display: block;
    }
      
    .inslider {
    position: relative;
    }
          
    .slidertext {
    position: absolute;
    left: calc(50% - 550px);
    top: 0;
    height: 100%;
    }
    
    .slidertext > div {
    height: 100%;	
    display: flex;
    align-items: center;	
    }
          
    .slidertext h1 {
    font: 40px robotobold;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-align: left;
    }
          
    .slidertext p {
    font: 16px roboto;
    color: #fff;
    width: 100%;
    margin: 0 0 30px 0;
    }
       
    .slidertext a {
    background: #1e66b3;
    color: #fff;
    font: 16px/16px roboto;
    padding: 18px 55px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    }
  


  

  
  #homeabout, .about {
    display: grid;
    grid-gap: 10px 0;
    grid-template-columns: 50% 50%;
    }
            
    #homeabout img, .about img {
    display: block;	
    }

#hometext {
    padding: 0 50px 0 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    }
            
    #homeabout h2 {
    text-align: left;
    margin: 0 0 10px 0;
    }
            
    #homeabout p {
    margin: 0 0 20px 0;
    }
        
    #homeabout p:last-child {
    margin: 0 0 0 0;
    }
            
    #homeabout a {
      background: #0073ff;
    color: #fff;
    padding: 15px 35px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    }    
            
    .text {
      background: #002039;
      color: #fff;
    padding: 0 50px 0 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    }
            
    .about h3 {
    text-align: left;
    margin: 0 0 10px 0;
    }
            
    .about p {
    margin: 0 0 20px 0;
    }
        
    .about p:last-child {
    margin: 0 0 0 0;
    }
            
    .about a {
      background: #0073ff;
    color: #fff;
    padding: 15px 35px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    }
  

  
#why .center {
display: grid;
grid-gap: 10px 2%;
grid-template-columns: 1fr 1fr 1fr 1fr;
text-align: center;
}  
  
.title {
padding: 80px 0 80px 0;
}  

.title h2 {
margin: 0 0 0 0;
}
  

  
#file a {
    background: #0073ff;
  color: #fff;
  padding: 15px 35px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  }  

      
  .margin {
  padding: 10px 0 10px 0;
  }
      
  .margin a {
  color: #333;
  }
      
  .margin h3 {
  margin: 25px 10px 10px 10px;
  font: 16px robotobold;
  }
  
  .product2 {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  padding: 0 0 15px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  }
        
  .product2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
        
  .product2 img {
  display: block;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  }

#mymail {
margin: 0 auto;
max-width: 500px;
}    
    
  #mymail input {
    padding: 12px;
    background: #fff;
    font: 16px roboto;
    margin: 0 0 15px 0;
    display: block;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    #mymail button {
    background: #0073ff;
    color: #fff;
    padding: 12px;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: auto;
    font: 16px roboto;
    border-radius: 15px;
    }
    
    #result {
    margin: 10px 0 0 0;
    color: #fff;
    }

    




  
  #section {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
  padding: 0 0 50px 0;
  }
  
  #section p:last-child {
  margin: 0 0 0 0;
  }
  
  h1 {
  font: 35px/35px robotobold;
  margin: 40px 0 10px 0;
  text-align: center;
  }
  
  h2 {
  font: 45px/45px robotobold;
  margin: 40px 0 10px 0;
  text-align: center;
  }

  h2 span {
  color: #0653b1;
  }
  
  h3 {
  font: 25px/25px robotobold;
  margin: 40px 0 10px 0;
  text-align: center;
  }
  
  #myfooter {
  width: 100%;
  padding: 100px 0 0 0;
  background: #fff;
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
  }
  
  footer a {
  font: 16px roboto;
  color: #333;
  text-decoration: none;
  display: block;
  margin: 0 0 10px 0;
  }
  
  footer {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 70px 0;
  display: grid;
  grid-gap: 10px 10%;
  grid-template-columns: 140px 1fr 1fr 200px;
  }
  
  footer ul li {
  list-style: none;
  }

  
  #copy {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;  
  padding: 5px 0 25px 0;
  text-align: left;
  }
  
  #copy p {
  font: 14px roboto;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  color: #333;
  }
  
  #copy a {
  font: 14px roboto;
  text-decoration: none;
  color: #000;
  }
  
  #gallery {
  display: grid;
  grid-gap: 20px 2%;
  grid-template-columns: 32% 32% 32%;
  text-align: center;
  }
  
  #catalog {
  display: grid;
  grid-gap: 30px 2%;
  grid-template-columns: 32% 32% 32%;
  text-align: center;
  margin: 0 0 30px 0;
  }
  
  #mylinks {
  text-align: center;
  }
  
  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, #language2 {
  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/18px roboto;
  padding: 18px 20px 18px 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  }
  
  #mymenu ul li ul {
  display: none;	
  }
  
  #mymenu ul li:hover ul {
  position: absolute;
  top: 54px;
  display: block;
  z-index: 9;
  }
  
  .myspan {
  position: relative;
  }
  
  .myspan span {
  cursor: pointer;
  color: red;
  }
  
  #mymenu ul li span {
  position: absolute;
  top: 21px;
  right: 0;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  }
  
  #mymenu ul li ul li a {
  font: 14px roboto;
  padding: 15px 20px;
  color: #fff;
  background: #0156b5;
  text-decoration: none;
  display: block;
  width: 200px;
  }
  
  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;  
  }
  
  .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);
  }
  
  @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 roboto;
  }
  header {
  height: 50px;
  }
  #logo {
  position: absolute;
  left: 1px;
  top: 2px;
  width: 70px;
  }
  #callback {
  display: none;
  }
  #phone {
  position: absolute;
  top: 15px;
  right: 50px;
  padding: 0 0 0 0;
  background: transparent;
  }
  #phone a {
  text-decoration: none;
  font: 15px roboto;
  color: #333;
  display: block;
  }
  #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: #055EC2;
  color: #fff;
  text-decoration: none;
  display: block;
  }
  #menucontact {
  display: block;
  margin: 30px 0 0 20px;
  }
  #mymenu ul li {
  float: none;
  display: block;
  list-style: none;
  position: relative;	
  }
  #mymenu ul li a {
  font: bold 18px roboto;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  display: block;
  width: 70%;
  }
  #mymenu ul li span {
  position: absolute;
  top: 15px;
  right: 20px;
  border: none;
  display: block;
  border: solid #333;
  border-width: 0 3px 3px 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 roboto;
  padding: 15px 30px;
  color: #333;
  background: transparent;
  text-decoration: none;
  display: block;
  width: 100%;
  }
  }
  
  @media only screen and (max-width:950px){
  #slider {
  margin: 0 0 30px 0;
  }
  .slidertext {
    position: absolute;
    left: 2%;
    top: 0;
    height: 100%;
    }
  .slidertext h1 {
    margin: 0 0 10px 0;
		    font: 16px robotobold;
    } 
    .slidertext p {
    font: 10px/10px roboto;
    margin: 0 0 10px 0;
    } 
    .slidertext a {
    font: 12px/12px roboto;
    padding: 12px 25px;
    } 

  
#homeabout,  .about {
    display: grid;
    gap: 0 0;
    grid-template-columns: 100%;
    }  
#hometext,    .text {
    padding: 30px 4% 30px 4%;
    }
    .about h3 {
    text-align: left;
    margin: 0 0 20px 0;
    }
#hometext a, .text a {
    font: 14px/16px roboto;
    padding: 12px 35px;
    border-radius: 15px;
    }
  

        
      #why .center {
      display: grid;
      grid-gap: 10px 2%;
      grid-template-columns: 1fr 1fr;
      text-align: center;
      } 

      .title {
        padding: 30px 0 30px 0;
        }  
 
  
  h1 {
  font: 25px/25px robotobold;
  margin: 20px 0 10px 0;
  text-align: center;
  }
  h2 {
  margin: 40px 0 10px 0;
  font: 25px/25px robotobold;
  text-align: center;
  }
  h3 {
  margin: 40px 0 20px 0;
  font: 23px/23px robotobold;
  text-align: center;
  }
  #myfooter {
  width: 100%;
  padding: 50px 0 0 0;
  }
  footer {
  padding: 0 0 50px 0;
  display: grid;
  grid-gap: 10px 8%;
  grid-template-columns: 46% 46%;
  }
  #myfooter a {
  font: 14px roboto;
  text-decoration: none;
  } 
  footer a {
  font: 14px roboto;
  text-decoration: none;
  display: block;
  margin: 0 0 10px 0;
  }
  #copy p {
  font: 14px/18px roboto;
  padding: 20px 0 0 0;
  width: 96%;
  margin: 0 auto;
  }
  #copy a {
  font: 14px roboto;
  text-decoration: none;
  }
  #gallery {
  display: grid;
  grid-gap: 10px 4%;
  grid-template-columns: 48% 48%;
  text-align: center;
  }
  #catalog {
  display: grid;
  grid-gap: 30px 0;
  grid-template-columns: 100%;
  }
  }