@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto";
}

body p {
  margin: 0;
}

body > .container {
  position: relative;
}

body > .container > img {
  position: absolute;
  top: 50px;
  right: 0;
}

body > .container > div {
  position: relative;
  z-index: 1;
}

body > .container > div header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

body > .container > div header .logo h2 {
  font-size: 40px;
}

body > .container > div header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 0;
}

body > .container > div header .menu li {
  list-style: none;
}

body > .container > div header .menu li a {
  color: #333;
  margin-left: 30px;
  font-weight: 500;
  font-size: 20px;
}

body > .container > div header > button {
  position: absolute;
  top: 32px;
  right: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

body > .container > div header > button .close {
  display: none;
}

body > .container > div header > button img {
  width: 25px;
}

body > .container > div header > button img.close {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

body > .container > div header.open > button .close {
  display: block;
}

body > .container > div header.open > button .normal {
  display: none;
}

body > .container > div header.open > .menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
  padding: 20px 0;
}

body > .container > div header.open > .menu li {
  text-align: center;
  margin: 10px 0;
}

body > .container > div .banner {
  width: 60%;
  margin: 100px 0 50px;
}

body > .container > div .banner .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 50px;
}

body > .container > div .banner .elements li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  list-style: none;
  border: 2px solid #333;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  background: #fff;
}

body > .container > div .banner .elements li span:first-child {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 12px;
  font-weight: 500;
}

body > .container > div .banner .elements li span:last-child {
  margin-top: 5px;
  font-weight: 600;
  font-size: 30px;
}

body > .container > div .banner .content {
  font-size: 18px;
}

body > .container > div .banner .content p {
  margin-bottom: 40px;
}

body > .container > div .banner .content ul {
  padding: 0;
}

body > .container > div .banner .content ul li {
  list-style-type: circle;
  list-style-position: inside;
}

body > .container > div #products {
  background: #ffffff90;
}

body > .container > div #products > .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

body > .container > div #products table {
  width: 100%;
  background: #eee;
  margin-bottom: 30px;
}

body > .container > div #products table td {
  padding: 10px 20px;
}

body > .container > div #products > .description {
  font-size: 16px;
  margin-bottom: 20px;
}

body > .container > div #products .packaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body > .container > div #products .packaging .title {
  font-size: 25px;
  font-weight: 600;
  color: #333;
}

body > .container > div #advantages .title {
  font-size: 30px;
  font-weight: 500;
  color: #333;
}

body > .container > div #advantages .description {
  font-size: 16px;
  margin-bottom: 20px;
}

body > .container > div #advantages .item p {
  font-size: 18px;
  margin-bottom: 12px;
}

body > .container > div #advantages .item ul {
  padding-left: 0;
}

body > .container > div #advantages .item ul li {
  list-style: none;
  font-size: 16px;
}

body > .container > div #contact {
  margin-bottom: 20px;
}

body > .container > div #contact > .title {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}

body > .container > div #contact .form {
  border: 1px solid #eee;
  padding: 20px;
}

body > .container > div #contact .form .title {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

body > .container > div #contact .form .form_item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

body > .container > div #contact .form .form_item p {
  font-weight: 600;
  color: #555;
}

body > .container > div #contact .form .form_item span {
  font-size: 14px;
}

body > .container > div #contact .form .form_item:last-child {
  border-bottom: 0;
}

body > .container > div #contact #map {
  width: 100%;
  min-height: 400px;
}

body footer {
  background: #e41b13;
  padding: 43px 0 52px;
}

body footer .container {
  border-bottom: 2px solid #fff;
}

body footer .container .logo {
  padding-bottom: 32px;
}

body footer .container .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body footer .container .logo span {
  color: #fff;
  font-size: 15px;
}

body footer .container .item {
  margin-bottom: 32px;
}

body footer .container .item .title {
  font-size: 15px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #fff;
}

body footer .container .item ul {
  min-width: 150px;
  max-width: 200px;
  padding: 0;
  padding-right: 30px;
  margin: 0;
}

body footer .container .item ul:last-child {
  padding-right: 0;
}

body footer .container .item ul li {
  list-style: none;
}

body footer .container .item ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .banner {
    width: 100% !important;
  }
  #products table td {
    padding: 10px !important;
  }
  #products .packaging {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #products .packaging img {
    margin: 20px 0;
  }
}
/*# sourceMappingURL=index.css.map */