body, html {
  font-family: "Raleway", sans-serif;
}

#main-header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 1000;
  background-color: #394b57;
}
#main-header .limit-header {
  max-width: calc(1400px - 22px);
  height: 100%;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-header .limit-header .logo {
  height: 100%;
}
#main-header .limit-header .logo img {
  height: 170%;
  width: auto;
  margin-top: -20px;
}
#main-header .limit-header button {
  padding: 0 12px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #eff3fc;
  display: none;
  cursor: pointer;
}
#main-header .limit-header button:hover {
  color: #d4d7dd;
}
#main-header .limit-header button i {
  font-size: 20px;
}
#main-header .limit-header nav {
  background-color: #394b57;
}
#main-header .limit-header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
#main-header .limit-header nav ul li {
  margin: 0 7px;
}
#main-header .limit-header nav ul li a {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #eff3fc;
}
#main-header .limit-header nav ul li a:visited {
  color: #eff3fc;
}
#main-header .limit-header nav ul li a:hover {
  color: #d4d7dd;
}

.limit-content-width {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

article .article-header h3 {
  margin: 0;
  text-align: center;
  font-size: 2em;
  color: #3a4e5a;
}
article .article-header .small-separator {
  width: 8%;
  height: 3px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 4px;
  background-color: #3a4e5a;
}
article#home {
  width: 100%;
  padding-top: 60px;
  position: relative;
}
article#home img {
  width: 100%;
  height: auto;
}
article#home .filter {
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  background-color: rgba(71, 75, 81, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
article#home .filter .title {
  text-align: center;
}
article#home .filter .title h1, article#home .filter .title h2 {
  margin: 0;
  color: white;
  opacity: 0.87;
}
article#home .filter .title h1 {
  font-size: 4em;
}
article#home .filter .title h2 {
  font-size: 1.6em;
}
article#about-us, article#products, article#contact {
  width: calc(100% - 60px);
  padding: 44px 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
article#about-us {
  background-color: #f2f2fc;
  text-align: center;
}
article#about-us .content {
  display: flex;
  flex-direction: column;
  color: #3a4e5a;
}
article#about-us .content h2 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 2.2em;
  font-weight: 100;
  display: none;
}
article#about-us .content .description {
  margin: 0 auto;
  margin-bottom: 36px;
  font-size: 28px;
}
article#about-us .content .flags-export img {
  width: 48px;
  height: 33px;
  margin: 0 4px;
}
article#about-us .content .certificates {
  font-size: 14px;
  margin-bottom: 0;
}
article#products {
  background-color: #e8e8f5;
}
article#products .content {
  max-width: 1200px;
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article#products .content .product {
  width: 240px;
  height: 240px;
  margin: 0 16px 32px 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
article#products .content .product .filter {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(71, 75, 81, 0.5);
}
article#products .content .product .filter h4, article#products .content .product .filter h5, article#products .content .product .filter span {
  margin: 0;
  color: #eaeaea;
}
article#products .content .product .filter h5 {
  margin-top: 4px;
  font-weight: 100;
}
article#products .content .product .filter span {
  margin-top: 6px;
  font-size: 14px;
}
article#products .content .product.product1 {
  background-image: url("../images/products/product1.jpg");
}
article#products .content .product.product2 {
  background-image: url("../images/products/product2.jpg");
}
article#products .content .product.product3 {
  background-image: url("../images/products/product3.jpg");
}
article#products .content .product.product4 {
  background-image: url("../images/products/product4.jpg");
}
article#products .content .product.product5 {
  background-image: url("../images/products/product5.jpg");
}
article#products .content .product.product6 {
  background-image: url("../images/products/product6.jpg");
}
article#products .content .product.product7 {
  background-image: url("../images/products/product7.jpg");
}
article#products .content .product.product8 {
  background-image: url("../images/products/product8.jpg");
}
article#contact {
  width: 100%;
  padding: 0;
}
article#contact .content {
  width: 100%;
}
article#contact .content .main-content {
  display: flex;
}
article#contact .content .main-content .map-container {
  width: calc(100% - 600px);
  height: 100%;
}
article#contact .content .main-content .map-container #map {
  width: 100%;
  height: 500px;
  background-color: white;
}
article#contact .content .main-content .form-container {
  width: 600px;
  padding: 44px 30px;
  margin: 0 auto;
  background-color: #f2f2fc;
}
article#contact .content .main-content .form-container form {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article#contact .content .main-content .form-container form input, article#contact .content .main-content .form-container form textarea {
  padding: 8px;
  margin: 5px 0;
  background-color: transparent;
  border: 1px solid #3a4e5a;
}
article#contact .content .main-content .form-container form input {
  width: calc(50% - 24px);
}
article#contact .content .main-content .form-container form input.full-width {
  width: calc(100% - 16px) !important;
}
article#contact .content .main-content .form-container form textarea {
  width: calc(100% - 16px);
  min-height: 150px;
  resize: none;
}
article#contact .content .main-content .form-container form .response {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  display: none;
  text-align: left;
}
article#contact .content .main-content .form-container form .response.error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
article#contact .content .main-content .form-container form .response.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
article#contact .content .main-content .form-container form .button-container {
  width: 100%;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
