body {
  margin: 0;
  padding: 0;
}

.content-wrapper > .container {
  max-width: 100% !important;
  width: 100% !important;
}

section.static-page-main {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.static-page-main a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.cr_lp {
  width: 100%;
  background: url(images/bg.jpg) center top no-repeat #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .cr_lp {
    background-size: contain;
  }
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 20px 20px;
  margin-inline: auto;
  position: relative;
}

.cr_header {
  margin-bottom: 40px;
}
.cr_header img {
  width: 100%;
  display: block;
}

.cr_product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  margin-inline: auto;
  margin-bottom: 5cqw;
}
.cr_product-list > * {
  flex-basis: calc(33% - 20px);
}
@media screen and (max-width: 640px) {
  .cr_product-list {
    gap: 20px;
  }
  .cr_product-list > * {
    flex-basis: calc(50% - 20px);
  }
}
.cr_product-list--col-4 {
  gap: 20px;
}
.cr_product-list--col-4 > * {
  flex-basis: calc(25% - 15px);
}
@media screen and (max-width: 640px) {
  .cr_product-list--col-4 > * {
    flex-basis: calc(50% - 20px);
  }
}

.cr_product-card {
  display: inline-block;
}
.cr_product-card img {
  width: 100%;
  display: block;
}

.cr_banner-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .cr_banner-box {
    margin-bottom: 15px;
  }
}
.cr_banner-box img {
  display: block;
  max-width: 100%;
}/*# sourceMappingURL=main.css.map */