.clearfix:after {
  content: "";
  display: block;
  clear: both; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: medium;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TTNormsPro';
  src: url("../fonts/TTNormsPro-Regular.woff2") format("woff2"), url("../fonts/TTNormsPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TTNormsPro';
  src: url("../fonts/TTNormsPro-Medium.woff2") format("woff2"), url("../fonts/TTNormsPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

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

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px;
  box-sizing: border-box; }

.lang-ru,
.lang-en {
  display: none !important; }

html.lang-ru-active .lang-ru {
  display: inline !important; }

html.lang-en-active .lang-en {
  display: inline !important; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "SF Pro Display";
  height: -webkit-fill-available;
  min-width: 320px;
  color: #000000;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden; }
  @media (min-width: 744px) {
    body {
      height: auto !important; } }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF; }

.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 1.2rem;
  margin: 0 auto; }
  @media (min-width: 744px) {
    .container {
      padding: 0 1.6rem; } }
  @media (min-width: 1024px) {
    .container {
      padding: 0 2rem; } }

.scroll-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent; }

.scroll-wrap::-webkit-scrollbar-thumb {
  background: rgba(153, 153, 153, 0.24);
  border-radius: 5px; }

.scroll-wrap {
  scrollbar-width: thin;
  scrollbar-color: rgba(153, 153, 153, 0.24);
  -webkit-scrollbar-width: thin;
  -webkit-scrollbar-color: rgba(153, 153, 153, 0.24); }

.scroll-none::-webkit-scrollbar,
.scroll-none::-webkit-scrollbar-thumb {
  display: none !important;
  width: 0 !important;
  background: transparent; }

.scroll-none {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: transparent;
  -ms-overflow-style: none; }

.main-title {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.1;
  color: #000000;
  text-align: center; }
  .main-title.white-color {
    color: #ffffff; }
  @media (min-width: 744px) {
    .main-title {
      font-size: 9.5rem; } }

.section-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000000; }
  @media (min-width: 744px) {
    .section-title {
      font-size: 4.8rem; } }

.sub-title {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 400; }
  .sub-title.white-color {
    color: #ffffff; }
  @media (min-width: 744px) {
    .sub-title {
      font-size: 2rem; } }

.section-lg-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.95; }
  @media (min-width: 744px) {
    .section-lg-title {
      font-size: 4.8rem; } }
  @media (min-width: 1024px) {
    .section-lg-title {
      font-size: 7.6rem; } }

.base-text {
  font-size: 1.6rem;
  line-height: 1.5; }

.big-text {
  font-size: 2rem;
  line-height: 1.5; }

.valid-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.28;
  color: #FF2D52; }

.medium-text {
  font-size: 1.5rem;
  line-height: 1.33; }

