@font-face {
  font-family: "AkzidenzGroteskPro-Light";
  src: url(../fonts/AkzidenzGroteskPro-Light.ttf?4b05395896d3d73628c5f3505c3cd65b);
}

@font-face {
  font-family: "AkzidenzGroteskPro-LightCn";
  src: url(../fonts/AkzidenzGroteskPro-LightCn.ttf?92acb46ba7eb7f10c690167c2a19c1aa);
}

@font-face {
  font-family: "AkzidenzGroteskPro-LightEx";
  src: url(../fonts/AkzidenzGroteskPro-LightEx.ttf?a2908e7d2281457412f48f1e87a77e79);
}

@font-face {
  font-family: "Optima-Bold-02";
  src: url(../fonts/Optima-Bold-02.ttf?344d5bddf52c126921ad5074e7d0be69);
}

@font-face {
  font-family: "unicode";
  src: url(../fonts/unicode.optima.ttf?e5fcff3406c913b4dc45047233daab05);
}

body {
  color: #231F20;
}

.container {
  max-width: 1000px;
}

h1,
h2 {
  margin: 0;
  font-family: "unicode", serif;
}

h4 {
  font-family: "Optima-Bold-02", serif;
  font-size: 17pt;
  margin-bottom: 3px;
}

h5 {
  font-family: "Optima-Bold-02", serif;
  margin-bottom: 3px;
}

h1 {
  font-size: 38pt;
}

h3 {
  font-family: "unicode", serif;
  font-size: 20pt;
}

#header .container {
  padding: 0 4rem;
}

#header .row {
  background-color: #BDCCD4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#header img {
  width: 600px;
}

#intro h2 {
  padding: 10rem 0 2rem;
}

#intro p {
  font-family: "AkzidenzGroteskPro-Light", serif;
  padding: 5rem 0;
}

#first img {
  width: 500px;
}

#first .my-custom {
  margin: 5rem 0;
}

#first .first-content {
  justify-content: flex-end;
  background-color: #BDCCD4;
  height: 100%;
  padding: 0 4rem 4rem;
}

.products-list {
  flex-wrap: wrap;
}

.products-list p {
  font-family: "AkzidenzGroteskPro-LightEx", serif;
  font-size: 11pt;
}

.products-list .details {
  font-family: "AkzidenzGroteskPro-Light", serif;
}

.products-list .details span {
  font-size: 10pt;
}

.products-list .products-item {
  width: 25%;
  margin: 2rem 0;
}

.products-list .products-item img {
  width: 270px;
}

.products-list .products-item .products-details {
  padding: 2rem 0 0 4rem;
}

.products-list .products-item .details span {
  font-size: 10pt;
  display: block;
}

#bonus {
  margin: 4rem 0;
}

#bonus .container {
  background-color: #F1D9A3;
  padding: 4rem;
}

#bonus .bonus-img img {
  width: 100%;
}

#bonus .bonus-pad {
  padding: 0 0 0 4rem;
}

#bonus .bonus-list {
  padding: 1.5rem 0 0;
}

#bonus h4,
#bonus span {
  color: #808080;
}

#bonus p {
  font-family: "AkzidenzGroteskPro-LightEx", serif;
  font-size: 11pt;
}

#bonus span {
  font-family: "AkzidenzGroteskPro-Light", serif;
  font-size: 10pt;
}

#second {
  margin: 4rem 0;
}

#second h1,
#second h3 {
  padding: 0 4rem;
}

#second .container {
  padding: 0;
}

#second .products-item {
  margin-top: 0;
}

#footer .container {
  padding: 4rem 0;
  background-color: #BDCCD4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#footer h5 {
  padding: 0 4rem;
}

#footer p {
  color: #808080;
  margin: 0;
  padding: 0 0 0 4rem;
  font-size: 10pt;
  line-height: 1rem;
}

@media screen and (max-width: 991px) {
  #first img {
    width: 360px;
  }

  .products-list .products-item {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  #first img {
    width: 100%;
  }

  #first .my-custom {
    margin: 0;
  }

  #first .first-content {
    padding: 10rem 4rem;
  }

  .products-list .products-item .product-image {
    text-align: center;
  }

  .products-list .products-item .product-image img {
    width: 310px;
  }

  #products .container {
    padding: 0;
  }

  .products-list .products-item {
    width: 50%;
  }

  #bonus .bonus-pad {
    padding: 4rem 15px 0;
  }
}

@media screen and (max-width: 540px) {
  .container {
    padding: 0 15px;
  }

  .products-list .products-item {
    width: 100%;
  }
}