article#contact .content .main-content .form-container form .button-container button {
  padding: 10px 30px;
  border-radius: 3px;
  color: #eff3fc;
  background-color: #394b57;
  border: none;
  cursor: pointer;
}
article#contact .content footer {
  height: 200px;
  background-color: #394b57;
  display: flex;
  align-items: center;
  justify-content: center;
}
article#contact .content footer .contact-info {
  display: flex;
  justify-content: center;
}
article#contact .content footer .contact-info .contact-data {
  width: 240px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #eff3fc;
}
article#contact .content footer .contact-info .contact-data .contact-data-header i {
  font-size: 42px;
}

@media only screen and (max-width: 1000px) {
  #main-header .limit-header {
    padding: 0;
  }

  .limit-content-width {
    width: 100%;
  }

  article#about-us, article#products {
    width: calc(100% - 28px);
    padding: 30px 14px;
  }
  article#about-us .content .description {
    max-width: 600px;
  }
  article#contact .content .main-content {
    flex-direction: column-reverse;
  }
  article#contact .content .main-content .map-container {
    width: 100%;
  }
  article#contact .content .main-content .map-container #map {
    height: 280px;
  }
  article#contact .content .main-content .form-container {
    width: calc(100% - 10%);
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 820px) {
  #main-header .limit-header button {
    display: inherit;
  }
  #main-header .limit-header nav {
    width: 100%;
    top: 60px;
    position: absolute;
    display: none;
  }
  #main-header .limit-header nav ul {
    padding: 0;
    margin: 8px 0;
    display: flex;
    flex-direction: column;
  }
  #main-header .limit-header nav ul li {
    width: 100%;
    margin: 0;
    padding: 7px 0;
    text-align: center;
  }
  #main-header .limit-header nav ul li:hover {
    color: #d4d7dd;
    background-color: #485d6b;
  }
  #main-header .limit-header nav ul li a {
    width: 100%;
    padding: 0;
    display: block;
  }

  article#home .filter .title {
    display: none;
  }
  article#about-us .content h2 {
    font-size: 1.8em;
    display: initial;
  }
  article#about-us .content .description {
    font-size: 20px;
  }
  article#about-us .content .flags-export img {
    width: 36px;
    height: 24.75px;
    margin: 2px 1px;
  }
  article#contact {
    width: 100%;
    padding: 0;
  }
  article#contact .content .main-content .form-container {
    width: calc(100% - 10%);
    padding: 30px 5%;
  }
  article#contact .content .main-content .form-container form input {
    width: calc(100% - 16px);
  }
  article#contact .content footer {
    height: auto;
    padding: 22px;
  }
  article#contact .content footer .contact-info {
    flex-direction: column;
  }
  article#contact .content footer .contact-info .contact-data {
    margin: 6px 0;
  }
  article#contact .content footer .contact-info .contact-data .contact-data-header {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
  }
  article#contact .content footer .contact-info .contact-data .contact-data-header i {
    margin-right: 12px;
    font-size: 42px;
  }
}
@media only screen and (max-width: 600px) {
  article#products .content .product {
    width: 130px;
    height: 130px;
    margin: 0 8px 16px 8px;
  }
}

/*# sourceMappingURL=style.css.map */
