/*!
 * Main stylesheet
 */
/* config */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --root-font-size: 100%;
  --body-font-family: Inter, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --body-font-size: 1rem;
  --body-line-height: 1.5;
  --body-text-align: left;
  --body-color: #29304d;
  --body-bg: #e8eef6;
  --headings-font-family: "Space Grotesk", "IBM Plex Sans", var(--body-font-family);
  --headings-font-weight: 700;
  --headings-font-style: normal;
  --headings-line-height: 1.2;
  --headings-margin-top: 1em;
  --headings-margin-bottom: 1em;
  --headings-color: inherit;
  --h1-color: var(--primary-color);
  --h1-font-size: clamp(2.375rem, 7.2916666667vw, 3.5rem);
  --h2-font-size: clamp(1.875rem, 5.9895833333vw, 2.875rem);
  --h3-font-size: clamp(1.5rem, 3.90625vw, 1.875rem);
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.2rem;
  --h6-font-size: 1rem;
  --paragraph-margin-y: 1em;
  --highlight-color: black;
  --highlight-bg: yellow;
  --white: #fff;
  --primary-color: #657ded;
  --primary-dark-color: #5169d9;
  --green-color: #4caf50;
  --error-color: #af4c4c;
  --scrollbar-size: 0.5rem;
  --scrollbar-color: var(--primary-color);
  --scrollbar-color-hover: var(--scrollbar-color);
  --scrollbar-bg: var(--body-bg);
  --scrollbar-border-width: 0;
  --scrollbar-border-color: transparent;
  --header-height: 4.375rem;
  --shadow: 0 4px 24px 0 #29304d1f, 0 4px 10px 0 #29304d29;
  --radius: 0.5rem;
  --checkbox-size: calc(var(--body-font-size) * var(--body-line-height));
  --checkbox-gap: 0.5rem;
}

/* webfonts */
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-Thin.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-ExtraLight.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-Light.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-Regular.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-Medium.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-SemiBold.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-Bold.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-ExtraBold.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/subset-Inter-Black.woff2") format("woff2"), url("/fonts/Inter/subset-Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Light.woff2") format("woff2"), url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Regular.woff2") format("woff2"), url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Medium.woff2") format("woff2"), url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-SemiBold.woff2") format("woff2"), url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Bold.woff2") format("woff2"), url("/fonts/SpaceGrotesk/subset-SpaceGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* scrollbars */
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  width: var(--scrollbar-size, 0.5rem);
  height: var(--scrollbar-size, 0.5rem);
  border: var(--scrollbar-border-width, 2px) solid var(--scrollbar-border-color, transparent);
  background-color: var(--scrollbar-bg, #ccc);
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb,
:hover::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 var(--scrollbar-size, 0.5rem) var(--scrollbar-color, rgba(0, 0, 0, 0.5019607843));
}

::-webkit-scrollbar-thumb:hover {
  --scrollbar-color: var(--scrollbar-color-hover, #000000ff);
}

/* Reboot */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--body-font-family), sans-serif;
  font-size: var(--body-font-size);
  font-weight: 400;
  line-height: var(--body-line-height);
  margin: 0;
  text-align: var(--body-text-align);
  color: var(--body-color);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: currentColor;
  border: 0;
  border-top: 1px solid currentColor;
}

.h6, h6, .h5, h5, .h4, h4, .h3, h3, .h2, .section-title, h2, .h1, h1 {
  font-family: var(--headings-font-family), sans-serif;
  font-weight: var(--headings-font-weight);
  font-style: var(--headings-font-style);
  line-height: var(--headings-line-height);
  color: var(--headings-color);
}

.h1, h1 {
  font-size: var(--h1-font-size);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.04em;
  color: var(--h1-color);
}

.h2, .section-title, h2 {
  font-size: var(--h2-font-size);
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.04em;
}

.h3, h3 {
  font-size: var(--h3-font-size);
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.h4, h4 {
  font-size: var(--h4-font-size);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.h5, h5 {
  font-size: var(--h5-font-size);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.h6, h6 {
  font-size: var(--h6-font-size);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

:where(.h1, h1, .h2, .section-title, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6):first-child {
  margin-top: 0;
}
:where(.h1, h1, .h2, .section-title, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6):last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: var(--paragraph-margin-y);
}
p:last-child {
  margin-bottom: 0;
}

abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.85em;
}

mark {
  padding: 0.5em;
  color: var(--highlight-color);
  background-color: var(--highlight-bg);
}

sub,
sup {
  font-size: 0.9em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: underline;
  color: var(--primary-dark-color);
}
a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  text-decoration: none;
  color: inherit;
}

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

pre {
  font-size: 1em;
  display: block;
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}

code {
  font-size: 1em;
  word-wrap: break-word;
  color: black;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  line-height: inherit;
  float: left;
  width: 100%;
  padding: 0;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

img {
  max-width: 100%;
}

/* Layouts */
.wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

.site {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  --btn-padding-x: 1.5625rem;
}
.site__header {
  position: relative;
  z-index: 100;
  --header-padding-y: 1.625rem;
  --logo-color: var(--primary-color);
  --lang-selector-color: var(--primary-color);
  --btn-color: #fff;
  --btn-bg: var(--primary-color);
  --btn-hover-bg: #839bff;
  --btn-active-bg: #475fcf;
}
.has-sticky-header .site__header.is-sticky {
  position: sticky;
  top: 0;
}
body:has(.intro) .site__header, .site__header.is-sticky {
  --header-bg: var(--primary-color);
  --logo-color: #fff;
  --lang-selector-color: #fff;
  --btn-color: var(--primary-color);
  --btn-bg: #fff;
  --btn-hover-bg: #d8dfff;
  --btn-active-bg: #9db2f6;
}
.site__header.is-sticky {
  box-shadow: 0 4px 24px 0 rgba(36, 49, 111, 0.2588235294);
  --header-padding-y: 0;
}
.site__main {
  display: flow;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 36rem) {
  .site {
    --btn-padding-x: 2.5rem;
  }
}

/* Grid system */
.container {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48rem) {
  .container {
    max-width: 45rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 60rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 73.125rem;
  }
}

/* base/_type */
.section-title-small {
  font-family: var(--headings-font-family), sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--primary-color);
}

.section-title {
  margin-top: 0;
  text-align: var(--section-title-align, center);
}
@media (min-width: 48rem) {
  .section-title {
    margin-bottom: 0.75rem;
  }
}

.section-subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: var(--section-title-align, center);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--section-subtitle-color, var(--primary-color));
}
@media (min-width: 48rem) {
  .section-subtitle {
    margin-bottom: 0.875rem;
  }
}

.section-desc {
  text-align: center;
}

.section-title,
.section-subtitle,
.section-desc {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
}

/* Buttons */
.btn {
  font-family: var(--body-font-family), sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  display: inline flex;
  justify-content: center;
  width: var(--btn-width, auto);
  margin: 0;
  padding: 0.9375rem var(--btn-padding-x, 2.5rem);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.25s ease;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--btn-color);
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: var(--btn-bg);
  background-image: none;
  box-shadow: 0 4px 24px 0 rgba(41, 48, 77, 0.1215686275), 0 4px 10px 0 rgba(41, 48, 77, 0.1607843137);
  touch-action: manipulation;
  --btn-hover-color: var(--btn-color);
  --btn-active-color: var(--btn-color);
}
.btn.hover, .btn:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
}
.btn.active, .btn:active {
  color: var(--btn-active-color);
  background-color: var(--btn-active-bg);
}