.primary-link {
  width: fit-content;
  color: #007AFF;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .primary-link:hover, .primary-link:active {
      color: #3A98FF; } }

.secondary-link {
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .secondary-link:hover, .secondary-link:active {
      color: #748A92; } }

.pre-line {
  white-space: pre-line; }

.word-break {
  word-break: break-all; }

.space-nowrap {
  white-space: nowrap; }

.text-uppercase {
  text-transform: uppercase; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semi {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-heavy {
  font-weight: 800 !important; }

@media (min-width: 744px) {
  .md-font-medium {
    font-weight: 500 !important; } }

.text-right {
  text-align: right; }

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

.color-black {
  color: #000000; }

.color-base {
  color: #000000 !important; }

.color-main {
  color: #007AFF; }

.color-white {
  color: #FFFFFF; }

.color-secondary {
  color: #748A92 !important; }

.line-through {
  text-decoration: line-through; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-05 {
  margin-top: 0.2rem !important; }

.mt-1 {
  margin-top: 0.4rem !important; }

.mt-15 {
  margin-top: 0.6rem !important; }

.mt-2 {
  margin-top: 0.8rem !important; }

.mt-25 {
  margin-top: 1rem !important; }

.mt-3 {
  margin-top: 1.2rem !important; }

.mt-4 {
  margin-top: 1.6rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.mt-6 {
  margin-top: 2.4rem !important; }

.mt-7 {
  margin-top: 2.8rem !important; }

.mt-75 {
  margin-top: 3rem !important; }

.mt-8 {
  margin-top: 3.2rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mrr-15 {
  margin-right: -6rem !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-05 {
  margin-right: 0.2rem !important; }

.mr-1 {
  margin-right: 0.4rem !important; }

.mr-15 {
  margin-right: 0.6rem !important; }

.mr-2 {
  margin-right: 0.8rem !important; }

.mr-25 {
  margin-right: 1rem !important; }

.mr-3 {
  margin-right: 1.2rem !important; }

.mr-4 {
  margin-right: 1.6rem !important; }

.mr-5 {
  margin-right: 2rem !important; }

.mr-6 {
  margin-right: 2.4rem !important; }

.mr-10 {
  margin-right: 4rem !important; }

.mr-auto {
  margin-right: auto !important; }

.mbr-6 {
  margin-bottom: -2.4rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-05 {
  margin-bottom: 0.2rem !important; }

.mb-1 {
  margin-bottom: 0.4rem !important; }

.mb-15 {
  margin-bottom: 0.6rem !important; }

.mb-2 {
  margin-bottom: 0.8rem !important; }

.mb-25 {
  margin-bottom: 1rem !important; }

.mb-3 {
  margin-bottom: 1.2rem !important; }

.mb-4 {
  margin-bottom: 1.6rem !important; }

.mb-5 {
  margin-bottom: 2rem !important; }

.mb-6 {
  margin-bottom: 2.4rem !important; }

.mb-7 {
  margin-bottom: 2.8rem !important; }

.mb-8 {
  margin-bottom: 3.2rem !important; }

.mb-9 {
  margin-bottom: 3.6rem !important; }

.mb-10 {
  margin-bottom: 4rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-05 {
  margin-left: 0.2rem !important; }

.ml-1 {
  margin-left: 0.4rem !important; }

.ml-15 {
  margin-left: 0.6rem !important; }

.ml-2 {
  margin-left: 0.8rem !important; }

.ml-25 {
  margin-left: 1rem !important; }

.ml-3 {
  margin-left: 1.2rem !important; }

.ml-4 {
  margin-left: 1.6rem !important; }

.ml-5 {
  margin-left: 2rem !important; }

.ml-8 {
  margin-left: 3.2rem !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 744px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mt-md-1 {
    margin-top: 0.4rem !important; }
  .mt-md-15 {
    margin-top: 0.6rem !important; }
  .mt-md-2 {
    margin-top: 0.8rem !important; }
  .mt-md-25 {
    margin-top: 1rem !important; }
  .mt-md-3 {
    margin-top: 1.2rem !important; }
  .mt-md-4 {
    margin-top: 1.6rem !important; }
  .mt-md-5 {
    margin-top: 2rem !important; }
  .mt-md-6 {
    margin-top: 2.4rem !important; }
  .mt-md-7 {
    margin-top: 2.8rem !important; }
  .mt-md-8 {
    margin-top: 3.2rem !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.4rem !important; }
  .ml-md-15 {
    margin-left: 0.6rem !important; }
  .ml-md-25 {
    margin-left: 1rem !important; }
  .ml-md-3 {
    margin-left: 1.2rem !important; }
  .ml-md-45 {
    margin-left: 1.8rem !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.4rem !important; }
  .mr-md-15 {
    margin-right: 0.6rem !important; }
  .mr-md-2 {
    margin-right: 0.8rem !important; }
  .mr-md-25 {
    margin-right: 1rem !important; }
  .mr-md-3 {
    margin-right: 1.2rem !important; }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-025 {
    margin-bottom: 0.1rem !important; }
  .mb-md-05 {
    margin-bottom: 0.2rem !important; }
  .mb-md-1 {
    margin-bottom: 0.4rem !important; }
  .mb-md-15 {
    margin-bottom: 0.6rem !important; }
  .mb-md-2 {
    margin-bottom: 0.8rem !important; }
  .mb-md-25 {
    margin-bottom: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1.2rem !important; }
  .mb-md-4 {
    margin-bottom: 1.6rem !important; }
  .mb-md-5 {
    margin-bottom: 2rem !important; }
  .mb-md-6 {
    margin-bottom: 2.4rem !important; }
  .mb-md-8 {
    margin-bottom: 3.2rem !important; }
  .mb-md-10 {
    margin-bottom: 4rem !important; }
  .mb-md-145 {
    margin-bottom: 5.8rem !important; } }

@media (min-width: 1024px) {
  .mt-lg-auto {
    margin-top: auto !important; }
  .mt-lg-0 {
    margin-top: 0rem !important; }
  .mt-lg-2 {
    margin-top: 0.8rem !important; }
  .mt-lg-25 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.6rem !important; }
  .mt-lg-5 {
    margin-top: 2rem !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .ml-lg-15 {
    margin-left: 0.6rem !important; }
  .ml-lg-25 {
    margin-left: 1rem !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.4rem !important; }
  .mr-lg-15 {
    margin-right: 0.6rem !important; }
  .mr-lg-2 {
    margin-right: 0.8rem !important; }
  .mr-lg-25 {
    margin-right: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1.2rem !important; }
  .mr-lg-4 {
    margin-right: 1.6rem !important; }
  .mr-lg-5 {
    margin-right: 2rem !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-05 {
    margin-bottom: 0.2rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important; }
  .mb-lg-125 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-15 {
    margin-bottom: 0.6rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important; }
  .mb-lg-25 {
    margin-bottom: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.2rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.6rem !important; }
  .mb-lg-5 {
    margin-bottom: 2rem !important; }
  .mb-lg-6 {
    margin-bottom: 2.4rem !important; }
  .mb-lg-7 {
    margin-bottom: 2.8rem !important; }
  .mb-lg-8 {
    margin-bottom: 3.2rem !important; }
  .mb-lg-9 {
    margin-bottom: 3.6rem !important; }
  .mb-lg-10 {
    margin-bottom: 4rem !important; }
  .mb-lg-13 {
    margin-bottom: 5.2rem !important; } }

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important; } }

.p-0 {
  padding: 0 !important; }

.p-4 {
  padding: 1.6rem !important; }

.px-15 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important; }

.px-25 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important; }

.px-4 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important; }

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-7 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important; }

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important; }

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important; }

.py-25 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important; }

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important; }

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important; }

.py-8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important; }

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-05 {
  padding-top: 0.2rem !important; }

.pt-1 {
  padding-top: 0.4rem !important; }

.pt-15 {
  padding-top: 0.6rem !important; }

.pt-2 {
  padding-top: 0.8rem !important; }

.pt-25 {
  padding-top: 1rem !important; }

.pt-3 {
  padding-top: 1.2rem !important; }

.pt-4 {
  padding-top: 1.6rem !important; }

.pt-5 {
  padding-top: 2rem !important; }

.pt-6 {
  padding-top: 2.4rem !important; }

.pt-7 {
  padding-top: 2.8rem !important; }

.pt-8 {
  padding-top: 3.2rem !important; }

.pt-12 {
  padding-top: 4.8rem !important; }

.pr-05 {
  padding-right: 0.2rem !important; }

.pr-1 {
  padding-right: 0.4rem !important; }

.pr-15 {
  padding-right: 0.6rem !important; }

.pr-2 {
  padding-right: 0.8rem !important; }

.pr-3 {
  padding-right: 1.2rem !important; }

.pr-4 {
  padding-right: 1.6rem !important; }

.pr-5 {
  padding-right: 2rem !important; }

.pr-6 {
  padding-right: 2.4rem !important; }

.pr-10 {
  padding-right: 4rem !important; }

.pr-11 {
  padding-right: 4.4rem !important; }

.pr-17 {
  padding-right: 6.8rem !important; }

.pr-20 {
  padding-right: 8rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-05 {
  padding-bottom: 0.2rem !important; }

.pb-1 {
  padding-bottom: 0.4rem !important; }

.pb-15 {
  padding-bottom: 0.6rem !important; }

.pb-2 {
  padding-bottom: 0.8rem !important; }

.pb-25 {
  padding-bottom: 1rem !important; }

.pb-3 {
  padding-bottom: 1.2rem !important; }

.pb-4 {
  padding-bottom: 1.6rem !important; }

.pb-5 {
  padding-bottom: 2rem !important; }

.pb-6 {
  padding-bottom: 2.4rem !important; }

.pb-10 {
  padding-bottom: 4rem !important; }

.pl-05 {
  padding-left: 0.2rem !important; }

.pl-1 {
  padding-left: 0.4rem !important; }

.pl-15 {
  padding-left: 0.6rem !important; }

.pl-2 {
  padding-left: 0.8rem !important; }

.pl-3 {
  padding-left: 1.2rem !important; }

.pl-4 {
  padding-left: 1.6rem !important; }

.pl-5 {
  padding-left: 2rem !important; }

.pl-6 {
  padding-left: 2.4rem !important; }

.pl-12 {
  padding-left: 4.8rem !important; }

@media (min-width: 744px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important; }
  .py-md-15 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important; }
  .py-md-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-md-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-md-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .py-md-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .pt-md-05 {
    padding-top: 0.2rem !important; }
  .pt-md-15 {
    padding-top: 0.6rem !important; }
  .pt-md-2 {
    padding-top: 0.8rem !important; }
  .pt-md-25 {
    padding-top: 1rem !important; }
  .pt-md-5 {
    padding-top: 2rem !important; }
  .pt-md-6 {
    padding-top: 2.4rem !important; }
  .pt-md-7 {
    padding-top: 2.8rem !important; }
  .pt-md-8 {
    padding-top: 3.2rem !important; }
  .pt-md-10 {
    padding-top: 4rem !important; }
  .pt-md-12 {
    padding-top: 4.8rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-10 {
    padding-right: 4rem !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-6 {
    padding-left: 2.4rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-25 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.6rem !important; }
  .pb-md-6 {
    padding-bottom: 2.4rem !important; }
  .pb-md-8 {
    padding-bottom: 3.2rem !important; }
  .pb-md-10 {
    padding-bottom: 4rem !important; } }

@media (min-width: 1024px) {
  .px-lg-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important; }
  .py-lg-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-lg-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-2 {
    padding-top: 0.8rem !important; }
  .pt-lg-25 {
    padding-top: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1.2rem !important; }
  .pt-lg-5 {
    padding-top: 2rem !important; }
  .pt-lg-4 {
    padding-top: 1.6rem !important; }
  .pt-lg-6 {
    padding-top: 2.4rem !important; }
  .pt-lg-8 {
    padding-top: 3.2rem !important; }
  .pt-lg-10 {
    padding-top: 4rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-15 {
    padding-right: 0.6rem !important; }
  .pr-lg-10 {
    padding-right: 4rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important; } }

.row {
  display: flex;
  flex-wrap: wrap; }
  .row--medium {
    margin: 0 -0.5rem -2rem; }
    @media (min-width: 744px) {
      .row--medium {
        margin: 0 -0.5rem -1rem; } }
    @media (min-width: 1024px) {
      .row--medium {
        margin: 0 -1rem -2rem; } }
    .row--medium .col {
      padding: 0 0.5rem;
      margin-bottom: 2rem; }
      @media (min-width: 744px) {
        .row--medium .col {
          margin-bottom: 1rem; } }
      @media (min-width: 1024px) {
        .row--medium .col {
          padding: 0 1rem;
          margin-bottom: 2rem; } }

.col {
  width: 100%; }
  .col.col-12 {
    width: 100%; }
  .col.col-6 {
    width: 50%; }
  .col.col-4 {
    width: calc(100% / 3); }
  .col.col-3 {
    width: 25%; }
  .col.col-2 {
    width: calc(100% / 6); }
  .col.col-1 {
    width: calc(100% / 12); }
  @media (min-width: 744px) {
    .col.col-md-12 {
      width: 100%; }
    .col.col-md-6 {
      width: 50%; }
    .col.col-md-4 {
      width: calc(100% / 3); }
    .col.col-md-3 {
      width: 25%; }
    .col.col-md-2 {
      width: calc(100% / 6); }
    .col.col-md-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1024px) {
    .col.col-lg-12 {
      width: 100%; }
    .col.col-lg-6 {
      width: 50%; }
    .col.col-lg-4 {
      width: calc(100% / 3); }
    .col.col-lg-3 {
      width: 25%; }
    .col.col-lg-5 {
      width: calc(100% / 5); }
    .col.col-lg-2 {
      width: calc(100% / 6); }
    .col.col-lg-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1200px) {
    .col.col-xl-3 {
      width: 25%; } }

.grid {
  display: grid; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (min-width: 744px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.gap-1 {
  gap: 0.4rem; }

.gap-15 {
  gap: 0.6rem; }

.gap-2 {
  gap: 0.8rem; }

.gap-25 {
  gap: 1rem; }

.gap-3 {
  gap: 1.2rem; }

.gap-4 {
  gap: 1.6rem; }

.gap-5 {
  gap: 2rem; }

.gap-6 {
  gap: 2.4rem; }

.gap-x-5 {
  column-gap: 2rem; }

@media (min-width: 744px) {
  .gap-md-4 {
    gap: 1.6rem; }
  .gap-md-5 {
    gap: 2rem; }
  .gap-md-6 {
    gap: 2.4rem; } }

@media (min-width: 1024px) {
  .gap-lg-2 {
    gap: 0.8rem; }
  .gap-lg-3 {
    gap: 1.2rem; }
  .gap-lg-4 {
    gap: 1.6rem; }
  .gap-lg-5 {
    gap: 2rem; } }

.block {
  display: block !important; }

.inline-block {
  display: inline-block; }

.tablet {
  display: none !important; }
  @media (min-width: 744px) {
    .tablet {
      display: block !important; } }

.tablet-inline {
  display: none; }
  @media (min-width: 744px) {
    .tablet-inline {
      display: inline; } }

.is-tablet {
  display: none !important; }
  @media (min-width: 744px) {
    .is-tablet {
      display: flex !important; } }

@media (min-width: 744px) {
  .tablet-none {
    display: none !important; } }

@media (min-width: 744px) {
  .tablet-hidden {
    display: none !important; } }

@media (min-width: 1024px) {
  .tablet-hidden {
    display: block !important; } }

.tablet-desktop {
  display: none !important; }
  @media (min-width: 744px) {
    .tablet-desktop {
      display: block !important; } }
  @media (min-width: 1024px) {
    .tablet-desktop {
      display: none !important; } }

@media (min-width: 744px) {
  .mob-desktop {
    display: none !important; } }

@media (min-width: 1024px) {
  .mob-desktop {
    display: flex !important; } }

@media (min-width: 1024px) {
  .desktop-none {
    display: none !important; } }

.desktop {
  display: none !important; }
  @media (min-width: 1024px) {
    .desktop {
      display: block !important; } }

.is-desktop {
  display: none !important; }
  @media (min-width: 1024px) {
    .is-desktop {
      display: flex !important; } }

.desktop-inline {
  display: none; }
  @media (min-width: 1024px) {
    .desktop-inline {
      display: inline; } }

.bg-light {
  background-color: #F7F9FB; }

.bg-main {
  background-color: #007AFF; }

.bg-dark {
  background-color: #1E2336; }

.w-full {
  width: 100% !important; }

.w-fit {
  width: fit-content !important; }

.mob-width {
  width: 100%; }
  @media (min-width: 744px) {
    .mob-width {
      width: fit-content !important; } }

.desk-width {
  width: 100%; }
  @media (min-width: 1024px) {
    .desk-width {
      width: fit-content; } }

.min-w-80 {
  min-width: 8rem; }

.max-w-auto {
  max-width: 100%; }

.h-full {
  height: 100%; }

.h-fit {
  height: fit-content !important; }

.min-h-46 {
  min-height: 4.6rem; }

.min-h-48 {
  min-height: 4.8rem; }

.rounded-sm {
  border-radius: 0.4rem; }

.rounded-15 {
  border-radius: 1.5rem; }

.flex-auto {
  flex: auto; }

.flex-none {
  flex: none; }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-row {
  display: flex;
  align-items: center; }
  @media (min-width: 744px) {
    .flex-row.md-reverse {
      flex-direction: row-reverse; } }

.flex-col {
  display: flex;
  flex-direction: column; }
  .flex-col.reverse {
    flex-direction: column-reverse; }

@media (min-width: 744px) {
  .md-flex-row {
    display: flex;
    flex-direction: row; } }

@media (min-width: 1024px) {
  .lg-flex-row {
    display: flex;
    align-items: center; } }

@media (min-width: 744px) {
  .md-flex-col {
    display: flex;
    flex-direction: column; } }

@media (min-width: 1024px) {
  .lg-flex-col {
    display: flex;
    flex-direction: column; } }

.aling-center {
  align-items: center; }

.aling-start {
  align-items: flex-start !important; }

.aling-end {
  align-items: flex-end !important; }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: end; }

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.4rem; }

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.6rem; }

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.8rem; }

.space-y-25 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem; }

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.2rem; }

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.6rem; }

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2rem; }

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2.4rem; }

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2.8rem; }

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 3.2rem; }

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 4rem; }

