: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-06: rgba(255, 255, 255, 0.6);
  --white-05: rgba(255, 255, 255, 0.5);
  --white-04: rgba(255, 255, 255, 0.4);
  --white-02: rgba(255, 255, 255, 0.2);
  --white-015: rgba(255, 255, 255, 0.15);
  --white-01: rgba(255, 255, 255, 0.1);
  --white-005: rgba(255, 255, 255, 0.05);
  --white-002: rgba(255, 255, 255, 0.02);
  --black: #09090a;
  --hover-transition: 0.3s ease-in-out;
  --font-gilroy: 'Gilroy', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-helvetica: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-inter: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Semibold.woff2") format("woff2"), url("../fonts/Inter-Semibold.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: 91.25rem;
  padding: 0 1.25rem;
}
.container--big {
  max-width: 112.5rem;
}

body {
  margin: 0;
  font-family: var(--font-gilroy);
  font-size: max(1rem, 12px);
  line-height: 140%;
  font-weight: 400;
  font-style: normal;
  color: var(--white);
  background-color: var(--black);
}
body.menu-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
}
body:has(.video.is-open) {
  overflow: hidden;
}

.site-container:has(.tariffs__blur) {
  overflow: hidden;
}

.title-1 {
  font-size: max(4.5rem, 12px);
  line-height: 100%;
  font-weight: 500;
}
.title-1-small {
  font-size: max(4rem, 12px);
  line-height: 100%;
  font-weight: 500;
}
.title-2 {
  font-size: max(3.5rem, 12px);
  line-height: 100%;
}
.title-3 {
  font-size: max(3rem, 12px);
  line-height: 110%;
  font-weight: 500;
}
.title-4 {
  font-size: max(2.5rem, 12px);
  line-height: 120%;
  font-weight: 500;
}
.title-5 {
  font-size: max(2rem, 12px);
  line-height: 120%;
  font-weight: 500;
}
.title-6 {
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  font-weight: 600;
}
.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--offset {
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .title--offset {
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .mobile-title-1 {
    font-size: 48px;
  }
  .mobile-title-2 {
    font-size: 44px;
  }
  .mobile-title-3 {
    font-size: 36px;
    line-height: 110%;
  }
  .mobile-title-4 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 500;
  }
  .mobile-title-5 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
  }
  .mobile-title-6 {
    font-size: 24px;
    line-height: 120%;
  }
  .mobile-title-7 {
    font-size: 20px;
    line-height: 130%;
  }
}
.btn {
  overflow: hidden;
  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;
  font-size: max(1.125rem, 14px);
  line-height: 100%;
  font-weight: 600;
  color: var(--white);
  padding: 1.4375rem 4.5rem 1.4375rem 2rem;
  -webkit-transition: color 0.45s ease-in-out;
  transition: color 0.45s ease-in-out;
  border-radius: 6.25rem;
}
.btn > p {
  position: relative;
  z-index: 2;
}
.btn > img, .btn > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
.btn > span {
  position: absolute;
  right: 0.5rem;
  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;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.btn > span > svg {
  position: relative;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.btn > span::before, .btn > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
  border-radius: 50%;
}
.btn > span::before {
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.btn > span::after {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.disabled, .btn[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 6.25rem;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.btn:hover, .btn:active {
  color: var(--black);
}
.btn:hover::after, .btn:active::after {
  -webkit-transform: scale(12) translateX(-20%);
  -ms-transform: scale(12) translateX(-20%);
  transform: scale(12) translateX(-20%);
}
.btn:hover > span::before, .btn:active > span::before {
  opacity: 0;
  visibility: hidden;
}
.btn:hover > span::after, .btn:active > span::after {
  opacity: 1;
  visibility: visible;
}
.btn--transparent {
  font-size: max(1rem, 12px);
  line-height: 140%;
  padding: 1.375rem 2rem 1.125rem;
  border: 0.0625rem solid var(--white-02);
  border-radius: 6.25rem;
  color: var(--white);
  letter-spacing: -0.02em;
}
.btn--transparent::after {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.btn--transparent:hover::after, .btn--transparent:active::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .btn:hover::after, .btn:active::after {
    -webkit-transform: scale(22) translateX(-25%);
    -ms-transform: scale(22) translateX(-25%);
    transform: scale(22) translateX(-25%);
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 20px 56px 20px 24px;
  }
  .btn > span {
    width: 40px;
    height: 40px;
  }
  .btn > span > svg {
    width: 20px;
    height: 20px;
  }
  .btn::after {
    width: 40px;
    height: 40px;
  }
  .btn--transparent {
    padding: 16px 24px;
  }
}

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