.btn-primary {
  --btn-color: #fff;
  --btn-bg: var(--primary-color);
  --btn-hover-bg: #839bff;
  --btn-active-bg: #475fcf;
}

.btn-white {
  --btn-color: var(--primary-color);
  --btn-bg: #fff;
  --btn-hover-bg: #d8dfff;
  --btn-active-bg: #9db2f6;
}

:root {
  --input-height: 54px;
  --input-padding-x: 1rem;
}

.inputbox {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  height: var(--input-height);
  margin: 0;
  padding: 0;
  border: 1px solid var(--inputbox-border-color, rgba(41, 48, 77, 0.2));
  border-radius: 6px;
}
.inputbox:not(.selectbox) {
  cursor: text;
}
.inputbox__input, .inputbox__label {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: calc(var(--input-height) / 2);
  padding: 0 var(--input-padding-x);
  border: none;
  background: none;
}
.inputbox__input {
  bottom: 0;
  transform: translateY(-5px);
}
.inputbox__input:focus {
  outline: none !important;
}
.inputbox__label {
  font-family: var(--body-font-family), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(var(--input-height) / 2);
  top: 25%;
  overflow: hidden;
  transition: 0.25s ease all;
  pointer-events: none;
  opacity: 0.4;
  color: #29304d;
}
.inputbox:focus-within {
  border-color: #657ded;
  box-shadow: 0 0 5px 0 rgba(101, 125, 237, 0.8);
}
.inputbox:focus-within .inputbox__label {
  opacity: 1;
  color: var(--primary-color);
}
.inputbox:focus-within .inputbox__label, .inputbox.selectbox .inputbox__label, .inputbox.filled .inputbox__label {
  font-size: 12px;
  font-weight: 500;
  top: 0;
  transform: translateY(2px);
}
.inputbox select {
  height: 100%;
  padding-top: 14px;
  transform: none;
  padding-inline: calc(var(--input-padding-x) - 4px);
}

.help-block {
  font-size: 14px;
  padding-left: 0.25rem;
  color: var(--help-block-color, var(--body-color));
}
.checkbox + .help-block {
  padding-left: calc(var(--checkbox-size) + var(--checkbox-gap));
}

.has-error {
  --inputbox-border-color: var(--error-color);
  --help-block-color: var(--error-color);
  --checkbox-border-color: var(--error-color);
}

.checkbox {
  display: flex;
}
.checkbox__wrapper {
  position: relative;
  display: flex;
  gap: var(--checkbox-gap);
}
.checkbox__element {
  position: absolute;
  left: -20000px;
  opacity: 0;
}
.checkbox__element:checked + .checkbox__indicator {
  --is-checked: 1;
}
.checkbox__element:focus-visible + .checkbox__indicator {
  border-color: #657ded;
  box-shadow: 0 0 5px 0 rgba(101, 125, 237, 0.8);
}
.checkbox__indicator {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  color: var(--primary-color);
  border: 1px solid var(--checkbox-border-color, rgba(41, 48, 77, 0.2));
  border-radius: 6px;
  --is-checked: 0;
}
.checkbox__indicator svg {
  display: block;
  width: 75%;
  height: 75%;
  transition: 0.15s ease opacity;
  pointer-events: none;
  opacity: var(--is-checked, 0);
}
.checkbox__label {
  font-size: 14px;
  font-weight: 400;
}

.square-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--square-icon-size, 3.125rem);
  height: var(--square-icon-size, 3.125rem);
  border: 1px solid var(--primary-color);
  border-radius: 0.5rem;
}

.list-checked-circle {
  display: grid;
  padding: 0;
  list-style: none;
  gap: 0.5rem;
  grid-template-columns: 100%;
}
.list-checked-circle:first-child {
  margin-top: 0;
}
.list-checked-circle:last-child {
  margin-bottom: 0;
}
.list-checked-circle li {
  position: relative;
  padding-left: 1.875rem;
}
.list-checked-circle li::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  content: var(--list-checked-circle-icon, url("/images/icons/circle-check-green.svg"));
}
.list-checked-circle_primary {
  --list-checked-circle-icon: url("/images/icons/circle-check.svg");
}

.check-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.5rem;
  grid-template-columns: 100%;
}
.check-list_primary {
  --check-list-icon: url("/images/icons/circle-check.svg");
}
.check-list__item {
  position: relative;
  padding-left: 1.875rem;
}
.check-list__item::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  content: var(--check-list-icon, url("/images/icons/circle-check-green.svg"));
}
.check-list__item_unchecked {
  --check-list-icon: url("/images/icons/circle-cross-red.svg");
}
.check-list__item_unchecked > * {
  opacity: 0.5;
}
.check-list__title {
  line-height: 1.5rem;
  display: block;
}
.check-list__title_big {
  font-size: 1.5rem;
}
.check-list__item:has(.check-list__title_big)::before {
  top: 3px;
}
.check-list__desc {
  font-size: 0.875rem;
  display: block;
}

/* parts/_logo */
.logo {
  display: flex;
}
.logo__link {
  display: flex;
  width: clamp(5rem, 32vw, 9.3125rem);
  height: 1rem;
  text-decoration: none !important;
  color: var(--logo-color, currentColor) !important;
}
.logo__img {
  display: block;
  width: 100%;
  height: 100%;
}
.logo__img * {
  pointer-events: none;
}
@media (min-width: 36rem) {
  .logo__link {
    width: 15.5625rem;
    height: 1.625rem;
  }
}

/* parts/_lang-selector */
.lang-selector {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  height: 2.375rem;
}
.lang-selector__display {
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 2.375rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.25s ease color;
  color: var(--lang-selector-color, var(--primary-color));
  gap: 0.25rem;
}
.lang-selector__icon {
  flex-shrink: 0;
  width: 0.875em;
  height: 0.875em;
  pointer-events: none;
}
.lang-selector__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  padding: 1rem;
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--shadow);
  gap: 0.875rem;
}
.is-open .lang-selector__dropdown {
  display: grid;
}
.lang-selector__item {
  padding: 0 1rem;
  text-decoration: none !important;
  color: var(--body-color);
}
.lang-selector__item:hover {
  color: var(--primary-color);
}
.lang-selector_white {
  --lang-selector-color: white;
}

/* block best-for */
.best-for {
  display: flex;
  justify-content: space-between;
  max-width: 23.4375rem;
  margin-inline: auto;
  gap: 1rem;
}
.best-for__item {
  display: block;
  flex-shrink: 0;
  width: 6.375rem;
}
@media (min-width: 62rem) {
  .best-for {
    justify-content: flex-start;
    max-width: none;
    gap: 1.25rem;
  }
  .best-for__item {
    width: 8.875rem;
  }
}
@media (min-width: 75rem) {
  .best-for {
    gap: 1.25rem;
  }
  .best-for__item {
    width: 10.375rem;
  }
}

.inline-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
}
.inline-nav__item {
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  transition: all 0.15s ease;
  text-align: center;
  text-decoration: none !important;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: var(--radius);
}
.inline-nav__item:hover {
  color: var(--white);
  background-color: var(--primary-color);
}

.number-one {
  display: flex;
  justify-content: center;
}
.number-one__main {
  display: flex;
  align-items: center;
}
.number-one__main::before, .number-one__main::after {
  flex-grow: 0;
  width: 4.4375rem;
  height: 8.5rem;
  content: "";
  background-size: 100%;
}
.number-one__main::before {
  background-image: url(/images/v1.svg);
}
.number-one__main::after {
  background-image: url(/images/v2.svg);
}
.number-one__content {
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
}
.number-one__title {
  font-size: 1.5rem;
  font-weight: 800;
  font-style: italic;
}
.number-one__text {
  font-size: 1.10625rem;
  font-weight: 500;
}