@media (min-width: 744px) {
  .md-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.8rem; } }

@media (min-width: 744px) {
  .md-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.2rem; } }

@media (min-width: 744px) {
  .md-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.6rem; } }

@media (min-width: 744px) {
  .md-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem; } }

@media (min-width: 744px) {
  .md-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.4rem; } }

@media (min-width: 744px) {
  .md-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.8rem; } }

@media (min-width: 744px) {
  .md-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 3.2rem; } }

@media (min-width: 744px) {
  .md-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4rem; } }

@media (min-width: 1024px) {
  .lg-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.6rem; } }

@media (min-width: 1024px) {
  .lg-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.4rem; } }

@media (min-width: 1024px) {
  .lg-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.8rem; } }

.pointer {
  cursor: pointer; }

.pointer-all {
  pointer-events: all !important; }

.text-ellipsis {
  text-overflow: ellipsis; }

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.relative {
  position: relative; }
  .relative .message {
    position: absolute; }

.overflow {
  overflow: hidden; }

.header {
  position: relative;
  z-index: 3;
  padding: 3rem 0; }
  .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.logo-header {
  height: 2.4rem;
  width: 12.2rem; }
  @media (min-width: 744px) {
    .logo-header {
      height: 2.7rem;
      width: 13.9rem; } }

