html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 1em 1em 0 1em;
}

.logoImg {
  width: 10em;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  height: 100vh;
  width: 50%;
  z-index: 99;
  text-transform: uppercase;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 8em;
}

nav ul a {
  padding: 0.75em 2em;
  display: block;
  text-decoration: none;
  color: #707070;
  font-weight: 700;
}

nav .close {
  float: right;
  margin: 1em;
  width: 2em;
  fill: #74de6f;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.9em;
}

header svg {
  height: 1.8em;
  cursor: pointer;
}

section.hero {
  background-color: #75de6f1a;
  margin: 0 -1em;
  padding: 0 1em;
}

section.hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.hero .wrapper .content {
  margin: 0 auto;
}

section.hero .wrapper .content h1 {
  color: #707070;
  font-size: 1.5em;
}

section.hero .wrapper .content a {
  text-decoration: none;
}

section.hero .wrapper .content .btn_inqury {
  width: 200px;
  display: block;
  text-align: center;
  padding: 0.8em;
  font-weight: 700;
  margin: 2em 0;
  background: #74de6f;
  color: white;
  border-radius: 5em;
  border: none;
  cursor: pointer;
}

section.hero .wrapper figure {
  margin: 2em auto;
}

section.hero .wrapper figure img {
  width: 100%;
  max-height: 40vh;
}

section.hero .wrapper figure figcaption {
  font-size: 0.5em;
  float: right;
}

section.hero .wrapper figure figcaption a {
  color: #aaaaaa;
  text-decoration: none;
}

section.subhero p {
  margin: 1.5em 0;
  text-align: center;
}

section.services {
  margin: 0 -1em;
  padding: 0 1em;
}

section.services .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.services .wrapper .left-col {
  padding: 8em 1em 0 1em;
}

section.services .wrapper .left-col h1 {
  font-size: 2.2em;
  color: #74de6f;
  position: relative;
}

section.services .wrapper .left-col h1::before {
  content: " ";
  position: absolute;
  width: 100%;
  max-width: 9em;
  height: 0.2em;
  background-color: #e6e6e6;
  bottom: -5px;
}

section.services .wrapper .right-col {
  padding: 0 1em;
}

section.services .wrapper .right-col .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 4em 0;
}

section.services .wrapper .right-col .card h2 {
  margin: 0;
  font-size: 1.12em;
  color: #292929;
}

section.services .wrapper .right-col .card p {
  font-size: 0.68em;
}

section.services .wrapper .right-col img {
  height: 75px;
  margin-right: 0.8em;
}

section.manufacturers {
  background-color: #e6e6e6;
  margin: 0 -1em;
  padding: 0 1em;
}

section.manufacturers .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.manufacturers .wrapper .man-tile {
  background: #74de6f;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 90vw;
  padding-left: 10px;
  margin: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}

section.manufacturers .wrapper .man-tile .top .text {
  padding-left: 25px;
}

section.manufacturers .wrapper .man-tile .top h2 {
  margin: 0;
  padding: 0;
}

section.manufacturers .wrapper .man-tile .top img {
  height: 100px;
}

section.manufacturers .wrapper .man-tile .images-man {
  padding-left: 25px;
}

section.manufacturers .wrapper .man-tile .images-man img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: 25px;
}

section.about {
  background-color: #74de6f;
  margin: 0 -1em;
  padding: 0 1em;
  height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section.about .wrapper h1 {
  font-size: 2.2em;
  color: white;
  position: relative;
}

section.about .wrapper h1::before {
  content: " ";
  position: absolute;
  width: 100%;
  max-width: 9em;
  height: 0.2em;
  background-color: white;
  bottom: -5px;
}

section.about-content {
  margin: 0 -1em;
  padding: 0 1em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #74de6f;
  color: #fff;
}

section.about-content .about-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.about-content .about-tiles .about-tile {
  background: white;
  width: 170px;
  text-align: center;
  padding: 2em;
  margin: 1em;
  color: #292929;
  font-size: 1em;
}

section.about-content .about-tiles .about-tile label {
  font-size: 1.5em;
  display: block;
  color: #74de6f;
}

section.contact {
  margin: 0 -1em 10em -1em;
  padding: 0 1em;
}

section.contact .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10em;
}

section.contact .wrapper .left-col {
  width: 100%;
}

section.contact .wrapper .left-col h1 {
  font-size: 2.2em;
  color: #74de6f;
  position: relative;
}

section.contact .wrapper .left-col h1::before {
  content: " ";
  position: absolute;
  width: 100%;
  max-width: 9em;
  height: 0.2em;
  background-color: #e6e6e6;
  bottom: -5px;
}

section.contact .wrapper .left-col .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 4em 0;
}

