/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-display: swap;
  font-family: "Inter Geek";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Inter/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("fonts/Inter/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Inter Geek";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Inter/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("fonts/Inter/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Inter Geek";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Inter/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("fonts/Inter/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

html * {
  max-height: 999999px;
}

body {
  font-family: "Inter Geek", sans-serif;
  color: #040404;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  background-color: #FFFFFF;
  overflow-x: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body * {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

input,
button,
textarea {
  color: #040404;
  font-family: "Inter Geek", sans-serif;
  font-weight: 500;
}

input[type=text],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: none;
  cursor: pointer;
  background: none;
  padding: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.line-breaker > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.65s, -webkit-transform 0.65s;
  transition: opacity 0.65s, -webkit-transform 0.65s;
  transition: transform 0.65s, opacity 0.65s;
  transition: transform 0.65s, opacity 0.65s, -webkit-transform 0.65s;
}

.line-breaker > span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.line-breaker > span:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.line-breaker > span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.line-breaker > span:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.line-breaker > span:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.line-breaker > span:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.line-breaker > span:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.line-breaker > span:nth-child(8) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.line-breaker > span:nth-child(9) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.line-breaker > span:nth-child(10) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.line-breaker.line-breaker-animate > span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ajax-wrap {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.ajax-wrap.loading,
.ajax-wrap.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ajax-wrap.loading *,
.ajax-wrap.disabled * {
  pointer-events: none;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-container {
  font-family: "Inter Geek", sans-serif;
}

.fancybox-slide:before {
  margin-right: 0;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  width: 100%;
  padding-bottom: 200px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.section {
  padding-top: 200px;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

p,
li {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li,
ol li {
  padding: 0;
  position: relative;
}

select {
  opacity: 0;
}

h1,
.h1 {
  font-size: 120px;
  line-height: 1.15;
  letter-spacing: -5.6px;
  font-weight: 500;
}

h2,
.h2 {
  font-size: 90px;
  line-height: 1.15;
  letter-spacing: -4.5px;
  font-weight: 500;
}

.btn {
  display: block;
  background-color: #1059FF;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 18px;
  line-height: 20px;
  padding: 19px 20px;
  text-align: center;
}

.main-input input {
  display: block;
  width: 100%;
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  border-radius: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  padding: 35px 30px;
  color: #040404;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.main-input input.iti__tel-input {
  padding-left: 120px !important;
}

.main-input input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #040404;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.main-input input::-moz-placeholder {
  opacity: 0.5;
  color: #040404;
  -moz-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.main-input input:-ms-input-placeholder {
  opacity: 0.5;
  color: #040404;
  -ms-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.main-input input::-ms-input-placeholder {
  opacity: 0.5;
  color: #040404;
  -ms-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.main-input input::placeholder {
  opacity: 0.5;
  color: #040404;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.main-input input:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.main-input input:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}

.main-input input:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.main-input input:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.main-input input:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.main-input input.error {
  border-color: red;
}

.iti {
  display: block;
  width: 100%;
}

.iti__country-list {
  font-size: 18px;
  line-height: 20px;
}

.iti--fullscreen-popup.iti--container {
  padding-left: 10px;
  padding-right: 10px;
}

.iti--container {
  z-index: 999999999999;
}

.iti .iti__selected-dial-code {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #040404;
}

.iti__selected-country-primary {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.iti__search-input {
  padding: 12px 20px !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 20px !important;
}

.enterprise-popup {
  display: none;
  width: 100%;
  max-width: 900px;
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 20px;
}

.enterprise-popup .fancybox-close-small {
  display: none;
}

.enterprise-popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
}

.enterprise-popup__fee {
  line-height: 140%;
}

.enterprise-popup__fee b {
  color: #1059FF;
  white-space: nowrap;
}

.result-popup {
  display: none;
  width: 100%;
  max-width: 900px;
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 20px;
  text-align: center;
}

.result-popup .fancybox-close-small {
  display: none;
}

.result-popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
}

.fixed-btn {
  position: fixed;
  z-index: 97;
  bottom: 100px;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.fixed-btn.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sorry-popup {
  display: none;
  width: 100%;
  max-width: 656px;
  border-radius: 20px;
  padding: 80px 60px;
  text-align: center;
}

.sorry-popup .fancybox-close-small {
  display: none;
}

.sorry-popup__sub {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
}

.sorry-popup__sub p {
  margin-bottom: 20px;
}

.sorry-popup__sub p:last-child {
  margin-bottom: 0;
}

.sorry-popup__btn {
  margin-top: 40px;
}

.sorry-popup__btn .btn {
  width: 100%;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.65;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.65;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #FFFFFF;
  padding: 25px 0;
  -webkit-transition: padding 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: padding 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: padding 0.25s, transform 0.25s, box-shadow 0.25s;
  transition: padding 0.25s, transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
}

.header.scroll {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.header.header-hidden {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.header__logo {
  width: 150px;
}

.header__logo img {
  width: 100%;
}

.header__wrap .header__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav {
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 0 24px;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav ul li {
  font-size: 18px;
  line-height: 20px;
}

.header__nav ul li a {
  display: block;
  padding: 18px 24px;
}

.header__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.header__soc-item img {
  margin-bottom: -2px;
}

.header__menu-btn {
  width: 34px;
  height: 34px;
  padding: 4px;
  margin-right: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header__menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #1059FF;
  -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
}

.header__right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.header__lang {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__lang-item {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.header__lang.active .header__lang-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footer {
  padding: 46px 0 32px;
  background-color: #F6F6F6;
}

.footer__wrap {
  position: relative;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  width: 278px;
}

.footer__logo img {
  width: 100%;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 72px;
  padding-right: 136px;
  font-size: 18px;
  line-height: 20px;
}

.footer__nav ul li {
  margin-bottom: 16px;
}

.footer__nav ul li:last-child {
  margin-bottom: 0;
}

.footer__soc-label {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
  margin-bottom: 4px;
}

.footer__soc-label:last-child {
  margin-bottom: 0;
}

.footer__soc-item {
  margin-bottom: 6px;
}

.footer__soc-item:last-child {
  margin-bottom: 0;
}

.footer__bottom {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__bottom-info {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
}

.footer__bottom-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.footer__bottom-links ul li {
  font-size: 14px;
  line-height: 18px;
}

.footer__bottom-links ul li a {
  opacity: 0.5;
}

.footer__up {
  position: absolute;
  left: 0;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 10px 0;
  padding-left: 4px;
}

.footer__up span {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.3;
}

.hero {
  padding-top: 185px;
}

.hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__top-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hero__top-icon {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: calc(33.3333333% - 112px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
}

.hero__top-desc {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin-top: 40px;
  max-width: 685px;
  font-size: 24px;
  line-height: 28px;
  opacity: 0.5;
}

.hero__cards {
  margin-top: -33px;
  position: relative;
  z-index: 2;
}

.hero__cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__cards-col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(33.333333% - 20px);
}

.hero__cards-col:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  padding-top: 120px;
}

.hero__cards-col:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  padding-top: 228px;
}

.hero__cards-col:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.hero__card {
  background-color: #F6F6F6;
  padding: 32px;
  border-radius: 20px;
  min-height: 371px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.hero__card::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #1059FF;
}

.hero__card-title {
  font-size: 37px;
  line-height: 44px;
}

.hero__card-desc {
  opacity: 0.5;
}

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

.hero-mob__desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  opacity: 0.5;
}

.hero-mob__wrap {
  max-width: 354px;
  margin: 38px auto 0;
}

.hero-mob__slide {
  height: auto;
  opacity: 1 !important;
}

.hero-mob__slide.past-slide {
  opacity: 0 !important;
}

.hero-mob__slide.swiper-slide-active .hero-mob__card {
  opacity: 1 !important;
}

.hero-mob__slide:nth-child(1) {
  z-index: 3;
}

.hero-mob__slide:nth-child(1) .hero-mob__card {
  -webkit-transform: rotate(3.63deg);
  transform: rotate(3.63deg);
}

.hero-mob__slide:nth-child(2) {
  z-index: 2;
}

.hero-mob__slide:nth-child(2) .hero-mob__card {
  -webkit-transform: rotate(-1.62deg);
  transform: rotate(-1.62deg);
  opacity: 0.5;
}

.hero-mob__slide:nth-child(3) {
  z-index: 1;
}

.hero-mob__slide:nth-child(3) .hero-mob__card {
  -webkit-transform: rotate(4.02deg);
  transform: rotate(4.02deg);
  opacity: 0.1;
}

.hero-mob__card {
  height: 100%;
  padding: 18px 20px;
  background-color: #1059FF;
  color: #FFFFFF;
  border-radius: 20px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.hero-mob__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 24px;
  line-height: 1;
}

.hero-mob__card-num {
  opacity: 0.2;
}

.hero-mob__card-desc {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
}

.hero-mob__slider-nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.hero-mob__slider-btn {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.hero-mob__slider-btn.swiper-button-disabled {
  opacity: 0.3;
}

.how-it-works__title {
  margin-bottom: 60px;
}

.how-it-works__slider {
  padding-left: 40px;
}

.how-it-works__slide:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.how-it-works__slide:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.how-it-works__card {
  position: relative;
}

.how-it-works__card::after {
  content: "";
  position: absolute;
  top: 124px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1059FF;
}

.how-it-works__num {
  color: #1059FF;
}

.how-it-works__desc {
  margin-top: 78px;
}

.how-it-works__btn {
  margin-top: 34px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how-it-works__btn .btn {
  width: 100%;
  max-width: 436px;
}

.calculator__wrap {
  background-color: #1059FF;
  color: #FFFFFF;
  padding: 60px 0;
}

.calculator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator__col {
  width: 50%;
}

.calculator__left {
  max-width: 672px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

.calculator__desc {
  margin-top: 32px;
  font-size: 34px;
  line-height: 40px;
}

.calculator__controls {
  max-width: 362px;
}

.calculator__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator__btn {
  text-align: center;
  width: calc(50% - 10px);
  font-size: 18px;
  line-height: 20px;
  padding: 14px 10px;
  background-color: #FFFFFF;
  color: #1059FF;
  border-radius: 30px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.calculator__btn.disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.calculator__btn::before {
  content: "";
  top: 0;
  left: 0;
  height: 80px;
  width: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation-name: btns;
  animation-name: btns;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.calculator__send {
  display: none;
}

.calculator__pagination {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.calculator__pagination span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 5px;
  border-radius: 100px;
  background-color: #FFFFFF;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.calculator__pagination span.active {
  opacity: 1;
}

.calculator__chart {
  padding: 46px;
  background-color: #FFFFFF;
  border-radius: 20px;
}

.calculator__chart-item {
  position: relative;
}

.calculator__steps {
  max-width: 478px;
}

.calculator__step {
  display: none;
}

.calculator__step-label {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.5;
  margin-bottom: 16px;
}

.calculator__step-label:last-child {
  margin-bottom: 0;
}

.calculator__step-info {
  font-size: 32px;
  line-height: 38px;
}

.calculator__step-info p {
  margin-bottom: 16px;
}

.calculator__step-info p:last-child {
  margin-bottom: 0;
}

.calculator__range-slider {
  margin-top: 28px;
  padding-top: 64px;
}

.calculator__range-slider .noUi-target {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  height: 4px;
}

.calculator__range-slider .noUi-connect {
  background: #FFFFFF;
}

.calculator__range-slider .noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  right: -11px;
  top: -9px;
  border-radius: 50%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.calculator__range-slider .noUi-horizontal .noUi-handle::before,
.calculator__range-slider .noUi-horizontal .noUi-handle::after {
  display: none;
}

.calculator__range-slider .noUi-tooltip {
  bottom: calc(100% + 14px);
  border: 0;
  border-radius: 8px;
  padding: 8px 13px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.calculator__range-values {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
}

.calculator__locations {
  margin-top: 32px;
}

.calculator__locations-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.calculator__locations-item:last-child {
  margin-bottom: 0;
}

.calculator__locations-item label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator__locations-item label[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}

.calculator__locations-item label input {
  display: none;
}

.calculator__locations-item label input:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.calculator__locations-item label span {
  display: block;
  position: relative;
  padding-left: 36px;
}

.calculator__locations-item label span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.calculator__locations-item label span::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #1059FF;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}

.calculator__locations-desc,
.calculator__calendar-desc {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  opacity: 0.7;
}

.calculator__calendar-desc {
  margin-top: 8px;
}

.calculator__calendar {
  margin-top: 32px;
}

.calculator__calendar-item {
  display: block;
  position: relative;
}

.calculator__calendar-item input {
  display: block;
  width: 100%;
  border: 0;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
}

.calculator__calendar-item input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #040404;
}

.calculator__calendar-item input::-moz-placeholder {
  opacity: 0.5;
  color: #040404;
}

.calculator__calendar-item input:-ms-input-placeholder {
  opacity: 0.5;
  color: #040404;
}

.calculator__calendar-item input::-ms-input-placeholder {
  opacity: 0.5;
  color: #040404;
}

.calculator__calendar-item input::placeholder {
  opacity: 0.5;
  color: #040404;
}

.calculator__calendar-item.active .air-datepicker {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.calculator__calendar-item .air-datepicker {
  font-family: "Inter Geek", sans-serif;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  color: #040404;
  border: 0;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  --adp-cell-background-color-selected: #1059FF;
  --adp-background-color-selected-other-month: #1059FF;
  --adp-cell-background-color-selected-hover: #477eff;
  --adp-background-color-selected-other-month-focused: #477eff;
  --adp-cell-background-color-in-range: rgba(16, 89, 255, 0.10);
  --adp-background-color-in-range: rgba(16, 89, 255, 0.10);
}

.calculator__calendar-item .air-datepicker .air-datepicker-body--cells.-days- {
  gap: 6px;
  grid-auto-rows: 25.4px;
  padding: 6px 16px 16px;
}

.calculator__calendar-item .air-datepicker .air-datepicker-cell.-selected- {
  color: #FFFFFF !important;
}

.calculator__calendar-item .air-datepicker .air-datepicker-cell {
  color: #040404;
  border-radius: 50%;
  font-weight: 400;
}

.calculator__calendar-item .air-datepicker .air-datepicker-cell.-day-.-other-month- {
  color: inherit;
}

.calculator__calendar-item .air-datepicker .air-datepicker-cell.-disabled- {
  color: #A0A0A0 !important;
  background: none !important;
  border: 0 !important;
}

.calculator__calendar-item .air-datepicker .air-datepicker-cell.-current- {
  background-color: #e9e9e9 !important;
}

.calculator__calendar-item .air-datepicker .air-datepicker--content {
  padding: 0;
}

.calculator__calendar-item .air-datepicker .air-datepicker-body--day-names {
  margin: 0;
  padding: 0 16px 0;
  gap: 6px;
}

.calculator__calendar-item .air-datepicker .air-datepicker-body--day-name {
  font-size: 14px;
  color: #040404;
  text-transform: lowercase;
  font-weight: 400;
  height: 25.4px;
}

.calculator__calendar-item .air-datepicker .air-datepicker-nav {
  border: 0;
  padding: 10px 8px;
}

.calculator__calendar-item .air-datepicker .air-datepicker-nav--title {
  pointer-events: none;
  font-weight: 400;
}

.calculator__calendar-icon {
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  width: 22px;
  height: 22px;
  z-index: 9;
  opacity: 0.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator__calendar-icon svg {
  width: 100%;
  height: 100%;
}

.calculator__fee {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 9;
  color: #1059FF;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

.calculator__fee-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculator__fee-btn .btn {
  font-size: 14px;
  line-height: 16px;
  padding: 14px 16px;
}

.enterprise {
  margin-top: 150px;
}

.enterprise__wrap {
  display: block;
  padding: 38px 0;
  background-color: #F6F6F6;
}

.enterprise__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enterprise__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 46px;
  padding-right: 46px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -1.872px;
}

.enterprise__item svg {
  margin-bottom: -2px;
}

.about__title {
  margin-bottom: 64px;
}

.about__slide {
  height: auto;
}

.about__slide:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.about__slide:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about__card {
  height: 100%;
  padding: 40px;
  padding-right: 56px;
  background-color: #F6F6F6;
  border-radius: 20px;
  position: relative;
}

.about__card::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  width: 18px;
  height: 18px;
  background-color: #1059FF;
  border-radius: 50%;
}

.about__card-sub {
  opacity: 0.7;
}

.partners__title {
  max-width: 1220px;
  margin-bottom: 64px;
}

.partners__title.partners__title--mob {
  display: block;
}

.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.partners__col {
  width: 14.2857142857%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.partners__col:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.partners__col:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.partners__col:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.partners__col:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.partners__col:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.partners__col:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.partners__col:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.partners__col:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.partners__col:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.partners__col:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.partners__col:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.partners__col:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.partners__col:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.partners__col:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.partners__col:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.partners__col:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.partners__col:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.partners__col:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.partners__col:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.partners__col:nth-child(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.partners__col:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.partners__col:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.partners__col:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.partners__col:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.partners__col:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.partners__col:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.partners__col:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.partners__col:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.partners__col:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.partners__item {
  border-radius: 10px;
  background-color: #F6F6F6;
}

.partners__item img {
  width: 100%;
}

.partners__mob .partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex-shrink: 0;
}

.partners__mob-col {
  margin-bottom: 5px;
}

.partners__mob-col:last-child {
  margin-bottom: 0;
}

.partners__mob-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__mob-line[data-revers="1"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.faq__title {
  margin-bottom: 64px;
}

.faq__title:last-child {
  margin-bottom: 0;
}

.faq__item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(4, 4, 4, 0.3);
}

.faq__item:first-child {
  border-top: 1px solid rgba(4, 4, 4, 0.3);
}

.faq__item-toggle {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 10px;
}

.faq__item-toggle.active .faq__item-icon span:last-child {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq__item-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.faq__item-icon span {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1059FF;
  border-radius: 100px;
}

.faq__item-icon span:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.faq__dropdown {
  display: none;
}

.faq__dropdown-content {
  font-size: 18px;
  line-height: 20px;
  opacity: 0.7;
  max-width: 900px;
  padding-bottom: 25px;
}

.faq__dropdown-content p {
  margin-bottom: 14px;
}

.faq__dropdown-content p:last-child {
  margin-bottom: 0;
}

.news__title {
  margin-bottom: 64px;
}

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}

.news__img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.news__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(33.3333333% - 20px);
  min-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.news__date {
  font-size: 18px;
  line-height: 20px;
  opacity: 0.3;
  margin-bottom: 16px;
}

.news__date:last-child {
  margin-bottom: 0;
}

.news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__btn .btn {
  width: 100%;
}

.feedback__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.feedback__col {
  width: 50%;
}

.feedback__left {
  max-width: 610px;
}

.feedback__right {
  max-width: 716px;
}

.feedback__sub {
  margin-top: 40px;
  opacity: 0.5;
}

.feedback__btn {
  margin-top: 40px;
  max-width: 392px;
}

.feedback__btn .btn {
  width: 100%;
}

.feedback__form-title {
  margin-bottom: 40px;
}

.feedback__form-title:last-child {
  margin-bottom: 0;
}

.feedback__form-item {
  margin-bottom: 12px;
}

.feedback__form-item:last-child {
  margin-bottom: 0;
}

.feedback__form-btn {
  margin-top: 24px;
}

.feedback__form-btn .btn {
  width: 100%;
}

.feedback__form-soc {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.feedback__form-soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.feedback__form-soc-item img {
  margin-bottom: -2px;
}

.feedback__form-agree {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #7D7D7D;
  text-align: center;
}

.feedback__form-agree a {
  color: #040404;
}

.post-header {
  padding-top: 185px;
  margin-bottom: 60px;
}

.main-text h2,
.main-text .h2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -2.4px;
  font-weight: 500;
  margin: 78px 0 32px;
}

.main-text h2:first-child,
.main-text .h2:first-child {
  margin-top: 0;
}

.main-text h2:last-child,
.main-text .h2:last-child {
  margin-bottom: 0;
}

.main-text p,
.main-text li {
  margin-bottom: 28px;
}

.main-text p:last-child,
.main-text li:last-child {
  margin-bottom: 0;
}

.main-text p a,
.main-text li a {
  color: #1059FF;
  text-decoration: underline;
}

.main-text ul,
.main-text ol {
  margin: 28px 0;
  padding: 0;
}

.main-text ul:first-child,
.main-text ol:first-child {
  margin-top: 0;
}

.main-text ul:last-child,
.main-text ol:last-child {
  margin-bottom: 0;
}

.main-text ul li,
.main-text ol li {
  position: relative;
}

.main-text ul li {
  padding-left: 24px;
}

.main-text ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #040404;
  border-radius: 50%;
}

.btn__calc {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
  position: relative;
  display: block;
  overflow: hidden;
}

.btn__calc b {
  border: 2px solid rgba(255, 255, 255, 0.7);
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 7px;
}

.btn__calc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.4));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: btns 3.5s infinite;
  animation: btns 3.5s infinite;
}

@-webkit-keyframes btns {
  0% {
    -webkit-transform: rotate(-45deg) translate3d(-400px, -280px, 0);
    transform: rotate(-45deg) translate3d(-400px, -280px, 0);
  }

  100% {
    -webkit-transform: rotate(-45deg) translate3d(70%, 180%, 0);
    transform: rotate(-45deg) translate3d(70%, 180%, 0);
  }
}

@keyframes btns {
  0% {
    -webkit-transform: rotate(-45deg) translate3d(-400px, -280px, 0);
    transform: rotate(-45deg) translate3d(-400px, -280px, 0);
  }

  100% {
    -webkit-transform: rotate(-45deg) translate3d(70%, 180%, 0);
    transform: rotate(-45deg) translate3d(70%, 180%, 0);
  }
}

.js-calculator-language-other-input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  margin-top: 0 !important;
  height: 26px;
  max-width: 250px !important;
  margin-left: 10px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js-calculator-language-other-input:disabled {
  opacity: 0.5;
}

.first__btn {
  margin: 40px 0 40px;
  max-width: 323px;
}

.step__mobile-hint {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
}

.step__mobile-hint p {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  margin-right: 4px;
}

.calculator__header_mobile {
  display: none;
}

#calculatorRangeBudget .noUi-handle.highlight {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@-webkit-keyframes nudge {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes nudge {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  50% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

#calculatorRangeBudget .noUi-handle.highlight {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .footer__up {
    display: none;
  }
}

@media (min-width: 992px) {
  .btn-lg {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
    border-radius: 40px;
  }

  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__wrap .header__soc {
    display: none;
  }

  .header__menu-btn {
    display: none;
  }

  .hero__top-title-mob {
    display: none;
  }

  .hero__top-desc span:last-child {
    display: none;
  }

  .hero__top-btn {
    display: none;
  }

  .hero-mob {
    display: none;
  }

  .how-it-works__slider .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }

  .how-it-works__slide {
    width: calc(33.3333333% - 20px) !important;
    max-width: 436px;
    margin-right: 0 !important;
  }

  .how-it-works__slide:first-child {
    position: relative;
  }

  .how-it-works__slide:first-child::before {
    content: "";
    position: absolute;
    top: 132px;
    left: 50%;
    width: 300vw;
    height: 1px;
    background: repeating-linear-gradient(to right, #1059FF, #1059FF 24px, transparent 24px, transparent 48px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.3;
    z-index: -1;
  }

  .calculator__desc span:last-child {
    display: none;
  }

  .calculator__step-info.calculator__step-info--small {
    font-size: 20px;
    line-height: 24px;
  }

  .calculator__calendar-icon {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
  }

  .about__slider .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about__slide {
    width: calc(33.33333333% - 13.33333333px) !important;
    margin-right: 0 !important;
  }

  .partners__title.partners__title--mob {
    display: none;
  }

  .partners__mob {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header.scroll {
    padding: 8px 0;
  }

  .hero__cards-col:nth-child(1) {
    width: calc(33.333333% + 46px);
  }

  .hero__cards-col:nth-child(2) {
    width: calc(33.333333% - 60px);
  }

  .hero__cards-col:nth-child(3) {
    width: calc(33.333333% - 112px);
  }
}

@media (max-width: 1919px) {
  .section {
    padding-top: 10.417vw;
  }

  h1,
  .h1 {
    font-size: 7.292vw;
    letter-spacing: -0.292vw;
  }

  h2,
  .h2 {
    font-size: 4.688vw;
    letter-spacing: -0.234vw;
  }

  .how-it-works__card::after {
    top: 6.458vw;
    width: 0.833vw;
    height: 0.833vw;
  }

  .enterprise {
    margin-top: 7.813vw;
  }

  .partners__title {
    max-width: 63.542vw;
  }
}

@media (max-width: 1439px) {
  body {
    font-size: 18px;
    line-height: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    padding-bottom: 120px;
  }

  h2,
  .h2 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -2.2px;
  }

  .fixed-btn {
    right: 20px;
  }

  .header {
    padding: 20px 0;
  }

  .header__nav {
    padding: 0 12px;
  }

  .header__nav ul li {
    font-size: 16px;
    line-height: 18px;
  }

  .header__nav ul li a {
    padding: 16px 16px;
  }

  .header__right-wrap {
    gap: 16px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__logo {
    width: 162px;
  }

  .footer__col {
    gap: 80px;
    padding-right: 128px;
  }

  .hero {
    padding-top: 160px;
  }

  .hero__cards-col:nth-child(1) {
    padding-top: 90px;
  }

  .hero__cards-col:nth-child(2) {
    padding-top: 160px;
  }

  .hero__card {
    padding: 26px;
    min-height: 300px;
  }

  .how-it-works__title {
    margin-bottom: 50px;
  }

  .how-it-works__slider {
    padding-left: 0;
  }

  .how-it-works__card::after {
    top: 85px;
  }

  .how-it-works__num {
    font-size: 67px;
    line-height: 1;
    letter-spacing: -2.68px;
  }

  .how-it-works__desc {
    margin-top: 50px;
  }

  .how-it-works__btn {
    margin-top: 30px;
    margin-left: 0;
  }

  .calculator__desc {
    margin-top: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .calculator__chart {
    padding: 30px;
  }

  .calculator__step-info {
    font-size: 30px;
    line-height: 32px;
  }

  .calculator__range-slider {
    margin-left: 40px;
    margin-right: 50px;
  }

  .calculator__locations-item label span {
    padding-left: 32px;
  }

  .calculator__locations-item label span::before {
    top: 0;
    width: 20px;
    height: 20px;
  }

  .calculator__locations-item label span::after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
  }

  .about__title {
    margin-bottom: 50px;
  }

  .about__card {
    padding: 24px;
    padding-right: 50px;
  }

  .about__card::before {
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
  }

  .partners__title {
    max-width: 650px;
    margin-bottom: 50px;
  }

  .faq__title {
    margin-bottom: 50px;
  }

  .faq__item {
    padding: 0;
  }

  .faq__dropdown-content {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 40px;
  }

  .news__title {
    margin-bottom: 50px;
  }

  .news__info {
    width: 40%;
  }

  .feedback__left {
    max-width: 330px;
  }

  .feedback__right {
    max-width: 490px;
  }

  .post-header {
    padding-top: 160px;
    margin-bottom: 50px;
  }

  .main-text p,
  .main-text li {
    margin-bottom: 20px;
  }

  .main-text ul,
  .main-text ol {
    margin: 20px 0;
  }

  .main-text ul li {
    padding-left: 18px;
  }

  .main-text ul li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
}

@media (max-width: 1199px) {
  .header__logo {
    width: 120px;
  }

  .header__nav {
    padding: 0 8px;
  }

  .header__nav ul li a {
    padding: 16px 8px;
  }

  .header__soc {
    gap: 16px;
  }

  .hero__top-desc {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main {
    padding-bottom: 80px;
  }

  .section {
    padding-top: 80px;
  }

  h1,
  .h1 {
    font-size: 40px;
    letter-spacing: -2.4px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1.8px;
  }

  .main-input input {
    font-size: 14px;
    line-height: 18px;
    padding: 25px 20px;
    border-radius: 16px;
  }

  .main-input input.iti__tel-input {
    padding-left: 94px !important;
  }

  .iti__country-list {
    font-size: 14px;
    line-height: 18px;
  }

  .iti .iti__selected-dial-code {
    font-size: 14px;
    line-height: 18px;
  }

  .iti__selected-country-primary {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .iti__search-input {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .enterprise-popup {
    padding: 50px 24px 40px;
  }

  .enterprise-popup__close {
    top: 24px;
    right: 24px;
  }

  .result-popup {
    padding: 50px 24px 40px;
  }

  .result-popup__close {
    top: 24px;
    right: 24px;
  }

  .fixed-btn {
    right: 10px;
    bottom: 40px;
  }

  .sorry-popup {
    padding: 50px 30px;
  }

  .sorry-popup__sub {
    font-size: 24px;
    line-height: 28px;
  }

  .sorry-popup__sub p {
    margin-bottom: 15px;
  }

  .sorry-popup__btn {
    margin-top: 30px;
  }

  .header {
    background: none;
  }

  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: -1;
  }

  .header.menu-open {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .header.menu-open .header__wrap {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .header.menu-open .header__menu-btn span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }

  .header.menu-open .header__menu-btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .header.menu-open .header__menu-btn span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }

  .header__row {
    position: static;
  }

  .header__logo {
    width: 85px;
  }

  .header__wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding: 100px 10px 60px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: -2;
  }

  .header__nav {
    padding: 0;
    border-radius: 0;
    background: none;
  }

  .header__nav ul {
    display: block;
  }

  .header__nav ul li {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .header__nav ul li:last-child {
    margin-bottom: 0;
  }

  .header__nav ul li a {
    padding: 0;
  }

  .header__soc {
    display: none;
    gap: 32px;
  }

  .header__right-wrap {
    margin-left: auto;
    padding-right: 32px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero__top {
    display: block;
    text-align: center;
  }

  .hero__top-icon {
    margin-top: 10px;
    width: 100%;
    padding: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .hero__top-title {
    display: none;
  }

  .hero__top-desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
  }

  .hero__top-desc span:first-child {
    display: none;
  }

  .hero__cards {
    display: none;
  }

  .how-it-works__title {
    margin-bottom: 36px;
  }

  .how-it-works__slide {
    position: relative;
    height: auto;
    padding-top: 26px;
    width: 40%;
  }

  .how-it-works__slide::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 3px;
    right: 0;
    height: 4px;
    background-color: #F6F6F6;
    border-radius: 100px;
  }

  .how-it-works__card {
    height: 100%;
    position: static;
    padding: 24px;
    background-color: #F6F6F6;
    border-radius: 16px;
  }

  .how-it-works__card::after {
    width: 10px;
    height: 10px;
    top: 0;
  }

  .how-it-works__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .how-it-works__btn {
    margin-top: 20px;
  }

  .how-it-works__btn .btn {
    max-width: 100%;
  }

  .calculator__wrap {
    padding: 40px 0 0;
    position: relative;
  }

  .calculator__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculator__col {
    width: 100%;
    padding: 0;
  }

  .calculator__left {
    max-width: 100%;
    gap: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 0 36px;
  }

  .calculator__right {
    margin-top: 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .calculator__desc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.9px;
  }

  .calculator__desc span:first-child {
    display: none;
  }

  .calculator__controls {
    max-width: none;
    left: 10px;
    right: 10px;
    bottom: 40px;
  }

  .calculator__pagination {
    margin-top: 40px;
  }

  .calculator__chart {
    padding: 18px;
    padding-left: 8px;
    border-radius: 10px;
  }

  .calculator__steps {
    max-width: 100%;
  }

  .calculator__step-label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .calculator__step-info {
    font-size: 16px;
    line-height: 20px;
  }

  .calculator__step-info p {
    margin-bottom: 12px;
  }

  .calculator__range-slider {
    margin: 0 30px;
  }

  .calculator__range-slider .noUi-target {
    height: 3px;
  }

  .calculator__range-slider .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -8px;
    top: -7px;
  }

  .calculator__range-slider .noUi-tooltip {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 10px;
  }

  .calculator__locations {
    margin: 0;
    left: 10px;
    right: 10px;
    bottom: 165px;
  }

  .calculator__locations-item {
    margin-bottom: 8px;
  }

  .calculator__locations-item label span {
    font-size: 14px;
    line-height: 18px;
    padding-left: 26px;
  }

  .calculator__locations-item label span::before {
    width: 18px;
    height: 18px;
  }

  .calculator__locations-item label span::after {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
  }

  .calculator__locations-desc,
  .calculator__calendar-desc {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .calculator__calendar-desc {
    margin-top: 4px;
  }

  .calculator__calendar {
    margin: 20px 0 0;
    left: 10px;
    right: 10px;
    bottom: 165px;
  }

  .calculator__calendar-item input {
    border-radius: 12px;
    font-size: 14px;
    line-height: 18px;
    padding: 18px;
  }

  .calculator__calendar-icon {
    right: 18px;
  }

  .enterprise {
    margin-top: 80px;
  }

  .enterprise__wrap {
    padding: 36px 0;
  }

  .enterprise__item {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    gap: 30px;
    padding-right: 30px;
  }

  .about__title {
    margin-bottom: 40px;
  }

  .about__slide {
    width: 40%;
  }

  .about__card-sub {
    font-size: 14px;
    line-height: 18px;
  }

  .partners__title {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .partners__row {
    display: none;
    margin: 0;
  }

  .partners__col {
    width: 140px;
    padding: 0;
    margin: 0;
    padding-right: 5px;
  }

  .partners__item {
    border-radius: 6px;
  }

  .faq__title {
    margin-bottom: 40px;
  }

  .faq__item-toggle {
    font-size: 16px;
    line-height: 20px;
  }

  .faq__item-icon {
    width: 16px;
    height: 16px;
    margin-right: 26px;
  }

  .faq__item-icon span {
    height: 3px;
  }

  .faq__dropdown-content {
    font-size: 12px;
    line-height: 18px;
  }

  .faq__dropdown-content p {
    margin-bottom: 20px;
  }

  .news__title {
    margin-bottom: 40px;
  }

  .news__block {
    gap: 20px;
  }

  .news__info {
    min-height: 280px;
  }

  .news__date {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .news__sub {
    font-size: 14px;
    line-height: 18px;
  }

  .feedback__left {
    display: none;
  }

  .feedback__right {
    width: 100%;
    max-width: 100%;
  }

  .feedback__form-btn {
    margin-top: 20px;
  }

  .feedback__form-soc {
    margin-top: 20px;
  }

  .feedback__form-agree {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feedback__form-agree br {
    display: none;
  }

  .post-header {
    padding-top: 100px;
    margin-bottom: 40px;
  }

  .main-text h2,
  .main-text .h2 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: normal;
    margin: 48px 0 24px;
  }

  .btn__calc {
    display: none;
  }

  .btn__calc.show-on-final-step {
    display: block !important;
  }

  .step__mobile-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 30px;
  }

  .calculator__header {
    display: none;
  }

  .calculator__locations-list {
    margin: 20px 0 0;
  }

  .calculator__header_mobile {
    display: block;
  }

  .js-calculator-language-other-input {
    font-size: 14px;
    height: 17px;
    max-width: 140px !important;
  }

  .first__btn {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }

  .footer__top {
    display: block;
  }

  .footer__col {
    margin-top: 26px;
    gap: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__nav {
    width: calc(50% - 22px);
  }

  .footer__nav ul li {
    margin-bottom: 10px;
  }

  .footer__soc {
    width: calc(50% + 12px);
  }

  .footer__soc-label {
    font-size: 12px;
    line-height: 16px;
  }

  .footer__bottom {
    margin-left: auto;
    width: calc(50% + 12px);
    display: block;
  }

  .footer__bottom-info {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    opacity: 0.3;
  }

  .footer__bottom-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .footer__bottom-links ul li {
    font-size: 12px;
    line-height: 16px;
  }

  .footer__bottom-links ul li a {
    opacity: 0.3;
  }

  .how-it-works__slide {
    width: 84%;
  }

  .about__slide {
    width: 94%;
  }
}

@media (max-width: 575px) {
  .news__block {
    display: block;
  }

  .news__img {
    position: relative;
    padding-bottom: 68.06%;
    margin-bottom: 10px;
  }

  .news__img:last-child {
    margin-bottom: 0;
  }

  .news__img img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
  }

  .news__info {
    width: 100%;
    min-height: 0;
    gap: 20px;
  }
}

@media screen and (max-width: 460px) {
  .calculator__fee-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .calculator__fee-btn .btn {
    margin: 5px 0;
  }

  .btn.btn__promo {
    margin-left: 0 !important;
    height: 53px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 992px) and (max-width: 1919px) {
  .how-it-works__slide:first-child::before {
    top: 6.875vw;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .how-it-works__slide:first-child::before {
    top: 90px;
  }
}

@media (hover: hover) {
  .btn {
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }

  .btn:hover {
    background-color: #4f83ff;
  }

  .enterprise-popup__close {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }

  .enterprise-popup__close:hover {
    opacity: 0.5;
  }

  .result-popup__close {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }

  .result-popup__close:hover {
    opacity: 0.5;
  }

  .header__nav ul li a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .header__nav ul li a:hover {
    color: #1059FF;
  }

  .header__soc-item {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .header__soc-item:hover {
    color: #1059FF;
  }

  .header__lang.active .header__lang-item:hover {
    opacity: 0.65 !important;
  }

  .header__lang-button {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }

  .header__lang-button:hover {
    opacity: 0.65;
  }

  .footer__nav ul li a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .footer__nav ul li a:hover {
    color: #1059FF;
  }

  .footer__soc-item a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .footer__soc-item a:hover {
    color: #1059FF;
  }

  .footer__bottom-links ul li a {
    -webkit-transition: color 0.25s, opacity 0.25s;
    transition: color 0.25s, opacity 0.25s;
  }

  .footer__bottom-links ul li a:hover {
    opacity: 1;
    color: #1059FF;
  }

  .calculator__btn:hover {
    opacity: 0.85;
  }

  .calculator__calendar-icon {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }

  .calculator__calendar-icon:hover {
    opacity: 1;
  }

  .calculator__calendar-icon:hover svg path {
    fill: #1059FF;
  }

  .calculator__calendar-icon svg path {
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
  }

  .calculator__fee:hover {
    text-decoration: none;
  }

  .enterprise__wrap {
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
  }

  .enterprise__wrap:hover {
    background-color: #1059FF;
    color: #FFFFFF;
  }

  .enterprise__wrap:hover .enterprise__item svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .enterprise__wrap:hover .enterprise__item svg path {
    fill: #FFFFFF;
  }

  .enterprise__item svg {
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .enterprise__item svg path {
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
  }

  .faq__item-toggle {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .faq__item-toggle:hover {
    color: #1059FF;
  }

  .feedback__form-soc-item {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .feedback__form-soc-item:hover {
    color: #1059FF;
  }

  .feedback__form-agree a {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
  }

  .feedback__form-agree a:hover {
    color: #1059FF;
  }

  .main-text p a:hover,
  .main-text li a:hover {
    text-decoration: none;
  }
}