@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;

500;600;700&display=swap);/*! 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 {
  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 {
  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"] {
  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;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

:root {
  --font-family: 'Inter', sans-serif;
  --content-width: 1320px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --blackColor: #000;
  --bgColor: #fff;
  --fwReg: 400;
  --fwMed: 500;
  --fwBold: 700;
  --fwSemiBold: 600;
  --borderRadius: 9px;
  --footerColor: rgba(255, 255, 255, 0.5);
  --blackLight: rgba(0, 0, 0, 0.75);
  --lighterColor: #000000BF;
  --hoveredLinks: #2AABEE;
}

._container {
  max-width: var(--container-width);
  padding: 0 var(--container-offset);
  margin: 0 auto;
  width: 100%;
}

._btn {
  width: 100%;
  border-radius: var(--borderRadius);
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 1em;
  font-weight: var(--fwMed);
}

._dark-btn {
  background-color: var(--blackColor);
  color: var(--light-color);
}

._white-btn {
  background-color: var(--light-color);
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
}

._small-btn {
  max-width: 11.6rem;
  padding: 0.9em 1.57em;
}

._large-btn {
  max-width: 13.5rem;
  padding: 0.9em 2.5em;
}

@media (max-width: 768px) {
  ._large-btn {
    padding: 0.625rem 2rem;
    font-size: 0.75rem;
  }
}

._section-name {
  --sectionNameColor: #8B8B8B;
  color: var(--sectionNameColor);
  font-size: 1rem;
  text-align: center;
  font-weight: var(--fwMed);
}

._section-descr {
  font-size: 2rem;
  color: var(--blackColor);
  text-align: center;
  max-width: 40.5rem;
  width: 100%;
  margin: 0 auto;
  font-weight: var(--fwSemiBold);
}

._btn-lilac {
  max-width: 16.5rem;
  background-color: var(--bgLilac);
  color: var(--lilacColor);
  --lilacColor: #4353FF;
  --bgLilac: rgba(67, 83, 255, 0.15);
  border: none;
}

._default-title {
  font-size: 2rem;
  font-weight: var(--fwSemiBold);
  text-align: center;
}

@media (max-width: 768px) {
  ._default-title {
    font-size: 1.25rem;
  }
}

._default-descr {
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  ._default-descr {
    font-size: 0.6875rem !important;
  }
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */

/* stylelint-disable */