section.contact .wrapper .left-col .card h2 {
  margin: 0;
  font-size: 1.12em;
  margin-bottom: 0.7em;
  color: #292929;
}

section.contact .wrapper .left-col .card p {
  font-size: 0.8em;
}

section.contact .wrapper .left-col .card a {
  color: black;
  font-size: 0.8em;
}

section.contact .wrapper .left-col img {
  height: 75px;
  margin-right: 0.8em;
}

section.contact .wrapper .right-col {
  width: 100%;
}

section.contact .wrapper .right-col .googleMap {
  height: 600px;
}

section.inquiry {
  background-color: #e6e6e6;
  margin: 0 -1em;
  padding: 0 1em 5em 1em;
}

section.inquiry .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

section.inquiry .wrapper .left-col form p {
  font-size: 0.8em;
  margin-bottom: 2em;
}

section.inquiry .wrapper .left-col form #website {
  display: none;
}

section.inquiry .wrapper .left-col form input {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  border: solid 1px #f2f2f2;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.inquiry .wrapper .left-col form textarea {
  display: block;
  width: 100%;
  border: solid 1px #f2f2f2;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}

section.inquiry .wrapper .left-col form input[type="submit"] {
  background-color: #74de6f;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  height: 3.5em;
  cursor: pointer;
}

section.inquiry .wrapper .right-col {
  padding: 4em 0 0 0;
}

section.inquiry .wrapper .right-col h1 {
  font-size: 2.2em;
  color: #74de6f;
  position: relative;
}

section.inquiry .wrapper .right-col h1::before {
  content: " ";
  position: absolute;
  width: 100%;
  max-width: 9em;
  height: 0.2em;
  background-color: white;
  bottom: -5px;
}

footer {
  background-color: #74de6f;
  margin: 0 -1em;
  padding: 0 1em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .wrapper h2 {
  font-size: 1rem;
  color: white;
  position: relative;
}

footer .wrapper h2::before {
  content: " ";
  position: absolute;
  width: 100%;
  max-width: 9em;
  height: 0.2em;
  background-color: white;
  bottom: -5px;
}

footer .wrapper .buisness-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.7rem;
}

footer .wrapper .buisness-data h3 {
  font-size: 0.8rem;
  font-weight: 400;
}

footer .wrapper .buisness-data .headquarters,
footer .wrapper .buisness-data .registration-numbers,
footer .wrapper .buisness-data .buisness-account {
  width: 100%;
  margin: 2em 0;
}

footer .wrapper p {
  display: block;
  font-size: 0.7rem;
  text-align: center;
}

.open-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (min-width: 620px) {
  section.hero .wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.hero .wrapper .content {
    margin: auto 0;
    width: 50%;
  }
  section.hero .wrapper figure {
    width: 50%;
  }
  section.services .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.services .wrapper .left-col,
  section.services .wrapper .right-col {
    width: 50%;
  }
  section.manufacturers .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.manufacturers .wrapper .left-col,
  section.manufacturers .wrapper .right-col {
    width: 50%;
  }
  section.contact .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.contact .wrapper .left-col,
  section.contact .wrapper .right-col {
    width: 50%;
  }
  section.inquiry .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.inquiry .wrapper .right-col {
    width: 40%;
  }
  section.inquiry .wrapper .left-col {
    width: 60%;
    padding-top: 10em;
  }
  section.inquiry .wrapper .left-col form .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.inquiry .wrapper .left-col form .inputs input {
    max-width: 250px;
    float: left;
    font-family: "Poppins", sans-serif;
  }
  section.inquiry .wrapper .left-col form .inputs input + input {
    margin-left: 1em;
  }
  section.inquiry .wrapper .left-col form textarea {
    max-width: 777px;
    font-family: "Poppins", sans-serif;
  }
  footer .wrapper {
    margin: 0 auto;
    width: 100%;
  }
  footer .wrapper .buisness-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 832px) {
  section.manufacturers .wrapper .man-tile {
    width: 380px;
    height: 400px;
  }
}

@media only screen and (min-width: 800px) {
  .menu {
    display: none;
  }
  nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: unset;
    display: block;
    width: auto;
    height: auto;
    background: none;
    margin: auto 0;
  }
  nav svg.close {
    display: none;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  nav ul a {
    padding-right: 0.5em 1em;
    font-size: 0.9em;
  }
  footer .wrapper .buisness-data .headquarters,
  footer .wrapper .buisness-data .registration-numbers,
  footer .wrapper .buisness-data .buisness-account {
    max-width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  header {
    max-width: 1600px;
    margin: 0 auto 0.9em auto;
  }
  .wrapper {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=main.css.map */