:root {
  --white: #fff;
  --white-07: rgba(255, 255, 255, 0.7);
  --black: #000;
  --red: #f00;
  --bg: #0c0c0c;
  --hover-transition: 0.3s ease-in-out;
  --font-helvetica: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  feight: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

aside, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  cursor: pointer;
}

button:active, button:focus, input:active, input:focus {
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, label {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 70.5rem;
  padding: 0 1.25rem;
}
.container--big {
  max-width: 85.25rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

body {
  margin: 0;
  font-family: var(--font-helvetica);
  font-size: max(1rem, 12px);
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.03em;
  font-style: normal;
  color: var(--white-07);
  background-color: #070101;
}
body.menu-open {
  overflow: hidden;
}

.title-1 {
  font-size: max(4.6875rem, 12px);
  line-height: 95%;
}
@media (max-width: 768px) {
  .title-1 {
    font-size: 40px;
  }
}
.title-2 {
  font-size: max(3.75rem, 12px);
  line-height: 85%;
}
@media (max-width: 768px) {
  .title-2 {
    font-size: 40px;
  }
}
.title-3 {
  font-size: max(2.5rem, 12px);
  line-height: 95%;
}
@media (max-width: 768px) {
  .title-3 {
    font-size: 33px;
  }
}
.title-4 {
  font-size: max(1.875rem, 12px);
  line-height: 95%;
}
.title--center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  margin: -5px auto;
  padding: 5px 0;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--gradient {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.title-1, .title-2, .title-3, .title-4 {
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--white);
}
.title-1 *, .title-2 *, .title-3 *, .title-4 * {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  text-align: center;
  color: var(--black);
  -webkit-transition: -webkit-transform var(--hover-transition);
  transition: -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition);
  transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
  font-size: max(1.25rem, 12px);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding: 1.1875rem 1.8125rem;
  border-radius: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c4ffc4)), radial-gradient(29.68% 233.35% at 49.84% 94.2%, #e3ffe0 0%, rgba(224, 255, 225, 0) 100%), radial-gradient(82.6% 31.07% at 49.84% 94.2%, #e0ffe2 0%, rgba(225, 255, 224, 0) 100%);
  background: linear-gradient(90deg, #fff 0%, #c4ffc4 100%), radial-gradient(29.68% 233.35% at 49.84% 94.2%, #e3ffe0 0%, rgba(224, 255, 225, 0) 100%), radial-gradient(82.6% 31.07% at 49.84% 94.2%, #e0ffe2 0%, rgba(225, 255, 224, 0) 100%);
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
}
.btn::before {
  top: -0.334375rem;
  left: -0.334375rem;
  right: -0.334375rem;
  bottom: -0.334375rem;
  background-color: rgba(0, 255, 4, 0.1);
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 222, 222, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(255, 222, 222, 0.25);
  border-radius: 1rem;
}
.btn::after {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 15.3125rem;
  height: 0.875rem;
  bottom: 0;
  opacity: 0.7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="263" height="15" viewBox="0 0 263 15" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg style="mix-blend-mode:color-burn"%3E%3Cg style="mix-blend-mode:plus-lighter" filter="url(%23filter0_f_841_6417)"%3E%3Cpath d="M9.19336 13.3005L132.247 9.19336L253.752 13.3005V22.5816H9.19336V13.3005Z" fill="%2364FF4C" /%3E%3C/g%3E%3Cg style="mix-blend-mode:plus-lighter" filter="url(%23filter1_f_841_6417)"%3E%3Cpath d="M31.8848 15.0606L132.103 11.7324L231.061 15.0606V22.5815H31.8848V15.0606Z" fill="%2304FF00" /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_f_841_6417" x="9.25064e-05" y="9.25064e-05" width="262.945" height="31.7752" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix" /%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /%3E%3CfeGaussianBlur stdDeviation="4.59663" result="effect1_foregroundBlur_841_6417" /%3E%3C/filter%3E%3Cfilter id="filter1_f_841_6417" x="22.6915" y="2.53916" width="217.562" height="29.2352" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix" /%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /%3E%3CfeGaussianBlur stdDeviation="4.59663" result="effect1_foregroundBlur_841_6417" /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E');
}
.btn > svg {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 0.5rem;
}
.btn.disabled, .btn[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
}
@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.btn.btn--green {
  color: var(--white);
  background: -webkit-gradient(linear, left top, right top, from(#007404), to(#003704)), radial-gradient(29.68% 233.35% at 49.84% 94.2%, #046b00 0%, rgba(0, 119, 0, 0) 100%), radial-gradient(82.6% 31.07% at 49.84% 94.2%, #00ff2f 0%, rgba(16, 189, 0, 0) 100%);
  background: linear-gradient(90deg, #007404 0%, #003704 100%), radial-gradient(29.68% 233.35% at 49.84% 94.2%, #046b00 0%, rgba(0, 119, 0, 0) 100%), radial-gradient(82.6% 31.07% at 49.84% 94.2%, #00ff2f 0%, rgba(16, 189, 0, 0) 100%);
}
.btn.btn--green::before {
  background-color: rgba(0, 212, 0, 0.2);
}
.btn.btn--green::after {
  opacity: 1;
  background-image: url('data:image/svg+xml,%3Csvg width="263" height="14" viewBox="0 0 263 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg style="mix-blend-mode:plus-lighter" filter="url(%23filter0_f_896_7106)"%3E%3Cpath d="M9.19336 13.3005L132.247 9.19336L253.752 13.3005V22.5816H9.19336V13.3005Z" fill="%2364FF4C" /%3E%3C/g%3E%3Cg style="mix-blend-mode:plus-lighter" filter="url(%23filter1_f_896_7106)"%3E%3Cpath d="M31.8848 15.0606L132.103 11.7324L231.061 15.0606V22.5815H31.8848V15.0606Z" fill="%23D9D9D9" /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_f_896_7106" x="9.25064e-05" y="9.25064e-05" width="262.945" height="31.7752" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix" /%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /%3E%3CfeGaussianBlur stdDeviation="4.59663" result="effect1_foregroundBlur_896_7106" /%3E%3C/filter%3E%3Cfilter id="filter1_f_896_7106" x="22.6915" y="2.53916" width="217.562" height="29.2352" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix" /%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /%3E%3CfeGaussianBlur stdDeviation="4.59663" result="effect1_foregroundBlur_896_7106" /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E');
}
@media (max-width: 768px) {
  .btn {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
  }
  .btn::before {
    top: -3.85px;
    left: -3.85px;
    right: -3.85px;
    bottom: -3.85px;
    border-radius: 8px;
  }
  .btn > svg {
    width: 17px;
    height: 17px;
    margin-left: 11px;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
/*# sourceMappingURL=critical.css.map */