.discount-label {
  font-family: var(--headings-font-family), sans-serif;
  font-size: 1.25rem;
  padding: 0.125rem 0.75rem;
  text-align: center;
  letter-spacing: -0.03em;
  color: #fff;
  border-radius: var(--border-radius);
  border-bottom-right-radius: 0;
  background: var(--green-color);
  --border-radius: 0.3125rem;
}
@media (min-width: 48rem) {
  .discount-label {
    font-size: 2rem;
    padding: 0.1875rem 1.375rem;
    --border-radius: 0.5rem;
  }
}

.card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 2rem var(--padding-x) 0;
  color: var(--body-color);
  border: 1px solid var(--primary-color);
  border-radius: 1rem;
  background: #fff;
  --padding-x: 2rem;
}
.card__title {
  font-family: var(--headings-font-family), sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.375rem;
  margin-right: -1rem;
  letter-spacing: -0.03em;
}
.card__content {
  margin-top: 0.3125rem;
  padding-bottom: 1.5rem;
}
.card__bottom {
  position: relative;
  overflow: hidden;
  height: 17.6875rem;
  margin-top: auto;
  border-radius: 0 0 1rem 1rem;
  background: #5971dd;
  background: radial-gradient(59.92% 59.92% at 48.05% 12.15%, #97aaff 39.62%, #5971dd 100%);
  margin-inline: calc(var(--padding-x) * -1);
  background-blend-mode: overlay;
}
.card__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 47.99875rem) {
  .card .card-image-1 {
    margin-left: 1.625rem;
  }
}
@media (min-width: 48rem) {
  .card__title {
    font-size: 1.875rem;
    margin-top: 1.0625rem;
  }
}
@media (min-width: 62rem) {
  .card__bottom {
    height: 16.75rem;
  }
}
@media (min-width: 75rem) {
  .card__bottom {
    height: 17.6875rem;
  }
  .card__image {
    height: 269px;
  }
}

.simple-card {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding: 2rem;
  color: var(--body-color);
  border-radius: 1rem;
  background: #fff;
}
.simple-card__icon {
  margin-bottom: 0.75rem;
}
.simple-card__title {
  font-family: var(--headings-font-family), sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  letter-spacing: -0.03em;
  color: var(--simple-card-title-color, var(--primary-color));
}
.simple-card__content {
  flex-grow: 1;
}
.simple-card__buttonbox {
  margin-top: 0.625rem;
}
.simple-card__buttonbox .btn {
  width: 100%;
}
.simple-card_inverse {
  color: #e8eef6;
  border: 1px solid #b2bef6;
  background: var(--primary-color);
  --simple-card-title-color: currentColor;
}
@media (min-width: 48rem) {
  .simple-card__icon {
    margin-bottom: 0.5625rem;
  }
  .simple-card__title {
    font-size: 1.875rem;
  }
  .simple-card_inverse {
    padding-top: 1.375rem;
  }
}

.info__icon {
  margin-bottom: 0.75rem;
}
.info__title {
  font-family: var(--headings-font-family), sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  letter-spacing: -0.03em;
}
@media (min-width: 48rem) {
  .info__title {
    font-size: 1.875rem;
  }
}

.form {
  display: grid;
  align-content: start;
  padding: 24px;
  color: var(--body-color);
  border-radius: 1rem;
  background: #fff;
  grid-template-columns: 100%;
  gap: 8px;
}
.form__title {
  font-family: var(--headings-font-family), sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  letter-spacing: -0.03em;
}
.form .captcha-box, .form__buttonbox {
  padding-top: 1rem;
}
.form .captcha {
  border: 1px solid rgba(41, 48, 77, 0.2);
  border-radius: 6px;
  background: #fff;
}

