:root {
  --white: #fff;
  --white-08: rgba(255, 255, 255, 0.8);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-06: rgba(255, 255, 255, 0.6);
  --white-05: rgba(255, 255, 255, 0.5);
  --black: #000;
  --dark: #050505;
  --bg: #0a0a0b;
  --red: #f00;
  --hover-transition: 0.3s ease-in-out;
  --font-ukraine: 'e-Ukraine', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Light.woff2") format("woff2"), url("../fonts/e-Ukraine-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Regular.woff2") format("woff2"), url("../fonts/e-Ukraine-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Medium.woff2") format("woff2"), url("../fonts/e-Ukraine-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Bold.woff2") format("woff2"), url("../fonts/e-Ukraine-Bold.woff") format("woff");
  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: 77.75rem;
  padding: 0 1.25rem;
}
.container--small {
  max-width: 68.875rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

body {
  margin: 0;
  font-family: var(--font-ukraine);
  font-size: max(1rem, 12px);
  line-height: 140%;
  font-weight: 400;
  font-style: normal;
  color: var(--white);
  background-color: var(--bg);
}
body.menu-open {
  overflow: hidden;
}
body:has(.promo) .header__logo {
  display: block;
}

.title-1 {
  font-size: max(4rem, 12px);
  line-height: 110%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-1 {
    font-size: 32px;
    font-weight: 700;
  }
}
.title-2 {
  font-size: max(3rem, 12px);
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-2 {
    font-size: 36px;
  }
}
.title-3 {
  font-size: max(2.875rem, 12px);
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .title-3 {
    font-size: 32px;
  }
}
.title-4 {
  font-size: max(2.75rem, 12px);
  line-height: 110%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-4 {
    font-size: 26px;
  }
}
.title-1 *, .title-2 *, .title-3 *, .title-4 *, .title-5 *, .title-6 * {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
.title--center {
  text-align: center;
}
.title--line {
  position: relative;
  padding-bottom: 1.5rem;
}
.title--line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 15, 0)), color-stop(25%, #F5F5FF), color-stop(50%, #E5712D), color-stop(75%, #F5F5FF), to(rgba(15, 15, 15, 0)));
  background: linear-gradient(90deg, rgba(15, 15, 15, 0) 0%, #F5F5FF 25%, #E5712D 50%, #F5F5FF 75%, rgba(15, 15, 15, 0) 100%);
}
@media (max-width: 768px) {
  .title--line {
    padding-bottom: 20px;
  }
}
.title--uppercase {
  text-transform: uppercase;
}

.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;
  padding: 1.25rem 2.5rem;
  line-height: 110%;
  font-weight: 700;
  color: var(--dark);
  border-radius: 0.75rem;
  background: linear-gradient(140deg, #b5f289 0%, #57c2a7 100%);
  -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);
}
.btn.disabled, .btn[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
}
.btn--transparent {
  font-size: max(1.125rem, 14px);
  line-height: 100%;
  color: #e8e8e8;
  background: unset;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}
.btn--transparent::before, .btn--transparent::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 0.75rem;
}
.btn--transparent::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(165deg, #B5F289 0%, #57C2A7 100%);
}
.btn--transparent::after {
  top: 0.0625rem;
  left: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  background: var(--bg);
}
@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@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 */