/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/app.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  position: relative;
}

.content {
  position: relative;
  transition: 1s;
  background-color: #fff;
}

html {
  scroll-behavior: auto;
}
body {
  overflow: auto !important;
}
body.modal-open {
  overflow: hidden !important;
}
#checkStatus .btn,
#notFind .btn,
#checkEmail .btn {
  margin-top: 0;
}
.front-page {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

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

h1 {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 59.36px;
  color: #3b3b3b;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
  }
}

textarea {
  border: none;
  outline: none;
  background-color: #f4f4f4;
  border-radius: 20px;
  resize: none;
  padding: 15px;
  width: 100%;
  font-family: "Telegraf-Regular", sans-serif;
}

a {
  text-decoration: none;
  text-transform: initial;
  color: unset;
}

a:focus {
  color: inherit;
}

input {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #3b3b3b;
}

input::placeholder {
  color: #c3c3c3;
}

input,
button {
  border: none;
  outline: none;
  padding: 0;
  background: none;
}

.btn {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-bg-gradient {
  background: linear-gradient(90.05deg, #832fbd -7.6%, #d06852 108.5%);
  color: #fff;
  font-size: 14px !important;
  transition: 0.5s;
}
.btn-bg-gradient:active {
  color: #fff !important;
}
.btn-bg-gradient:hover {
  background: linear-gradient(90.05deg, #d06852 -7.6%, #832fbd 108.5%);
  transition: 0.5s;
  color: #fff;
}

.btn-border-gradient {
  color: #fff;
  font-size: 14px !important;
  background: linear-gradient(90.81deg, #832fbd 9.1%, #d06852 55.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  border-radius: 10px;
}

.btn-border-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.btn-border-gradient:hover {
  background: linear-gradient(90.05deg, #832fbd -7.6%, #d06852 108.5%);
  -webkit-text-fill-color: #fff;
}

.text-bold {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.text-bold span {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-range {
  border-radius: 30px;
  height: 6px;
  border: none;
  width: 100%;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #4caf50;
  cursor: pointer;
  border-radius: 50%;
  display: none;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #4caf50;
  cursor: pointer;
  border-radius: 50%;
  display: none;
}

input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #4caf50;
  cursor: pointer;
  border-radius: 50%;
  display: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: #eaeaea;
  border-radius: 5px;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: #eaeaea;
  border-radius: 5px;
}

.range-wrapper {
  position: relative;
  width: 100%;
}

.range-fill {
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 7px;
  background: linear-gradient(90.06deg, #832fbd -5.31%, #d06852 105.31%);
  border-radius: 5px;
  z-index: 6;
  width: calc(var(--value) * 1%);
  /* Динамическое изменение ширины */
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

@media (max-width: 768px) {
  .w-max-md-100 {
    width: 100%;
  }
}

.mobile {
  display: none;
}

@media (max-width: 992px) {
  .desktop-lg {
    display: none !important;
  }

  .mobile-lg {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}

.form-control {
  padding: 0;
}

.hide {
  display: none !important;
}

.d__block {
  display: block !important;
}

.d__flex {
  display: flex !important;
}

.revert {
  transform: rotateZ(180deg);
}

.revert45 {
  transform: rotateZ(45deg);
}

.revert180 {
  transform: rotateZ(180deg);
}

.rotate-90 {
  transform: rotate(-90deg) !important;
}

.h-40 {
  height: 40px;
}

.h-48 {
  height: 48px;
}

.h-60 {
  height: 60px;
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-stage {
  display: flex;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

.slick-arrow {
  position: absolute;
  bottom: -50px;
  margin: auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px auto 0;
  gap: 10px;
  width: max-content;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #00000026;
  cursor: pointer;
}

.slick-dots li.slick-active {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
}

.custom-button {
  background: initial;
  border-radius: 5px;
  color: #fff;
}

.row-rewerse {
  flex-direction: row-reverse;
}

.opacity0 {
  opacity: 0;
}

.catalog__active {
  margin-top: 11px !important;
}

::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0);
}

.sectionTitle {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 42.4px;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.btn__next {
  width: 13px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gap-8 {
  gap: 8px;
}

.gap-15 {
  gap: 15px;
}
.gap-16 {
  gap: 16px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.row-gap-30 {
  row-gap: 30px;
}

@media (max-width: 1200px) {
  .gap-max-xl-40 {
    gap: 20px;
  }

  .gap-max-xl-20 {
    gap: 20px;
  }

  .gap-max-xl-10 {
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .gap-max-lg-30 {
    gap: 30px;
  }

  .gap-max-lg-14 {
    gap: 14px;
  }

  .gap-max-lg-16 {
    gap: 16px;
  }

  .gap-max-lg-0 {
    gap: 0;
  }
}

@media (max-width: 768px) {
  .gap-max-md-0 {
    gap: 0;
  }

  .gap-max-md-40 {
    gap: 40px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .mt-max-md-20 {
    margin-top: 20px;
  }

  .mt-max-md-30 {
    margin-top: 30px;
  }

  .mt-max-md-8 {
    margin-top: 8px;
  }

  .mt-max-md-14 {
    margin-top: 14px;
  }
}

@media (max-width: 992px) {
  .mt-max-lg-0 {
    margin-top: 0px;
  }

  .mt-max-lg-10 {
    margin-top: 10px;
  }

  .mt-max-lg-20 {
    margin-top: 20px;
  }

  .mt-max-lg-30 {
    margin-top: 30px;
  }

  .mt-max-lg-40 {
    margin-top: 40px;
  }

  .pr-max-lg-0 {
    padding-right: 0;
  }

  .pb-max-lg-40 {
    padding-bottom: 40px;
  }
}

.table-wrapper {
  background-color: #fafafa;
  border-radius: 40px;
  padding: 60px 40px;
  height: 100%;
  max-height: 580px;
  overflow: auto;
}

@media (max-width: 1200px) {
  .table-wrapper {
    padding: 30px 30px 10px;
    max-height: 538px;
  }
}

@media (max-width: 768px) {
  .table-wrapper {
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .table-wrapper table {
    width: 600px;
  }
}

.table-wrapper th,
.table-wrapper td {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
  color: #3b3b3b;
}

@media (max-width: 992px) {
  .table-wrapper th,
  .table-wrapper td {
    font-size: 16px;
    line-height: 20px;
  }
}

.table-wrapper th {
  font-weight: 800;
  padding-bottom: 10px;
}

.table-wrapper td {
  font-weight: 400;
  padding: 25px 10px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 992px) {
  .table-wrapper td {
    padding: 20px 10px;
  }
}

.btn {
  border-radius: 10px;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  border: none;
}

.btn-secondary {
  background-color: #ededed;
  color: #000;
}

.btn-dark {
  background: #000;
  transition: 0.5s;
}

.btn-dark:hover {
  background: linear-gradient(89.27deg, #832fbd -12.02%, #d06852 107.4%);
  transition: 0.5s;
}

.btn-border-dark {
  border: 1px solid #000000;
  background: transparent;
  color: #000;
}

.btn-border-dark:hover {
  background: #000;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
}

.btns-group {
  width: 100%;
}

.btns-group button {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: center;
  width: 100%;
}

.section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}

.text-small {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #858585;
}

.text {
  font-size: 16px;
  font-family: "Telegraf-Regular", sans-serif;
  line-height: 21px;
  color: #ffffff80;
}

.manual-text,
p {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #3b3b3b;
}

@media (max-width: 768px) {
  .manual-text,
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.manual-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 33.8px;
  color: #3b3b3b;
}

@media (max-width: 768px) {
  .manual-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.text-white {
  color: #fff;
}

.back {
  display: flex;
  gap: 12px;
  width: max-content;
}

.back:hover {
  background: linear-gradient(90.81deg, #832fbd 9.1%, #d06852 55.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-50 {
  border-radius: 50px;
}

.bg-f1 {
  background-color: #f1f1f1 !important;
}

.bg-f4 {
  background-color: #f4f4f4;
}

.bg-fa {
  background-color: #fafafa;
}

.bg-violet {
  background-color: #fcf2ff;
}

.bg-white {
  background-color: #fff;
}

.fs-20 {
  font-size: 20px;
}

.select-wrapper {
  min-width: 140px;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.form-input,
.select-wrapper {
  position: relative;
  background-color: #f8f8f8;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.form-input:after,
.select-wrapper:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.79708 0.525879L6 4.7288L10.2029 0.525879L11.5 1.82296L6 7.32296L0.5 1.82296L1.79708 0.525879Z%27 fill=%27%233B3B3B%27/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.form-input,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: #f8f8f8;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #3b3b3b;
  padding: 14px;
  width: 100%;
  border-radius: 10px;
  height: 48px;
}

select::-ms-expand {
  display: none;
}

.form-group {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  position: relative;
}

.form-group label {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #3b3b3b;
}

.btn-red {
  border: 1px solid #ff0000;
  height: 48px;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: #ff0000;
  max-width: 220px;
}

.btn-red:hover {
  border-color: inherit;
}

.height-max-content {
  height: max-content;
}

/* для элемента input c type="checkbox" */
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox-reverse {
  width: max-content;
  overflow: hidden;
  padding: 3px 0;
}

.custom-checkbox-reverse > input {
  z-index: 5;
  height: 24px;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
  display: block;
  align-items: center;
  user-select: none;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #3b3b3b;
}

.custom-checkbox-reverse > span {
  width: max-content;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-bottom: -3px;
  margin-right: 10px;
}

.custom-checkbox-reverse > span::before {
  margin-left: 20px;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #3b3b3b;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox > input:not(:disabled):active + span::before {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}

.account-custom-checkbox > input:not(:disabled):active + span::before {
  background-color: #f4f4f4;
  border-color: transparent;
}

/* стили для чекбокса, находящегося в фокусе */
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox > input:focus:not(:checked) + span::before {
  border-color: #3b3b3b;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + span::before {
  border-color: #3b3b3b;
  background-color: #3b3b3b;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox > input:disabled + span::before {
  background-color: #e9ecef;
}

.account-custom-checkbox > span::before {
  width: 48px;
  height: 24px;
  border-radius: 16px;
  background-color: #95959b;
  border: none;
  cursor: pointer;
}

.account-custom-checkbox > span::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 24px;
  transform: translateX(-10px);
  margin: auto;
  transition: 0.5s;
  cursor: pointer;
}

.account-custom-checkbox > input:checked + span::before {
  background-image: none;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  transition: 0.5s;
}

.account-custom-checkbox > input:checked + span::after {
  content: "";
  right: 1px;
  transform: translateX(-12px);
  transition: 0.5s;
}

.hidden,
.hidden * {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
}

[data-tab-target] {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transition: 0.5s;
}

[data-tab-target2].hidden,
[data-tab-target].hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  position: absolute;
  top: 0;
  z-index: -1;
}

.form-input {
  border: 1px solid #ccc;
}

.form-input.error,
select.error {
  background-color: #ffecec;
}

.form-input.error + .error-label,
textarea.error + .error-label,
select.error + .error-label {
  display: block;
}

.password .error-label,
.select-wrapper .error-label {
  top: -25px;
}

.error-label {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  color: #ff0000;
  z-index: auto;
  display: none;
  text-wrap: nowrap;
}

#column-left {
  height: 100%;
  min-width: 350px;
}

@media (max-width: 1200px) {
  #column-left {
    max-width: 250px;
    min-width: 250px;
  }
}

@media (max-width: 768px) {
  #column-left {
    min-height: 100%;
    max-width: 100%;
  }
}

.pageOfCountry__Title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 48.76px;
  text-align: center;
  color: #000000;
  justify-content: center;
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .pageOfCountry__Title {
    font-size: 34px;
    line-height: 36px;
    gap: 14px;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .pageOfCountry__Title {
    max-width: 60vw;
    margin: auto;
  }
}

.manual-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 992px) {
  .manual-list {
    margin-top: 20px;
  }
}

.manual-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3b3b3b;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.manual-list li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.9999 0C5.38321 0 0 5.38309 0 11.9999C0 18.6168 5.38321 24 11.9999 24C18.6167 24 23.9999 18.6168 23.9999 11.9999C23.9999 5.38309 18.6168 0 11.9999 0ZM18.8905 9.97305L11.3516 17.512C11.031 17.8326 10.6049 18.009 10.1516 18.009C9.69832 18.009 9.27221 17.8326 8.95165 17.512L5.10936 13.6697C4.78881 13.3492 4.61225 12.923 4.61225 12.4698C4.61225 12.0163 4.78881 11.5902 5.10936 11.2697C5.42979 10.9491 5.85591 10.7726 6.30932 10.7726C6.7626 10.7726 7.18884 10.9491 7.50927 11.2698L10.1515 13.9119L16.4904 7.57301C16.8109 7.25245 17.237 7.07602 17.6903 7.07602C18.1436 7.07602 18.5697 7.25245 18.8903 7.57301C19.5522 8.23491 19.5522 9.3114 18.8905 9.97305Z%27 fill=%27url%28%23paint0_linear_600_6572%29%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_600_6572%27 x1=%278.44996%27 y1=%27-7.125%27 x2=%2715.2279%27 y2=%2722.4586%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23832FBD%27/%3E%3Cstop offset=%271%27 stop-color=%27%23D06852%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.loader {
  position: absolute;
  top: 0;
  left: -25px;
  width: 108%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader svg {
  width: 150px;
  height: 150px;
}
.block-result-region .loader,
.block-result-country .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.text-colored {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1054;
}

.map-box {
  background-color: #fafafa;
  border-radius: 40px;
  width: 100%;
  /* z-index: -1; */
}

@media (max-width: 1570px) {
  .map-box {
    /* width: calc(100vw - 490px); */
    width: calc(100vw - 618px);
    height: 35vw;
  }
}

@media (max-width: 1440px) {
  .map-box {
    height: 40vw;
  }
}

@media (max-width: 1200px) {
  .map-box {
    /* width: calc(100vw - 370px); */
    width: calc(100vw - 527px);
    height: 40vw;
  }
}

@media (max-width: 992px) {
  .map-box {
    height: 35vw;
    width: calc(100vw - 297px);
  }
}

@media (max-width: 768px) {
  .map-box {
    width: calc(100vw - 30px);
    height: 50vw;
  }
}

.mapcontainer {
  height: 450px;
  position: relative;
}

.accountNovaMiles .map svg {
  transform: scaleY(1.25) translateY(100px);
}

@media (max-width: 1570px) {
  .accountNovaMiles .map svg {
    transform: scaleY(1.25) translateY(75px);
  }
}

.iti__country-container {
  max-height: 400px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 15px 0px #00000026;
  overflow: auto;
  width: 250px;
  padding: 20px;
  position: absolute;
  z-index: 4;
  display: none;
}

.iti__country-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.iti__country {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.iti__country-name,
.iti__dial-code {
  font-family: "Telegraf-Regular", sans-serif;
}

.select__country {
  max-width: 120px;
}

.select__country .select-wrapper {
  min-width: 120px;
}

.header {
  padding: 29px 40px;
  background-color: #fff;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
}

.header_bg.modal-open .accountTabs {
  position: static !important;
}

.header_bg .header {
  background-color: #fafafa;
  margin-top: 30px;
  opacity: 1;
}

@media (max-width: 1200px) {
  .header {
    padding: 15px 20px;
  }
}

.header__mobile {
  padding: 57px 40px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: 0.5s;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header__mobile.open {
  transform: translateX(0);
  transition: 0.5s;
}

.header__mobile .btn-dark {
  font-size: 16px !important;
  line-height: 20px !important;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}

.header__logo {
  display: block;
  max-width: 167px;
  width: 100%;
}
.business .header__logo {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1200px) {
  .header__logo {
    max-width: 104px;
  }
}

.header__menu {
  gap: 40px;
  display: flex;
}

@media (max-width: 1570px) {
  .header__menu {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .header .login svg {
    width: 25px;
  }
}

.header .btn,
.header .dropdown-menu {
  max-width: 160px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  padding: 11px;
  text-wrap: nowrap;
  font-family: "Gilroy", sans-serif;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}

@media (max-width: 1200px) {
  .header .btn,
  .header .dropdown-menu {
    padding: 8px;
    font-size: 12px;
    line-height: 15px;
  }
}

.header .btn-dark,
.header .dropdown-menu-dark {
  padding: 11px 55px;
}

@media (max-width: 1200px) {
  .header .btn-dark,
  .header .dropdown-menu-dark {
    padding: 11px 40px;
  }
}

@media (max-width: 992px) {
  .header .btn-dark,
  .header .dropdown-menu-dark {
    display: none;
  }
}

.header .btn-transparent {
  display: none;
}

.logo__business {
  display: none !important;
}

.burger {
  display: none;
}

@media (max-width: 992px) {
  .burger {
    display: block;
  }
}

.burger__menu {
  display: flex !important;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}

.burger__menu .menu__link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.26px;
  color: #000;
}

.burger__menu .menu__link.active,
.burger__menu .menu__link:hover {
  background: linear-gradient(90.81deg, #832fbd 9.1%, #d06852 55.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu {
  margin-right: 118px;
}

@media (max-width: 1570px) {
  .menu {
    margin-right: 100px;
  }
}

@media (max-width: 1440px) {
  .menu {
    margin-right: 80px;
  }
}

@media (max-width: 1300px) {
  .menu {
    margin-right: 50px;
  }
}

@media (max-width: 1050px) {
  .menu {
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .menu {
    display: none;
  }
}

.menu__link {
  font-family: "Gilroy", sans-serif;
  color: #00000080;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  text-wrap: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
  white-space: nowrap;
}

.menu__link.active {
  color: #000;
}

.menu__link:hover {
  color: #000;
}

.main {
  background-image: url(../701bea242491aafdc90a.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-top: 50px;
  position: relative;
}

@media (max-width: 1200px) {
  .main {
    padding-top: 30px;
  }
}

.main .cloud {
  position: absolute;
  left: 0;
  top: 0;
}

.main.storeMain {
  background-image: url(../18c07b6220cb727cfd78.png);
}

.main h1 {
  color: #fff;
}

.main h1 span {
  background: linear-gradient(90.81deg, #832fbd 9.1%, #d06852 55.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) and (max-height: 650px) {
  .main .hero {
    zoom: 70%;
  }
  .apps-for-download {
    margin-top: 20px !important;
  }
}

.main .hero {
  margin-top: 9vw;
  transform: translateX(-200%);
  z-index: 9;
  position: relative;
}

@media (min-width: 1200px) and (max-height: 700px) {
  .main .hero {
    margin-top: 10vh;
  }
}
@media (max-width: 1570px) {
  .main .hero {
    margin-top: 5vw;
  }
}
@media (max-width: 1280px) {
  .main .hero {
    margin-top: 10vw;
  }
}

@media (max-width: 576px) {
  .main .hero {
    margin-top: 43vw;
  }
}
@media (min-width: 600px) and (max-height: 450px) {
  .main + .content {
    transform: translateY(0) !important;
  }
  .main .hero {
    zoom: 80%;
    margin-top: 5vw;
  }
  .apps-for-download {
    margin-top: 30px !important;
  }
}
@media (max-width: 400px) and (max-height: 670px) {
  .main .hero {
    margin-top: 20vw;
  }
}

.main .hero__description {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}

@media (max-width: 768px) {
  .main .hero__description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

.main .search {
  position: relative;
}

.main .search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50px;
}

.main .search input {
  background-color: #ececec66;
  padding: 20px 50px 20px 20px;
  color: #fff;
  border-radius: 15px;
  border: none;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.96px;
}

@media (max-width: 768px) {
  .main .search input {
    font-size: 14px;
    line-height: 15px;
    padding: 17px 50px 16px 15px;
  }
}

.main .search input::placeholder {
  color: #fff;
}

.apps-for-download {
  gap: 30px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

@media (max-width: 992px) {
  .apps-for-download {
    margin: 50px auto 0;
  }
}

.tabs {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .tabs {
    padding: 40px 0 20px;
  }
}

.tabs .text {
  font-family: "Gilroy", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31.54px;
  text-align: center;
  color: #d1d1d1;
  padding-bottom: 24px;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 992px) {
  .tabs .text {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 19px;
  }
}

.tabs .text.active {
  background: linear-gradient(172.1deg, #832fbd -21.78%, #d06852 92.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  position: relative;
}

.tabs__border {
  position: relative;
}

.tabs__border::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f3f3f3;
  border-radius: 16px;
}

.tabs .tabs__active-border {
  position: absolute;
  bottom: 0;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  left: 0;
  height: 4px;
  z-index: 6;
  border-radius: 16px;
  transition: 0.5s;
}

.toggle-button {
  position: relative;
  width: 300px;
  height: 50px;
  border: 1px solid transparent;
  border-image-slice: 1;
  border-radius: 25px;
  margin: 40px auto 0;
  padding: 4px;
  background-color: #fff;
  z-index: 6;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  border-radius: 25px;
  display: block;
  z-index: 5;
}

@media (max-width: 992px) {
  .toggle-button {
    margin: 30px auto 0;
  }
}

.toggle-button::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: block;
  z-index: 5;
}

.toggle-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.toggle-switch::before {
  content: "";
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  width: 50%;
  border-radius: 25px;
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  transform: translateX(0);
  z-index: 6;
  transition: 0.5s;
}

.toggle-switch.right::before {
  content: "";
  transform: translateX(100%);
  transition: 0.5s;
}

.toggle-option {
  flex: 1;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

.toggle-option.active {
  -webkit-text-fill-color: #fff !important;
}

.tab-label-text {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: auto;
  transition: 0.5s;
}

@media (max-width: 1440px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}
.block-result-region .cards,
.block-result-country .cards {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .block-result-region .cards,
  .block-result-country .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .block-result-region .cards,
  .block-result-country .cards {
    grid-template-columns: 1fr;
  }
}

.cards.hidden {
  height: 0;
}

.cards[data-tab-target="local"] {
  padding-bottom: 90px;
}
.card {
  padding: 34px 30px 40px;
  box-shadow: 0px 4px 15px 0px #00000026;
  /* max-width: 350px; */
  border: none;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .card {
    padding: 34px 30px 40px;
  }
}

.card__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card__info {
  margin: 44px 0 40px;
  display: grid;
  gap: 25px;
  position: relative;
}

.card__info::before {
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: -30px;
}

.card__text {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 11px;
  color: #3b3b3b;
}

.card__text_colored {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card__price {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  color: #3b3b3b;
}

.card-label {
  padding: 25px;
  width: 100%;
}
.search_countries_option {
  width: max-content;
  /* width: auto; */
}
.cards_home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 20px 0;
  margin-top: 10px;
  max-height: 500px;
  overflow: auto;
}
@media (max-width: 768px) {
  .cards_home {
    grid-template-columns: 1fr;
  }
}

.cards_home a {
  width: auto;
}
@media (max-width: 768px) {
  .card-label {
    padding: 15px;
  }
}
.card-label svg {
  min-width: 19px;
  min-height: 16px;
}
.card-label img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
}
.cards_home .card-label img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
}
.cards_home .tab-label-text {
  font-size: 15px;
  line-height: 15px;
}
.cards_home .card {
  padding: 20px;
}
.steps {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 120px;
  gap: 445px;
}

@media (max-width: 1440px) {
  .steps {
    padding-left: 75px;
    gap: 150px;
  }
}

@media (max-width: 992px) {
  .steps {
    padding-left: 50px;
    gap: 110px;
    margin-left: 30px;
  }
}

.steps::before {
  content: "";
  width: 12px;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 992px) {
  .steps::before {
    width: 4px;
  }
}

.steps::after {
  content: "";
  width: 12px;
  height: 33%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: 0.5s;
}

@media (max-width: 1440px) {
  .steps::after {
    height: 30%;
  }
}

@media (max-width: 992px) {
  .steps::after {
    width: 4px;
    height: 35%;
  }
}

.steps.centered::after {
  height: 63%;
  transition: 0.5s;
}

@media (max-width: 1440px) {
  .steps.centered::after {
    height: 60%;
  }
}

@media (max-width: 992px) {
  .steps.centered::after {
    height: 65%;
  }
}

.steps.bottom::after {
  height: 100%;
  transition: 0.5s;
}

@media (max-width: 1440px) {
  .steps.bottom::after {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .steps.bottom::after {
    height: 100%;
  }
}

.steps__item:first-child:before {
  content: "1";
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  color: #fff;
}

.steps.centered .steps__item2::before,
.steps.bottom .steps__item3::before {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  color: #fff;
  transition: 1.5s;
}

.steps__item:nth-child(2):before {
  content: "2";
}

.steps__item:nth-child(3):before {
  content: "3";
}

.steps__item::before {
  background-color: #f2f2f2;
  position: absolute;
  left: -45px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #3b3b3b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
  z-index: 7;
  margin-top: 70px;
}

@media (max-width: 1440px) {
  .steps__item::before {
    width: 75px;
    height: 75px;
    left: -32px;
  }
}

@media (max-width: 992px) {
  .steps__item::before {
    width: 50px;
    height: 50px;
    left: -24px;
    font-size: 18px;
    line-height: 23px;
  }
}

.steps__item:first-child {
  margin-top: 235px;
}

@media (max-width: 1440px) {
  .steps__item:first-child {
    margin-top: 50px;
  }
}

.steps__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
  color: #3b3b3b;
}

@media (max-width: 1440px) {
  .steps__title {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (max-width: 992px) {
  .steps__title {
    font-size: 22px;
    line-height: 23px;
  }
}

.steps__desc {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #3b3b3b;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .steps__desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
}

.howItWorks__img {
  position: sticky;
  height: max-content;
  top: 150px;
  border-radius: 40px;
  background-color: #fafafa;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.device {
  max-width: 288px;
  max-height: 545px;
  position: relative;
  overflow: hidden;
  z-index: 6;
  border-radius: 50px;
}

.device__screens {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1.5s;
  padding: 0 10px;
}

.device__screens.centered {
  transform: translateY(-516px);
  transition: 1.5s;
}

.device__screens.bottom {
  transform: translateY(-1045px);
  transition: 1.5s;
}

.whyChooseUs__item {
  position: relative;
  box-shadow: 0px 4px 25px 0px #00000014;
  border-radius: 60px;
  background-color: #fafafa;
  padding: 30px 40px 40px;
}

@media (max-width: 768px) {
  .whyChooseUs__item {
    padding: 12px 46px 18px;
  }
}

.whyChooseUs__item::before {
  content: "";
  width: 70%;
  height: 3px;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 60px;
}

.whyChooseUs .sectionTitle {
  margin-bottom: 20px;
}

.banner {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .banner {
    padding: 40px 0;
  }
}

.banner__content {
  padding: 50px 0;
  background: linear-gradient(218.73deg, #832fbd -53.7%, #d06852 132.37%);
}

@media (max-width: 768px) {
  .banner__content {
    padding: 40px 0;
  }
}

.banner__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 59.36px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 1200px) {
  .banner__title {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .banner__title {
    font-size: 36px;
    line-height: 38px;
  }
}

.banner .manual-text {
  color: #fff;
}

.banner .btn {
  margin: 34px auto 0;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  border-radius: 15px;
  height: 60px;
}

@media (max-width: 992px) {
  .banner .btn {
    margin-top: 30px;
    padding: 14px 25px;
  }
}

.banner .btn:hover {
  background: #000;
  color: #fff;
}

.faq__item {
  background-color: #fafafa;
  border-radius: 20px;
  position: relative;
  padding: 38px 40px;
  box-shadow: 0px 4px 15px 0px #0000001a;
  height: max-content;
}

@media (max-width: 992px) {
  .faq__item {
    padding: 30px 20px;
  }
}
.faq__item svg {
  min-width: 24px;
  min-height: 15px;
  max-width: 24px;
  max-height: 15px;
  margin-top: 5px;
  transition: 0.5s;
  position: absolute;
  top: 40px;
  right: 40px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .faq__item svg {
    min-width: 15px;
    min-height: 10px;
    max-width: 15px;
    max-height: 10px;
    transition: 0.5s;
    top: 30px;
    right: 20px;
  }
}

.faq__item::before {
  content: "";
  width: 4px;
  border-radius: 20px;
  height: 70%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.faq .manual-title {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.faq .manual-title::after {
  /* content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2716%27 viewBox=%270 0 24 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.83 0.419922L12 9.58992L21.17 0.419922L24 3.24992L12 15.2499L0 3.24992L2.83 0.419922Z%27 fill=%27%233B3B3B%27/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotateX(0);
  transition: 0.5s; */
}
@media (max-width: 768px) {
  .faq .manual-title {
    padding-right: 25px;
  }
}

.faq .faq__item.open svg {
  transform: rotate(180deg);
  transition: 0.5s;
}

.faq .manual-text {
  margin-top: 30px;
  display: none;
}

.social {
  margin-top: 35px;
  display: flex;
  gap: 35px;
}

@media (max-width: 1200px) {
  .social {
    margin-top: 25px;
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .social {
    justify-content: center;
    gap: 35px;
  }
}

.cascade-slider_container {
  position: relative;
  max-width: 1000px;
  height: 450px;
  margin: 200px auto 0;
}

@media screen and (min-width: 768px) {
  .cascade-slider_container {
    height: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1600px) {
  .cascade-slider_container {
    height: 600px;
  }
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}

.cascade-slider_item.next2 {
  left: 50%;
  transform: translateY(-40%) translateX(-50%) scale(0.6);
  opacity: 1;
  filter: contrast(0.7);
  z-index: 1 !important;
}

@media screen and (min-width: 768px) {
  .cascade-slider_item.next2 {
    transform: translateY(-50%) translateX(-100%) scale(0.7);
  }
}

.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-55%) translateX(-50%) scale(0.7);
  opacity: 1;
  filter: contrast(0.7);
  z-index: 2 !important;
}

@media screen and (min-width: 768px) {
  .cascade-slider_item.next {
    transform: translateY(-50%) translateX(-75%) scale(0.9);
  }
}

.cascade-slider_item.prev2 {
  left: 50%;
  transform: translateY(-70%) translateX(-50%) scale(0.8);
  opacity: 1;
  filter: contrast(0.7);
  z-index: 3 !important;
}

@media screen and (min-width: 768px) {
  .cascade-slider_item.prev2 {
    transform: translateY(-50%) translateX(0) scale(0.7);
  }
}

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-85%) translateX(-50%) scale(0.9);
  opacity: 1;
  filter: contrast(0.7);
  z-index: 4 !important;
}

@media screen and (min-width: 768px) {
  .cascade-slider_item.prev {
    transform: translateY(-50%) translateX(-25%) scale(0.9);
  }
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-100%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .cascade-slider_item.now {
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
}

.cascade-slider_arrow {
  display: inline-block;
  cursor: pointer;
  z-index: 5;
  color: #fff;
  font-size: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2717%27 viewBox=%270 0 17 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5.45693 7.13777L16.4414 7.13777L16.4414 9.86253L5.45693 9.86253L9.66979 14.3487L7.86047 16.2754L0.558922 8.50015L7.86047 0.724908L9.66979 2.6516L5.45693 7.13777V7.13777Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
}

.cascade-slider_arrow-left {
  left: 0;
}

.cascade-slider_arrow-right {
  right: 0;
  transform: rotate(180deg);
}

.cascade-slider_nav {
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_slides img {
  min-width: 90vw;
  border-radius: 35px;
  min-height: 400px;
  object-fit: cover;
}

@media screen and (min-width: 600px) {
  .cascade-slider_slides img {
    min-width: 66vw;
  }
}
@media screen and (min-width: 768px) {
  .cascade-slider_slides img {
    min-width: 45vw;
  }
}
@media screen and (min-width: 950px) {
  .cascade-slider_slides img {
    min-width: 43vw;
  }
}

@media screen and (min-width: 1400px) {
  .cascade-slider_slides img {
    min-width: 46vw;
  }
}

@media screen and (min-width: 1700px) {
  .cascade-slider_slides img {
    min-width: 40vw;
  }
}

@media screen and (min-width: 1921px) {
  .cascade-slider_slides img {
    min-width: 33vw;
  }
}
@media screen and (min-width: 2240px) {
  .cascade-slider_slides img {
    min-width: 30vw;
  }
}

.cascade-slider_arrow img {
  width: 25px;
}

@media screen and (min-width: 768px) {
  .cascade-slider_item.next {
    left: 50%;
    opacity: 1;
    z-index: 1;
  }

  .cascade-slider_item.prev {
    left: 50%;
    opacity: 1;
    z-index: 1;
  }
}

@media screen and (min-width: 991px) {
  .cascade-slider_item.next {
    left: 50%;
    opacity: 1;
    z-index: 4 !important;
  }

  .cascade-slider_item.prev {
    left: 50%;
    opacity: 1;
    z-index: 4 !important;
  }

  .cascade-slider_item.next2 {
    left: 50%;
    opacity: 1;
    z-index: 1 !important;
  }

  .cascade-slider_item.prev2 {
    left: 50%;
    opacity: 1;
    z-index: 2 !important;
  }
}

@media screen and (min-width: 1100px) {
  .cascade-slider_item.next {
    left: 50%;
    opacity: 1;
    z-index: 4 !important;
  }

  .cascade-slider_item.prev {
    left: 50%;
    opacity: 1;
    z-index: 4 !important;
  }

  .cascade-slider_item.next2 {
    left: 50%;
    opacity: 1;
    z-index: 1 !important;
  }

  .cascade-slider_item.prev2 {
    left: 50%;
    opacity: 1;
    z-index: 2 !important;
  }

  .cascade-slider_slides img {
    max-width: 892px;
  }
}

.cascade-slider-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 0;
  width: max-content;
}

.cascade-slider-nav-item {
  background-color: #00000026;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.cascade-slider-nav-item.active,
.cascade-slider-nav-item.cur {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  width: 18px;
  height: 18px;
}

.cascade-slider_item-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: max-content;
}

.cascade-slider_item-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 59.36px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1900px) {
  .cascade-slider_item-title {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 1440px) {
  .cascade-slider_item-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 1200px) {
  .cascade-slider_item-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .cascade-slider_item-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.cascade-slider_item.prev .cascade-slider_item-title,
.cascade-slider_item.prev2 .cascade-slider_item-title {
  transform: rotate(-90deg);
  position: absolute;
  left: 75%;
  height: 80px;
  overflow: hidden;
  width: 260px;
  font-size: 30px;
  line-height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media (max-width: 1200px) {
  .cascade-slider_item.prev .cascade-slider_item-title,
  .cascade-slider_item.prev2 .cascade-slider_item-title {
    left: 70%;
  }
}

@media (max-width: 992px) {
  .cascade-slider_item.prev .cascade-slider_item-title,
  .cascade-slider_item.prev2 .cascade-slider_item-title {
    left: 65%;
  }
}
@media (max-width: 900px) {
  .cascade-slider_item.prev .cascade-slider_item-title,
  .cascade-slider_item.prev2 .cascade-slider_item-title {
    left: 60%;
  }
}

@media (max-width: 992px) {
  .cascade-slider_item.prev .cascade-slider_item-title,
  .cascade-slider_item.prev2 .cascade-slider_item-title {
    font-size: 25px;
  }
}

.cascade-slider_item.next .cascade-slider_item-title,
.cascade-slider_item.next2 .cascade-slider_item-title {
  transform: rotate(90deg);
  position: absolute;
  right: 75%;
  height: 80px;
  overflow: hidden;
  width: 260px;
  font-size: 30px;
  line-height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media (max-width: 1200px) {
  .cascade-slider_item.next .cascade-slider_item-title,
  .cascade-slider_item.next2 .cascade-slider_item-title {
    right: 70%;
  }
}

@media (max-width: 992px) {
  .cascade-slider_item.next .cascade-slider_item-title,
  .cascade-slider_item.next2 .cascade-slider_item-title {
    right: 65%;
  }
}
@media (max-width: 900px) {
  .cascade-slider_item.next .cascade-slider_item-title,
  .cascade-slider_item.next2 .cascade-slider_item-title {
    right: 60%;
  }
}

@media (max-width: 992px) {
  .cascade-slider_item.next .cascade-slider_item-title,
  .cascade-slider_item.next2 .cascade-slider_item-title {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .cascade-slider_item.prev .cascade-slider_item-title,
  .cascade-slider_item.prev2 .cascade-slider_item-title,
  .cascade-slider_item.next .cascade-slider_item-title,
  .cascade-slider_item.next2 .cascade-slider_item-title {
    opacity: 0;
  }
}

.cascade-slider_item.now .cascade-slider_item-desc,
.cascade-slider_item.now .btn {
  opacity: 1;
  transition: 1s;
}

.cascade-slider_item-desc {
  opacity: 0;
  transition: 1s;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .cascade-slider_item-desc {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1200px) {
  .cascade-slider_item-desc {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .cascade-slider_item-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
}

.cascade-slider_item .btn {
  opacity: 0;
  transition: 1s;
  max-width: 200px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1440px) {
  .cascade-slider_item .btn {
    height: 40px !important;
  }
}

@media (max-width: 1200px) {
  .cascade-slider_item .btn {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .cascade-slider_item .btn {
    height: 48px !important;
    margin-top: 20px;
  }
}

.cascade-slider_item .btn:hover {
  background-color: #000;
  color: #fff;
}

.cascade-slider_item .btn:hover svg path {
  fill: #fff;
}

.cascade-slider_bottom {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.information {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .information {
    padding-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.information__about {
  padding-bottom: 0;
}

.information__about .information__text {
  line-height: 27px;
}

.information__item {
  background: linear-gradient(84.67deg, #832fbd -70.44%, #d06852 110.87%);
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.information__item img {
  width: 94px;
  height: 94px;
  min-width: 94px;
  min-height: 94px;
  max-width: 94px;
  max-height: 94px;
}
.information__about img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
}

.information__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 31.8px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .information__title {
    margin-top: 35px;
    font-size: 22px;
    line-height: 23px;
  }
}
.information__about .information__title {
  margin-top: 20px;
}
.information__text {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.08px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .information__text {
    font-size: 16px;
    line-height: 18px;
  }
}
.policies .breadcrumbs,
.breadcrumbs {
  display: flex;
  padding: 30px 0 47px;
}

@media (max-width: 992px) {
  .policies .breadcrumbs,
  .breadcrumbs {
    padding: 30px 0 40px;
  }
}

.breadcrumbs__item {
  display: flex;
}

.breadcrumbs__item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #00000080;
  margin: 0 10px;
  display: block;
}

.breadcrumbs__link {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  color: #00000080;
}

.breadcrumbs__link.active,
.breadcrumbs__link:hover {
  color: #000;
}

.questions {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .questions {
    padding: 40px 0;
  }
}

.questions__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 992px) {
  .questions__content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.questions input {
  max-width: 350px;
  width: 100%;
  border: none;
}

@media (max-width: 1440px) {
  .questions input {
    max-width: 100%;
  }
}

.questions button {
  width: max-content !important;
  margin: auto;
  padding: 20px 85px;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .questions button {
    padding: 15px 50px;
  }
}

.loginSlider {
  position: relative;
  height: 100%;
}

.loginSlider .slick-arrow {
  display: none !important;
}

.loginSlider .owl-stage,
.loginSlider .owl-stage-outer,
.loginSlider .slick-list,
.loginSlider .slick-track {
  height: 100%;
}

.loginSlider__item {
  position: relative;
  border-radius: 40px 0 0 40px;
  height: 100%;
}

.loginSlider__item img {
  height: 100%;
  object-fit: cover;
}

.loginSlider__info {
  position: absolute;
  bottom: 100px;
  left: 60px;
  width: 84%;
}

@media (max-width: 992px) {
  .loginSlider__info {
    left: 20px;
    bottom: 70px;
  }
}

.loginSlider__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 59.36px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .loginSlider__title {
    font-size: 36px;
    line-height: 38px;
  }
}

.loginSlider .owl-dots,
.loginSlider .slick-dots {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 60px;
  left: 60px;
  margin: 0;
}

@media (max-width: 992px) {
  .loginSlider .owl-dots,
  .loginSlider .slick-dots {
    left: 20px;
  }
}

.loginSlider .owl-dots button,
.loginSlider .owl-dots li,
.loginSlider .slick-dots button,
.loginSlider .slick-dots li {
  width: 32px;
  height: 10px;
  border-radius: 16px;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .loginSlider .owl-dots button,
  .loginSlider .owl-dots li,
  .loginSlider .slick-dots button,
  .loginSlider .slick-dots li {
    width: 25px;
  }
}

.loginSlider .owl-dots button::after,
.loginSlider .owl-dots li::after,
.loginSlider .slick-dots button::after,
.loginSlider .slick-dots li::after {
  content: "";
  background: #fff !important;
  width: 100%;
  height: 2px;
}

.loginSlider .owl-dots button button,
.loginSlider .owl-dots li button,
.loginSlider .slick-dots button button,
.loginSlider .slick-dots li button {
  display: none;
}

.loginSlider .owl-dots button.active,
.loginSlider .owl-dots .slick-active,
.loginSlider .slick-dots button.active,
.loginSlider .slick-dots .slick-active {
  width: 48px;
  height: 5px;
  transition: 0.3s;
  background: #fff !important;
}

@media (max-width: 992px) {
  .loginSlider .owl-dots button.active,
  .loginSlider .owl-dots .slick-active,
  .loginSlider .slick-dots button.active,
  .loginSlider .slick-dots .slick-active {
    width: 38px;
  }
}

.login {
  padding: 0 0 60px;
}

@media (max-width: 992px) {
  .login {
    padding: 0 0 40px;
  }
}

.login__right {
  background-color: #fafafa;
  border-radius: 0 40px 40px 0;
  padding: 20px 130px;
}

@media (max-width: 1570px) {
  .login__right {
    padding: 20px 50px;
  }
}

@media (max-width: 992px) {
  .login__right {
    padding: 10px 20px 40px;
  }
}

.login__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #3b3b3b;
  margin: 40px auto 10px;
  justify-content: center;
}

@media (max-width: 992px) {
  .login__title {
    font-size: 30px;
  }
}

.login__desc {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .login .entry-btns button {
    font-size: 16px;
  }
}

.login__divider {
  margin-top: 44px;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .login__divider {
    margin-top: 40px;
  }
}

.login__divider span {
  background-color: #fafafa;
  padding: 0 16px;
  position: relative;
  z-index: 5;
  color: #000;
}

.login__divider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1000%;
  height: 1px;
  background-color: #d1d1d1;
}

.login [data-tab-target].hidden {
  position: relative;
  z-index: -1;
}

.login .btn-dark {
  margin: 40px auto 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  max-width: 350px;
}

.hand-slider {
  max-width: 60px;
}

.hand-slider .slick-slide {
  padding: 5px 0 10px;
}

.hand-slider .slick-arrow {
  display: none !important;
}

.password {
  position: relative;
}

.password svg {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.team__item {
  background-color: #fafafa;
  border-radius: 25px;
  padding: 40px 0;
}

.team__item-info {
  position: relative;
  padding: 0 50px;
}

@media (max-width: 992px) {
  .team__item-info {
    padding: 0 24px;
  }
}

.team__item-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  border-radius: 30px;
}

.team__title {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 39px;
  text-align: left;
}

@media (max-width: 992px) {
  .team__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.team__name {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #858585;
}

@media (max-width: 992px) {
  .team__name {
    font-size: 18px;
    line-height: 23px;
  }
}

.team .avatar {
  max-width: 106px;
}

@media (max-width: 992px) {
  .team .avatar {
    max-width: 86px;
  }
}

.advantages__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 59.36px;
  text-align: left;
}

@media (max-width: 992px) {
  .advantages__title {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
  }
}

.advantages .btn-dark {
  margin-top: 50px;
  width: max-content;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 60px;
}

@media (max-width: 992px) {
  .advantages .btn-dark {
    height: 48px;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .advantages .manual-text {
    text-align: center;
  }
}

.advantages__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.advantages__item {
  padding: 65px 58px;
  box-shadow: 0px 4px 25px 0px #00000014;
  border-radius: 60px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .advantages__item {
    border-radius: 30px;
    padding: 30px 18px;
  }
}

.advantages__item-title {
  background: linear-gradient(86.62deg, #832fbd 8.67%, #d06852 93.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 59.36px;
  text-align: center;
}

@media (max-width: 992px) {
  .advantages__item-title {
    font-size: 28px;
    line-height: 30px;
  }
}

.advantages__item-text {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34.8px;
  text-align: center;
}

@media (max-width: 992px) {
  .advantages__item-text {
    font-size: 12px;
    line-height: 21px;
  }
}

.catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
}

@media (max-width: 1440px) {
  .catalog {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .catalog {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .catalog {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 1440px) {
  .catalog .card {
    max-width: 100%;
  }
}

.storeCatalog .card {
  padding: 30px;
}

.storeCatalog .card__info {
  margin: 40px 0;
}

.storeCatalog .card__title svg {
  width: 30px;
  height: 30px;
}

.filter {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 40px 30px;
  height: 100%;
  width: 100%;
  font-family: "Gilroy", sans-serif;
}

.filter * {
  font-family: "Gilroy", sans-serif;
}

.allBlogs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 50px;
  padding: 0 0 60px;
}

@media (max-width: 1200px) {
  .allBlogs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .allBlogs {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    padding: 0 0 40px;
  }
}

@media (max-width: 576px) {
  .allBlogs {
    grid-template-columns: 1fr;
  }
}

.allBlogs__img-wrapper {
  position: relative;
}

.allBlogs__img-wrapper img {
  border-radius: 30px;
}

.allBlogs__img-wrapper svg {
  width: 68px;
  height: 68px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 992px) {
  .allBlogs__img-wrapper svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 576px) {
  .allBlogs__img-wrapper svg {
    width: 68px;
    height: 68px;
  }
}

.allBlogs__img-wrapper svg path {
  transition: 0.3s;
}

.allBlogs__img-wrapper svg:hover path {
  transform: scale(1.5) translateY(-10px) translateX(-10px);
  transition: 0.3s;
}

.allBlogs__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
  text-align: left;
  color: #373737;
  margin-top: 15px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.allBlogs__title:hover {
  color: #37373795;
}

@media (max-width: 992px) {
  .allBlogs__title {
    font-size: 22px;
    line-height: 33px;
    margin-top: 13px;
  }
}

.blog__date {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #a9a9a9;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.related-articles {
  background-color: #fafafa;
  padding: 50px 30px;
  border-radius: 40px;
  height: 100%;
}

@media (max-width: 1200px) {
  .related-articles {
    padding: 40px 20px;
  }
}

.related-articles-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .related-articles-title {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 992px) {
  .related-articles-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.related-articles-list {
  display: grid;
  gap: 20px;
}

.related-articles-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px #00000026;
}

.related-articles-item a {
  padding: 17px 20px;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.related-articles-item a::before {
  content: "";
  width: 2px;
  height: 50%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  color: #3b3b3b;
  margin-top: 25px;
}

@media (max-width: 992px) {
  .article__title {
    font-size: 30px;
    line-height: 32px;
  }
}

.article .manual-title {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: #3b3b3b;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .article .manual-title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 30px;
  }
}

.business {
  overflow: auto !important;
  background-color: #121212;
}

.business .cloud,
.business .menu,
.business .icon_login,
.business .btn-dropdown,
.business .burger {
  display: none;
}

.business .btn-dark {
  background-color: #f5785e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
  white-space: nowrap;
}

.business .main {
  background-image: none;
  background-color: inherit;
  height: auto;
}

.business .main h1 {
  color: #fff;
}

@media (max-width: 992px) {
  .business .main h1 {
    text-align: left;
  }
}

.business .main h1 span {
  background: #f5785e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 992px) {
  .business .main h1 span {
    display: block;
  }
}

.business .main .hero {
  margin-top: 100px;
  transform: translateX(0) !important;
}

@media (max-width: 992px) {
  .business .main .hero {
    margin: 40px 0;
  }
}

@media (max-width: 992px) {
  .business .main .hero .apps-for-download {
    margin: 30px 0 0;
  }
}

@media (max-width: 992px) {
  .business .hero__description {
    text-align: left;
  }
}

.business .content {
  transform: translateY(0) !important;
}

.business section,
.business .content {
  background-color: inherit;
}

.business .header {
  background-color: inherit;
  padding: 5px 0;
  opacity: 1;
}

@media (max-width: 992px) {
  .business .header .btn-dark {
    display: flex;
  }
}

@media (max-width: 768px) {
  .business .header .btn-dark {
    max-width: 80px;
  }
}

.business .logo__default {
  display: none;
}

.business .logo__business {
  display: block !important;
}

.business .btn-transparent {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5785e;
  color: #f5785e;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 0 58px;
  text-wrap: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .business .btn-transparent {
    padding: 0 38px;
  }
}

@media (max-width: 992px) {
  .business .btn-transparent {
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .business .btn-transparent {
    margin-right: 10px;
    padding: 0 18px;
  }
}

.business .btn-transparent:hover {
  background-color: #f5785e;
  color: #fff;
}

.business .breadcrumbs {
  padding: 60px 0 50px;
}

@media (max-width: 992px) {
  .business .breadcrumbs {
    padding: 30px 0 40px;
  }
}

.business .breadcrumbs__item:not(:first-child)::before {
  background-color: #fff;
}

.business .breadcrumbs__link {
  color: #fff;
}

.business .breadcrumbs__link.active,
.business .breadcrumbs__link:hover {
  color: #f5785e;
}

.business .apps-for-download {
  max-width: 178px;
  margin-top: 40px;
}

.business .apps-for-download .btn {
  height: 48px;
}

.business .business_main_img {
  max-width: 700px;
  object-fit: cover;
  margin-top: -50px;
}

@media (max-width: 992px) {
  .business .business_main_img {
    margin-top: 0;
  }
}

.business .whyChooseUs {
  padding-top: 0;
}

@media (max-width: 992px) {
  .business .whyChooseUs {
    padding-top: 40px;
  }
}

.business .whyChooseUs__item {
  background: linear-gradient(116.62deg, rgba(255, 255, 255, 0.24) 1.54%, rgba(255, 255, 255, 0.06) 70.68%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business .whyChooseUs__item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(115deg, #32ae84 0%, rgba(37, 137, 131, 0) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: linear-gradient(
    111.5deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.25) 0.01%,
    rgba(245, 235, 235, 0) 41.48%,
    rgba(208, 104, 82, 0.5) 60.8%,
    rgba(255, 255, 255, 0.5) 100%
  );
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .business .whyChooseUs__item::after {
    content: "";
    width: 70%;
    height: 3px;
    background-color: #f5785e;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
  }
}

.business .whyChooseUs__item svg path {
  fill: #f5785e;
}

.business .sectionTitle,
.business .manual-text,
.business .manual-title {
  color: #fff;
}

@media (max-width: 992px) {
  .business .manual-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.business .tabs .sectionTitle,
.business .tabs .sectionTitle + .manual-text {
  display: none;
}

@media (max-width: 992px) {
  .business .tabs__buttons {
    margin-top: 0 !important;
  }
}

@media (max-width: 992px) {
  .business .tabs__buttons {
    width: calc(100vw);
    left: 50%;
    margin-left: -50vw;
    position: relative;
    padding-left: 20px;
    overflow: auto;
  }
}

@media (max-width: 992px) {
  .business .tabs__border {
    min-width: 135vw;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .business .tabs__border {
    min-width: 200vw;
  }
}

@media (max-width: 992px) {
  .business .tabs .text {
    padding-bottom: 15px;
  }
}

.business .tabs .text.active {
  background: #f5785e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.business .tabs__active-border {
  background: #f5785e;
}

.business .tab__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 40.28px;
  color: #fff;
  margin-top: 90px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .business .tab__title {
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
  .business .tab__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.business .tab__subtitle {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 49.03px;
  color: #fff;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .business .tab__subtitle {
    font-size: 22px;
    line-height: 24px;
    margin-top: 30px;
  }
}

.business .form-group label {
  color: #fff;
}

.business .form-group label {
  color: #fff;
}

.business .btn[type="submit"] {
  height: 60px;
}

@media (max-width: 992px) {
  .business .btn[type="submit"] {
    height: 48px;
  }
}

.business .form-input,
.business textarea,
.business .select-wrapper {
  background: #f8f8f840 !important;
  border: none;
  color: #fff;
}

.business select {
  background: none;
  color: #fff;
}

.business select option {
  color: #000;
}

.business .select-wrapper::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.79708 0.525879L6 4.7288L10.2029 0.525879L11.5 1.82296L6 7.32296L0.5 1.82296L1.79708 0.525879Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
}

.business .footer {
  margin-top: 60px;
}

@media (max-width: 992px) {
  .business .footer {
    margin-top: 40px;
  }
}

.business .footer__title {
  background: #f5785e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.business .footer__bottom {
  background: #f5785e;
  border-radius: 0 0 60px 60px;
}

@media (max-width: 992px) {
  .business .footer__bottom {
    border-radius: 0 0 30px 30px;
  }
}
.business .social__link img {
  filter: invert(1);
}
.business .error-label {
  background-color: #121212 !important;
}
.business .login__divider span {
  background: #292929;
  color: #fff;
}

.business .login__right {
  background: linear-gradient(116.62deg, rgba(255, 255, 255, 0.24) 1.54%, rgba(255, 255, 255, 0.06) 70.68%);
  position: relative;
  overflow: hidden;
  border-radius: 0 60px 60px 0;
}

@media (max-width: 992px) {
  .business .login__right {
    border-radius: 0 30px 30px 0;
  }
}

.business .login__right::before {
  content: "";
  border-radius: 0 60px 60px 0;
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(115deg, #32ae84 0%, rgba(37, 137, 131, 0) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: linear-gradient(
    111.5deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.25) 0.01%,
    rgba(245, 235, 235, 0) 41.48%,
    rgba(208, 104, 82, 0.5) 60.8%,
    rgba(255, 255, 255, 0.5) 100%
  );
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 992px) {
  .business .login__right::before {
    border-radius: 0 30px 30px 0;
  }
}

.business .login__title {
  color: #fff;
}

.business .toggle-button {
  padding: 2px;
  background: transparent;
  border: 1px solid #f1765c;
}

.business .toggle-button::after {
  background: transparent;
}

.business .toggle-option {
  color: #f1765c;
}

.business .toggle-switch::before {
  background: #f1765c;
}

.business .custom-checkbox span {
  color: #fff;
}

.business .custom-checkbox span a {
  color: #f1765c;
}

.business .custom-checkbox > span::before {
  background-color: #fff;
}

.business .custom-checkbox > input:checked + span::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23000%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E");
}
.business .manual-list font {
  color: #fff;
}
.business .footer__content {
  background: linear-gradient(116.62deg, rgba(255, 255, 255, 0.24) 1.54%, rgba(255, 255, 255, 0.06) 70.68%);
  position: relative;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
}

@media (max-width: 992px) {
  .business .footer__content {
    border-radius: 30px 30px 0 0;
  }
}

.business .footer__content::before {
  content: "";
  border-radius: 60px 60px 0 0;
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(115deg, #32ae84 0%, rgba(37, 137, 131, 0) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: linear-gradient(
    111.5deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.25) 0.01%,
    rgba(245, 235, 235, 0) 41.48%,
    rgba(208, 104, 82, 0.5) 60.8%,
    rgba(255, 255, 255, 0.5) 100%
  );
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 992px) {
  .business .footer__content::before {
    border-radius: 30px 30px 0 0;
  }
}

.business .footer__content .manual-text:hover {
  color: #f5785e;
}

.business .footer__content .footer__text {
  color: #fff;
}

.business .footer__content .social svg path {
  fill: #fff;
}

.howDo__steps {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 992px) {
  .howDo__steps {
    flex-direction: column;
    margin-top: 30px;
    gap: 100px;
  }
}

.howDo__steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .howDo__steps-item {
    flex-direction: row;
  }
}

.howDo__steps-item .manual-title {
  text-align: center;
}

@media (max-width: 992px) {
  .howDo__steps-item .manual-title {
    text-align: left;
  }
}

.howDo__steps-item .manual-text {
  max-width: 280px;
  text-align: center;
  opacity: 0.7;
}

@media (max-width: 992px) {
  .howDo__steps-item .manual-text {
    max-width: 100%;
    text-align: left;
  }
}

.howDo__steps-border {
  position: absolute;
  width: 80%;
  height: 1px;
  border: 1px dashed #c3c3c3;
  top: 40px;
  left: 150px;
  margin: auto;
  z-index: 0;
}

@media (max-width: 1570px) {
  .howDo__steps-border {
    width: 75%;
  }
}

@media (max-width: 1300px) {
  .howDo__steps-border {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .howDo__steps-border {
    top: 0;
    bottom: 0;
    margin: auto;
    left: -170px;
    min-width: 400px;
    max-width: 400px;
    transform: rotate(90deg);
  }
}

@media (max-width: 375px) {
  .howDo__steps-border {
    min-width: 450px;
    max-width: 450px;
    left: -195px;
  }
}

.howDo__steps-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
}

@media (max-width: 992px) {
  .howDo__steps-info {
    margin-top: 0;
    gap: 14px;
    margin-left: 26px;
    align-items: flex-start;
  }
}

.howDo__steps-count {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f5785e;
  font-family: Gilroy;
  font-size: 40.05px;
  font-weight: 700;
  line-height: 53.4px;
  letter-spacing: -1.3349684476852417px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .howDo__steps-count {
    font-size: 30px;
    line-height: 20px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}

.accountTabs {
  border-radius: 40px;
  overflow: hidden;
  height: auto;
  position: sticky;
  top: 50px;
}

.accountTabs__top {
  padding: 40px 45px;
  background: linear-gradient(94.97deg, #832fbd -23.4%, #d06852 103.02%);
}

@media (max-width: 1200px) {
  .accountTabs__top {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .accountTabs__top {
    padding: 40px 45px;
  }
}

.accountTabs__avatar {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  position: relative;
}

.accountTabs__avatar button {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.accountTabs__avatar img {
  height: 100%;
}

.accountTabs__name {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 28.6px;
}

.accountTabs__bottom {
  background-color: #fafafa;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: calc(100% - 144px);
}

@media (max-width: 1200px) {
  .accountTabs__bottom {
    padding: 25px;
    height: calc(100% - 114px);
  }
}

@media (max-width: 768px) {
  .accountTabs__bottom {
    padding: 40px 45px;
    align-items: flex-start;
  }
}

.accountTabs__menu {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.accountTabs__menu-item {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 12px;
}

.accountTabs__menu-item.active {
  color: #000;
  opacity: 1;
}

.accountTabs .logout {
  margin-top: 70px;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

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

.modal-content {
  border-radius: 30px;
  padding: 35px 30px 30px;
}

.modal-header,
.modal-footer,
.modal-body {
  padding: 0;
  border: none;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 25px;
}

.modal-steps {
  display: flex;
  align-items: center;
}

.modal-steps-item {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
  position: relative;
}

.modal-steps-item:not(:last-child)::after {
  content: "";
  width: 17px;
  height: 1px;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  margin-left: 8px;
  position: absolute;
  right: -24px;
}

.modal-steps-item:not(:first-child) {
  margin-left: 33px;
}

.modal-steps-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.modal-steps-item.active {
  width: 50px;
  height: 50px;
  transition: 0.5s;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff;
  border: none;
}

.modal-title {
  margin: 25px 0;
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}

.modal__slider {
  position: relative;
}

.modal .search {
  border-radius: 15px;
  /* overflow: hidden; */
}

@media (max-width: 576px) {
  .modal .search {
    margin-top: 30px;
  }
}

.modal .search input {
  border-radius: 15px;
  background: #f4f4f4;
  border: none;
}

.modal .search input::placeholder {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.96px;
  text-align: left;
  color: #ababab;
}

.modal .search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

#modalAccDelete .reason-item:not(:first-child) {
  margin-top: 18px;
}

/* для элемента input c type="radio" */
.custom-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio > span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-radio.error > span::before {
  border: 1px solid red;
}

.custom-radio.error > span {
  color: red;
}

/* стили при наведении курсора на радио */
.custom-radio > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #b3d7ff;
  border-color: #d1d1d1;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio > input:not(:disabled):active + span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  border-color: transparent;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio > input:focus + span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: none;
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
  border-color: transparent;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio > input:checked + span::before {
  border-color: #0b76ef;
  border-color: transparent;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio > input:disabled + span::before {
  background-color: #e9ecef;
  border-color: transparent;
}

.accountCards,
.account-cards {
  width: calc(100% - 400px);
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .accountCards,
  .account-cards {
    width: calc(100% - 280px);
  }
}

@media (max-width: 768px) {
  .accountCards,
  .account-cards {
    width: 100%;
  }
}

.accountCards .slick-track,
.account-cards .slick-track {
  display: flex;
}

.accountCards .slick-list,
.account-cards .slick-list {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 0;
  margin-top: -20px;
}

@media (max-width: 1300px) {
  .accountCards .slick-list,
  .account-cards .slick-list {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .accountCards .slick-list,
  .account-cards .slick-list {
    height: auto !important;
  }
}

.accountCards .slick-slide,
.account-cards .slick-slide {
  margin: 0 20px;
  width: 100%;
}

@media (max-width: 1440px) {
  .accountCards .slick-slide,
  .account-cards .slick-slide {
    margin: 0 5px;
  }
}

@media (max-width: 1300px) {
  .accountCards .slick-slide,
  .account-cards .slick-slide {
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .accountCards .slick-slide,
  .account-cards .slick-slide {
    margin: 0;
  }
}

.accountCards .card,
.account-cards .card {
  width: 100%;
  min-height: 307px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .accountCards .card,
  .account-cards .card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .accountCards .card,
  .account-cards .card {
    max-width: 90vw !important;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .accountCards .card,
  .account-cards .card {
    max-width: 85vw !important;
  }
}

.accountCards .slick-dots,
.account-cards .slick-dots {
  bottom: 0;
}

.accountCards .slick-dots li.slick-active,
.account-cards .slick-dots li.slick-active {
  background: #000;
}

.accountCards .slick-arrow,
.account-cards .slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width=%2722%27 height=%2721%27 viewBox=%270 0 22 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7.1841 8.75086H21.6726V12.1259H7.1841L12.7409 17.6826L10.3544 20.0691L0.723633 10.4384L10.3544 0.807617L12.7409 3.1941L7.1841 8.75086Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
}
.account-cards .slick-arrow {
  bottom: -85px;
  left: 0;
  right: 0;
  /* margin: auto; */
}
@media (max-width: 1300px) {
  .account-cards .slick-arrow {
    bottom: -85px;
  }
}
@media (max-width: 992px) {
  .account-cards .slick-arrow {
    bottom: -113px;
  }
}

.accountCards .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: 200px;
}
.account-cards .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.account-cards .slick-arrow.slick-prev {
  bottom: -110px;
}
@media (max-width: 1300px) {
  .account-cards .slick-arrow.slick-prev {
    bottom: -110px;
  }
}
@media (max-width: 992px) {
  .account-cards .slick-arrow.slick-prev {
    bottom: -135px;
  }
}
.accountCards .slick-arrow.slick-prev {
  right: 200px;
  bottom: -10px;
}

.accountCards .slick-arrow::before,
.account-cards .slick-arrow::before {
  display: none;
}

.custom-flex {
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}

@media (max-width: 1200px) {
  .custom-flex {
    gap: 30px;
  }
}
.custom-flex .card {
  max-width: 350px;

}
.account-cards .slick-slide {
  width: 100% !important;
}

.accountInformation {
  gap: 30px;
}

@media (max-width: 1200px) {
  .accountInformation {
    gap: 0;
  }
}

.accountOrderHistory {
  height: 100%;
}

.accountReferal__banner {
  background-color: #fcf2ff;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .accountReferal__banner {
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .accountReferal__banner {
    padding: 30px 20px;
  }
}

.accountReferal__banner-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 1200px) {
  .accountReferal__banner-text {
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .accountReferal__banner-text {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .accountReferal__banner-text {
    gap: 20px;
  }
}

.accountReferal__banner-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 39px;
  text-align: left;
  color: #3b3b3b;
}

@media (max-width: 1440px) {
  .accountReferal__banner-title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .accountReferal__banner-title {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 992px) {
  .accountReferal__banner-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.accountReferal__item {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.accountReferal__share {
  max-width: 360px;
}

@media (max-width: 1440px) {
  .accountReferal__share {
    max-width: 100%;
  }
}

.accountReferal__howItWorks {
  padding: 30px 20px;
  width: 100%;
}

.accountReferal .manual-title {
  font-size: 22px;
  line-height: 39px;
  text-align: center;
}

@media (max-width: 992px) {
  .accountReferal .manual-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.accountReferal__code {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}

.accountReferal__code label {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #3b3b3b;
}

.accountReferal__code .input-wrapper {
  display: flex;
  align-items: center;
}

.accountReferal__code input {
  height: 48px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #8c36b1;
  padding: 0 20px;
  width: 100%;
}

.accountReferal__code button {
  height: 48px;
  min-width: 45px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(81.66deg, #832fbd -10.85%, #d06852 107.66%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.accountReferal .succes-copy {
  position: absolute;
  top: 0;
  width: max-content;
  padding: 10px 40px;
  color: #fcf2ff;
  background: linear-gradient(81.66deg, #832fbd -10.85%, #d06852 107.66%);
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0;
  transition: 0.5s;
}

.accountReferal .succes-copy.active {
  opacity: 1;
  transition: 0.5s;
  top: -30px;
}

.accountReferal .howDo__steps {
  margin-top: 0;
  overflow: hidden;
}

@media (max-width: 992px) {
  .accountReferal .howDo__steps {
    gap: 60px;
  }
}

.accountReferal .howDo__steps .manual-title {
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 992px) {
  .accountReferal .howDo__steps-item {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.accountReferal .howDo__steps-item:first-child .howDo__steps-count::after {
  content: "";
  width: 100vw;
  height: 1px;
  border: 1px dashed grey;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  z-index: 0;
  margin: auto;
}

@media (max-width: 992px) {
  .accountReferal .howDo__steps-item:first-child .howDo__steps-count::after {
    transform: rotate(90deg);
    left: auto;
    width: 50vh;
    top: 375px;
  }
}

.accountReferal .howDo__steps-item:last-child .howDo__steps-count::after {
  content: "";
  width: 100vw;
  height: 2px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  z-index: 0;
  margin: auto;
  background-color: #fafafa;
}

@media (max-width: 992px) {
  .accountReferal .howDo__steps-item:last-child .howDo__steps-count::after {
    width: 3px;
    height: 200%;
    top: 96px;
    left: auto;
  }
}

.accountReferal .howDo__steps-count {
  max-width: 48px;
  min-width: 48px;
  max-height: 48px;
  min-height: 48px;
  font-size: 23.83px;
  font-weight: 700;
  line-height: 31.78px;
  letter-spacing: -0.7944499850273132px;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  position: relative;
}

.accountReferal .howDo__steps-border {
  width: 70%;
  top: 25px;
  left: 100px;
  display: none;
}

@media (max-width: 992px) {
  .accountReferal .howDo__steps-border {
    left: -200px;
    min-width: 450px;
    max-width: 450px;
  }
}

.accountReferal .howDo__steps-info {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .accountReferal .howDo__steps-info {
    margin-right: 50px;
  }
}

.accountNovaMiles .manual-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.01em;
}

@media (max-width: 1300px) {
  .accountNovaMiles .manual-title {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .accountNovaMiles .manual-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .accountNovaMiles .manual-title {
    font-size: 30px;
  }
}

.accountNovaMiles__item {
  padding: 30px;
  background-color: #fafafa;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .accountNovaMiles__item {
    padding: 30px 20px;
  }
}

.accountNovaMiles_welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .accountNovaMiles_welcome {
    flex-direction: column;
    align-items: center;
  }
}

.accountNovaMiles__row {
  margin-top: 20px;
  position: relative;
  /* z-index: -1; */
}

@media (max-width: 1570px) {
  .accountNovaMiles__row {
    flex-direction: column;
  }
}

.accountNovaMiles .map {
  max-width: 697px;
  margin-top: -40px;
}

@media (max-width: 1570px) {
  .accountNovaMiles .map {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .accountNovaMiles .map {
    margin-top: -70px;
  }
}

@media (max-width: 576px) {
  .accountNovaMiles .map {
    margin-top: -60px;
  }
}

.accountNovaMiles .table-wrapper {
  padding-top: 30px;
}

.accountNovaMiles .table-wrapper .manual-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 39px;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .accountNovaMiles .table-wrapper .manual-title {
    margin-bottom: 30px;
  }
}

.accountNovaMiles .table-wrapper td:last-child {
  color: #00b907;
}
#modalChangeAvatar {
  width: 100%;
  max-width: 480px;
  height: max-content;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#modalChangeAvatar .btn-red {
  max-width: 100%;
}

#modalChangeAvatar .modal-footer {
  margin-top: 30px;
}

#modalChangeAvatar .modal-footer #addAvatar {
  position: relative;
}

#modalChangeAvatar .modal-footer #fileInput {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.accountDeleted {
  margin-top: 30px;
}

.accountDeleted .btn-dark {
  max-width: 350px;
  height: 60px;
  border-radius: 15px;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .accountDeleted .btn-dark {
    font-size: 16px;
  }
}

.accountDeleted .manual-title {
  text-align: center;
}

@media (max-width: 992px) {
  .accountDeleted .manual-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.accountDeleted .manual-text {
  max-width: 60%;
  text-align: center;
}

@media (max-width: 992px) {
  .accountDeleted .manual-text {
    max-width: 100%;
  }
}

.acc_delete_step2 {
  display: none;
}

.accountEsims2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accountEsims2__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .accountEsims2__top {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .accountEsims2__top {
    flex-direction: column;
    gap: 30px;
  }
}

.accountEsims2__top-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accountEsims2__top-right {
  max-width: 380px;
  width: 100%;
}
.accountEsims2__top img {
  max-width: 50px;
  min-width: 50px;
}

.accountEsims2__top-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accountEsims2__top .manual-title {
  font-size: 20px;
  line-height: 22px;
}

@media (max-width: 992px) {
  .accountEsims2__top .manual-title {
    font-size: 18px;
  }
}

.accountEsims2__top .manual-text {
  font-size: 16px;
  line-height: 22px;
  color: #858585;
}

.accountEsims2__top .btn-red {
  height: 40px !important;
  margin-top: 0;
}

@media (max-width: 992px) {
  .accountEsims2__top .btn-red {
    max-width: 145px;
  }
}

.accountEsims2__middle {
  border-radius: 20px;
  padding: 30px;
}

@media (max-width: 992px) {
  .accountEsims2__middle {
    padding: 30px 20px;
  }
}

.accountEsims2__middle .manual-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 39px;
  text-align: center;
  margin-bottom: 20px;
}

.accountEsims2__middle-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 992px) {
  .accountEsims2__middle-items {
    flex-direction: column;
    gap: 30px;
  }
}

.accountEsims2__middle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 280px;
}
.accountEsims2__middle-item img {
  max-width: 30px;
  max-height: 30px;
}
.accountEsims2__middle .manual-text {
  font-weight: 800;
}

.accountEsims2__middle .range-wrapper {
  margin-top: -10px;
}

.accountEsims2__middle .text-small {
  margin-top: -8px;
}

.accountEsims2__balance {
  max-width: 240px;
  width: 100%;
  padding: 30px;
}

@media (max-width: 1400px) {
  .accountEsims2__balance {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .accountEsims2__balance {
    padding: 30px 20px;
  }
}

.accountEsims2__balance .btn {
  width: max-content;
  padding: 0 40px;
  margin: auto;
}

.accountEsims2__bottom .manual-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 39px;
  text-align: center;
  color: #3b3b3b;
}

.accountEsims2__bottom .manual-text {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 22px;
  color: #000;
  text-align: center;
  margin: 25px 0;
}

.accountEsims2__promo {
  padding: 30px;
}

@media (max-width: 992px) {
  .accountEsims2__promo {
    padding: 30px 20px;
  }
}

.promo-items {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px;
}

@media (max-width: 1200px) {
  .promo-items {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .promo-items {
    flex-direction: column;
    gap: 30px;
  }
}

.promo-item {
  /* max-width: 250px; */
  width: 100%;
  border-radius: 15px;
  background: linear-gradient(98.41deg, #832fbd -16.52%, #d06852 113.01%);
  padding: 15px 10px;
}

@media (max-width: 992px) {
  .promo-item {
    max-width: 100%;
  }
}

.promo-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.promo .btn {
  font-weight: 500;
  line-height: 18px;
  color: #000;
  max-width: 180px;
  margin: auto;
}

#modalTariffPackages .modal-dialog {
  max-width: 1315px;
}

#modalTariffPackages .modal-content {
  padding: 0;
  overflow: hidden;
}

#modalTariffPackages .modal-left {
  width: calc(100% - 450px);
  padding: 50px 60px;
}

@media (max-width: 1200px) {
  #modalTariffPackages .modal-left {
    padding: 40px 30px;
    width: calc(100% - 310px);
  }
}

@media (max-width: 992px) {
  #modalTariffPackages .modal-left {
    width: 100%;
  }
}

#modalTariffPackages .accountCards {
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 576px) {
  #modalTariffPackages .accountCards {
    margin-top: 10px;
  }
}

#modalTariffPackages .accountCards .card {
  background-color: #fafafa;
  height: 100%;
}

#modalTariffPackages .accountCards .slick-track {
  width: 100% !important;
}

#modalTariffPackages .accountCards .slick-dots li.slick-active {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
}

#modalTariffPackages .accountCards .card__info {
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #modalTariffPackages .accountCards .card__info {
    margin-top: 20px;
  }
}

#modalTariffPackages .accountCards .card__info::before {
  /* top: -35px; */
}

#modalTariffPackages .modal-right {
  padding: 35px 50px;
  background: linear-gradient(71.9deg, #832fbd -46.11%, #d06852 101.06%);
  height: 100%;
}

@media (max-width: 1200px) {
  #modalTariffPackages .modal-right {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  #modalTariffPackages .modal-right {
    padding: 35px 20px;
  }
}

#modalTariffPackages .modal-right-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

#modalTariffPackages .modal-right-img {
  max-width: 350px;
}

@media (max-width: 1200px) {
  #modalTariffPackages .modal-right-img {
    max-width: 250px;
  }
}

#modalTariffPackages .modal-right .card__info {
  margin: 40px 0;
}

#modalTariffPackages .modal-right .card__info::before {
  display: none;
}

#modalTariffPackages .modal-right .card__info .card__text,
#modalTariffPackages .modal-right .card__info .card__price {
  color: #fff;
}

#modalTariffPackages .modal-right .card__info svg path {
  fill: #fff;
}

#modalTariffPackages .modal-right .btn-white:hover {
  background-color: #000;
  color: #fff;
}

[data-tab-target2="supported-contries"] .cards a {
  /* background-color: red;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  max-height: 300px;
  overflow: auto;
  gap: 25px;
  padding: 10px; */
  width: auto;
}

@media (max-width: 768px) {
  [data-tab-target2="supported-contries"] .cards {
    /* grid-template-columns: 1fr 1fr; */
  }
}

@media (max-width: 576px) {
  [data-tab-target2="supported-contries"] .cards {
    /* grid-template-columns: 1fr; */
    gap: 18px;
  }
}

[data-tab-target2="supported-contries"] .card {
  padding: 14px 20px;
  border-radius: 15px;
  background-color: #fafafa;
}

@media (max-width: 576px) {
  [data-tab-target2="supported-contries"] .card svg {
    width: 30px;
    height: 30px;
  }
}

[data-tab-target2="supported-contries"] .card > .justify-content-between > svg {
  width: auto;
  height: auto;
}

[data-tab-target2="supported-contries"] .tab-label-text {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 576px) {
  [data-tab-target2="supported-contries"] .tab-label-text {
    margin-left: -6px;
  }
}

[data-tab-target2="additional-information"] .manual-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  text-align: left;
  color: #3b3b3b;
}

[data-tab-target2="additional-information"] .manual-text {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  [data-tab-target2="additional-information"] svg {
    min-width: 30px;
    min-height: 30px;
  }
}

@media (max-width: 768px) {
  [data-tab-target2="additional-information"] > div {
    margin-top: 48px;
  }

  [data-tab-target2="additional-information"] > div > div {
    gap: 14px;
  }
}

@media (max-width: 768px) {
  #chooseTariff {
    font-size: 16px;
  }
}

.modal__slider .owl-stage-outer {
  padding: 10px 0 20px;
}

@media (max-width: 1300px) {
  .modal__slider .owl-stage-outer {
    padding: 10px 0 20px;
  }
}

.modal__slider .owl-nav {
  display: flex;
  position: absolute;
  bottom: 17px;
  justify-content: center;
  width: 100%;
}

.modal__slider .owl-nav button {
  background-image: url("data:image/svg+xml,%3Csvg width=%2722%27 height=%2721%27 viewBox=%270 0 22 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M6.57375 8.74988H21.0623V12.1249H6.57375L12.1305 17.6816L9.74402 20.0681L0.113281 10.4374L9.74402 0.806641L12.1305 3.19313L6.57375 8.74988Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.modal__slider .owl-nav button.owl-next {
  transform: rotate(180deg);
  margin-top: -1px;
  right: -10%;
}

.modal__slider .owl-nav button.owl-prev {
  left: -10%;
}
@media (max-width: 576px) {
  .modal__slider .owl-nav button.owl-prev {
    left: -30%;
  }
  .modal__slider .owl-nav button.owl-next {
    right: -30%;
  }
}

.modal__slider .owl-nav button span {
  display: none;
}

.modal__slider .owl-dots {
  display: flex;
  gap: 10px;
  height: max-content;
  position: absolute;
  bottom: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
}

.modal__slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00000026;
  pointer-events: all;
}

.modal__slider .owl-dots .owl-dot.active {
  width: 14px;
  height: 14px;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
}

.toggler {
  height: 60px;
  border: 1px solid transparent;
  border-image-slice: 1;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  position: relative;
  width: 100%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
}

@media (max-width: 1200px) {
  .toggler {
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  .toggler {
    flex-direction: column;
    height: 180px;
    border-radius: 20px;
    padding: 20px 30px;
  }
}

.toggler-switch {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  border-radius: 25px;
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  transform: translateX(var(--transform-translateX, 0px));
  z-index: 6;
  transition: 0.5s;
  width: 33.3333333333% !important;
}
.toggler-switch.w-50p {
  width: 50% !important;
}
@media (max-width: 576px) {
  .toggler-switch {
    width: 100% !important;
    height: 60px;
    border-radius: 20px;
    transform: translateY(var(--transform-translateY, 0px));
  }
  .toggler-switch.w-50p {
    width: 100% !important;
  }
}

.toggler::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: block;
  z-index: 5;
}

@media (max-width: 576px) {
  .toggler::after {
    border-radius: 20px;
  }
}

.toggler-tab {
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 7;
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 500;
  line-height: 21.83px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 992px) {
  .toggler-tab {
    font-size: 16px;
    line-height: 20px;
  }
}

.toggler-tab.active {
  -webkit-text-fill-color: #fff !important;
}

.checkout__item {
  background-color: #fafafa;
  border-radius: 30px;
  padding: 30px 38px;
}

@media (max-width: 992px) {
  .checkout__item {
    padding: 40px 20px;
  }
}

.checkout__item-account {
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px #00000014;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  padding: 0 24px;
}

.checkout__item input.bg-white,
.checkout__item .payment input {
  height: 48px;
}

.checkout__item_pb {
  padding-bottom: 47px;
}

.checkout__item-method {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  box-shadow: 0px 4px 15px 0px #00000014;
}

.checkout__item-method:first-child:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%279%27 viewBox=%270 0 14 9%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cline y1=%27-0.5%27 x2=%2710%27 y2=%27-0.5%27 transform=%27matrix%280.712411 0.701762 -0.712411 0.701762 0 0.987305%29%27 stroke=%27black%27/%3E%3Cline y1=%27-0.5%27 x2=%2710%27 y2=%27-0.5%27 transform=%27matrix%28-0.712411 0.701762 0.712411 0.701762 14 0.995117%29%27 stroke=%27black%27/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 7px;
  transition: 0.5s;
  position: absolute;
  right: 24px;
  top: 28px;
}

.checkout__item-method img {
  width: 22px;
}

@media (max-width: 576px) {
  .checkout__item-method .payment__images {
    justify-content: space-between;
    gap: 10px;
  }
}

.checkout__item-method .payment__images img {
  width: 44px;
  height: 28px;
}

@media (max-width: 375px) {
  .checkout__item-method .payment__images img {
    width: 38px;
    height: 22px;
    object-fit: contain;
  }
}

.checkout__item-method:not(:first-child) {
  margin-top: 13px;
}

.checkout__item-method.open:first-child:after {
  transform: rotateX(180deg);
  transition: 0.5s;
}

.checkout__item-method-row {
  padding: 18px 24px;
}

.checkout__item .payment-card-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding: 0 24px 18px;
  display: none;
}

.checkout__item .payment-card-info[style*="display: block"] {
  display: flex !important;
}

.checkout .manual-title {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .checkout .manual-title {
    margin-bottom: 20px;
  }
}

.checkout .manual-text-logout {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: underline;
}

.checkout .manual-text-logout:hover {
  color: inherit;
}

.checkout-billing-address {
  margin-top: 50px;
}

.checkout .payment {
  padding: 20px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0px 4px 15px 0px #00000014;
  border-radius: 15px;
}

@media (max-width: 992px) {
  .checkout .payment {
    gap: 16px;
  }
}

.checkout .payment input {
  border: none;
}

.checkout .card {
  max-width: 100%;
  background: linear-gradient(94.61deg, #832fbd -42.8%, #d06852 105.83%);
  padding: 30px 20px;
  margin-bottom: 30px;
}

.checkout .card__info {
  margin: 0;
  gap: 30px;
}

.checkout .card__info * {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.checkout .card__info svg path {
  fill: #fff;
}

.checkout .card__info::before {
  display: none;
}

.checkout .btn-dark {
  font-size: 16px;
  line-height: 20px;
}

.checkout .checkout-billing-address {
  display: none;
}

.checkoutEnd {
  background-color: #fafafa;
  border-radius: 50px;
  padding: 60px 20px 70px;
}

@media (max-width: 992px) {
  .checkoutEnd {
    border-radius: 40px;
    padding: 40px 20px;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .checkoutEnd h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.checkoutEnd .qr {
  max-width: 228px;
}

@media (max-width: 992px) {
  .checkoutEnd .qr {
    margin-top: 30px;
  }
}

.checkoutEnd .card {
  max-width: 100%;
  background: linear-gradient(94.61deg, #832fbd -42.8%, #d06852 105.83%);
  padding: 30px 20px;
  margin: 30px 0;
}

.checkoutEnd .card__info {
  margin: 0;
  gap: 30px;
}

.checkoutEnd .card__info * {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.checkoutEnd .card__info svg path {
  fill: #fff;
}

.checkoutEnd .card__info::before {
  display: none;
}

.btn-careers {
  max-width: 260px;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .btn-careers {
    max-width: 100%;
  }
}

.propose {
  box-shadow: 0px 5px 10px 0px #33303026;
  background: linear-gradient(228.77deg, #ffffff 52.56%, #bebebe 223.87%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 22px;
  gap: 10px;
  border-radius: 17px;
  position: absolute;
  right: 20px;
  bottom: -30px;
}

@media (max-width: 1200px) {
  .propose {
    padding: 10px 15px;
    gap: 6px;
  }
}

@media (max-width: 992px) {
  .propose {
    padding: 7px 9px;
    gap: 4px;
    bottom: -20px;
  }
}

@media (max-width: 1200px) {
  .propose svg {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 992px) {
  .propose svg {
    width: 19px;
    height: 19px;
  }
}

.propose__count {
  font-family: "Gilroy", sans-serif;
  font-size: 25.24px;
  font-weight: 600;
  line-height: 26.29px;
  letter-spacing: 0.005em;
  color: #4f4f4f;
}

@media (max-width: 1200px) {
  .propose__count {
    font-size: 18px;
    line-height: 20px;
  }
}

.propose__text {
  font-family: "Gilroy";
  font-size: 16.82px;
  font-weight: 500;
  line-height: 26.29px;
  letter-spacing: 0.005em;
  color: #333;
}

@media (max-width: 1200px) {
  .propose__text {
    font-size: 14px;
    line-height: 16px;
  }
}

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

.careers__main_section {
  padding-top: 0;
}

@media (max-width: 992px) {
  .careers h1 {
    text-align: left !important;
  }
}

.main__img_block {
  position: relative;
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .main__img_block {
    padding-right: 50px;
  }
}

@media (max-width: 992px) {
  .main__img_block {
    padding-right: 45px;
    margin-bottom: 60px;
  }
}

.recruitment .howDo__steps {
  overflow: hidden;
}

@media (max-width: 992px) {
  .recruitment .howDo__steps {
    gap: 60px;
  }
}

@media (max-width: 992px) {
  .recruitment .howDo__steps-item {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.recruitment .howDo__steps-item:first-child .howDo__steps-count::after {
  content: "";
  width: 100vw;
  height: 1px;
  border: 1px dashed grey;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  z-index: 0;
  margin: auto;
}

@media (max-width: 992px) {
  .recruitment .howDo__steps-item:first-child .howDo__steps-count::after {
    transform: rotate(90deg);
    left: auto;
    width: 50vh;
    top: 375px;
  }
}

.recruitment .howDo__steps-item:last-child .howDo__steps-count::after {
  content: "";
  width: 100vw;
  height: 5px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  z-index: 0;
  margin: auto;
  background-color: #fff;
}

@media (max-width: 992px) {
  .recruitment .howDo__steps-item:last-child .howDo__steps-count::after {
    width: 3px;
    height: 200%;
    top: 96px;
    left: auto;
  }
}
.business .howDo__steps-count {
  position: relative;
}
.business .howDo__steps-item:last-child .howDo__steps-count::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 100%;
  margin: auto;
  background-color: #121212;
}
@media (max-width: 768px) {
  .business .howDo__steps-item:last-child .howDo__steps-count::after {
    left: 0;
    top: 100%;
  }
}

.recruitment .howDo__steps-count {
  max-width: 80px;
  min-width: 80px;
  max-height: 80px;
  min-height: 80px;
  font-size: 23.83px;
  font-weight: 700;
  line-height: 31.78px;
  letter-spacing: -0.7944499850273132px;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  position: relative;
}

.recruitment .howDo__steps-border {
  width: 100%;
  top: 40px;
  left: 150px;
}

@media (max-width: 992px) {
  .recruitment .howDo__steps-border {
    left: -200px;
    min-width: 450px;
    max-width: 450px;
  }
}

.recruitment .howDo__steps-info {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .recruitment .howDo__steps-info {
    margin-right: 50px;
  }
}

.rules .sectionTitle {
  background: linear-gradient(90deg, #832fbd -9.18%, #d06852 107.1%);
  padding: 33px 0;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .rules .sectionTitle {
    margin-bottom: 40px;
    font-size: 24px;
    padding: 29px 0;
  }
}

.rules .manual-title {
  background: linear-gradient(156.7deg, #832fbd -1.98%, #d06852 84.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.rules .manual-text,
.rules p {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .rules .manual-text,
  .rules p {
    margin-bottom: 30px;
  }
}

.rules__date {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 27.56px;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .rules__date {
    font-size: 20px;
    line-height: 21px;
  }
}

.rules__date span {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-weight: 800;
}

.rules.termz .manual-title,
.rules.privacyPolicy .manual-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #3b3b3b;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.rules.termz .manual-text,
.rules.termz p,
.rules.privacyPolicy .manual-text,
.rules.privacyPolicy p {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .rules.termz .manual-text,
  .rules.termz p,
  .rules.privacyPolicy .manual-text,
  .rules.privacyPolicy p {
    margin-bottom: 30px;
  }
}

.rules.termz .manual-subtitle,
.rules.privacyPolicy .manual-subtitle {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 21.2px;
  color: #3b3b3b;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rules ol {
  list-style: disc;
  margin-left: 20px;
}

.rules ul,
.rules ol {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rules ul li,
.rules ol li {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.rules ul li strong,
.rules ol li strong {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-weight: 800;
}

.supportedDevices__item {
  background-color: #fafafa;
  border-radius: 20px;
  position: relative;
  padding: 38px 40px;
  box-shadow: 0px 4px 15px 0px #0000001a;
  height: max-content;
}

@media (max-width: 992px) {
  .supportedDevices__item {
    padding: 30px 20px;
  }
}

.supportedDevices__item::before {
  content: "";
  width: 4px;
  border-radius: 20px;
  height: 70%;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.supportedDevices .manual-title {
  position: relative;
  cursor: pointer;
}

.supportedDevices .manual-title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2716%27 viewBox=%270 0 24 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.83 0.419922L12 9.58992L21.17 0.419922L24 3.24992L12 15.2499L0 3.24992L2.83 0.419922Z%27 fill=%27%233B3B3B%27/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotateX(0);
  transition: 0.5s;
}

.supportedDevices .manual-title.open::after {
  transform: rotateX(180deg);
  transition: 0.5s;
}

.supportedDevices .manual-text {
  margin-top: 30px;
  display: none;
}

.supportedDevices .devices[style*="display: block"] {
  display: flex !important;
}

.supportedDevices .devices {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  margin-top: 20px;
  display: none;
}

.supportedDevices .devices__item {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #3b3b3b;
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: 14%;
}

@media (max-width: 1440px) {
  .supportedDevices .devices__item {
    width: 20%;
  }
}

@media (max-width: 1200px) {
  .supportedDevices .devices__item {
    width: 25%;
  }
}

@media (max-width: 375px) {
  .supportedDevices .devices__item {
    width: 30%;
  }
}

.supportedDevices .devices__item img {
  width: 22px;
  height: 13px;
}

.manageCookies {
  background-color: #fff;
  width: 50%;
  padding: 100px 90px 100px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: auto;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.5s;
}

@media (max-width: 992px) {
  .manageCookies {
    width: 100%;
    padding: 100px 20px;
  }
}

.manageCookies.open {
  transform: translateX(0);
  transition: 0.5s;
}

.manageCookies > .manual-title {
  font-size: 22px;
  line-height: 23px;
}

@media (max-width: 992px) {
  .manageCookies > .manual-title {
    font-size: 18px;
    line-height: 19px;
  }
}

.manageCookies > .manual-text {
  margin: 20px 0 40px;
}

@media (max-width: 992px) {
  .manageCookies > .manual-text {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 20px;
  }
}

.manageCookies .btn {
  max-width: 238px;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .manageCookies .btn {
    margin-top: 20px;
    border-radius: 15px;
    max-width: 148px;
    font-size: 12px;
    height: 40px !important;
  }
}

.accordions {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 992px) {
  .accordions {
    margin-top: 16px;
  }
}

.accordion {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  padding: 30px 20px;
}

@media (max-width: 992px) {
  .accordion {
    padding: 20px 15px;
  }
}

.accordion__heading {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}

.accordion__heading::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2713%27 viewBox=%270 0 20 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2.35833 0.5L10 7.92009L17.6417 0.5L20 2.78995L10 12.5L0 2.78995L2.35833 0.5Z%27 fill=%27%23BABABA%27/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.accordion__heading.open::after {
  transform: rotateX(180deg);
  transition: 0.5s;
}

.accordion .manual-title {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .accordion .manual-title {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .accordion .manual-text {
    font-size: 14px;
  }
}

.accordion__body {
  margin-top: 30px;
  display: none;
}

@media (max-width: 992px) {
  .accordion__body {
    margin-top: 14px;
  }
}

.accordion .custom-checkbox-reverse {
  position: relative;
}

.accordion .custom-checkbox-reverse input {
  width: 48px !important;
  right: 10px;
}

.accordion .account-custom-checkbox > span::after {
  top: 3px;
}

#modalLangCur .modal-title {
  margin: 0 0 40px;
  color: #3b3b3b;
}

@media (max-width: 992px) {
  #modalLangCur .modal-title {
    margin: 0 0 30px;
  }
}

#modalLangCur .modal-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  #modalLangCur .modal-body {
    gap: 20px;
    margin-bottom: 40px;
  }
}

#modalLangCur .modal-footer {
  display: flex;
}

#modalGetReward .modal-title {
  margin: 20px 0;
}

#modalGetReward form {
  margin-top: 28px;
}

#modalAllRewards .modal-content {
  padding: 40px 30px;
}

#modalAllRewards .modal-title {
  margin: 0;
}

#modalAllRewards .modal-body {
  max-height: 390px;
  overflow: auto;
}

#modalAllRewards .btn-red {
  max-width: 100%;
}

#modalAllRewards .card {
  padding: 10px 20px;
  background-color: #f6f6f6;
  box-shadow: none;
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

#modalAllRewards .card.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#modalAllRewards .card .btn {
  max-width: 120px;
}

@media (max-width: 390px) {
  #modalAllRewards .card .btn {
    max-width: 90px;
  }
}

#modalAllRewards .card__info {
  margin: 0;
}

#modalAllRewards .card__info::before {
  left: -20px;
}

#modalAllRewards .card__info .card__text-small {
  font-family: "Telegraf", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #b8b7b7;
}

#modalTravelConfirm .modal-dialog {
  max-width: 820px;
}

#modalTravelConfirm .modal-header img {
  max-width: 338px;
}

#modalTravelConfirm .btn {
  font-size: 16px;
  max-width: 100%;
}

#modalTravelConfirm .custom-checkbox input + span a:hover {
  background: linear-gradient(90.81deg, #832fbd 9.1%, #d06852 55.89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#modalTravelConfirm .custom-checkbox input + span::before {
  border: 1px solid #d1d1d1;
}

#modalTravelConfirm .custom-checkbox input:checked + span::before {
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width=%275%27 height=%273%27 viewBox=%270 0 11 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 1L3.8125 7L1 4.27273%27 stroke=%27black%27 stroke-width=%271.6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
}

#modalTravelConfirm .manual-title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  color: #3b3b3b;
  margin-top: 30px;
}

#modalTravelConfirm__upload-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.attached-file {
  width: 100%;
  padding: 22px 0;
  background: linear-gradient(270.04deg, #832fbd -23.87%, #d06852 103.61%);
  border-radius: 17px;
  display: none;
  color: #fff;
}

.attached-file svg {
  margin-right: 14px;
}

.upload-box {
  border: 2px dashed #ccc;
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
  background-color: #f8f9fa;
  position: relative;
}

@media (max-width: 768px) {
  .upload-box {
    padding: 20px;
  }
}

.upload-box.dragging {
  border: 2px dashed #3f0808;
}

.upload-box .manual-text {
  font-size: 16px;
}

.upload-box:hover {
  border-color: #3f0808;
}

.number_of_miles {
  font-size: 20px;
}

.number_of_miles span {
  font-size: 24px !important;
}

.upload-box p {
  margin: 10px 0;
  font-size: 16px;
  color: #6c757d;
}

.btn-upload {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000;
  max-width: 200px !important;
  margin: 20px auto 0;
}

.btn-upload:hover {
  border: 1px solid #ccc;
}

.btn-upload svg {
  margin-right: 10px;
}

#modalForgot .modal-title {
  margin: 0 0 40px;
}

@media (max-width: 992px) {
  #modalForgot .modal-title {
    margin: 0 0 30px;
  }
}

#modalForgot .modal-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  #modalForgot .modal-body {
    gap: 20px;
    margin-bottom: 40px;
  }
}

#modalForgot .modal-footer {
  display: flex;
}

#modalForgot #modalForgot_btn {
  margin-top: 0;
  height: 48px !important;
}

.footer {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .footer {
    padding: 40px 0;
  }
}

.footer__content {
  background-color: #fafafa;
  border-radius: 30px 30px 0 0;
  padding: 55px 40px;
}

@media (max-width: 1200px) {
  .footer__content {
    padding: 30px 40px;
  }
}

.footer__logo img {
  max-width: 158px;
}

@media (max-width: 992px) {
  .footer__logo img {
    display: block;
    margin: auto;
  }
}

.footer__text {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 41.8px;
  text-align: left;
  color: #3b3b3b;
}

@media (max-width: 1200px) {
  .footer__text {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 992px) {
  .footer__text {
    text-align: center;
  }
}

.footer__menu .manual-text {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
@media(max-width: 1440px) {
  .footer__menu .manual-text {
    max-width: 80%;
  }
}
@media(max-width: 992px) {
  .footer__menu .manual-text {
    max-width: 100%;
  }
}

.footer__menu .manual-text:hover {
  color: #000;
}

@media (max-width: 1200px) {
  .footer__menu .manual-text {
    margin-top: 18px;
  }
}

@media (max-width: 992px) {
  .footer__menu .manual-text {
    text-align: center;
  }
}

.footer__menu-column-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer__menu-column-2 li:nth-child(even) {
  /* margin-left: 3vw; */
  /* margin-left: 1vw; */
  margin-left: 0;
}

@media (max-width: 992px) {
  .footer__menu-column-2 li:nth-child(even) {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .footer__menu-column-2 {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.footer__title {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 28.6px;
  background: linear-gradient(167.1deg, #832fbd -17.59%, #d06852 87.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  text-wrap: nowrap;
}

@media (max-width: 1200px) {
  .footer__title {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .footer__title {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 0;
  }
}

.footer__bottom {
  padding: 16px 75px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(90.05deg, #832fbd -5.06%, #d06852 107%);
}

@media (max-width: 992px) {
  .footer__bottom {
    padding: 15px 25px;
  }
}

.footer__bottom img {
  width: 48px;
  height: 29px;
}

.footer__bottom .manual-text {
  color: #fff;
  text-align: right;
}

@media (max-width: 992px) {
  .footer__bottom .manual-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}

.front-page .footer {
  padding: 0;
}

.main-page .footer {
  padding: 0 0 60px;
}

@media (max-width: 992px) {
  .main-page .footer {
    padding: 0 0 40px;
  }
}
/* .modal-backdrop {
  pointer-events: all;
} */
#edit_account_form,
.footer {
  /* z-index: -1; */
}
#modalTariffPackages .modal-dialog::after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-body .manual-text b {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
  color: #3b3b3b !important;
}
.blog-body ul li,
.blog-body ol li {
  list-style: none !important;
  display: flex;
  align-items: center;
}
.blog-body ul li::before,
.blog-body ol li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9999 0C5.38321 0 0 5.38309 0 11.9999C0 18.6168 5.38321 24 11.9999 24C18.6167 24 23.9999 18.6168 23.9999 11.9999C23.9999 5.38309 18.6168 0 11.9999 0ZM18.8905 9.97305L11.3516 17.512C11.031 17.8326 10.6049 18.009 10.1516 18.009C9.69832 18.009 9.27221 17.8326 8.95165 17.512L5.10936 13.6697C4.78881 13.3492 4.61225 12.923 4.61225 12.4698C4.61225 12.0163 4.78881 11.5902 5.10936 11.2697C5.42979 10.9491 5.85591 10.7726 6.30932 10.7726C6.7626 10.7726 7.18884 10.9491 7.50927 11.2698L10.1515 13.9119L16.4904 7.57301C16.8109 7.25245 17.237 7.07602 17.6903 7.07602C18.1436 7.07602 18.5697 7.25245 18.8903 7.57301C19.5522 8.23491 19.5522 9.3114 18.8905 9.97305Z' fill='url(%23paint0_linear_600_6572)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_600_6572' x1='8.44996' y1='-7.125' x2='15.2279' y2='22.4586' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23832FBD'/%3E%3Cstop offset='1' stop-color='%23D06852'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: block;
}
.blog-body ul span,
.blog-body ol span {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
  color: #3b3b3b !important;
}
/* .blog-body + h2[dir="ltr"] {
  display: none;
}
body.article [dir="ltr"] span {
  margin-bottom: 10px;
  display: block;
}
.article__title + p[dir="ltr"],
.flex-column-reverse + p[dir="ltr"],
body.article [dir="ltr"] p {
  padding: 0 !important;
}
body.article .flex-column-reverse > [dir="ltr"] {
  display: none;
} */
body.article #column-left {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  body.article #column-left {
    margin-left: 30px;
  }
}

.preloader {
  display: none;
  width: 20px;
  height: 20px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #d06852;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.range-fill {
  transition: width 0.5s ease-in-out;
}

.article > img {
  border-radius: 40px;
}
body.article .section.pt-0 {
  padding-bottom: 0;
}
body.article .article__title {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.article .article__title {
    margin-bottom: 0;
  }
  body.article .flex-column-reverse {
    gap: 0 !important;
  }
  body.article .related-articles {
    margin-bottom: 30px;
  }
}
/* body.article p[dir="ltr"] span {
  font-family: "Telegraf-Regular", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #3b3b3b !important;
} */
.policies .breadcrumbs {
}
.privacyPolicy h2 span,
.policies h2 span {
  /* font-size: 30px !important; */
  font-weight: 800;
}
.policies p span {
  /* font-size: 16px; */
}
#show_more_button {
  max-width: 220px;
  border: 1px solid #000000;
  border-radius: 10px;
  height: 60px;
  margin: 60px auto 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  #show_more_button {
    max-width: 220px;
    border: 1px solid #000000;
    border-radius: 10px;
    height: 50px;
    margin: 30px auto 0;
  }
}
.checkoutSuccess > .section {
  padding: 0;
}
.product-catalog .modal {
  height: 100vh;
}
.block-result-region,
.block-result-country {
  padding-top: 60px;
  opacity: 0;
  /* transition: 0.5s; */
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.custom-hidden {
  opacity: 0;
  /* transition: 0.5s; */
  position: absolute;
  z-index: -1;
}
.custom-show {
  opacity: 1;
  /* transition: 0.5s; */
  position: relative;
  z-index: 5;
  top: auto;
  left: auto;
}
#modalTariff {
  display: none;
}

[data-tab-target2="supported-contries"] .cards {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  [data-tab-target2="supported-contries"] .cards {
    grid-template-columns: 1fr;
  }
}

#sendForm {
  height: 60px;
}

.questions .error-label {
  background-color: #fff;
}

textarea.error {
  background-color: #ffecec;
}
.pageOfCountry__back {
  position: absolute;
  left: 10px;
}
.privacyPolicy .manual-text b,
.policies .manual-text b {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 27.56px;
  text-align: left;
  color: #3b3b3b;
}
.privacyPolicy .manual-text span,
.policies .manual-text span {
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.56px;
  text-align: left;
  color: #3b3b3b;
}
html {
  scroll-behavior: smooth;
}
.block-success-wrapper {
  display: none;
}
.block-success {
  display: flex;
  border-radius: 50px;
  background-color: #fafafa;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 50px;
  height: 100%;
}
.business .block-success {
  background: linear-gradient(116.62deg, rgba(255, 255, 255, 0.24) 1.54%, rgba(255, 255, 255, 0.06) 70.68%);
}
.block-success__title {
  margin-top: 50px;
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 33.92px;
  text-align: center;
  color: #3b3b3b;
}
@media (max-width: 768px) {
  .block-success {
    padding: 30px;
  }
  .block-success svg {
    width: 70px;
    height: 70px;
  }
  .block-success__title {
    font-size: 24px;
    margin-top: 20px;
  }
}
.business .block-success__title {
  color: #fff;
}

.block-success .manual-text {
  margin-top: 20px;
}
#agree:checked + span {
  color: #3b3b3b !important;
}

@media (min-width: 576px) and (max-width: 992px) {
  .container,
  .container-sm {
    max-width: 100vw;
  }
}
#citiesDataList {
  -webkit-appearance: none;
  appearance: none;
  /* background: transparent url('data:image/svg+xml;base64,...') no-repeat right center;
  background-size: 0; */
}
#citiesDataList option {
  color: #3b3b3b;
}
[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.custom-select {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  top: 65px;
  border-radius: 16px;
  overflow: hidden;
  max-height: 400px;
  overflow: auto;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 1570px) {
  .custom-select {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .custom-select {
    max-height: 200px;
  }
}
.custom-select li {
  padding: 8px 15px;
  cursor: pointer;
  font-family: "Telegraf-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.96px;
}
.custom-select li:hover {
  background-color: #eee;
}
.custom-select::-webkit-scrollbar {
  width: 20px !important;
  background-color: #f5f5f5 !important;
  border-radius: 16px !important;
  overflow: hidden;
}
.custom-select::-webkit-scrollbar-thumb {
  background-color: #c3c3c3 !important;
  border-radius: 16px !important;
  height: 30px;
  cursor: grab !important;
}
@media (max-width: 576px) {
  .hero .apps-for-download {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 35px;
  }
  .hero .apps-for-download a {
    width: 100%;
    border-radius: 10px;
    background-color: #000;
    display: flex;
    justify-content: center;
    padding: 4px 0 3px;
  }
  .hero .apps-for-download a:first-child {
    background-color: #000;
  }
  .hero .apps-for-download a:last-child {
    background-color: #fff;
  }
  .hero .apps-for-download img {
    max-height: 45px;
    max-width: 150px;
  }
}

#account-reset h1 {
  font-family: "Telegraf-UltraBold", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #3b3b3b;
  justify-content: center;
}
@media (max-width: 768px) {
  #account-reset h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
#account-reset legend {
  margin-top: 20px;
}
#google-login {
  padding: 10px !important;
}
#google-login * {
  background-color: #fff;
  border: none;
}
.nsm7Bb-HzV7m-LgbsSe .n1UuX-DkfjY {
  width: 40px;
  height: 40px;
}
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  font-size: 16px;
}
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
  font-size: 14px;
}
.entry-btns iframe {
  width: 320px;
}
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  height: 34px;
  width: 30px;
}
.button-box {
  position: relative;
  border: 1px solid #000 !important;
  border-radius: 75px;
  overflow: hidden;
  background-color: #fff;
  width: max-content;
  margin: auto;
  height: 48px;
}
.button-box iframe {
  /* opacity: 0; */
}
.button-box > a,
.button-box > button {
  /* border: 1px solid #000 !important;
  border-radius: 75px;
  overflow: hidden;
  background-color: #fff;
  width: max-content;
  margin: auto; */
}
.button-box > button:hover {
  background-color: #fff;
}
.button-box-label > svg {
  width: 35px;
  padding: 0;
  border-radius: 50%;
}
.button-box-label > span {
  color: #000;
  font-size: 16px;
  font-family: "Telegraf-Regular", sans-serif;
}
.button-box-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  pointer-events: none;
  cursor: pointer;
}
.S9gUrf-YoZ4jf {
  width: 100%;
}
.nsm7Bb-HzV7m-LgbsSe {
  overflow: auto;
}
.nsm7Bb-HzV7m-LgbsSe-Bz112c svg {
  width: 35px;
  height: 35px;
}
.nsm7Bb-HzV7m-LgbsSe-BPrWId {
  width: max-content;
  display: block;
  max-width: max-content;
}
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
  justify-content: center !important;
  gap: 20px;
}
.nsm7Bb-HzV7m-LgbsSe {
  font-size: 18px;
  border: none !important;
}
.menu__item:first-child {
  display: none;
}

 .otp {
  display: none;
 }
 .modal-right {
  position: relative;
 }
 .modal_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.otp__inputs {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.otp__input {
  text-align: center;
  width: 35px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.otp__input.error {
  border-color: red;
}
.otp__resend {
  width: max-content;
  margin: 20px auto 0;
  opacity: .5;
  pointer-events: none;
  display: block;
}
.otp__resend.otp__timer_off {
  opacity: 1;
  pointer-events: all;
  border-bottom: 1px solid #ccc;
}
.otp__timer{}


.gradient-line-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #8C52FF, #FE9150);
    border-radius: 2px;
}

/* Sticky header with rounded top corners */
.sticky-header th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
    /* background-color: #e5e5e5; */
  z-index: 2;
}

.sticky-header th:first-child {
  border-top-left-radius: 12px;
}
.sticky-header th:last-child {
  border-top-right-radius: 12px;
}

/* Bottom rounding for table */
.rounded-table {
  border-collapse: separate;
  border-spacing: 0;
}

.rounded-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.rounded-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
