:root {
  --white: #fff;
  --white-09: rgba(255, 255, 255, 0.9);
  --white-08: rgba(255, 255, 255, 0.8);
  --white-07: rgba(255, 255, 255, 0.7);
  --white-03: rgba(255, 255, 255, 0.3);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-005: rgba(255, 255, 255, 0.05);
  --black: #000;
  --black-06: rgba(0, 0, 0, 0.6);
  --black-05: rgba(0, 0, 0, 0.5);
  --black-04: rgba(0, 0, 0, 0.4);
  --black-01: rgba(0, 0, 0, 0.1);
  --black-005: rgba(0, 0, 0, 0.05);
  --gray: #898989;
  --bg: #0f0f0f;
  --orange: #E5712D;
  --beige: #ffeede;
  --light: #e8e8e8;
  --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: "Montalban";
  src: url("../fonts/montalban.woff2") format("woff2"), url("../fonts/montalban.woff") format("woff");
  font-weight: 400;
  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: 87.5rem;
  padding: 0 1.875rem;
}
.container--small {
  max-width: 73.125rem;
}
@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.menu-open .header__burger::before {
  opacity: 0;
  visibility: hidden;
}
body.menu-open .header__burger::after {
  opacity: 1;
  visibility: visible;
}

.title-1 {
  font-size: max(4rem, 12px);
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-1 {
    font-size: 40px;
  }
}
.title-2 {
  font-size: max(3rem, 12px);
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-2 {
    font-size: 28px;
  }
}
.title-3 {
  font-size: max(2.5rem, 12px);
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-3 {
    font-size: 28px;
  }
}
.title-4 {
  font-size: max(2rem, 12px);
  line-height: 110%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-4 {
    font-size: 24px;
    line-height: 100%;
  }
}
.title-5 {
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-5 {
    font-size: 20px;
  }
}
.title-1 *, .title-2 *, .title-3 *, .title-4 *, .title-5 * {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
.title--center {
  text-align: center;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--shadow {
  -webkit-filter: drop-shadow(50px 25px 161px rgba(255, 128, 23, 0.4)) drop-shadow(-50px -25px 127px rgba(255, 128, 23, 0.4));
  filter: drop-shadow(50px 25px 161px rgba(255, 128, 23, 0.4)) drop-shadow(-50px -25px 127px rgba(255, 128, 23, 0.4));
}
.title--shadow > * {
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 238, 222, 0.7215686275));
  filter: drop-shadow(0 0 8px rgba(255, 238, 222, 0.7215686275));
}
.title--line {
  position: relative;
  padding-bottom: 1.5rem;
}
.title--line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#0F0F0F), color-stop(25%, #F5F5FF), color-stop(50%, #FF8017), color-stop(75%, #F5F5FF), to(#0F0F0F));
  background: linear-gradient(to right, #0F0F0F 0%, #F5F5FF 25%, #FF8017 50%, #F5F5FF 75%, #0F0F0F 100%);
}
.title--offset {
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .title--offset {
    margin-bottom: 40px;
  }
}

.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;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-size: max(0.9375rem, 12px);
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #050505;
  padding: 1.40625rem 2.5rem;
  border-radius: 3.125rem;
  background: linear-gradient(140deg, #b5f289 0%, #57c2a7 100%);
  -webkit-transition: all var(--hover-transition);
  transition: all var(--hover-transition);
}
.btn.disabled, .btn[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
}
.btn:has(span) {
  padding: 1.4625rem 4.625rem 1.46875rem 1.5rem;
}
.btn > span {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 8px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #6a6a6a;
}
.btn > span > strong {
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
  color: #050505;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn > span {
    width: 40px;
    height: 40px;
    font-size: 6px;
  }
  .btn > span > strong {
    font-size: 10px;
  }
}
.btn > s {
  text-decoration: line-through;
  color: var(--black-04);
  margin-right: 0.3125rem;
}
.btn > strong {
  font-weight: 700;
  color: var(--black);
}
.btn.btn--shadow {
  outline: 1px solid var(--white-03);
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 128, 23, 0.81);
  box-shadow: 0 0 20px 0 rgba(255, 128, 23, 0.81);
}
@media (any-hover: hover) {
  .btn:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}

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