.side-nav {
  font-size: var(--side-nav-font-size);
  font-weight: 400;
  padding: 2rem;
  border: 1px solid var(--primary-color);
  border-radius: 0.5rem;
  background: var(--body-bg);
  --side-nav-font-size: 1.5rem;
  --side-nav-line-height: var(--body-line-height);
}
.side-nav__selected {
  font-weight: bold;
  position: relative;
  display: none;
  align-items: center;
  height: 54px;
  cursor: pointer;
  text-align: left;
  color: var(--primary-color);
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48rem) {
  .side-nav__selected {
    max-width: 45rem;
  }
}
@media (min-width: 62rem) {
  .side-nav__selected {
    max-width: 60rem;
  }
}
@media (min-width: 75rem) {
  .side-nav__selected {
    max-width: 73.125rem;
  }
}
.side-nav__selected::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
  opacity: 0.5;
  background: url(/images/icons/dropdown.svg);
  background-size: 100%;
}
.side-nav ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 100%;
  grid-gap: 24px;
}
.side-nav li {
  margin: 0;
  padding: 0;
}
.side-nav li.active {
  font-weight: bold;
  display: flex;
  color: var(--primary-color);
  gap: 0.625rem;
}
.side-nav li.active::before {
  position: relative;
  top: calc(var(--side-nav-font-size) * var(--side-nav-line-height) / 2 - var(--size) / 2);
  flex-shrink: 0;
  width: var(--size);
  height: var(--size);
  content: "";
  border-radius: 100%;
  background: var(--primary-color);
  --size: 1rem;
}
.side-nav a {
  text-decoration: none !important;
  color: currentColor;
}
.side-nav a:hover {
  color: var(--primary-color);
}
@media (max-width: 61.99875rem) {
  .side-nav {
    position: sticky;
    top: 0;
    text-align: center;
  }
  .side-nav.is-sticky {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
  .side-nav:not(.is-sticky) li.active {
    justify-content: center;
  }
  .side-nav.is-sticky .side-nav__selected {
    display: flex;
  }
  .side-nav.is-sticky .side-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
  }
  .side-nav.is-sticky.is-open .side-nav__dropdown {
    display: block;
  }
  .side-nav.is-sticky.is-open .side-nav__selected::after {
    transform: rotate(180deg);
  }
  .side-nav.is-sticky ul {
    text-align: left;
    border: 1px solid var(--primary-color);
    border-radius: 0 0 0.5rem 0.5rem;
    background: var(--body-bg);
    box-shadow: 0 4px 24px 0 rgba(36, 49, 111, 0.2588235294);
    gap: 0.5rem;
    padding-block: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 61.99875rem) and (min-width: 48rem) {
  .side-nav.is-sticky ul {
    max-width: 45rem;
  }
}
@media (max-width: 61.99875rem) and (min-width: 62rem) {
  .side-nav.is-sticky ul {
    max-width: 60rem;
  }
}
@media (max-width: 61.99875rem) and (min-width: 75rem) {
  .side-nav.is-sticky ul {
    max-width: 73.125rem;
  }
}
@media (max-width: 61.99875rem) {
  .side-nav.is-sticky ul li.active {
    font-weight: normal;
    display: list-item;
  }
  .side-nav.is-sticky ul li.active::before {
    content: none;
  }
  .side-nav.is-sticky ul a {
    display: block;
  }
}
@media (max-width: 47.99875rem) {
  .side-nav {
    --side-nav-font-size: 1.125rem;
  }
}
@media (min-width: 62rem) {
  .side-nav.is-sticky {
    position: absolute;
    top: calc(var(--header-height) + var(--top));
    left: 1rem;
    width: calc(100% - 2rem);
    --top: 0;
  }
}

.tooltip {
  font-size: 0.875rem;
  position: relative;
  z-index: 100;
  top: -3px;
  display: inline-flex;
  vertical-align: middle;
}
.tooltip__button {
  width: 18px;
  height: 19px;
  padding: 0;
  cursor: help;
  border: none;
  background: url(/images/icons/question.svg);
}
.tooltip__popup {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  display: flex;
  align-items: flex-start;
  width: 232px;
  padding: 0.5rem 0.75rem;
  transition: 0.3s ease;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(41, 48, 77, 0.1215686275), 0 4px 10px 0 rgba(41, 48, 77, 0.1607843137);
  gap: 0.5rem;
}
.tooltip.is-open .tooltip__popup {
  pointer-events: all;
  opacity: 1;
}
.tooltip__close {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  cursor: pointer;
  border: none;
  background: url(/images/icons/cross.svg);
}

.accordion {
  padding-bottom: 0.5rem;
  --accordion-height: 0px;
}
.accordion__title {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.accordion__title svg {
  width: 1rem;
  height: 1rem;
}
.accordion.is-open .accordion__title svg {
  transform: rotate(180deg);
}
.accordion__content {
  overflow: hidden;
  height: var(--accordion-height);
  transition: 0.3s ease;
}
@media (min-width: 48rem) {
  .accordion__title svg {
    display: none;
  }
  .accordion__content {
    height: auto;
  }
}

.tariff-card {
  padding: var(--padding-y) var(--padding-x);
  border: 1px solid var(--primary-color);
  border-radius: 1rem;
  background: #fff;
  --padding-y: 2rem;
  --padding-x: 1.875rem;
}
.tariff-card__top {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary-color);
}
.tariff-card__main {
  min-height: var(--tariff-slider-item-min-height, auto);
}
.tariff-card__name {
  font-family: var(--headings-font-family);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.04em;
}
.tariff-card__name span {
  font-family: var(--body-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: initial;
}
.tariff-card__extra {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #c9cfe8;
}
.tariff-card__footer {
  margin-top: auto;
  padding-top: 1rem;
  --btn-width: 100%;
}
@media (max-width: 47.99875rem) {
  .tariff-card {
    height: auto;
  }
}
@media (min-width: 48rem) {
  .tariff-card {
    width: 280px;
  }
  .tariff-card__name {
    font-size: 46px;
  }
}

@media (max-width: 47.99875rem) {
  .tariff-list {
    display: grid;
    height: auto;
    grid-template-columns: repeat(1, 100%);
    gap: 0.5rem;
  }
}
@media (min-width: 48rem) {
  .tariff-list {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .tariff-list {
    justify-content: space-between;
  }
}

.tariff-slider {
  overflow: visible;
  margin-top: 2rem;
  --swiper-scrollbar-bg-color: #a8bbd5;
  --swiper-scrollbar-drag-bg-color: var(--primary-color);
  --swiper-scrollbar-size: 0.5rem;
  --swiper-scrollbar-top: calc(100% + 2rem);
  --swiper-scrollbar-bottom: auto;
  --swiper-scrollbar-sides-offset: calc(50% - 223px);
}
.tariff-section {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.tariff-section__title {
  margin-bottom: 0;
  text-align: center;
  color: var(--body-color);
}
.tariff-section__subtitle {
  margin-bottom: 2rem;
}
@media (min-width: 62rem) {
  .tariff-section {
    margin-top: 2.8125rem;
  }
}

.tar {
  font-size: 14px;
  display: grid;
  justify-content: center;
  text-transform: uppercase;
  grid-template-columns: max-content max-content;
  gap: 0 var(--gap);
  --gap: 0.5rem;
}
.tar__left, .tar__right {
  display: flex;
  align-items: center;
  gap: var(--gap);
}
.tar__left {
  justify-content: flex-end;
  margin-left: auto;
}
.tar__right {
  margin-right: auto;
}
.tar__unit {
  font-weight: 400;
  display: flex;
  align-items: center;
  letter-spacing: 0.16em;
  gap: var(--gap);
}
.tar__unit::before {
  display: inline-block;
  width: 36px;
  height: 36px;
  content: "";
  background: var(--icon) no-repeat center/contain;
}
.tar__unit_bike {
  --icon: url(/images/t-bike.png);
}
.tar__unit_scooter {
  --icon: url(/images/t-scooter.png);
}
.tar__unit_buggy {
  --icon: url(/images/t-buggy.png);
}
.tar__unit_car {
  --icon: url(/images/t-car.png);
}
.tar__count {
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding-left: 2px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #fff;
  border-radius: 100px;
  background: var(--primary-color);
}
.tar__text {
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--primary-color);
}
.tar__text2 {
  font-weight: 400;
  letter-spacing: 0.16em;
}
@media (max-width: 47.99875rem) {
  .tar {
    font-size: 13px;
    grid-template-columns: auto auto;
  }
  .tar__text2, .tar__unit_scooter, .tar__unit_buggy {
    display: none;
  }
}

.spoiler {
  transition: var(--transition-duration) ease;
  border: 1px solid #c9cfe8;
  background: #fff;
  --transition-duration: 0.3s;
  --accordion-height: 0px;
}
.spoiler__title {
  font-family: var(--headings-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding: 2rem 4.5rem 2rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: var(--transition-duration) ease;
  letter-spacing: -0.03em;
}
.spoiler__title::before, .spoiler__title::after {
  position: absolute;
  top: 50px;
  right: 1.5rem;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--primary-color);
}
.spoiler__title::after {
  transition: var(--transition-duration) ease;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}
.spoiler__pane {
  overflow: hidden;
  height: var(--accordion-height);
  transition: var(--transition-duration) ease;
}
.spoiler__content {
  font-size: 1rem;
  padding: 0 1.5rem 2rem;
}
.spoiler.is-open .spoiler__title {
  padding-bottom: 0.5rem;
}
.spoiler.is-open .spoiler__title::after {
  transform: rotate(0);
}
.spoiler.is-open {
  border-color: #c9cfe8;
  background: #f2f6fa;
}
@media (min-width: 48rem) {
  .spoiler__title {
    font-size: 1.875rem;
  }
}

.spoiler-group {
  max-width: 766px;
  margin: 0 auto;
}
.spoiler-group > .spoiler + .spoiler {
  border-top: none;
}
@media (min-width: 48rem) {
  .spoiler-group {
    margin-block: 40px;
  }
}

.qa-section {
  margin: 3rem 0;
}
@media (min-width: 48rem) {
  .qa-section {
    margin: 120px 0;
  }
}
@media (min-width: 62rem) {
  .qa-section {
    margin: 160px 0;
  }
}

/* parts/_header */
.header {
  padding: var(--header-padding-y, 0) 0;
  transition: 0.25s ease;
  transition-property: padding;
  color: var(--primary-color);
  background-color: var(--header-bg, transparent);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height, 70px);
  gap: 1rem;
}
.header__main {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header_inverse {
  color: #fff;
  background: var(--primary-color);
}
@media (min-width: 36rem) {
  .header__main {
    gap: 2rem;
  }
}

.f-logo {
  width: 12rem;
  margin: auto;
}
.f-logo img {
  display: block;
  width: 100%;
}

.f-buttons {
  display: flex;
  justify-content: center;
  margin-top: 1.375rem;
  gap: 0.625rem;
}

.f-nav {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8eef6;
  gap: 0.625rem;
}
.f-nav a {
  transition: 0.25s ease;
  text-decoration: none;
  color: currentColor;
  background: linear-gradient(90deg, #e8eef6, #e8eef6) no-repeat 100% 100%;
  background-size: 0 1px;
}
.f-nav a:hover {
  background-size: 100% 1px;
}
.f-nav i {
  width: 3px;
  height: 3px;
  background: #e8eef6;
}

.f-links {
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
  gap: 1.375rem;
}

.copyrights {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  text-align: center;
}

.footer {
  margin-top: -0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  color: #fff;
  background: var(--primary-dark-color);
}
.footer .f-nav {
  margin-top: 1.375rem;
  text-align: center;
}
.footer .f-links {
  display: none;
}
@media (min-width: 48rem) {
  .footer {
    margin-top: 0;
    padding-top: 1.6875rem;
  }
}
@media (min-width: 62rem) {
  .footer {
    margin-top: 0;
    padding-top: 2.9375rem;
  }
  .footer .container {
    display: grid;
    grid-template-columns: auto minmax(min-content, 50%);
    gap: 1.875rem;
  }
  .footer .container > * {
    margin: 0 !important;
  }
  .footer .f-logo {
    order: -10;
    width: 14.0625rem;
  }
  .footer .f-nav {
    justify-content: flex-end;
  }
  .footer .f-nav1 {
    order: -9;
  }
  .footer .f-buttons {
    justify-content: flex-start;
  }
  .footer .f-links {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .footer .copyrights {
    text-align: left;
    grid-column: span 2;
  }
}

/* parts/_intro */
.intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  --h1-color: #fff;
}
.intro .container {
  position: relative;
}
.intro__top {
  position: relative;
  padding-bottom: 3.625rem;
  text-align: center;
}
.intro__top::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  content: "";
  transform: skewY(-6.8deg);
  background: var(--primary-color);
}
.intro__title {
  margin-top: 0 !important;
  margin-bottom: 0.75rem;
}
.intro__content {
  max-width: 37.5rem;
  margin-inline: auto;
}
@media (min-width: 48rem) {
  .intro__top {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 62rem) {
  .intro__top {
    padding-bottom: 0.75rem;
    text-align: left;
  }
  .intro__top::before {
    transform: skewY(-9.5deg);
  }
  .intro__main {
    width: 50%;
  }
}
@media (min-width: 75rem) {
  .intro__top {
    padding-top: 3.125rem;
  }
  .intro__top::before {
    transform: skewY(-9.5deg);
  }
}
.intro__bottom {
  position: relative;
  margin-top: 2.625rem;
}
.intro__subtitle {
  text-align: center;
  color: var(--primary-color);
}
.intro__for {
  margin-top: 1.25rem;
}
.intro__for picture {
  display: block;
}
@media (min-width: 48rem) {
  .intro__bottom {
    margin-top: 1.625rem;
  }
}
@media (min-width: 62rem) {
  .intro__bottom {
    margin-top: 0.75rem;
  }
  .intro__subtitle {
    text-align: left;
    color: #fff;
  }
  .intro__for {
    margin-top: 1.375rem;
    margin-left: -1.875rem;
  }
}
@media (min-width: 75rem) {
  .intro__top {
    padding-bottom: 1.6875rem;
  }
  .intro__bottom {
    margin-top: 1.75rem;
  }
}
.intro__decor {
  position: relative;
  width: 21.25rem;
  margin-top: 1.25rem;
  margin-inline: auto;
}
.intro__decor picture {
  display: block;
}
.intro__decor img {
  max-width: none;
}
.intro__decor-phone {
  display: block;
  width: 14.375rem;
  transform: translateX(-2.25rem);
  pointer-events: none;
}
.intro__decor-bike {
  position: absolute;
  top: 1.25rem;
  left: 4.75rem;
  width: 21.25rem;
  pointer-events: none;
}
@media (min-width: 62rem) {
  .intro__decor {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
  }
  .intro__decor-phone {
    width: 20rem;
    transform: none;
  }
  .intro__decor-bike {
    top: 1.25rem;
    left: 9.6875rem;
    width: 29.625rem;
  }
}
@media (min-width: 75rem) {
  .intro {
    padding-bottom: 5.625rem;
  }
  .intro__decor {
    top: -0.75rem;
  }
  .intro__decor-phone {
    width: 24.75rem;
    transform: translateX(-0.5rem);
  }
  .intro__decor-bike {
    top: 2.125rem;
    left: 13.125rem;
    width: 36.875rem;
  }
}

.b-features {
  margin-top: 2rem;
}
.b-features__items {
  margin-top: 2rem;
}
.b-features__badge {
  margin-top: 4.875rem;
}
@media (min-width: 48rem) {
  .b-features__badge {
    margin-top: 6.5rem;
  }
}
@media (min-width: 62rem) {
  .b-features {
    margin-top: 2.8125rem;
  }
  .b-features__badge {
    margin-top: 4.875rem;
  }
}
@media (min-width: 75rem) {
  .b-features {
    margin-top: -0.375rem;
  }
  .b-features__items {
    max-width: 64.0625rem;
    margin-inline: auto;
  }
  .b-features__badge {
    margin-top: 6rem;
  }
}

.b-solutions {
  overflow: hidden;
  margin-top: 6.25rem;
}
.b-solutions__images {
  position: relative;
  margin-top: 1.125rem;
  margin-inline: -1.75rem;
}
.b-solutions__image1 {
  display: block;
  width: 100%;
}
.b-solutions__image2 {
  position: absolute;
  right: 1rem;
  bottom: 1.375rem;
  width: 28%;
}
@media (min-width: 48rem) {
  .b-solutions {
    margin-top: 7.125rem;
  }
  .b-solutions__images {
    margin-top: 1.25rem;
    margin-inline: -3.375rem;
  }
  .b-solutions__image2 {
    right: 1.4375rem;
    bottom: 1.875rem;
    width: 29.5%;
  }
}
@media (min-width: 62rem) {
  .b-solutions__images {
    margin-top: 1rem;
    margin-inline: -2.625rem;
  }
  .b-solutions__image2 {
    right: 1.125rem;
    bottom: 2.5625rem;
    width: 29%;
  }
}
@media (min-width: 75rem) {
  .b-solutions {
    margin-top: 7.625rem;
  }
  .b-solutions__images {
    max-width: 63.25rem;
    margin-top: 1.5625rem;
    margin-inline: auto;
  }
  .b-solutions__image2 {
    right: -3.5rem;
    bottom: 2.5625rem;
    width: 18.1875rem;
  }
}

.b-notifications {
  margin-top: 0.3125rem;
}
.b-notifications .section-desc {
  text-align: left;
}
.b-notifications__main {
  display: flex;
  flex-direction: column;
}
@media (max-width: 61.99875rem) {
  .b-notifications .section-subtitle,
  .b-notifications .section-title, .b-notifications__label, .b-notifications__imagebox {
    order: -2;
  }
}
.b-notifications__label {
  display: flex;
  justify-content: center;
  margin-top: 0.375rem;
}
.b-notifications__imagebox {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  pointer-events: none;
}
.b-notifications__imagebox picture {
  display: contents;
}
.b-notifications__button {
  margin-top: 1.5rem;
}
.b-notifications__button .btn {
  display: block;
  width: 100%;
}
@media (min-width: 48rem) {
  .b-notifications__label {
    margin-top: 0.75rem;
  }
}
@media (min-width: 62rem) {
  .b-notifications {
    margin-top: 3.5rem;
  }
  .b-notifications .section-desc {
    text-align: center;
  }
  .b-notifications__label {
    margin-top: 2rem;
  }
  .b-notifications__button {
    display: flex;
    justify-content: center;
  }
  .b-notifications__button .btn {
    width: auto;
  }
}
@media (min-width: 75rem) {
  .b-notifications__label {
    margin-top: 2.125rem;
  }
}

.n-imagebox {
  position: relative;
  height: 390px;
}
.n-imagebox__phone1, .n-imagebox__phone2, .n-imagebox__notify1, .n-imagebox__notify2, .n-imagebox__notify3 {
  position: absolute;
}
.n-imagebox__phone1 img, .n-imagebox__phone2 img, .n-imagebox__notify1 img, .n-imagebox__notify2 img, .n-imagebox__notify3 img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.n-imagebox__phone2, .n-imagebox__notify1, .n-imagebox__notify2, .n-imagebox__notify3 {
  right: 50%;
}
.n-imagebox__phone1 {
  top: -3px;
  left: 50%;
  width: 194px;
  margin-left: -38px;
}
.n-imagebox__phone2 {
  top: 7px;
  width: 221px;
  margin-right: -74px;
}
.n-imagebox__notify1 {
  z-index: 3;
  top: 100px;
  width: 311px;
  margin-right: -118px;
}
.n-imagebox__notify2 {
  z-index: 2;
  top: 141px;
  width: 280px;
  margin-right: -102px;
}
.n-imagebox__notify3 {
  z-index: 1;
  top: 185px;
  width: 188px;
  margin-right: -57px;
}
@media (min-width: 48rem) {
  .n-imagebox {
    height: 600px;
    margin-top: 40px;
  }
  .n-imagebox__phone1 {
    top: -5px;
    width: 310px;
    margin-left: -58px;
  }
  .n-imagebox__phone2 {
    top: 10px;
    width: 353px;
    margin-right: -121px;
  }
  .n-imagebox__notify1 {
    top: 160px;
    width: 488px;
    margin-right: -191px;
  }
  .n-imagebox__notify2 {
    top: 224px;
    width: 436px;
    margin-right: -164px;
  }
  .n-imagebox__notify3 {
    top: 292px;
    width: 295px;
    margin-right: -94px;
  }
}

.b-ease-use {
  margin-top: 3rem;
}
.b-ease-use__cards {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .b-ease-use {
    margin-top: 5rem;
  }
  .b-ease-use__cards {
    margin-top: 1.125rem;
    gap: 1.625rem;
  }
}
@media (min-width: 62rem) {
  .b-ease-use {
    margin-top: 7.875rem;
  }
  .b-ease-use__cards {
    display: grid;
    margin-top: 1.75rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .b-ease-use {
    margin-top: 6rem;
  }
}

.b-management {
  overflow: hidden;
  margin-top: 2.875rem;
}
.b-management .section-desc {
  max-width: 33.75rem;
}
.b-management__main {
  position: relative;
  display: grid;
  margin-top: 1.5625rem;
  grid-template-columns: 100%;
  gap: 1.5rem;
}
.b-management__pic1 {
  display: block;
  width: 343px;
  height: 288.5px;
  margin-inline: auto;
}
.b-management__image1 {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: -1.75rem;
  margin-inline: auto;
}
.b-management__pic2 {
  position: absolute;
  top: 228px;
  left: 50%;
  display: block;
  margin-left: -22px;
}
.b-management__image2 {
  width: 215px;
  max-width: none;
}
@media (min-width: 48rem) {
  .b-management {
    margin-top: 4rem;
  }
  .b-management__image1 {
    margin-bottom: -5.375rem;
  }
  .b-management__pic1 {
    width: 688px;
    height: 488px;
  }
  .b-management__pic2 {
    top: 374px;
    margin-left: -44px;
  }
  .b-management__image2 {
    width: 432px;
  }
  .b-management__main {
    margin-top: 2.0625rem;
    gap: 1.25rem;
  }
  .b-management__info1 {
    padding-top: 35px;
  }
}
@media (min-width: 62rem) {
  .b-management {
    overflow: visible;
    margin-top: 8.125rem;
  }
  .b-management__image1 {
    margin-bottom: 0;
  }
  .b-management__main {
    margin-top: 2.5rem;
    gap: 1.25rem;
    grid-template-columns: 1fr 28.75rem 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "a image b" "c image b";
  }
  .b-management__pic1 {
    width: 452px;
    height: 488px;
    grid-area: image;
  }
  .b-management__pic2 {
    position: absolute;
    top: auto;
    right: -2.625rem;
    bottom: -7.875rem;
    left: auto;
    margin: 0;
  }
  .b-management__info1 {
    padding-top: 0;
  }
  .b-management__info2 {
    grid-area: c;
  }
  .b-management__info3 {
    grid-area: b;
  }
}
@media (min-width: 75rem) {
  .b-management__main {
    grid-template-columns: 1fr 33.25rem 1fr;
    gap: 2rem;
  }
  .b-management__pic1 {
    width: 532px;
    height: 488px;
  }
}

.b-analytics {
  position: relative;
  margin-top: 6rem;
  padding-top: 4rem;
  padding-bottom: 5.75rem;
  color: #fff;
  --section-subtitle-color: currentColor;
  --analitics-decor-size: 41.875rem;
}
.b-analytics::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: skewY(-8.5deg);
  background: var(--primary-color);
}
.b-analytics__container {
  position: relative;
}
.b-analytics__pic {
  position: relative;
  display: block;
  margin-top: 1.875rem;
}
.b-analytics__decor {
  position: relative;
  width: 326px;
  height: 365px;
  pointer-events: none;
  margin-inline: auto;
}
.b-analytics__decor-back, .b-analytics__decor-orbit, .b-analytics__decor-p1, .b-analytics__decor-p2, .b-analytics__decor-p3, .b-analytics__decor-label, .b-analytics__decor-lwi {
  position: absolute;
  top: 0;
  left: 0;
}
.b-analytics__decor-pw1, .b-analytics__decor-pw2, .b-analytics__decor-pw3, .b-analytics__decor-lw, .b-analytics__decor-pw1i, .b-analytics__decor-pw2i, .b-analytics__decor-pw3i {
  position: absolute;
}
.b-analytics__decor-orbit, .b-analytics__decor-pw1, .b-analytics__decor-pw2, .b-analytics__decor-pw3, .b-analytics__decor-lw {
  display: none;
}
@media (min-width: 62rem) {
  .b-analytics__decor-back {
    z-index: 10;
    pointer-events: none;
    opacity: 0.5;
    filter: invert(100%);
  }
}
.b-analytics__decor-back, .b-analytics__decor-orbit {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-analytics__decor-pw1i, .b-analytics__decor-pw2i, .b-analytics__decor-pw3i, .b-analytics__decor-pw1, .b-analytics__decor-pw2, .b-analytics__decor-pw3, .b-analytics__decor-p1, .b-analytics__decor-p2, .b-analytics__decor-p3 {
  width: var(--planet-size);
  height: var(--planet-size);
  --planet-size: 46px;
}
.b-analytics__decor-pw1 {
  top: 50px;
  left: 42px;
}
.b-analytics__decor-pw2 {
  top: 122px;
  left: 388px;
}
.b-analytics__decor-pw3 {
  top: 451px;
  left: 174px;
}
.b-analytics__decor-lw {
  top: 17px;
  left: 72px;
  width: 92px;
  height: 22px;
}
.b-analytics__decor-lwi, .b-analytics__decor-label {
  width: 100%;
  height: 100%;
}
.b-analytics__decor-iw {
  position: relative;
  top: 38px;
  left: 40px;
  width: 246px;
  pointer-events: none;
}
.b-analytics__decor-image {
  display: block;
  width: 100%;
  max-width: none;
}
.b-analytics__content {
  margin-top: 0.25rem;
}
.b-analytics__buttonbox {
  margin-top: 1.5rem;
}
.b-analytics__buttonbox .btn {
  width: 100%;
}
@media (min-width: 48rem) {
  .b-analytics {
    margin-top: 9.5625rem;
    padding-top: 7rem;
    padding-bottom: 8.875rem;
  }
  .b-analytics__pic {
    margin-top: 1.625rem;
  }
  .b-analytics__content {
    margin-top: 0.375rem;
  }
  .b-analytics__decor {
    width: 476px;
    height: 520px;
  }
  .b-analytics__decor-iw {
    top: 57px;
    left: 56px;
    width: 354px;
  }
}
@media (min-width: 62rem) {
  .b-analytics {
    margin-top: 13.25rem;
    padding-top: 9rem;
    padding-bottom: 4.6875rem;
    --section-title-align: left;
  }
  .b-analytics .section-title {
    margin: 0;
  }
  .b-analytics__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0.75rem 2rem;
    grid-template-areas: "header image" "content image" "button image";
  }
  .b-analytics__pic {
    margin-top: 0;
    grid-area: image;
  }
  .b-analytics__decor {
    top: 46px;
    width: 476px;
    height: 476px;
  }
  .b-analytics__decor-back {
    display: none;
  }
  .b-analytics__decor-orbit, .b-analytics__decor-pw1, .b-analytics__decor-pw2, .b-analytics__decor-pw3, .b-analytics__decor-lw {
    display: block;
  }
  .b-analytics.animation-active .b-analytics__decor-orbit {
    animation: orbit 90s linear infinite;
  }
  .b-analytics__header {
    padding-top: 3rem;
    grid-area: header;
  }
  .b-analytics__content {
    margin-top: 0;
  }
  .b-analytics__buttonbox {
    margin-top: 0;
    padding-top: 0.75rem;
    grid-area: button;
  }
  .b-analytics__buttonbox .btn {
    width: auto;
  }
}
@media (min-width: 75rem) {
  .b-analytics {
    margin-top: 15.125rem;
    padding-top: 7.375rem;
    padding-bottom: 12.5rem;
  }
  .b-analytics__header {
    padding-top: 11.75rem;
  }
  .b-analytics__decor {
    top: 36px;
    width: 644px;
    height: 644px;
  }
  .b-analytics__decor-pw1, .b-analytics__decor-pw2, .b-analytics__decor-pw3 {
    --planet-size: 62px;
  }
  .b-analytics__decor-pw1 {
    top: 67px;
    left: 57px;
  }
  .b-analytics__decor-pw2 {
    top: 164px;
    left: 524px;
  }
  .b-analytics__decor-pw3 {
    top: 609px;
    left: 235px;
  }
  .b-analytics__decor-lw {
    top: 23px;
    left: 97px;
    width: 124px;
    height: 28px;
  }
  .b-analytics__decor-iw {
    top: 79px;
    left: 74px;
    width: 483px;
  }
}

@keyframes orbit {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.b-customer {
  margin-top: 5.125rem;
}
.b-customer__imagebox {
  position: relative;
  display: block;
  margin-top: 1rem;
}
.b-customer__image {
  display: block;
  width: 100%;
}
.b-customer__image-info, .b-customer__image-ava {
  position: absolute;
  left: 50%;
  max-width: none;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.b-customer__image-info {
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
.b-customer__image-ava {
  top: 14%;
  width: 20%;
}
.b-customer__content {
  margin-top: 1.5rem;
}
.b-customer__buttonbox {
  margin-top: 1.5rem;
}
.b-customer__buttonbox .btn {
  width: 100%;
}
@media (min-width: 48rem) {
  .b-customer {
    margin-top: 6.25rem;
  }
}
@media (min-width: 62rem) {
  .b-customer {
    margin-top: 11.875rem;
    --section-title-align: left;
  }
  .b-customer .section-title {
    margin-bottom: 0;
  }
  .b-customer__container {
    display: grid;
    gap: 1rem 2rem;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image header" "image content" "image button";
  }
  .b-customer__imagebox {
    position: relative;
    margin-top: 0;
    grid-area: image;
  }
  .b-customer__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.375rem;
    max-width: none;
  }
  .b-customer__image-info {
    top: 46%;
    width: 78%;
  }
  .b-customer__image-ava {
    top: 12%;
    width: 31%;
  }
  .b-customer__content {
    margin-top: 0;
  }
  .b-customer__buttonbox {
    margin-top: 0;
  }
  .b-customer__buttonbox .btn {
    width: auto;
  }
}
@media (min-width: 75rem) {
  .b-customer {
    margin-top: 12.125rem;
  }
  .b-customer__container {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
    row-gap: 1.125rem;
    grid-template-columns: 31.25rem 1fr;
  }
  .b-customer__imagebox {
    min-height: 34.8125rem;
  }
  .b-customer__image {
    width: 31.25rem;
  }
  .b-customer__image-info {
    top: 50%;
    width: 69%;
  }
  .b-customer__image-ava {
    top: 13%;
    width: 28%;
  }
  .b-customer__header {
    padding-top: 2.25rem;
  }
}

.b-calendar {
  margin-top: 3.125rem;
  --phone-width: 140px;
}
.b-calendar__imagebox {
  position: relative;
  display: block;
  width: 200px;
  margin: 35px auto 0;
}
.b-calendar__image1 {
  display: block;
  width: var(--phone-width);
}
.b-calendar__i2 {
  position: absolute;
  top: -14px;
  left: 90px;
  width: var(--phone-width);
  height: 100%;
}
.b-calendar__image2 {
  position: absolute;
  width: 100%;
}
.b-calendar__image {
  display: block;
  width: 343px;
  height: 247px;
  margin-inline: auto;
}
.b-calendar__content {
  margin-top: 0.5rem;
}
.b-calendar__buttonbox {
  margin-top: 1.4375rem;
}
.b-calendar__buttonbox .btn {
  width: 100%;
}
@media (min-width: 48rem) {
  .b-calendar {
    margin-top: 5rem;
  }
  .b-calendar__imagebox {
    width: 420px;
    margin-top: 3.4375rem;
    --phone-width: 270px;
  }
  .b-calendar__i2 {
    top: -30px;
    left: 174px;
  }
  .b-calendar__content {
    margin-top: -0.75rem;
  }
}
@media (min-width: 62rem) {
  .b-calendar {
    margin-top: 8.125rem;
  }
  .b-calendar__container {
    display: grid;
    grid-template-columns: 100%;
  }
  .b-calendar__content {
    order: 1;
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
  }
  .b-calendar__imagebox, .b-calendar__buttonbox {
    order: 2;
  }
  .b-calendar__buttonbox {
    position: relative;
    display: flex;
    justify-content: center;
    margin: -1.125rem 0 0;
  }
  .b-calendar__buttonbox .btn {
    width: auto;
  }
}
.b-benefits {
  position: relative;
  margin-top: 4.6875rem;
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
  color: #fff;
  background-image: linear-gradient(to bottom, transparent 25%, var(--primary-color) 25%);
  --section-subtitle-color: currentColor;
  --square-icon-size: 3.75rem;
}
.b-benefits::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  transform: skewY(8.5deg);
  background: var(--primary-color);
}
.b-benefits .container {
  position: relative;
}
.b-benefits__cards {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.25rem;
}
@media (min-width: 48rem) {
  .b-benefits {
    margin-top: 8.375rem;
    padding-top: 8.25rem;
    padding-bottom: 5rem;
  }
  .b-benefits__cards {
    margin-top: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .b-benefits {
    margin-top: 10.9375rem;
    padding-top: 9.0625rem;
    padding-bottom: 8.125rem;
  }
  .b-benefits__cards {
    margin-top: 1.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 75rem) {
  .b-benefits {
    margin-top: 12.125rem;
    padding-top: 13.125rem;
  }
}

.b-contacts {
  padding-top: 2.75rem;
  padding-bottom: 2rem;
  color: #fff;
  background: var(--primary-dark-color);
  --section-subtitle-color: currentColor;
}
.b-contacts__imagebox {
  display: block;
  margin-top: 1rem;
}
.b-contacts__image {
  display: block;
  width: 19.375rem;
  margin-inline: auto;
}
.b-contacts__content {
  max-width: 32.5rem;
  margin-top: 1.5rem;
  text-align: center;
  margin-inline: auto;
}
.b-contacts__buttonbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.5rem;
}
.b-contacts__buttonbox .btn {
  width: 100%;
  max-width: 20rem;
}
@media (min-width: 48rem) {
  .b-contacts {
    padding-top: 3.5rem;
  }
}
@media (min-width: 62rem) {
  .b-contacts {
    padding-top: 3.5rem;
    --section-title-align: left;
  }
  .b-contacts__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0 2rem;
  }
  .b-contacts__container > * {
    margin: 0;
  }
  .b-contacts__imagebox {
    grid-row: span 3;
  }
  .b-contacts__image {
    position: relative;
    top: -6px;
    left: 6px;
    width: 26.875rem;
  }
  .b-contacts__header {
    padding-top: 5.625rem;
  }
  .b-contacts__content {
    text-align: left;
  }
  .b-contacts__buttonbox {
    display: block;
    margin-top: 1.5rem;
  }
  .b-contacts__buttonbox .btn {
    width: auto;
  }
}
@media (min-width: 75rem) {
  .b-contacts {
    padding-top: 2rem;
  }
  .b-contacts__image {
    position: static;
    width: 26.875rem;
    margin-right: 0;
  }
  .b-contacts__header {
    padding-top: 8rem;
  }
}

.article {
  padding-bottom: 2rem;
}
.article__date {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--section-subtitle-color, var(--primary-color));
}
@media (min-width: 48rem) {
  .article__date {
    margin-bottom: 0.875rem;
  }
}
.article__date + h1,
.article__date + h2,
.article__date + h3 {
  margin-top: 0;
}

.page-contact {
  color: #fff;
  background: var(--primary-color);
}

.l-contact {
  padding-block: 48px;
  --lang-selector-color: white;
}
.l-contact__header {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 24px;
  grid-area: header;
}
.l-contact__main {
  margin-bottom: 2rem;
  padding-top: 10px;
  grid-area: main;
}
.l-contact__form {
  display: flex;
  margin-bottom: 2rem;
  grid-area: form;
}
.l-contact__form > * {
  flex-grow: 1;
}
.l-contact__form > form {
  display: flex;
}
.l-contact__form > form > * {
  flex-grow: 1;
}
.l-contact__best {
  margin-bottom: 2rem;
  grid-area: best;
}
.l-contact__footer {
  text-align: center;
  grid-area: footer;
}
.l-contact__footer .copy {
  font-size: 14px;
  margin-top: 0.5rem;
  color: #e8eef6;
}
@media (min-width: 62rem) {
  .l-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    grid-template-areas: "header form" "main form" "best form" "footer form";
    gap: 1rem;
  }
  .l-contact > * {
    margin: 0;
  }
  .l-contact__header,
  .l-contact .f-nav,
  .l-contact .copy {
    justify-content: flex-start;
    text-align: left;
  }
}

.c-logo {
  display: flex;
  width: 162px;
}
@media (min-width: 48rem) {
  .c-logo {
    width: 223px;
  }
}

.c-title {
  font-family: var(--headings-font-family), sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}

@media (max-width: 61.99875rem) {
  .page-text__side {
    margin-bottom: 2rem;
  }
}
@media (min-width: 62rem) {
  .page-text {
    margin-right: -1rem;
    margin-left: -1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-text__side, .page-text__main {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
  .page-text__side {
    position: relative;
  }
}
@media (min-width: 62rem) and (max-width: 74.99875rem) {
  .page-text__side {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-text__main {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 75rem) {
  .page-text__side {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-text__main {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.page-404__404 {
  font-family: var(--headings-font-family);
  font-size: 128px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.04em;
  color: #29304d;
}
.page-404__text {
  font-family: var(--headings-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  color: #29304d;
}
.page-404__link {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.page-404__decor {
  display: flex;
  justify-content: center;
  margin-block: 60px;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
}

/* Custom AOS animations */
@media (min-width: 62rem) {
  [data-aos=a-bike] {
    transition-property: transform, opacity;
    transform: translateX(50%) scale(0.75);
    opacity: 0;
  }
  [data-aos=a-bike].aos-animate {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  [data-aos=a-orbit] {
    transition-property: transform, opacity;
    transform: rotate(30deg);
    opacity: 0;
  }
  [data-aos=a-orbit].aos-animate {
    transform: rotate(0);
    opacity: 1;
  }
  [data-aos=a-planet] {
    transition-property: transform, opacity;
    transform: scale(0);
    opacity: 0;
  }
  [data-aos=a-planet].aos-animate {
    transform: scale(1);
    opacity: 1;
  }
  [data-aos=to-right] {
    transition-property: transform, opacity;
    transform: translateX(-100%);
    opacity: 0;
  }
  [data-aos=to-right].aos-animate {
    transform: translateX(0);
    opacity: 1;
  }
  [data-aos=to-left] {
    transition-property: transform, opacity;
    transform: translateX(100%);
    opacity: 0;
  }
  [data-aos=to-left].aos-animate {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Utilities */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 23.9375rem) {
  .d-tt-none {
    display: none !important;
  }
  .d-tt-inline {
    display: inline !important;
  }
  .d-tt-inline-block {
    display: inline-block !important;
  }
  .d-tt-block {
    display: block !important;
  }
  .d-tt-flex {
    display: flex !important;
  }
  .d-tt-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 36rem) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48rem) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 62rem) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
/* Debug styles (should be removed from production) */
.pixel-perfect, #pixel-toggle {
  display: none;
}

.h {
  height: 500px;
}

body:has(.pixel-perfect) .site__header,
body:has(.chromeperfectpixel-portal) .site__header {
  position: relative;
}

.pixel-perfect {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 4px;
  filter: invert(100%);
  opacity: 0.5;
  overflow: hidden;
  z-index: 999999999;
}
body.on .pixel-perfect {
  display: block;
}
@media (min-width: 48rem) {
  .pixel-perfect {
    top: -4px;
  }
}
@media (min-width: 75rem) {
  .pixel-perfect {
    top: 0;
  }
}
.pixel-perfect img {
  max-width: none;
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#pixel-toggle {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999999999;
}
/*# sourceMappingURL=main.css.map */