.footer {
  position: relative;
  z-index: 2;
  padding: 3rem 0; }
  .footer__wrap {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding: 0 2rem; }
    @media (min-width: 744px) {
      .footer__wrap {
        padding: 0 1.6rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .footer__wrap {
        padding: 0 2rem; } }
  .footer__links {
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
    @media (min-width: 744px) {
      .footer__links {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; } }
  .footer__lang-btn {
    position: absolute;
    top: 2rem;
    right: 2rem; }
    @media (min-width: 744px) {
      .footer__lang-btn {
        position: relative;
        top: 0;
        right: 0; } }

.logo-footer {
  height: 2.7rem;
  width: 13.9rem; }

.section {
  width: 100%;
  padding: 7rem 0; }
  @media (min-width: 744px) {
    .section {
      padding: 10rem 0; } }

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.sprite-wrap {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: none;
  transition: all 0.3s ease; }

.img-height {
  display: flex;
  justify-content: center;
  flex: none; }
  .img-height img {
    height: 100%;
    object-fit: contain;
    width: auto;
    display: block; }

.img-wrap {
  display: block;
  flex: none; }
  .img-wrap img {
    width: 100%;
    display: block; }

.img-cover {
  display: block;
  flex: none;
  overflow: hidden; }
  .img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.icon-wrap {
  display: block;
  flex: none; }
  .icon-wrap svg {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease; }

.icon-16 {
  width: 1.6rem;
  height: 1.6rem; }

.icon-20 {
  width: 2rem;
  height: 2rem; }

.icon-28 {
  width: 2.8rem;
  height: 2.8rem; }

.icon-sm {
  font-size: 1.4rem;
  width: 1em; }

.icon-md {
  font-size: 2rem;
  width: 1em; }

.icon-lg {
  font-size: 2.4rem;
  width: 1em; }

.icon-xl {
  font-size: 6rem;
  width: 1em; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 1rem 2.4rem;
  min-height: 4.6rem;
  border: none;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn.primary {
    color: #FFFFFF;
    background-color: #007AFF; }
    @media (min-width: 1024px) {
      .btn.primary:hover {
        background-color: #3A98FF; } }
  .btn.secondary {
    color: #000000;
    background-color: #FFFFFF; }
    @media (min-width: 1024px) {
      .btn.secondary:hover {
        background-color: #F2F4F6; } }
  .btn.secondary-border {
    color: #007AFF;
    background-color: #FFFFFF;
    border: 1px solid rgba(153, 153, 153, 0.24); }
    @media (min-width: 1024px) {
      .btn.secondary-border:hover {
        background-color: #F2F4F6; } }
  .btn.secondary-shadow {
    border-radius: 100px;
    color: #007AFF;
    background-color: #FFFFFF;
    box-shadow: 0px 13px 41px 0px #093C661F; }
    @media (min-width: 1024px) {
      .btn.secondary-shadow:hover {
        background-color: #EEF1F3; } }
  .btn.tertiary {
    background-color: #F7F9FB;
    color: #000000; }
    @media (min-width: 1024px) {
      .btn.tertiary:hover {
        background-color: #EEF2F6; } }
  .btn.icon-right {
    padding: 0.8rem 1.7rem 0.8rem 2rem; }
  .btn.disabled {
    opacity: 0.5;
    pointer-events: none; }

.btn-main {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: none;
  color: #007AFF;
  transition: all 0.3s ease; }
  .btn-main.active, .btn-main:hover, .btn-main:active {
    color: #3A98FF; }

.btn-second {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: none;
  color: #999999;
  transition: all 0.3s ease; }
  .btn-second.active, .btn-second:hover, .btn-second:active {
    color: #748A92; }

.btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 1.3rem;
  min-height: 5rem;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #007AFF;
  background-color: #FFFFFF; }
  @media (min-width: 1024px) {
    .btn-close:hover {
      background-color: #EDF0F3; } }

.tag {
  padding: 1rem 2rem;
  background-color: #F7F9FB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 100px; }
  .tag.icon-left {
    padding-left: 1.8rem; }

.start__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.9rem; }
  @media (min-width: 744px) {
    .start__wrap {
      flex-direction: row;
      justify-content: space-between;
      gap: 2rem; } }

.start__content {
  max-width: 50.7rem;
  position: relative;
  z-index: 2; }
  @media (min-width: 744px) {
    .start__content {
      margin: auto 0; } }

.start__img {
  width: 78%;
  margin-left: -1.2rem; }
  @media (min-width: 744px) {
    .start__img {
      width: 54%;
      margin-left: 0;
      margin-right: -1.6rem;
      margin-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .start__img {
      width: 53%;
      margin: -10.5rem 2.7rem -3rem 0; } }

.error-item__title {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.1;
  opacity: 0.2;
  color: #000000;
  margin-bottom: 4rem; }
  @media (min-width: 744px) {
    .error-item__title {
      font-size: 18rem;
      margin-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .error-item__title {
      font-size: 32rem;
      margin-bottom: 10rem; } }

.error-item__code {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  color: #000000;
  margin-bottom: 4rem; }
  @media (min-width: 744px) {
    .error-item__code {
      font-size: 22rem;
      margin-bottom: 5.6rem; } }
  @media (min-width: 1024px) {
    .error-item__code {
      font-size: 40rem; } }

.error-item__text {
  letter-spacing: -0.53px; }

.video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 1; }

.tariff-card {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 17.02px 34.03px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  padding: 6rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.3s ease; }
  .tariff-card.recommended {
    background-color: #007AFF; }
    .tariff-card.recommended .tariff-card__title,
    .tariff-card.recommended .tariff-card__sum {
      color: #FFFFFF; }
    .tariff-card.recommended .tariff-card__old-sum {
      color: #FFFFFF;
      opacity: 0.5; }
  .tariff-card__status {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.8rem;
    position: absolute;
    left: 2px;
    top: -13px;
    transform: rotate(-2deg);
    background-color: rgba(0, 116, 252, 0.5);
    border-radius: 9px;
    box-shadow: 0 1px 2px rgba(225, 225, 225, 0.5);
    backdrop-filter: blur(1.3px);
    -webkit-backdrop-filter: blur(1.3px); }
  .tariff-card__status-text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #FFFFFF; }
  .tariff-card__body {
    margin-bottom: 3.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .tariff-card__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #000000;
    transition: all 0.3s ease; }
  .tariff-card__sum {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: -8%;
    color: #007AFF;
    transition: all 0.3s ease; }
  .tariff-card__old-sum {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    opacity: 0.3;
    text-decoration: line-through;
    transition: all 0.3s ease; }

.board {
  width: 100%; }
  .board__wrap {
    border-radius: 2rem;
    padding: 2rem;
    position: relative;
    width: 100%;
    min-height: 41.9rem;
    overflow: hidden; }
    @media (min-width: 744px) {
      .board__wrap {
        padding: 3rem;
        border-radius: 3rem; } }
    @media (min-width: 1024px) {
      .board__wrap {
        padding: 4rem; } }
  @media (min-width: 1024px) {
    .board__text {
      max-width: 36.6rem; } }
  .board__content {
    position: relative;
    z-index: 3;
    max-width: 40rem; }
    @media (min-width: 1024px) {
      .board__content {
        max-width: 50rem; } }
  .board__phone {
    height: 23.2rem;
    width: 16rem;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0; }
    @media (min-width: 744px) {
      .board__phone {
        height: 36.5rem;
        width: 22.6rem; } }
    @media (min-width: 1024px) {
      .board__phone {
        height: 36.9rem;
        width: 32rem;
        right: 10rem; } }
  .board__cloud-pro {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 39.6rem; }
  .board__cloud-bonus {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 25rem; }
    @media (min-width: 744px) {
      .board__cloud-bonus {
        bottom: auto;
        top: 0;
        width: 31.4rem; } }

.doc-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 744px) {
    .doc-title {
      font-size: 4.8rem;
      line-height: 1.1; } }
  @media (min-width: 1024px) {
    .doc-title {
      font-size: 6.6rem; } }

.doc__title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.15; }
  @media (min-width: 744px) {
    .doc__title {
      font-size: 2.8rem; } }
  @media (min-width: 1024px) {
    .doc__title {
      font-size: 3.6rem;
      line-height: 1.2; } }

.doc__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .doc__subtitle {
      font-size: 2.6rem; } }

.doc__text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.7; }

@media (min-width: 1024px) {
  .doc * + .doc__title {
    margin-top: 3.2rem !important; } }

.doc-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.7;
  padding-left: 2rem;
  position: relative; }
  .doc-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0.6rem;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000000; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  background-color: rgba(201, 208, 214, 0.8);
  transition: all 0.3s ease;
  display: none; }
  .overlay.active {
    display: flex;
    animation: fadeIn 0.3s linear; }

.popup {
  position: fixed;
  z-index: 99;
  display: none;
  transition: all 0.3s ease; }
  .popup--right {
    width: 100vw;
    display: flex;
    top: 0;
    right: -100vw;
    height: calc(var(--vh, 1vh) * 100); }
    @media (min-width: 744px) {
      .popup--right {
        width: 100%;
        max-width: 38.2rem;
        height: auto;
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        display: none;
        max-height: 90vh; } }
    .popup--right.active {
      right: 0; }
      @media (min-width: 744px) {
        .popup--right.active {
          display: flex;
          right: auto;
          animation: fadeIn 0.3s linear; } }
  .popup--center {
    width: 100%;
    top: 50%;
    left: 50%;
    max-width: 32rem;
    max-height: 90vh;
    transform: translate(-50%, -50%); }
    .popup--center.active {
      display: block;
      animation: fadeIn 0.3s linear; }
    .popup--center .popup__wrap {
      padding: 2.4rem;
      border-radius: 0.8rem; }
  .popup--full {
    width: 100vw;
    display: flex;
    top: 0;
    right: -100vw;
    height: calc(var(--vh, 1vh) * 100); }
    @media (min-width: 744px) {
      .popup--full {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        display: none; } }
    .popup--full.active {
      right: 0; }
      @media (min-width: 744px) {
        .popup--full.active {
          display: flex;
          right: auto;
          animation: fadeIn 0.3s linear; } }
    .popup--full .popup__wrap {
      border-radius: 0; }
  .popup--video {
    width: 100vw;
    display: flex;
    flex-direction: column;
    top: 0;
    right: -100vw;
    height: calc(var(--vh, 1vh) * 100);
    padding: 6.5rem 6.5rem 2rem; }
    @media (min-width: 744px) {
      .popup--video {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        display: none;
        padding: 6.5rem; } }
    .popup--video.active {
      right: 0; }
      @media (min-width: 744px) {
        .popup--video.active {
          display: flex;
          right: auto;
          animation: fadeIn 0.3s linear; } }
    .popup--video .popup__btn,
    .popup--video .popup__video {
      position: relative;
      z-index: 2; }
  .popup__overlay {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(201, 208, 214, 0.8);
    cursor: pointer; }
  .popup__video {
    width: fit-content;
    height: auto;
    max-height: 100%;
    position: relative;
    margin: auto;
    max-width: 60rem; }
    @media (min-width: 1024px) {
      .popup__video {
        max-width: 110rem; } }
    .popup__video .popup__btn {
      position: absolute;
      bottom: calc(100%);
      left: calc(100% + 8px); }
  .popup__wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    position: relative; }
    @media (min-width: 744px) {
      .popup__wrap {
        height: auto;
        box-shadow: 0px 3px 10px rgba(9, 60, 102, 0.06);
        border-radius: 0.8rem; } }
    .popup__wrap.visible {
      overflow: visible !important; }
  .popup__header {
    display: flex;
    align-items: center;
    padding: 1.6rem 1.2rem;
    min-height: 5.6rem;
    background-color: rgba(153, 153, 153, 0.06); }
  .popup__header-subtitle {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #999999;
    font-weight: 600; }
  .popup__header-divider {
    height: 2.4rem;
    width: 1px;
    background-color: rgba(153, 153, 153, 0.24);
    display: block; }
  .popup__head {
    display: flex;
    align-items: center;
    padding: 0.6rem 2.4rem;
    min-height: 6rem; }
    @media (min-width: 744px) {
      .popup__head {
        padding: 1.2rem 2.4rem; } }
    .popup__head.border {
      position: relative; }
      .popup__head.border::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: -2rem;
        right: -2rem;
        height: 1px;
        background-color: rgba(153, 153, 153, 0.24); }
  .popup__body {
    padding: 4rem 0.4rem 4rem 1.2rem;
    margin-right: 0.8rem; }
    @media (min-width: 744px) {
      .popup__body {
        padding: 4rem 0.8rem 4rem 1.6rem; } }
    @media (min-width: 744px) {
      .popup__body.visible {
        visibility: visible; } }
  .popup__nav-container {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 1024px) {
      .popup__nav-container {
        max-width: 64rem; } }
  .popup__footer {
    padding: 2rem 1.2rem; }
    @media (min-width: 744px) {
      .popup__footer {
        padding: 2rem 2.4rem 2.4rem; } }
    .popup__footer.border {
      border-top: 1px solid rgba(153, 153, 153, 0.24); }
  .popup__row {
    display: flex;
    width: 100%;
    gap: 1.6rem; }
    @media (min-width: 744px) {
      .popup__row.limited {
        max-width: 35.3rem;
        margin: 0; } }
    @media (min-width: 744px) {
      .popup__row.md-auto .popup__col {
        width: auto; } }
    @media (min-width: 1024px) {
      .popup__row.lg-auto {
        justify-content: flex-end; }
        .popup__row.lg-auto .popup__col {
          width: auto; } }
  .popup__col {
    width: 50%; }
  .popup__title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000000; }
    @media (min-width: 744px) {
      .popup__title {
        font-size: 3.2rem; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.lang-nav__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem; }

.lang-nav__btn {
  width: 100%;
  min-height: 5rem;
  padding: 1.2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: transparent;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }
  .lang-nav__btn:after {
    opacity: 0;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%230074FC'/%3E%3Ccircle cx='12' cy='12' r='11.75' stroke='%23164974' stroke-opacity='0.24' stroke-width='0.5'/%3E%3Cpath d='M8 12.3529L11.2 15L16 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .lang-nav__btn:hover {
    border-color: #3A98FF; }
  .lang-nav__btn.active {
    color: #000000;
    border-color: #007AFF;
    font-weight: 500; }
    .lang-nav__btn.active:after {
      opacity: 1; }

.lang-nav__btn-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%; }

.accordion-wrap .accordion + .accordion {
  margin-top: 2rem; }

.accordion {
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: #F7F9FB;
  border-radius: 1.6rem; }
  .accordion__head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem;
    transition: all 0.3s ease; }
    .accordion__head.active .accordion__btn {
      transform: scaleY(-1); }
    .accordion__head.active + .accordion__content {
      max-height: 1000px; }
  .accordion__btn {
    display: block;
    flex: none;
    transition: all 0.3s ease;
    background-image: url("../images/icons/accordion-arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem; }
  .accordion__title {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.3s ease; }
  .accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s; }
  .accordion__descr {
    padding: 0 2.4rem 2.4rem 2.4rem; }
  .accordion__text {
    font-weight: 400;
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
    max-width: 72rem; }
    .accordion__text + .accordion__text {
      margin-top: 1.6rem; }

.intro-section {
  width: 100%;
  padding: 15rem 0; }

.intro__wrap {
  max-width: 66rem;
  margin-bottom: 5.8rem; }

.intro__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  max-width: 57rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5.8rem; }
  @media (min-width: 744px) {
    .intro__text {
      font-size: 2rem; } }

.intro__btn-wrap {
  min-width: 25.5rem;
  flex-direction: column;
  width: fit-content; }
  @media (min-width: 744px) {
    .intro__btn-wrap {
      min-width: auto;
      flex-direction: row; } }

@media (min-width: 744px) {
  .intro__tags {
    max-width: 53.6rem; } }

@media (min-width: 1024px) {
  .intro__tags {
    max-width: 86rem; } }

.intro__tags .tag {
  min-width: 100%;
  justify-content: flex-start; }
  @media (min-width: 744px) {
    .intro__tags .tag {
      min-width: auto;
      justify-content: center; } }

.map-section {
  padding: 7rem 0; }
  @media (min-width: 744px) {
    .map-section {
      padding: 10rem 0; } }

.map-board__wrap {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  min-height: 34.1rem;
  background-color: #007aff;
  padding: 2.8rem 4.4rem 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 744px) {
    .map-board__wrap {
      flex-direction: row;
      padding: 3rem; } }

.map-board__content {
  text-align: center;
  margin-bottom: 1.3rem; }
  @media (min-width: 744px) {
    .map-board__content {
      margin-bottom: 0;
      text-align: left;
      max-width: 41.5rem; } }

.map-board__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  letter-spacing: -0.4px; }
  @media (min-width: 744px) {
    .map-board__title {
      line-height: 1.72; } }

.map-board__text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #FFFFFF; }
  @media (min-width: 744px) {
    .map-board__text {
      font-size: 2rem; } }

.map-board__img {
  margin: 0 -4.4rem 0;
  position: relative; }
  @media (min-width: 744px) {
    .map-board__img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 50.3rem;
      margin: 0; } }
  @media (min-width: 1024px) {
    .map-board__img {
      width: 63.4rem;
      top: 1.5rem; } }

.map-country {
  position: absolute;
  z-index: 2; }
  .map-country--de {
    top: 15%;
    left: 24%; }
    @media (min-width: 744px) {
      .map-country--de {
        top: 13%;
        left: 54%; } }
    @media (min-width: 1024px) {
      .map-country--de {
        top: 34.5%;
        left: 37%; } }
    .map-country--de .map-country__dot {
      top: calc(100% + 3px);
      left: 9px; }
      @media (min-width: 744px) {
        .map-country--de .map-country__dot {
          top: calc(100% + 8px);
          left: 12px; } }
      @media (min-width: 1024px) {
        .map-country--de .map-country__dot {
          top: calc(100% + 7px);
          left: 17px; } }
  .map-country--it {
    top: 38%;
    left: 75%; }
    @media (min-width: 744px) {
      .map-country--it {
        top: 42%;
        left: 79%; } }
    @media (min-width: 1024px) {
      .map-country--it {
        top: 22.5%;
        left: 74%; } }
    .map-country--it .map-country__dot {
      bottom: 100%;
      left: -13px; }
      @media (min-width: 744px) {
        .map-country--it .map-country__dot {
          left: -21px; } }
      @media (min-width: 1024px) {
        .map-country--it .map-country__dot {
          left: -23px; } }
  .map-country--nl {
    top: 75%;
    left: 22%; }
    @media (min-width: 744px) {
      .map-country--nl {
        top: 68%;
        left: 70.5%; } }
    @media (min-width: 1024px) {
      .map-country--nl {
        top: 69%;
        left: 59.5%; } }
    .map-country--nl .map-country__dot {
      bottom: 91%;
      left: -16px; }
      @media (min-width: 744px) {
        .map-country--nl .map-country__dot {
          left: -26px; } }
      @media (min-width: 1024px) {
        .map-country--nl .map-country__dot {
          left: -29px; } }
  .map-country--usa {
    top: 47%;
    left: 48.5%; }
    @media (min-width: 744px) {
      .map-country--usa {
        top: 78.5%;
        left: 16.5%; } }
    @media (min-width: 1024px) {
      .map-country--usa {
        top: 54.5%;
        left: 11.5%; } }
    .map-country--usa .map-country__dot {
      bottom: calc(100% + 3px);
      left: 23px; }
      @media (min-width: 744px) {
        .map-country--usa .map-country__dot {
          bottom: calc(100% + 4px);
          left: 39px; } }
      @media (min-width: 1024px) {
        .map-country--usa .map-country__dot {
          bottom: calc(100% + 3px);
          left: 47px; } }
  .map-country__dot {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute; }
    @media (min-width: 744px) {
      .map-country__dot {
        width: 2.6rem;
        height: 2.6rem; } }
    @media (min-width: 1024px) {
      .map-country__dot {
        width: 3.1rem;
        height: 3.1rem; } }
  .map-country__wrap {
    padding: 0.26rem 0.48rem;
    border-radius: 0.4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0.4rem; }
    @media (min-width: 744px) {
      .map-country__wrap {
        padding: 0.47rem 0.9rem;
        border-radius: 0.6rem;
        gap: 0.6rem; } }
    @media (min-width: 1024px) {
      .map-country__wrap {
        padding: 0.5rem 1rem;
        border-radius: 0.8rem;
        gap: 0.8rem; } }
  .map-country__icon {
    width: 1rem;
    height: 1rem; }
    @media (min-width: 744px) {
      .map-country__icon {
        width: 1.7rem;
        height: 1.7rem; } }
    @media (min-width: 1024px) {
      .map-country__icon {
        width: 2rem;
        height: 2rem; } }
  .map-country__name {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #000000; }
    @media (min-width: 744px) {
      .map-country__name {
        font-size: 1.3rem; } }
    @media (min-width: 1024px) {
      .map-country__name {
        font-size: 1.6rem; } }

.descr-section {
  padding: 7rem 0; }
  @media (min-width: 744px) {
    .descr-section {
      padding: 10rem 0; } }
  @media (min-width: 1024px) {
    .descr-section {
      padding: 15rem 0; } }

.descr-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -12px; }
  @media (min-width: 744px) {
    .descr-wrap {
      margin: -24px; } }

.descr {
  width: 100%;
  padding: 12px; }
  @media (min-width: 744px) {
    .descr {
      width: 50%;
      padding: 24px; } }
  @media (min-width: 1024px) {
    .descr {
      width: 25%; } }
  .descr__wrap {
    display: flex;
    align-items: center;
    gap: 1.6rem; }
    @media (min-width: 744px) {
      .descr__wrap {
        flex-direction: column; } }
  .descr__text {
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    line-height: 1.4; }
    @media (min-width: 744px) {
      .descr__text {
        font-size: 20px;
        text-align: center; } }
    .descr__text br {
      display: none; }
      @media (min-width: 744px) {
        .descr__text br {
          display: block; } }

.pay-section {
  padding: 7rem 0; }
  @media (min-width: 744px) {
    .pay-section {
      padding: 14rem 0; } }

.pay-bord__wrap {
  padding: 3rem;
  background-color: #F7F9FB;
  border-radius: 3rem;
  height: 100%; }
  @media (min-width: 744px) {
    .pay-bord__wrap {
      padding: 4rem; } }

.pay-bord__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2; }

.pay-bord__subtitle {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7); }

.pay-bord__card-row {
  gap: 1.4rem; }

.pay-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  flex: none; }

.pay-wrap {
  position: relative; }

.pay-item__wrap {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 2rem 2.6rem 2rem 2rem;
  border-radius: 1.2rem; }

.pay-item__soon {
  color: rgba(0, 0, 0, 0.15); }

.pay-arrow {
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #007AFF;
  margin: -1.1rem auto;
  position: relative;
  z-index: 2; }
  @media (min-width: 744px) {
    .pay-arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      width: 5.2rem;
      height: 5.2rem; } }
  .pay-arrow__icon {
    width: 2.4rem;
    height: 2.4rem; }
    @media (min-width: 744px) {
      .pay-arrow__icon {
        width: 2.8rem;
        height: 2.8rem;
        transform: rotate(270deg); } }

.create-section {
  padding: 15rem 0;
  background-color: #007AFF; }

.create {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .create__text {
    opacity: 0.9;
    margin-bottom: 7.8rem; }

.faq-section {
  padding: 7rem 0;
  background-color: #fff; }
  @media (min-width: 744px) {
    .faq-section {
      padding: 10rem 0; } }

.faq__title {
  margin-bottom: 4rem; }
  @media (min-width: 744px) {
    .faq__title {
      margin-bottom: 7rem; } }

.help-section {
  padding: 5rem 0 7rem; }
  @media (min-width: 744px) {
    .help-section {
      padding: 2.5rem 0 6rem; } }
  @media (min-width: 1024px) {
    .help-section {
      padding: 8rem 0; } }

@media (min-width: 1024px) {
  .help__wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; } }

.help__img {
  width: 294px;
  flex: none;
  margin: 0 auto 32px; }
  @media (min-width: 744px) {
    .help__img {
      width: 350px; } }
  @media (min-width: 1024px) {
    .help__img {
      width: 538px;
      margin: 0; } }
  .help__img img {
    display: block;
    width: 100%; }

.help__descr {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .help__descr > * {
    text-align: center; }
    @media (min-width: 1024px) {
      .help__descr > * {
        text-align: left; } }

.help__sub {
  opacity: 0.7; }
  @media (min-width: 1024px) {
    .help__sub {
      max-width: 370px; } }

.example-section {
  padding: 7rem 0; }
  @media (min-width: 744px) {
    .example-section {
      padding: 10rem 0; } }

.example__wrap {
  display: flex;
  flex-direction: column;
  align-items: center; }

.example__sub {
  opacity: 0.7;
  margin-bottom: 7rem; }

.example__img {
  width: 234px;
  margin-bottom: 5rem; }
  @media (min-width: 744px) {
    .example__img {
      width: 320px;
      margin-bottom: 7rem; } }
  .example__img img {
    width: 100%;
    display: block; }

.steps-section {
  padding: 7rem 0; }
  @media (min-width: 744px) {
    .steps-section {
      padding: 10rem 0; } }
  @media (min-width: 1024px) {
    .steps-section {
      background-color: #F7F9FB; } }

.steps__title {
  margin-bottom: 4rem; }
  @media (min-width: 744px) {
    .steps__title {
      margin-bottom: 7rem; } }

.steps__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.step {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  min-height: 41.9rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 744px) {
    .step {
      flex-direction: row;
      justify-content: space-between; } }
  .step--white {
    background-color: #F7F9FB; }
    @media (min-width: 1024px) {
      .step--white {
        background-color: #FFFFFF; } }
    .step--white .step__text {
      max-width: 24rem;
      color: #707579; }
      @media (min-width: 744px) {
        .step--white .step__text {
          max-width: 100%;
          color: rgba(0, 0, 0, 0.9); } }
    @media (min-width: 744px) {
      .step--white .step__content {
        max-width: 35.2rem; } }
    .step--white .step__img {
      width: 18.1rem;
      margin: auto 3rem 0 auto; }
      @media (min-width: 744px) {
        .step--white .step__img {
          width: 32rem;
          margin: auto -7.1rem 0 auto; } }
      @media (min-width: 1024px) {
        .step--white .step__img {
          margin: auto 10rem 0 auto; } }
  .step--blue {
    background-color: #007aff; }
    .step--blue .step__title,
    .step--blue .step__text,
    .step--blue .step__number {
      color: #FFFFFF; }
    @media (min-width: 744px) {
      .step--blue .step__content {
        max-width: 25.1rem; } }
    @media (min-width: 1024px) {
      .step--blue .step__content {
        max-width: 32.1rem; } }
    .step--blue .step__img {
      width: 21.6rem;
      margin: auto 3rem 3.5rem auto; }
      @media (min-width: 744px) {
        .step--blue .step__img {
          width: 30.6rem;
          margin: auto 2.4rem auto auto; } }
      @media (min-width: 1024px) {
        .step--blue .step__img {
          width: 38.8rem;
          margin: auto 5.2rem auto auto; } }
  .step--dark {
    background-color: #1e2336; }
    .step--dark .step__title,
    .step--dark .step__text {
      color: #FFFFFF; }
    .step--dark .step__content {
      max-width: 27rem; }
      @media (min-width: 744px) {
        .step--dark .step__content {
          max-width: 38rem; } }
    .step--dark .step__img {
      width: 18.1rem;
      margin: auto 3rem 0 auto; }
      @media (min-width: 744px) {
        .step--dark .step__img {
          width: 32rem;
          margin: auto -5.5rem 0 auto; } }
      @media (min-width: 1024px) {
        .step--dark .step__img {
          margin: auto 10rem 0 auto; } }
  .step__wrap {
    padding: 3rem;
    display: flex; }
    @media (min-width: 744px) {
      .step__wrap {
        padding: 4.5rem 4.5rem 10rem 4.5rem; } }
  .step__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.4px; }
  .step__text {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.53px; }
    @media (min-width: 744px) {
      .step__text {
        font-size: 2rem; } }
  .step__number {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400; }
  .step__bottom {
    position: absolute;
    bottom: 3rem;
    left: 3rem; }
    @media (min-width: 744px) {
      .step__bottom {
        bottom: 4.5rem;
        left: 4.5rem; } }
  .step__img {
    display: flex; }
    .step__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/*# sourceMappingURL=styles.min.css.map */
