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;
}

@media screen and (width < 780px) {
  .cr_hide-on-medium {
    display: none !important;
  }
}

.cr_show-on-medium {
  display: none !important;
}
@media screen and (width < 780px) {
  .cr_show-on-medium {
    display: block !important;
  }
}

@font-face {
  font-family: "MiSansLatinVF";
  src: url(fonts/MiSansLatinVF.ttf) format("truetype-variations");
  font-weight: 150 700;
}
.cr_lp {
  width: 100%;
  background: #000000;
  font-family: "MiSansLatinVF", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  box-sizing: border-box;
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}
.cr_lp img {
  max-width: 100%;
  display: block;
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  container-type: inline-size;
}

.cr_prod {
  display: flex;
  gap: 20px;
  margin-block: 18px 60px;
  padding-inline: 5cqw;
}
.cr_prod--reverse {
  flex-direction: row-reverse;
}
.cr_prod > div {
  flex: 1;
}
.cr_prod__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-size: 22px;
}
.cr_prod__tag {
  color: #ff6136;
  font-size: 34px;
}
.cr_prod__title {
  font-size: 40px;
  font-weight: 600;
  text-wrap: balance;
}
.cr_prod__desc {
  line-height: 1.8;
}
.cr_prod__btn {
  display: inline-block;
  padding: 12px 20px;
  background: #524129;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  border-radius: 100vw;
}
@media screen and (width < 640px) {
  .cr_prod {
    flex-direction: column;
    gap: 12px;
    padding-inline: 5cqw;
  }
  .cr_prod--reverse {
    flex-direction: column;
  }
  .cr_prod__img {
    order: 2;
  }
  .cr_prod__info {
    gap: 12px;
    font-size: 16px;
  }
  .cr_prod__tag {
    font-size: 24px;
  }
  .cr_prod__title {
    font-size: 28px;
  }
  .cr_prod__btn {
    font-size: 16px;
    padding: 10px 16px;
  }
}/*# sourceMappingURL=main.css.map */