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

@font-face {
  font-family: "Gilroy";
  src: url("fonts/subset-Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/subset-Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/subset-Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.cr_lp {
  width: 100%;
  background: url(images/bg.jpg) center top no-repeat #090816;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .cr_lp {
    background-size: 160% auto;
  }
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}

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

.cr_header {
  max-width: 520px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.cr_header img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 745px) {
  .cr_header img:nth-child(1) {
    display: none;
  }
}
.cr_header img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 745px) {
  .cr_header img:nth-child(2) {
    display: block;
  }
}

.cr_title {
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 30px;
}
.cr_title img {
  display: initial;
  max-width: 100%;
}

.cr_prods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .cr_prods {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .cr_prod {
    margin-bottom: 45px;
  }
}
.cr_prod img {
  display: block;
  width: 100%;
}
.cr_prod-props {
  border: 1px solid #646466;
  margin-top: 25px;
}
.cr_prod-props-btn {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: url(images/down.png) center right 20px no-repeat;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.cr_prod-props-btn-active {
  background: url(images/up.png) center right 20px no-repeat;
}
@media screen and (max-width: 1100px) {
  .cr_prod-props-btn {
    font-size: 18px;
  }
}
.cr_prod-props-list {
  display: none;
  padding: 0 20px 20px 20px;
}

.cr_footer {
  background: url(images/footer-top.png) center top no-repeat, url(images/footer-top.png) center bottom no-repeat;
  padding: 70px 0;
  text-align: center;
  font-size: 42px;
  margin: 40px 0;
}
@media screen and (max-width: 1100px) {
  .cr_footer {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .cr_footer {
    font-size: 24px;
    background-size: 400px auto;
    padding: 40px 0;
  }
}/*# sourceMappingURL=main.css.map */