html {
  box-sizing: border-box;
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

a {
  color: #000;
}

ul,
nav,
h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

.header {
  --headerSpacing: 30px;
  padding: var(--headerSpacing) 0px;
}

.header__menu_mob {
  display: none;
}

.header__logo_mob {
  display: none;
}

.header__body,
.header__navigation,
.header__options,
.header .nav__list,
.header__lang {
  display: flex;
  align-items: center;
}

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

.header__login-wrapper {
  padding-right: 2.25rem;
}

.header__login {
  font-weight: var(--fwMed);
  color: var(--blackColor);
}

.header__lang-wrapper {
  padding-right: 3.5rem;
}

.header__lang {
  padding: 0.4em 0.9em;
  position: relative;
  gap: 0.9em;
  font-weight: 500;
  cursor: pointer;
}

.header__lang:hover .header__lang-list {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.header .nav-mob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: var(--light-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-1000px);
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden;
}

.header .nav-mob__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.header .nav-mob__link {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.header__lang-list {
  background-color: var(--light-color);
  border-radius: 5px;
  position: absolute;
  top: 35px;
  z-index: 100;
  opacity: 0;
  left: 15px;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 100;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header__lang-item {
  padding: .6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 7px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.header__lang-item:hover {
  background-color: #f9f9f9;
}

._help-link {
  position: relative;
}

._help-link:hover .help-menu {
  opacity: 1;
  visibility: visible;
}

.help-menu {
  background-color: var(--light-color);
  border-radius: 5px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 25px;
  z-index: 100;
  right: -10%;
  transition: all .3s ease;
  z-index: 100;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.help-menu__item {
  margin-bottom: 10px;
  padding: .5rem;
}

.help-menu__link {
  padding: .5rem;
  white-space: nowrap;
}

.help-menu__link:hover {
  color: #4353FF;
}

.active-mob_menu {
  transform: translate(0) !important;
  visibility: visible !important;
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.nav {
  padding-left: 3.75rem;
}

.nav__list > *:not(:first-child) {
  padding-left: 1.87rem;
}

.nav__link {
  color: var(--blackColor);
  transition: color .25s ease;
}

.nav__link:hover {
  color: #4353FF;
}

.close-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
  margin-right: 15px;
  top: 0;
  right: 0;
  padding: 1rem 0.5rem;
  border-radius: 5px;
  position: absolute;
}

.close-icon span {
  display: block;
  background-color: var(--blackColor);
  width: 22px;
  height: 2px;
}

.close-icon span:nth-child(1) {
  transform: rotate(45deg);
}

.close-icon span:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
}

@media (max-width: 1200px) {
  .header__lang-wrapper {
    padding-right: 1rem;
  }

  .header__login-wrapper {
    padding-right: 1.5rem;
  }

  .nav {
    padding-left: 1rem;
  }

  .nav__list > *:not(:last-child) {
    padding-left: 1rem;
  }
}

@media (max-width: 1050px) {
  .header__logo-img {
    display: none;
  }

  .header__logo_mob {
    display: block;
  }
}

@media (max-width: 950px) {
  .nav {
    display: none;
  }

  .header__options {
    display: none;
  }

  .header__menu_mob {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .header__create_mob {
    font-weight: var(--fwMed);
    font-size: 12px;
  }

  .header__menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .header__menu span {
    transition: .3s;
    background-color: var(--blackColor);
    display: block;
    width: 22px;
    height: 1px;
  }

  .header ._active-burger {
    position: relative;
    top: 2px;
  }
}

._help-link_flex {
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer {
  margin-top: auto;
  margin-top: 6.25rem;
  --footerBg: #222222;
  background-color: var(--footerBg);
}

.footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.75rem 0px 3.75em 0px;
  flex-wrap: wrap;
}

.footer__info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}

.footer__heading {
  font-weight: var(--fwSemiBold);
  --lightWhite: rgba(255, 255, 255, 0.75);
  color: var(--lightWhite);
}

.footer__list {
  padding-top: 1.25rem;
}

.footer__list > *:not(:last-child) {
  padding-bottom: 0.9em;
}

.footer__link {
  color: var(--footerColor);
}

.footer ._footer-mail {
  display: flex;
  align-items: center;
  gap: 0.9em;
}

.footer ._underline-footer {
  border-bottom: 1px solid var(--footerColor);
}

.footer__lang-wrapper {
  padding-right: 2.8rem;
  --whiteColor: #fff;
  color: var(--whiteColor);
}

.footer__options {
  color: var(--footerColor);
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .footer__options {
    padding-top: 2.5rem;
  }
}

.footer__offer {
  background-color: #1E1E1E;
  margin-top: 14px;
  padding: 20px 0px;
}

.footer__offer-body,
.footer__offer-list {
  display: flex;
  align-items: center;
}

.footer__offer-body {
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__offer-list {
  gap: 1.875rem;
}

.footer__offer-link {
  color: #fff;
}

.footer__lang ul {
  color: #000;
}

@media (max-width: 768px) {
  .footer__link {
    font-size: 14px;
  }

  .footer__info {
    row-gap: 3.125rem;
  }

  .footer__copyright {
    font-size: 12px;
  }

  .footer__lang-wrapper {
    font-size: 14px;
  }

  .footer__offer-body {
    text-align: center;
    flex-direction: column;
  }

  .footer__offer-list {
    padding-top: 1.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
  }

  .footer__offer-item {
    width: 100%;
  }

  .footer__offer-link {
    font-size: 12px;
    display: block;
  }
}

.home {
  --spacingHome: 24px;
  padding-top: var(--spacingHome);
  position: relative;
}

.home__inner {
  position: relative;
  border: 1px solid #E8E8E8;
  border-radius: 34px;
  background: linear-gradient(180deg, #fff 0%, #F9F9F9 100%);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.08);
  padding: clamp(1rem, 2vw, 2.2rem);
  overflow: hidden;
}

.home__inner::before {
  content: '';
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(67, 83, 255, 0.12);
  filter: blur(8px);
  pointer-events: none;
}

.home__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}

.home__content {
  display: flex;
  flex-direction: column;
  max-width: 40rem;
  width: 100%;
}

.home__title {
  font-weight: var(--fwSemiBold);
  font-size: 3.25em;
  line-height: 112%;
  letter-spacing: -0.02em;
}

.home__info {
  padding-top: 2.6em;
}

.home__descr {
  --colorDescr: rgba(0, 0, 0, 0.75);
  color: var(--colorDescr);
  font-size: 1.125em;
  line-height: 1.5;
}

.home__btn-row {
  padding-top: 3.1em;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  row-gap: 0.75rem;
  flex-wrap: wrap;
}

.home__animation {
  position: relative;
  max-width: 35.5rem;
  width: 100%;
}

.home__animation::before {
  content: '';
  position: absolute;
  top: -30px;
  background-image: url(/images/gradient.svg?5d4aa424adb4530d966df6fa7605fc85);
  width: 100%;
  height: 100%;
  filter: blur(70px);
  z-index: -1;
}

.home__animation_image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.home__apply {
  position: absolute;
  top: 80px;
  left: -120px;
}

.home__btn_create,
.home__btn_demo {
  position: relative;
  overflow: hidden;
  z-index: 120;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease;
}

.home__btn_create {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.home__btn_demo {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  transition-delay: .1s;
}

.home__btn_demo:hover {
  color: #fff !important;
}

.home__btn_demo::before {
  content: '';
  position: absolute;
  width: 100%;
  transform: translateX(-105%);
  height: 100%;
  transition: .3s ease;
  background-color: #000;
  z-index: -1;
  border-radius: 9px;
}

.home__btn_demo:hover::before {
  transform: translate(0);
}

.home__btn_create:hover,
.home__btn_demo:hover {
  transform: translateY(-3px);
}

@media (max-width: 1200px) {
  .home__inner {
    border-radius: 24px;
    padding: 1.25rem;
  }

  .home__body {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home__animation {
    padding-top: 1.75rem;
    max-width: 30rem;
  }
}

@media (max-width: 768px) {
  .home__inner {
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.07);
    padding: 0.95rem;
  }

  .home__animation {
    max-width: 21.9rem;
  }

  .home__title {
    font-size: 1.5rem;
    line-height: 125%;
    letter-spacing: 0;
  }

  .home__info {
    padding-top: 1.25rem;
    font-size: 14px;
    max-width: 24rem;
  }

  .home__btn-row {
    padding-top: 2.5rem;
  }
}

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

.services__subtitle {
  max-width: 40.6rem;
  padding-top: 1.6em;
  color: var(--lighterColor);
  font-size: 1.1rem;
}

.services__main {
  padding-top: 2.6em;
  display: grid;
  justify-content: center;
  width: 100%;
}

.tariff-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 1.43rem;
       column-gap: 1.43rem;
  row-gap: 1.43rem;
  --blueColor: #4353FF;
}

@media (max-width: 1300px) {
  .tariff-row {
    flex-wrap: wrap;
  }
}

.tariff-row ._individ-tariff {
  background-color: var(--blueColor);
  box-shadow: 0 24px 50px rgba(67, 83, 255, 0.28);
}

.tariff-row ._white-color {
  color: #fff;
}

.tariff-row ._lighter-color {
  --lighterWhite: rgba(255, 255, 255, 0.75);
  color: var(--lighterWhite);
}

.tariff-row ._individ-price {
  --priceColor: #DADADA;
  color: var(--priceColor);
}

.tariff-row ._white-btn {
  --whiteColor: #fff;
  background-color: var(--whiteColor);
}

.tariff-row ._flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tariff-row ._height-list {
  min-height: 267px;
}

.tariff-row__item {
  --borderItem: #E8E8E8;
  border: 1px solid var(--borderItem);
  background: #fff;
  border-radius: 25px;
  padding: 1.5em;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

@media (max-width: 1300px) {
  .tariff-row__item {
    flex: 0 0 19.5rem;
  }
}

.tariff-row__item:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 83, 255, 0.35);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

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

.tariff-row__name {
  font-weight: var(--fwBold);
  font-size: 1.375rem;
  line-height: 1.25;
}

.tariff-row__descr {
  padding-top: 15px;
  color: var(--lighterColor);
  font-size: 1rem;
  min-height: 70px;
  line-height: 120%;
}

.tariff-row__price {
  padding-top: 1.5rem;
  --advColor: #787878;
  color: var(--advColor);
  font-size: 1.125rem;
}

.tariff-row__price span {
  font-size: 2rem;
  color: var(--blackColor);
  font-weight: var(--fwBold);
}

.tariff-row__list {
  padding-top: 1.1em;
}

.tariff-row__btn {
  margin-top: auto;
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.tariff-row__btn:hover {
  background-color: var(--whiteColor, #fff);
  outline: 1px solid;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.tariff-list > *:not(:first-child) {
  padding-top: 0.625rem;
}

.tariff-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.87rem;
}

.tariff-list__item span {
  font-weight: var(--fwBold);
}

@media (max-width: 768px) {
  .tariff-row__item:hover {
    transform: none;
  }

  .tariff-row__name {
    font-size: 15px;
  }

  .tariff-row__name img {
    width: 9px;
    height: 9px;
  }

  .tariff-row__price {
    font-size: 12px;
    padding-top: .5rem;
  }

  .tariff-row__price span {
    font-size: 18px;
  }
}

.about__heading {
  max-width: 42rem;
  margin: 0 auto;
}

.about__inner {
  display: flex;
  justify-content: center;
  padding-top: 3.125em;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.about__mob-wrapper {
  display: none !important;
}

.about__descr {
  padding-top: 1em;
  max-width: 40.5rem;
  margin: 0 auto;
}

.about__link {
  display: flex;
  align-items: center;
  gap: 18px;
  --aboutBg: #FAFAFA;
  --aboutColor: #747474;
  background-color: var(--aboutBg);
  max-width: 14.1rem;
  width: 100%;
  overflow: hidden;
  min-height: 40px;
  padding: 8px 15px;
  margin-top: 1.875em;
  color: var(--aboutColor);
}

.about__item {
  max-width: 26.5rem;
  --borderItem: #E8E8E8;
  border: 1px solid var(--borderItem);
  background: #fff;
  padding: 1.875rem;
  border-radius: 25px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

@media (max-width: 640px) {
  .about__item {
    max-width: 16.3rem;
  }
}

.about__item:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 83, 255, 0.35);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.1);
}

.about__image {
  text-align: center;
  margin-top: 1.18em;
  min-height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__text,
.about__subinfo {
  text-align: left;
}

.about__info {
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: var(--fwMed);
  line-height: 1.25;
}

.about__subinfo {
  padding-top: 0.9em;
  --subinfoColor: rgba(0, 0, 0, 0.75);
  color: var(--subinfoColor);
  min-height: 4.3rem;
  line-height: 1.5;
}

.about__counting {
  --countingColor: #ACACAC;
  color: var(--countingColor);
  font-size: 1.625rem;
  font-weight: var(--fwSemiBold);
}

.swiper-slide {
  max-width: 26.5rem;
  width: 100%;
  min-height: 20.375rem;
  height: 100%;
}

.swiper-wrapper {
  align-items: center;
}

@media (max-width: 768px) {
  .about__wrapper {
    display: none;
  }

  .about__mob-wrapper {
    display: flex !important;
  }

  .about__inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0px;
    margin-left: -30px;
  }

  .about__item {
    max-width: 15.375rem;
    padding: 15px;
    min-height: 100%;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  }

  .about__item:hover {
    transform: none;
  }

  .about__counting {
    font-size: 1.25rem;
  }

  .about__image {
    margin-top: 8px;
    min-height: 4.5rem;
  }

  .about__info {
    padding-top: 25px;
    font-size: 0.9rem;
  }

  .about__subinfo {
    font-size: 11px;
    min-height: 1.5rem;
  }

  .about__link {
    margin-top: 25px;
    width: 26px;
    height: 26px;
    min-height: 26px;
    padding: 0px;
    justify-content: center;
    border-radius: 5px;
  }

  .about__link span {
    display: none;
  }

  .about__link img {
    width: 8px;
    height: 8px;
    display: block;
  }
}

.offer__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.offer__mob-body {
  display: none !important;
}

.offer__title {
  padding-bottom: 2.5rem;
}

.offer__item {
  text-align: center;
  max-width: 100%;
  min-height: 11.5rem;
  height: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.25rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.offer__item > *:not(:last-child) {
  padding-bottom: 0.9em;
}

.offer__item:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 83, 255, 0.35);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.offer__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.9em;
}

.offer__heading span {
  --blueColor: #4353FF;
  color: var(--blueColor);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: var(--fwSemiBold);
}

.offer__advant {
  font-weight: var(--fwSemiBold);
  font-size: 1.375rem;
}

.offer__descr {
  margin: 0 auto;
  color: var(--blackLight);
  max-width: 18.75rem;
  font-size: 1.125rem;
  line-height: 1.45;
}

@media (max-width: 950px) {
  .offer__body {
    display: none;
  }

  .offer__mob-body {
    display: flex !important;
    justify-content: flex-start;
    gap: 0;
  }

  .offer__mob-body img {
    width: 16px;
    height: 16px;
  }

  .offer__heading span {
    font-size: 1.25rem;
  }

  .offer__advant {
    font-size: 1rem;
  }

  .offer__descr {
    font-size: 12px;
  }

  .offer__title {
    padding-bottom: 30px;
  }

  .offer__item {
    min-height: 7rem;
    padding: 1rem 0.8rem;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  }

  .offer__item:hover {
    transform: none;
  }
}

.connect__descr {
  text-align: center;
  padding-top: 1.5em;
  margin: 0 auto;
  max-width: 40.5rem;
}

.connect__inner {
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
  --spacingItem: 1.25rem;
  gap: var(--spacingItem);
}

@media (max-width: 1140px) {
  .connect__inner {
    flex-wrap: wrap;
  }
}

.connect__inner_item {
  --borderColor: #E8E8E8;
  border: 1px solid var(--borderColor);
  background: #fff;
  display: flex;
  align-items: center;
  padding: 2.625em 1.5em;
  gap: var(--spacingItem);
  max-width: 26.5rem;
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

@media (max-width: 650px) {
  .connect__inner_item {
    padding: 1.125rem;
  }
}

.connect__inner_item:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 83, 255, 0.35);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.connect__link_block {
  display: flex;
  flex-direction: column;
  color: var(--blackColor);
}

.connect__name {
  font-weight: var(--fwSemiBold);
  font-size: 1.375rem;
}

@media (max-width: 650px) {
  .connect__name {
    font-size: 1rem;
  }
}

.connect__link {
  padding-top: 4px;
  color: var(--blackLight);
  transition: color .25s ease;
}

@media (max-width: 650px) {
  .connect__link {
    font-size: 0.75rem;
  }
}

.connect__inner_item:hover .connect__link {
  color: var(--blackColor);
}

.connect__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 14px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 650px) {
  .connect__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .connect__inner_item:hover {
    transform: none;
  }
}

._default-name {
  --nameColor: #8B8B8B;
  color: var(--nameColor);
  font-size: 1rem;
  font-weight: var(--fwMed);
}

._flex-body {
  display: flex;
  justify-content: space-between;
}

._default-content > *:not(:last-child) {
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  ._default-content > *:not(:last-child) {
    padding-bottom: 12.5px;
  }
}

._buy-btn {
  font-size: 1.125rem;
  font-weight: var(--fwMed);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 3.125rem;
  transition: transform .25s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

._buy-btn:hover {
  transform: translateY(-3px);
}

.ability {
  position: relative;
}

.ability::before {
  content: '';
  position: absolute;
  background-image: url(/images/left-icons.png?00a1f205a17f8704d9552b44d750e778);
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 23rem;
  min-height: 25rem;
  top: 11%;
  left: calc(40% - 33.75rem);
}

@media (max-width: 1360px) {
  .ability::before {
    background-image: url(/images/mob-left-icons.png?3e679ccb8321ea5249966fcbbc437a94);
    max-width: 60px;
    width: 60px;
    top: 10%;
    left: 10%;
    height: 170px;
    min-height: 170px;
  }
}

.ability::after {
  content: '';
  position: absolute;
  background-image: url(/images/right-icons.png?be092314995c6b044d626efe04d8c677);
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 23rem;
  min-height: 25rem;
  min-height: 25rem;
  top: 11%;
  left: calc(37% + 33.75rem);
}

@media (max-width: 1360px) {
  .ability::after {
    background-image: url(/images/mob-right-icons.png?72ebfe1558a7b5c98dabcb86fb90b8bd);
    max-width: 60px;
    width: 60px;
    top: 10%;
    height: 170px;
    min-height: 170px;
    left: 80%;
  }
}

.ability__title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ability__title img {
  margin-left: 1rem;
}

.ability__body {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 3.125em 2rem;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  background: #F9F9F9;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.ability__body::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  top: -95px;
  right: -95px;
  border-radius: 50%;
  background: rgba(67, 83, 255, 0.1);
  filter: blur(8px);
  z-index: -1;
}

.ability__descr {
  padding-top: 1.25rem;
  max-width: 40.5rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.ability__image {
  max-width: 33.5rem;
  padding-top: 2.5rem;
}

@media (max-width: 1360px) {
  .ability__image {
    max-width: 15.625rem;
    width: 100%;
  }
}

.ability__btn {
  margin-top: 2.5rem;
}

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

.notif__offer {
  text-align: unset;
  max-width: 25rem;
}

@media (max-width: 768px) {
  .notif__offer {
    margin: 0 auto;
  }
}

.notif__descr {
  max-width: 31.25rem;
}

.notif__image {
  padding-top: 1.5em;
}

.notif__body,
.social__body,
.market__body,
.data__body {
  border: 1px solid #E8E8E8;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  padding: 1.75rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.notif__body:hover,
.social__body:hover,
.market__body:hover,
.data__body:hover {
  transform: translateY(-6px);
  border-color: rgba(67, 83, 255, 0.32);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1250px) {
  .social__body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.social__content {
  max-width: 40.5rem;
}

.social__image {
  padding-top: 1rem;
  max-width: 33.75rem;
  width: 100%;
  height: 100%;
  min-height: 191px;
}

@media (max-width: 1250px) {
  .social__image {
    display: none;
  }
}

.social__offer {
  text-align: unset;
}

.social__support {
  padding-top: 2.5rem;
}

@media (max-width: 1250px) {
  .social__support {
    padding-top: 0px;
  }
}

@media (max-width: 1250px) {
  .social__row {
    justify-content: center;
  }
}

@media (max-width: 1250px) {
  .social__btn {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .social__btn {
    font-size: 12px;
    margin-top: 1.875rem;
  }
}

.social__row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.25rem;
}

.social__item {
  margin: 0.6rem;
}

.social__image_mob {
  display: none;
}

@media (max-width: 1250px) {
  .market__body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.market__image {
  max-width: 34.625rem;
  min-height: 19.5rem;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
}

@media (max-width: 1250px) {
  .market__image {
    display: none;
  }
}

.market__image_mob img {
  height: 200px;
}

.market__info {
  max-width: 37.5rem;
}

.market__offer {
  text-align: unset;
}

.data__body {
  display: flex;
  justify-content: space-between;
}

.data__image {
  width: 100%;
  height: 100%;
  max-width: 34.6rem;
  min-height: 14.8rem;
  padding-top: 1rem;
}

.data__offer {
  text-align: unset;
}

.data__content {
  max-width: 40.5rem;
}

.data__image_mob {
  display: none;
}

@media (max-width: 768px) {
  ._default-name {
    font-size: 10px;
    padding-bottom: 10px;
  }

  ._flex-body {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .notif__image {
    max-width: 261px;
  }

  .ability__body {
    border-radius: 20px;
    padding: 1.25rem 0.95rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
  }

  .notif__body,
  .social__body,
  .market__body,
  .data__body {
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  }

  .notif__body:hover,
  .social__body:hover,
  .market__body:hover,
  .data__body:hover {
    transform: none;
  }
}

@media (max-width: 1250px) {
  .social__row {
    gap: 0.8rem;
  }

  .social__item {
    width: 16px;
    height: 16px;
  }

  .social__image_mob {
    display: block;
    margin: 20px 0px;
  }

  .data__body {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .data__image {
    display: none;
  }

  .data__image_mob {
    display: block;
    padding: 1.25rem 0;
    min-height: 12.5rem;
  }
}

@media (max-width: 530px) {
  .ability::before {
    left: 2%;
  }

  .ability::after {
    left: 85%;
  }

  .ability__title {
    font-size: 18px;
  }
}

.page-services {
  text-align: left;
  width: 100%;
  margin-top: 50px;
}

.page-services__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 35px;
}

.page-services__list .service {
  display: flex;
}

.page-services__list .service img {
  border-radius: 15px;
  width: 100%;
}

.page-services__list .service p {
  margin-top: 10px;
}

.service-img {
  width: 35%;
}

.service-content {
  width: 65%;
  padding-left: 15px;
}

.service-link {
  margin-top: 10px;
}

.service-link a {
  color: #ffffff;
  background: #4354ff;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 11px;
}

.service-link a:hover {
  opacity: 0.7;
}

.modal {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity .3s ease-in-out;
}

.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 2.5rem 1.8rem;
  cursor: pointer;
  width: 34px;
  height: 20px;
}

.modal__close span {
  background-color: var(--blackColor);
  display: block;
  width: 34px;
  height: 2px;
}

.modal__close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal__close span:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --overlayColor: rgba(12, 12, 12, 0.6);
  background-color: var(--overlayColor);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__phone-block {
  display: flex;
  align-items: center;
  outline: 1px solid #E2E2E2;
  margin: 0.625rem;
  max-width: 330px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  margin-left: 0;
}

@media (max-width: 110px) {
  .modal__phone-block {
    margin: 0;
    padding: 0.5rem 0.9rem;
  }
}

.modal__phone-block::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #E2E2E2;
  right: 67%;
}

.modal__phone-block input {
  outline: 0;
  border: 0;
  padding: 0;
  padding: 15.5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal__phone-block input:focus {
  border: none !important;
  outline: none !important;
}

.modal__lang-wrapper {
  padding-right: 1rem;
}

.modal__lang {
  padding: 0.4em 0.9rem 0.4rem 0.9rem;
}

.modal__input-phone {
  height: 100%;
}

.modal__inner {
  max-width: 47.5rem;
  width: 100%;
  position: relative;
  margin: 1rem;
}

.modal__body {
  background-color: var(--light-color);
  padding: 2.5rem;
  border-radius: 20px;
}

.modal__heading {
  font-size: 2.25rem;
  font-weight: var(--fwSemiBold);
  max-width: 31.1rem;
}

.modal__form input:focus {
  outline: 2px solid #4353FF;
}

.modal__descr {
  padding-top: 1.25rem;
  font-size: 1.125;
  max-width: 31rem;
  color: var(--blackLight);
}

.modal__info {
  padding-top: 3.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.modal__item {
  max-width: 20.625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.modal__item-heading {
  --headingModalColor: #8B8B8B;
  font-weight: var(--fwMed);
  color: var(--headingModalColor);
}

.modal__input {
  --borderInput: #E2E2E2;
  border: 1px solid var(--borderInput);
  border-radius: 10px;
  padding: 0.95rem 1.25rem;
  color: #82817E;
  transition: .3s;
  width: 100%;
}

.modal__input::-moz-placeholder {
  color: #82817E;
}

.modal__input:-ms-input-placeholder {
  color: #82817E;
}

.modal__input::-ms-input-placeholder {
  color: #82817E;
}

.modal__input::placeholder {
  color: #82817E;
}

.modal__input:focus {
  outline: none;
}

.modal__input-block {
  padding-top: 0.625rem;
}

.modal ._comment-input {
  min-height: 6rem;
}

.modal ._comment-input_block {
  position: relative;
}

.modal ._comment-input_block::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(/images/icon-input.svg?da2e3c98c392a8d904ca5609490660ff);
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
  margin: 5px;
}

.modal__comment-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.modal__note {
  font-weight: var(--fwMed);
  color: #8B8B8B;
}

.modal__warning {
  color: #C8C8C8;
  font-size: 14px;
}

.modal__btn-list {
  margin-top: 3.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
}

.modal ._cancel {
  max-width: 10.065rem;
  width: 100%;
  background: rgba(67, 83, 255, 0.15);
  border-radius: 9px;
  padding: 1rem 3.125rem;
  font-weight: var(--fwMed);
  color: #4353FF;
}

.modal ._send {
  max-width: 15.2rem;
  width: 100%;
  padding: 1rem 3.125rem;
  border-radius: 9px;
  color: var(--light-color);
  font-weight: var(--fwMed);
  background-color: #4353FF;
}

.modal-collapse {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

@media (max-width: 1100px) {
  .modal {
    --spacingMedium: 1.175rem;
  }

  .modal__inner {
    margin: 0;
    max-width: 100%;
  }

  .modal__body {
    border-radius: 0px;
    padding: var(--spacingMedium);
    height: 100%;
  }

  .modal__inner {
    height: 100%;
  }

  .modal__heading {
    font-size: var(--spacingMedium);
    margin-right: 1rem;
  }

  .modal__descr {
    padding-top: 1.25rem;
  }

  .modal__note {
    font-size: 12px;
  }

  .modal__info {
    padding-top: 1.56rem;
    gap: 10px;
  }

  .modal__input {
    padding: 0.5rem 0.9rem;
  }

  .modal__item {
    gap: 5px;
  }

  .modal__item-heading {
    font-size: 12px;
  }

  .modal__input {
    font-size: 12px;
  }

  .modal__btn-list {
    margin-top: 30px;
    justify-content: center;
    gap: 13px;
  }

  .modal__input-block {
    padding-top: 0;
  }

  .modal__btn {
    font-size: 12px;
    white-space: nowrap;
  }

  .modal__comment-text {
    padding-bottom: 5px;
  }

  .modal__warning {
    font-size: 12px;
  }

  .modal__close {
    right: 0;
    top: 10px;
    width: 20px;
    height: 10px;
    margin: 1.5rem 1rem 1rem 0px;
  }

  .modal__close span {
    width: 20px;
  }

  .modal ._cancel {
    max-width: 8.625rem;
    padding: 10px 46px;
  }

  .modal ._send {
    max-width: 12.5rem;
    padding: 10px 46px;
  }
}

@media (max-width: 1100px) {
  .modal__input-phone {
    padding: 0 !important;
    font-size: 14px;
    display: flex;
    text-align: center;
  }

  .modal__lang {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .modal__phone-block {
    margin: 0;
  }
}

.payment {
  --sponsorColor: #8B8B8B;
}

.payment__category {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1050px) {
  .payment__category {
    font-size: 10px;
  }
}

.payment__sponsor-main {
  color: var(--sponsorColor);
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment__service {
  color: var(--sponsorColor);
}

.payment__content {
  display: flex;
  min-height: 26.5rem;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding-top: 3.5rem;
}

@media (max-width: 1320px) {
  .payment__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.payment__heading {
  display: flex;
  justify-content: space-between;
}

.payment__info {
  max-width: 53.125rem;
}

@media (max-width: 1320px) {
  .payment__image {
    display: none;
  }
}

.payment__descr {
  font-weight: var(--fwSemiBold);
  font-size: 1.625rem;
  padding-top: 10px;
  max-width: 39rem;
}

.payment__price {
  padding-top: 2.8rem;
  color: #787878;
  font-size: 1.125rem;
}

.payment__price span {
  color: var(--blackColor);
  font-size: 2rem;
  font-weight: var(--fwBold);
}

.payment__btn {
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  text-align: center;
}

.payment__btn-row {
  display: flex;
  align-items: center;
  --spacingMed: 1.5rem;
  gap: var(--spacingMed);
  padding-top: var(--spacingMed);
}

.payment ._order {
  max-width: 13rem;
  width: 100%;
  padding: 1rem 3.125rem;
  border-radius: 9px;
  color: var(--light-color);
  font-weight: var(--fwMed);
  background-color: #4353FF;
}

.payment ._order:hover {
  background-color: rgba(67, 83, 255, 0.15);
  color: #4353FF;
}

.payment ._free {
  max-width: 100%;
  background: rgba(67, 83, 255, 0.15);
  border-radius: 9px;
  padding: 1rem 3.125rem;
  font-weight: var(--fwMed);
  color: #4353FF;
}

.payment ._free:hover {
  color: #fff;
  background-color: #4353FF;
}

@media (max-width: 830px) {
  .payment__sponsor {
    display: none;
  }
}

.payment__sponsor-heading {
  color: #8B8B8B;
  font-weight: var(--fwMed);
}

.payment__sponsor img {
  display: block;
  margin-left: auto;
  margin-top: 10px;
}

.payment__sponsor-text {
  display: flex;
  align-items: center;
}

.garant {
  display: flex;
  --spacingDefault: 1rem;
  gap: 1.5rem;
  margin-top: 2.4rem;
}

@media (max-width: 830px) {
  .garant {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.garant__item-inner {
  border: 1px solid #E8E8E8;
  background-color: #F9FAFC;
  border-radius: 9px;
  text-align: center;
  padding: 1.25rem 1.36rem;
  max-width: 17rem;
  min-height: 8.18rem;
  height: 100%;
}

.garant__item-text {
  padding-top: var(--spacingDefault);
  color: #2D303A;
  font-weight: var(--fwMed);
}

.garant__item-descr {
  padding-top: 6px;
  color: #7A7E8A;
}

h5,
h6 {
  margin: 0;
}

.text {
  padding-top: 6.25rem;
}

.text p {
  padding-top: 24px;
  color: var(--blackLight);
}

.text__title {
  font-weight: var(--fwBold);
  font-size: 1.375rem;
}

.text__second-block {
  padding-top: 2.9rem;
}

@media (max-width: 768px) {
  .payment__descr {
    font-size: 1.125rem;
  }

  .payment__price {
    font-size: 1rem;
  }

  .payment__price span {
    font-size: 1rem;
  }

  .payment ._free,
  .payment ._order {
    padding: 10px 16px;
    font-size: 14px;
  }

  .payment__btn-row {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .garant {
    margin-top: 1.5rem;
  }

  .garant__item-inner {
    max-width: 13rem;
  }

  .text {
    padding-top: 3rem;
  }

  .text__title {
    font-size: 1rem;
  }

  .text p {
    font-size: 0.8rem;
  }

  .text__second-block {
    padding-top: 1.5rem;
  }
}

body {
  background: var(--bgColor);
  color: var(--blackColor);
  height: 100%;
  overflow-x: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

._spacing-section {
  padding-top: 6.25rem;
}

@media (max-width: 768px) {
  ._spacing-section {
    padding-top: 4.375rem;
  }
}

._body-locked {
  overflow: hidden;
}

.page-title {
  margin-bottom: 20px;
}

.content h1,
.content h2,
.content h3 {
  margin-bottom: 15px;
}

.content p {
  margin-bottom: 15px;
  line-height: 26px;
}

.content ul,
.content ol {
  list-style: disc;
  padding-left: 25px;
  margin: 20px 0px;
}

.content ul li,
.content ol li {
  list-style: auto;
  margin: 10px 0px;
  line-height: 23px;
}

.content a {
  text-decoration: underline;
}

.content table td {
  width: 50%;
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}

.swiper-slide-next {
  opacity: 0.7;
}

table {
  width: 100%;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
}

table thead th {
  text-align: left;
  padding: 0.75rem;
  vertical-align: top;
  border-right: 1px solid #dee2e6;
}

table thead th:last-child {
  border-right: 0;
}

table tbody td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

table tbody td:last-child {
  border-right: 0;
}

