:root {
  --font-family: "Rubik", sans-serif;
  --content-width: 1520px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --dark-color: #111;
  --black-color: #151515;
  --green-color: #48da3b;
  --grey-color: #858585;
  --mercury-color: #e4e4e4;
  --primary: var(--green-color);
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

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

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

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  background-color: var(--dark-color);
}
.page__body--cab-support .cab-profile__header {
  margin-bottom: 0;
}
.page__body--cookie .air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #111;
    --adp-background-color-hover: var(--green-color);
    --adp-background-color-active: var(--green-color);
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: var(--green-color);
    --adp-background-color-selected-other-month: var(--green-color);
    --adp-color: var(--light-color);
    --adp-color-secondary: var(--light-color);
    --adp-accent-color: var(--green-color);
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: var(--green-color);
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: var(--green-color);
    --adp-cell-background-color-selected-hover: var(--green-color);
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px;
}
.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #111;
    --adp-background-color-hover: var(--green-color);
    --adp-background-color-active: var(--green-color);
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: var(--green-color);
    --adp-background-color-selected-other-month: var(--green-color);
    --adp-color: var(--light-color);
    --adp-color-secondary: var(--light-color);
    --adp-accent-color: var(--green-color);
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: var(--green-color);
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: var(--green-color);
    --adp-cell-background-color-selected-hover: var(--green-color);
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px;
}
.page__body--cookie .air-datepicker-nav {
  border: none;
}

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

a {
  text-decoration: none;
}

.select-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-reset::-ms-expand {
  display: none;
}

button:disabled {
  background-color: var(--grey-color);
  cursor: default;
}

button:disabled:hover {  
  transform: none;
}

input::placeholder {
  color: #717171 !important;
}

p {
  margin: 0;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

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

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

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance:textfield;
}

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

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

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

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

.centered {
  text-align: center;
}

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

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

.main-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 500;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
}

.title {
  margin: 0;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
}

.title-divider {
  position: relative;
}
.title-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 10px;
  width: 70px;
  height: 3px;
  background: var(--green-color);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.svg-anim {
  pointer-events: none;
}
.svg-anim svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-blur] {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.text {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: var(--mercury-color);
}
.text--green {
  font-weight: 500;
  color: var(--green-color);
}
.text--center {
  text-align: center;
}

.about__descr {
  font-size: 19px;
}

.section-padding {
  padding: 153px 0 55px;
}

[class*=copyrights-pane] {
  display: none !important;
}

[class*=ground-pane] {
  -webkit-filter: invert(100%) grayscale(1);
  filter: invert(100%) grayscale(1);
}

.cab-container {
  overflow: hidden;
  padding-left: 300px;
  min-height: 100vh;
  display: flex;
}
.cab-container__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.cab-container--overflow-not {
  overflow: initial;
}

.cab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-bottom: 30px;
  gap: 30px;
}
.cab-title__divider {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px dashed #444;
}
.cab-title__divider::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  border: 1px solid #212121;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-title__divider::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #212121;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-title__divider--reverse::before {
  left: initial;
  right: -4px;
}
.cab-title__divider--reverse::after {
  left: -4px;
  right: initial;
}
.cab-title__text {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
}

.cab-divider {
  position: relative;
}
.cab-divider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px dashed #444;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.cab-wrapper {
  border-radius: 12px;
  padding: 30px;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2), inset 0 3px 0 #464646;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2), inset 0 3px 0 #464646;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.45%, #151515), to(#111));
  background: -o-linear-gradient(top, #151515 35.45%, #111 100%);
  background: linear-gradient(180deg, #151515 35.45%, #111 100%);
}
.cab-wrapper--not-padding {
  padding: 0;
  padding-top: 3px;
}
.cab-wrapper--column-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.cab-subtitle {
  position: relative;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-subtitle--lowercase {
  text-transform: initial;
}
.cab-subtitle--icon-1 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-1.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-2 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-2.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-3 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-3.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-4 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-4.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-5 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-5.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-6 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-6.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-7 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-7::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-7.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-8 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-8::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-8.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-9 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-9::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-9.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-10 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-10::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-10.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-subtitle--icon-11 {
  padding-left: 34px;
  text-align: left;
}
.cab-subtitle--icon-11::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-statistics-icon-11.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cab-section {
  padding: 33px 0;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__item {
  position: relative;
  color: var(--light-color);
}
.nav__item:not(:last-child) {
  margin-right: 40px;
}
.nav__item--active::before {
  content: "";
  position: absolute;
  left: 0;
  top: -56px;
  width: 100%;
  height: 4px;
  background-color: var(--green-color);
}
.nav__link {
  display: block;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn {
  border: 2px solid var(--green-color);
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--light-color);
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,;
}
.btn--bg {
  border: none;
  background-color: var(--green-color);
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn--full {
  width: 100%;
}

.btn--bg-red {
  background-color: #eb5853;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.logo__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.logo__text {
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: var(--light-color);
}
.logo__copyright {
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.social__link {
  position: relative;
  padding-left: 32px;
}
.social__link::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
}
.social__link--tg::before {
  background-image: url("../images/telegram-icon.svg");
}
.social__link--ms::before {
  background-image: url("../images/message-icon.svg");
}

.graph-modal {
  background-color: rgba(17, 17, 17, 0.2);
}
.graph-modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.graph-modal__container {
  border-radius: 12px;
  padding: 40px;
  width: 458px;
  -webkit-box-shadow: 0 4px 150px rgba(72, 218, 59, 0.5);
  box-shadow: 0 4px 150px rgba(72, 218, 59, 0.5);
  color: #fff;
  background-color: #191919;
}
.graph-modal__container--password-reset .graph-modal__content::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 108px;
  height: 108px;
  background-image: url("../images/modal-password-reset.svg");
}
.graph-modal__container--reviews {
  position: relative;
  text-align: center;
}
.graph-modal__container--reviews .graph-modal__close {
  right: 15px;
  top: 15px;
}
.graph-modal__container--reviews .graph-modal__content {
  position: static;
}
.graph-modal__container--reviews .graph-modal__title {
  margin-bottom: 15px;
  padding: 0;
  font-size: 25px;
  color: var(--green-color);
}
.graph-modal__content {
  position: relative;
}
.graph-modal__content--flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.graph-modal__close {
  right: 0;
  top: 0;
  z-index: 10;
  color: #717171;
  background-image: none;
}
.graph-modal__close svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.graph-modal__title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.graph-modal__title-wrapper .graph-modal__title {
  margin: 0;
  padding: 0;
}
.graph-modal__title {
  margin: 0;
  margin-bottom: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--light-color);
}
.graph-modal__red {
  color: #DA3B3B !important;
}
.graph-modal__icon {
  width: 42px;
  height: 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.graph-modal__descr {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: var(--light-color);
}
.graph-modal__descr--grey {
  color: #717171;
  margin-bottom: 20px;
}
.graph-modal__descr--space-bottom {
  margin-bottom: 30px;
}
.graph-modal__link {
  width: 100%;
  max-width: 250px;
}
.graph-modal__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 245px;
  gap: 22px;
}
.graph-modal__text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #717171;
}

.burger {
  --burger-width: 30px;
  --burger-height: 30px;
  --burger-line-height: 3px;
  position: relative;
  z-index: 100;
  display: none;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--green-color);
  background-color: transparent;
  cursor: pointer;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  right: 0;
  border-radius: 10px;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentcolor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 0;
}
.burger::after {
  top: calc(100% - var(--burger-line-height));
}
.burger__line {
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 10px;
  width: 70%;
  height: var(--burger-line-height);
  background-color: currentcolor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.form__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__text {
  font-weight: 400;
  font-size: 15px;
  color: #717171;
}
.form__text--green {
  color: var(--green-color);
}
.form__message-wrapper {
  text-align: center;
}
.form__checkbox-wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.form__checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form__checkbox:checked + .form__label-checkbox {
  background-color: var(--green-color);
}
.form__checkbox:checked + .form__label-checkbox::before {
  opacity: 1;
}
.form__label {
  position: relative;
}
.form__label--manager .selectize-input {
  background-color: #0f0f0f;
  border: none;
}
.form__label--manager .selectize-input.full {
  background-color: #0f0f0f;
  border: none;
}
.form__label--manager .selectize-control.single .selectize-input.input-active, .selectize-input {
  background-color: #0f0f0f;
  border: none;
}
.form__label--title {
  grid-column: 1 / -1;
}
.form__label::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.form__label:last-of-type {
  margin-bottom: 12px;
}
.form__label--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 5px !important;
  align-items: flex-start;
  
}
.form__label--email::before {
  background-image: url("../images/modal-message.svg");
}
.form__label--password::before {
  background-image: url("../images/modal-password.svg");
}
.form__label--user::before {
  background-image: url("../images/modal-user.svg");
}
.form__label--login::before {
  background-image: url("../images/modal-login.svg");
}
.form__label--phone::before {
  background-image: url("../images/modal-phone.svg");
}
.form__label--birth::before {
  background-image: url("../images/modal-birth.svg");
}
.form__label--birth input {
  cursor: pointer;
}
.form__label--city::before {
  background-image: url("../images/modal-city.svg");
  z-index: 2;
}
.form__label--wallet::before {
  background-image: url("../images/adm-settings-wallet-icon.svg");
}
.form__label--sum::before {
  background-image: url("../images/modal-sum.svg");
}
.form__label-eye {
  position: absolute;
  right: 20px;
  top: 15px;
}
.form__label-eye img {
  display: block;
}
.form__label-eye .form__label-show {
  display: none;
}
.form__label-eye--active .form__label-show {
  display: block;
}
.form__label-eye--active .form__label-hide {
  display: none;
}
.form__label-inf {
  display: none;
  margin-top: 10px;
  border-radius: 12px;
  padding: 6px 20px;
  font-weight: 400;
  color: var(--light-color);
  font-size: 14px;
  background-color: var(--green-color);
  cursor: text;
}
.form__label-checkbox {
  position: relative;
  border: 1px solid var(--green-color);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.form__label-checkbox::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 10px;
  background-image: url("../images/modal-agree.svg");
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form__input {
  border: 1px solid var(--green-color);
  border-radius: 12px;
  padding: 18px 20px;
  padding-left: 54px;
  width: 100%;
  color: var(--light-color);
  background-color: transparent;
}
.form__input--modal {
  padding-left: 62px !important;
}

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

.form__input::-webkit-input-placeholder {
  color: #444;
}
.form__input::-moz-placeholder {
  color: #444;
}
.form__input:-ms-input-placeholder {
  color: #444;
}
.form__input::-ms-input-placeholder {
  color: #444;
}
.form__input::placeholder {
  color: #444;
}
.form__input:focus {
  outline: 1px solid var(--light-color);
}
.form__input:focus + .form__label-inf {
  display: block;
}
.form__input--password {
  padding-right: 54px;
}
.form__input--phone-message {
  border: none;
  font-weight: 500;
  font-size: 38px;
  text-align: center;
}
.form__input--phone-message:focus {
  outline: none;
}
.form__input--dark {
  border: none;
  font-size: 15px;
  background-color: #0f0f0f;
}
.form__btn {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
}

.form__role-wrapper {
  position: relative;
  border: 1px solid var(--green-color);
  border-radius: 12px;
  padding: 18px 20px;
}

.form--mb {
  margin-bottom: 15px;
}

.form--verif .form__input {
  border-color: #444;
  color: #717171;

}
.form--offices .form__input {
  border: none;
  background-color: #0f0f0f;
}

video {
  background-color: transparent;
  border-bottom: 1px solid transparent; 
}
/*video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  visibility: hidden;
}*/

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.video__wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 560px;
  height: 315px;
  border-radius: 12px;
}
.video__wrapper video {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ckin__player {
  height: 330px;
  object-fit: cover;
}
.video__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}
.video__bg--1 {
  left: -87px;
  top: -31px;
  width: 695px;
  height: 210px;
  background-image: url("../images/about-video-bg-1.svg");
}
.video__bg--2 {
  left: -55px;
  bottom: -64px;
  width: 665px;
  height: 260px;
  background-image: url("../images/about-video-bg-2.svg");
}
.video__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 525px;
  gap: 15px;
}

.deposits-list {
  border-radius: 12px;
  background-color: #1a1a1a;
}
.deposits-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (25%)[4];
  grid-template-columns: repeat(4, 25%);
  padding: 18px 10px;
}
.deposits-list__item:first-child {
  border-radius: 12px 12px 0 0;
}
.deposits-list__item:last-child {
  border-radius: 0 0 12px 12px;
}
.deposits-list__item:nth-child(2n+1) {
  background-color: var(--black-color);
}
.deposits-list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: var(--light-color);
  word-break: break-word  ;
}
.deposits-list__text:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.deposits-list__text:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.deposits-list__text--bold {
  font-weight: 500;
}
.deposits-list__text--grey {
  color: #717171;
}
.deposits-list__icon-content {
  position: relative;
  padding-left: 34px;
}

.deposits-list__icon-content--padding-left-off {
  padding-left: 0
}

.deposits-list__icon-content::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.deposits-list__icon-content--1::before {
  background-image: url("../images/deposits-icon-1.svg");
}
.deposits-list__icon-content--2::before {
  background-image: url("../images/deposits-icon-2.svg");
}
.deposits-list__icon-content--3::before {
  background-image: url("../images/deposits-icon-3.svg");
}
.deposits-list__icon-content--4::before {
  background-image: url("../images/deposits-icon-4.svg");
}
.deposits-list__icon-content--5::before {
  background-image: url("../images/deposits-icon-5.svg");
}
.deposits-list__status {
  position: relative;
  padding-left: 19px;
  font-weight: 400;
  font-size: 15px;
} 
.deposits-list__status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.deposits-list__status--green::before, .deposits-list__status--red::before, .deposits-list__status--yellow::before {
  background-color: currentcolor;
}
.deposits-list__status--green {
  color: var(--green-color);
}
.deposits-list__status--red {
  color: #e75752;
}
.deposits-list__status--yellow {
  color: #f8b017;
}
.deposits-list__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static !important;
}
.deposits-list__pagination .pagination {
  width: 100%;
}
.deposits-list--padding-bigger .deposits-list__item {
  padding: 23px 20px;
}
.deposits-list--el-3 .deposits-list__item {
  -ms-grid-columns: (33.3333333333%)[3];
  grid-template-columns: repeat(3, 33.3333333333%);
}
.deposits-list--el-5 .deposits-list__item {
  -ms-grid-columns: (20%)[5];
  grid-template-columns: repeat(5, 20%);
}
.deposits-list--el-6 .deposits-list__item {
  -ms-grid-columns: 1.3fr (1fr)[5];
  grid-template-columns: 1.3fr repeat(5, 1fr);
}

.information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.information__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 106px;
  text-align: center;
  background-position: center 0;
  background-size: 74px 85px;
}
.information__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -76px;
  top: 0;
  border-right: 1px dashed #444;
  height: 100%;
}
.information__item--1 {
  background-image: url("../images/hero-statistics-icon-1.svg");
}
.information__item--2 {
  background-image: url("../images/hero-statistics-icon-2.svg");
}
.information__item--3 {
  background-image: url("../images/hero-statistics-icon-3.svg");
}
.information__item--4 {
  background-image: url("../images/hero-statistics-icon-4.svg");
}
.information__item-title {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--light-color);
}
.information__item-title::after {
  bottom: -18px;
  width: 70px;
}
.information__text {
  font-weight: 400;
  font-size: 20px;
  color: var(--light-color);
}

.accordion {
  background-color: var(--black-color);
}
.accordion-page {
  background-color: var(--black-color);
}
.accordion-page.open .accordion__content {
  padding-bottom: 24px;
  opacity: 1;
}
.accordion-page.open .accordion__svg {
  color: var(--green-color);
}
.accordion-page.open .accordion__svg--arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-page.open .politics__counter {
  border-color: var(--green-color);
  color: var(--green-color);
}
.accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  cursor: pointer;
  gap: 40px;
}
.accordion__control-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  cursor: pointer;
  gap: 40px;
}
.accordion__control-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion__svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordion__svg svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.accordion__svg--question {
  margin-right: 10px;
  width: 27px;
  height: 27px;
  color: #464646;
}
.accordion__svg--arrow {
  width: 16px;
  height: 10px;
  color: #757575;
}
.accordion__title {
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
  color: var(--light-color);
}
.accordion__icon {
  position: relative;
}
.accordion__icon::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 1px;
  height: 32px;
  background-color: #2b2b2b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion__content {
  overflow: hidden;
  padding: 0 24px;
  max-height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
  will-change: max-height;
}
.accordion__content-descr {
  position: relative;
  padding-left: 48px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--mercury-color);
}
.accordion__content-descr::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #2b2b2b;
}
.accordion.open .accordion__content {
  padding-bottom: 24px;
  opacity: 1;
}
.accordion.open .accordion__svg {
  color: var(--green-color);
}
.accordion.open .accordion__svg--arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion.open .politics__counter {
  border-color: var(--green-color);
  color: var(--green-color);
}

.aside {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  overflow-y: auto;
  width: 300px;
  height: 100%;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  background-color: var(--black-color);
}
.aside .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.aside__logo {
  display: block;
  border-bottom: 1px solid var(--dark-color);
  padding: 30px;
}
.aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
}
.aside__item--lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
}
.aside__item--lock .aside__item-link {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.aside__item--lock .popup-inf__text {
  left: initial;
  right: 50%;
  border-radius: 12px 12px 0;
  width: 240px;
  color: var(--light-color);
  background-color: var(--green-color);
}
.aside__item--lock .popup-inf__text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent var(--green-color) transparent transparent;
  width: 0;
  height: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.aside__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 30px;
  gap: 20px;
}
.aside__item-link--active {
  background-color: #212121;
}
.aside__item-link--active .aside__item-text {
  color: var(--light-color);
}
.aside__item-link--active .aside__item-icon {
  color: var(--green-color);
}
.aside__item-icon {
  width: 24px;
  height: 24px;
  color: var(--grey-color);
}
.aside__item-icon svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.aside__item-text {
  font-weight: 400;
  font-size: 16px;
  color: var(--grey-color);
}
.aside__copyright {
  margin-top: auto;
  border-top: 1px solid var(--dark-color);
  padding: 30px;
}
.aside__copyright-text {
  font-weight: 400;
  font-size: 15px;
  color: var(--grey-color);
}
.aside--filters {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.aside--filters-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.lang {
  position: relative;
}
.lang__btn {
  position: relative;
  padding-right: 19px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.lang__btn::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 7px;
  background-image: url("../images/arrow-down.svg");
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.lang__btn--active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang__list {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: var(--green-color);
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.lang__list--active {
  -webkit-transform: translateX(-50%) scaleY(1);
  -ms-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1);
}
.lang__item {
  display: block;
  color: var(--light-color);
}
.lang__item:not(:last-child) {
  margin-bottom: 10px;
}

.cab-payment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cab-payment__item {
  position: relative;
}
.cab-payment__item-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  padding: 23px 16px;
  padding-right: 50px;
  padding-left: 74px;
  height: 100%;
  background-position: 16px center;
  background-size: 42px 42px;
  background-color: #191919;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.cab-payment__item-text {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-payment__item-text--lowercase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  text-transform: lowercase;
}
.cab-payment__item-subtext {
  font-size: 5px;
}
.cab-payment__label {
  cursor: pointer;
}
.cab-payment__radio {
  display: none;
}
.cab-payment__radio:checked + .cab-payment__item-content {
  -webkit-box-shadow: inset 4px 0 0 #48da3b;
  box-shadow: inset 4px 0 0 #48da3b;
  background-color: #242424;
}
.cab-payment__radio:checked + .cab-payment__item-content .cab-payment__checkbox {
  background-color: var(--green-color);
}
.cab-payment__radio:checked + .cab-payment__item-content .cab-payment__checkbox svg {
  fill: var(--dark-color);
}
.cab-payment__checkbox {
  position: absolute;
  right: 16px;
  top: 50%;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  background-color: var(--dark-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.cab-payment__checkbox svg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 10px;
  fill: #242424;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.pagination__wrapper--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  column-gap: 50px;
  row-gap: 20px;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pagination__wrapper--btn {
  max-width: 90px;
  width: 100%;
}
.pagination__btn {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #717171;
  display: block;
}
.pagination__btn--back {
  padding-left: 34px;
}
.pagination__btn--back::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background-image: url("../images/reviews-left.svg");
}
.pagination__btn--next {
  padding-right: 34px;
  text-align: right;
}
.pagination__btn--next::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background-image: url("../images/reviews-right.svg");
}
.pagination__btn--active {
  font-weight: 500;
  color: var(--mercury-color);
}

.cab-text {
  font-weight: 400;
  font-size: 15px;
  color: #717171;
  transition: color 0.3s ease-in-out;
}
.cab-text--bold {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--green-color);
}
.cab-text--white {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-text--green {
  font-weight: 500;
  color: var(--green-color);
}

.notify-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px 2px 0 8px;
  width: 450px;
  max-height: 700px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  background-color: #212121;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.notify-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  border-style: solid;
  border-width: 0 7.5px 9px;
  border-color: transparent transparent #212121;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.notify-list--cab {
  left: 0;
  transform: translate(-47.3%, 30px);
}
.notify-list--cab.notify-list--active {
  transform: translate(-47.3%, 20px);
}
.notify-list .simplebar-track.simplebar-vertical {
  background-color: #393939;
}
.notify-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  gap: 32px;
}
.notify-list__item .notify-list__item-icon {
  background-color: #1C1C1C;
  border-radius: 12px;
  padding: 10px;
}
.notify-list__item-icon--yellow {
  color: #F3BA2F;
}
.notify-list__item--nowrap {
  white-space: nowrap;
}
.notify-list__item:not(:last-child) {
  border-bottom: 1px solid var(--black-color);
}
.notify-list__item--read {
  color: #717171;
}
.notify-list__item--read .cab-red {
  color: #717171 !important;
}
.notify-list__item-login {
  color: var(--green-color);
  font-weight: 600;
}
.notify-list__item--read .notify-list__item-icon,
.notify-list__item--read .notify-list__item-title,
.notify-list__item--read .notify-list__item-descr,
.notify-list__item--read .notify-list__item-login {
  color: currentcolor !important;
}
.notify-list__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--green-color);
}
.notify-list__item-icon--color-red {
  color: #EB5853;
}
.notify-list__item-icon--color-yellow {
  color: #F3BA2F;
}
.notify-list__item-icon--color-blue {
  color: #2FA1F3;
}
.notify-list__item-icon svg {
  width: 24px;
  display: block;
  height: 24px;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.notify-list__item-icon object {
  width: 24px;
  display: block;
  height: 24px;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.notify-list__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.notify-list__text-wrapper::after {
  left: -16px;
  right: initial;
  height: 100%;
}
.notify-list__item-title {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--green-color);
}

.notify-list__item-title--color-red {
  color: #EB5853;
}

.notify-list__item-title--color-yellow {
  color: #F3BA2F;
}
.notify-list__item-title--color-blue {
  color: #2FA1F3;
}

.notify-list__item-descr {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #d9d9d9;
  display: inline-block;
  text-align: left;
  word-break: initial;
}
.notify-list__item-descr--bold {
  font-weight: 600;
}
.notify-list__item-descr::after {
  left: -16px;
  right: initial;
  height: 100%;
}
.notify-list__item-descr--green {
  color: var(--green-color);
}
.notify-list__item-descr--tariff {
  color: var(--tariff-color);
}
.notify-list__item-descr--blue {
  color: #00a490;
}
.notify-list__btn {
  padding: 5px 15px;
  font-size: 12px;
}
.notify-list--empty {
  padding: 25px;
  height: 100px;
  text-align: center;
  max-width: 300px;
  border-radius: 8px;
}

.notify-list--empty .simplebar-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notify-list--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}

.slider-wrapper {
  position: relative;
}
/*.slider-wrapper--mb {
  margin-bottom: 80px;
}*/
.slider-wrapper .swiper-tariffs {
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
}
.slider-wrapper .swiper-button-prev,
.slider-wrapper .swiper-button-next {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background-size: 32px;
  background-color: #191919;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.slider-wrapper .swiper-button-prev::before, .slider-wrapper .swiper-button-prev::after,
.slider-wrapper .swiper-button-next::before,
.slider-wrapper .swiper-button-next::after {
  display: none;
}
.slider-wrapper .swiper-button-prev {
  left: -100px;
  background-image: url("../images/tariffs-swiper-prev.svg");
}
.slider-wrapper .swiper-button-next {
  right: -100px;
  background-image: url("../images/tariffs-swiper-next.svg");
}
.slider-wrapper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-wrapper .swiper-pagination--cab {
  bottom: -30px;
}
.slider-wrapper .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 7.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  border: 2px solid #212121;
  border-radius: 150px;
  width: 14px;
  height: 14px;
  background: none;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.slider-wrapper .swiper-pagination-bullet-active {
  border: 2px solid var(--green-color);
  background-color: var(--green-color);
}

.cookie {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 10;
  border-radius: 12px;
  width: 100%;
  min-width: 287px;
  max-width: 680px;
  background-color: rgba(17, 17, 17, 0.8);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  gap: 15px;
}
.cookie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 22px;
  gap: 10px;
}
.cookie__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--light-color);
}
.cookie--hidden {
  opacity: 0;
  visibility: hidden;
}

.popup-inf {
  position: relative;
}
.popup-inf__img {
  cursor: pointer;
  display: block;
}
.popup-inf__text {
  position: absolute;
  left: 50%;
  top: -15px;
  border-radius: 12px 12px 12px 0;
  padding: 15px;
  width: 185px;
  background-color: var(--black-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.popup-inf__text--active {
  opacity: 1;
  visibility: visible;
}
.popup-inf__text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  border-color: var(--black-color) transparent transparent transparent;
  width: 0;
  height: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.popup-inf__text-green {
  color: var(--green-color);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 30px 0;
  width: 100%;
  min-width: 320px;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.btn-reset a {
  color: #fff;
}

.hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/hero-bg.svg");
  /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
  position: relative;
  background-position: center 0;
  padding-bottom: 0;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 400px;
  background-color: rgba(17, 17, 17, 0.85);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.hero__animation {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
.hero__animation svg {
  height: initial;
}
.hero__content {
  position: relative;
  z-index: 1;
  margin-top: -295px;
}

.tariffs {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/section-bg.png");
  /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
  padding: 60px 0 108px;
}
.tariffs__inf {
  color: #858585;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
.tariffs__title {
  margin-bottom: 35px;
}
.tariffs__cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  padding: 24px 20px 30px;
  background: #151515;
  background-size: auto 100%;
}
.tariffs__cards-item--lock {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tariffs__cards-item--lock::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 36px;
  height: 45px;
  background-image: url("../images/tariffs-lock.svg");
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tariffs__cards-item--lock::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 12px;
  width: 100%;
  height: calc(100% - 3px);
  background-color: rgba(21, 21, 21, 0.75);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.tariffs__cards-item--lock .tariffs__cards-btn {
  border-color: rgba(72, 218, 59, 0.5);
}

.tariffs__cards-item--any {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 var(--tariff-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 var(--tariff-color);
}
.tariffs__cards-item--any .tariffs__cards-title::after {
  background-color: var(--tariff-color);
}
.tariffs__cards-item--1 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #48da3b;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #48da3b;
  background-image: url("../images/tariffs-item-bg-1.svg");
}
.tariffs__cards-item--1 .tariffs__cards-title::after {
  background-color: var(--green-color);
}

.tariffs__cards-item--2 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #00a490;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #00a490;
  background-image: url("../images/tariffs-item-bg-2.svg");
}
.tariffs__cards-item--2 .tariffs__cards-title::after {
  background-color: #00a490;
}
.tariffs__cards-item--3 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #1acff7;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #1acff7;
  background-image: url("../images/tariffs-item-bg-3.svg");
}
.tariffs__cards-item--3 .tariffs__cards-title::after {
  background-color: #1acff7;
}
.tariffs__cards-item--4 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #3b4bda;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #3b4bda;
  background-image: url("../images/tariffs-item-bg-4.svg");
}
.tariffs__cards-item--4 .tariffs__cards-title::after {
  background-color: #3b4bda;
}
.tariffs__cards-item--5 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #a73bda;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #a73bda;
  background-image: url("../images/tariffs-item-bg-5.svg");
}
.tariffs__cards-item--5 .tariffs__cards-title::after {
  background-color: #a73bda;
}
.tariffs__cards-item--6 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #f71ab9;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #f71ab9;
  background-image: url("../images/tariffs-item-bg-6.svg");
}
.tariffs__cards-item--6 .tariffs__cards-title::after {
  background-color: #f71ab9;
}
.tariffs__cards-item--7 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #f3ba2f;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #f3ba2f;
  background-image: url("../images/tariffs-item-bg-7.svg");
}
.tariffs__cards-item--7 .tariffs__cards-title::after {
  background-color: #f3ba2f;
}
.tariffs__cards-item--8 {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #da3b3b;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), inset 0 3px 0 #da3b3b;
  background-image: url("../images/tariffs-item-bg-8.svg");
}
.tariffs__cards-item--8 .tariffs__cards-title::after {
  background-color: #da3b3b;
}
.tariffs__cards-title {
  margin: 0;
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--light-color);
}
.tariffs__cards-title::after {
  bottom: -13px;
  width: 86px;
}
.tariffs__cards-btn {
  border-color: var(--green-color);
  min-width: 206px;
}
.tariffs__list {
  margin-bottom: 20px;
  width: 100%;
}
.tariffs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.tariffs__item:not(:last-child) {
  margin-bottom: 20px;
}
.tariffs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 1px dashed #464646;
  width: 100%;
}
.tariffs__item-text {
  font-weight: 400;
  font-size: 15px;
  color: var(--mercury-color);
}
.tariffs__item-text--grey {
  color: var(--grey-color);
}

.deposits {
  padding: 59px 0;
  background-color: var(--dark-color);
}
.deposits__title {
  margin-bottom: 50px;
}
.deposits__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.partner {
  padding: 68px 0;
}
.partner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partner__animation {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  width: 100%;
  max-width: 448px;
}
.partner__text-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.partner__title {
  margin-bottom: 30px;
  text-align: left;
}
.partner__text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  color: var(--light-color);
}
.partner__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  gap: 10px;
}
.partner__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid var(--green-color);
  border-left: 1px solid var(--green-color);
  border-radius: 13px;
  padding: 10px 20px;
  padding-left: 74px;
  text-transform: uppercase;
  background-position: 14px center;
  background-size: 50px 44px;
}
.partner__item--1 {
  background-image: url("../images/partner-icon-1.svg");
}
.partner__item--2 {
  background-image: url("../images/partner-icon-2.svg");
}
.partner__item--3 {
  background-image: url("../images/partner-icon-3.svg");
}
.partner__item-title {
  margin: 0;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 39px;
  line-height: 1;
  color: var(--green-color);
}
.partner__item-text {
  font-weight: 500;
  font-size: 15px;
  color: var(--light-color);
}
.partner__btn {
  min-width: 250px;
  font-size: 20px;
}

.steps {
  counter-reset: steps;
  padding: 60px 0;
  background-color: var(--dark-color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/section-bg.png");
  /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
}
.steps__title {
  margin-bottom: 30px;
}
.steps__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.steps__item {
  position: relative;
  border-radius: 12px;
  padding: 30px;
  min-height: 186px;
  background-color: #242424;
}
.steps__item::before {
  counter-increment: steps;
  content: "0" counter(steps);
  position: absolute;
  right: 16px;
  top: 0;
  font-weight: 800;
  font-size: 106px;
  line-height: 126px;
  letter-spacing: -0.04em;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-transform: uppercase;
  background: -o-linear-gradient(309.97deg, rgba(255, 255, 255, 0.24) 32.06%, rgba(255, 255, 255, 0) 97.71%);
  background: linear-gradient(140.03deg, rgba(255, 255, 255, 0.24) 32.06%, rgba(255, 255, 255, 0) 97.71%);
  -webkit-background-clip: text;
  background-clip: text;
  background-blend-mode: overlay;
  opacity: 0.2;
}
.steps__item-arrow {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -41px;
  top: 50%;
  z-index: 1;
  border: 9px solid var(--dark-color);
  border-radius: 100%;
  width: 57px;
  height: 57px;
  background-image: url("../images/arrow-right.svg");
  background-size: 20px 14px;
  background-color: #151515;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.steps__item-title {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--light-color);
}
.steps__item-descr {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--grey-color);
}

.map {
  padding: 60px 0 80px;
}
.map__title {
  margin-bottom: 55px;
}
.map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
  max-width: 490px;
  gap: 40px;
}
.map__item {
  position: relative;
}
.map__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  border-bottom: 1px dashed #444;
  width: 100%;
}
.map__item-title {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 20px;
  color: var(--light-color);
}
.map__item-title::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/map-icon-1.svg");
}
.map__item-descr {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: var(--grey-color);
}
.map__animation {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 550px;
}

.about {
  padding: 60px 0 47px;
  background-color: var(--dark-color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/section-bg.png");
  /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
}
.about__title {
  margin-bottom: 75px;
}
.about__content {
  margin-bottom: 124px;
}
.about__video-wrapper {
  margin-right: 145px;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

.app__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.app__descr-wrapper {
  gap: 30px;
  display: flex;
  flex-direction: column;
  max-width: 310px;
  width: 100%;
}
.app__descr {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #858585;
}
.app__links-wrapper {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app__link {
  background-color: #191919;
  border-radius: 25px;
  padding: 26px;
  padding-left: 123px;
  position: relative;
  font-weight: 500;
  font-size: 34px;
  color: var(--light-color);
}
.app__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  background-size: cover;
  background-position: center;
}
.app__link--google::before {
  background-image: url("../images/app-google-icon.svg");
  width: 45px;
  height: 48px;
}
.app__link--app-store::before {
  background-image: url("../images/app-store-icon.svg");
  width: 45px;
  height: 53px;
}

.company {
  padding: 153px 0 55px;
}
.company__title {
  margin-bottom: 108px;
}
.company__video-wrapper {
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
}
.company__text-wrapper {
  margin-right: 120px;
  max-width: 550px;
}

.choice {
  padding: 42px 0;
}
.choice__title {
  margin-bottom: 30px;
}
.choice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.choice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  background: #242424;
}
.choice__item-img {
  margin-right: 35px;
}
.choice__item-text {
  position: relative;
  max-width: 840px;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--light-color);
}
.choice__item-text::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  border-radius: 10px;
  width: 3px;
  height: 42px;
  background-color: #464646;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.statistics__finance {
  padding: 153px 0 60px;
}
.statistics__information {
  padding: 65px 0 60px;
}
.statistics__title {
  margin-bottom: 33px;
}
.statistics__text {
  margin-bottom: 73px;
}
.statistics__content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
.statistics__content-title {
  margin: 0;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--light-color);
}
.statistics__item-payment {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.reviews__title {
  margin-bottom: 33px;
}
.reviews__text {
  margin-bottom: 73px;
}
.reviews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 35px;
  gap: 20px;
}
.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  padding: 24px;
  background-color: #191919;
  gap: 24px;
}
.reviews__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__info-icon {
  margin-right: 18px;
}
.reviews__info-rate {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.reviews__info-rate--like {
  background-image: url("../images/reviews-like.svg");
}
.reviews__info-rate--dislike {
  background-image: url("../images/reviews-dislike.svg");
}
.reviews__info-text {
  font-weight: 400;
  font-size: 17px;
  color: var(--light-color);
}
.reviews__info-date {
  margin-right: 17px;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: var(--mercury-color);
}
.reviews__info-descr {
  position: relative;
  padding-left: 64px;
}
.reviews__info-descr::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #2b2b2b;
}
.reviews__info-title {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--light-color);
}
.reviews__info-description {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--mercury-color);
}

.add-review {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  background-image: url("../images/section-bg.png");
}
.add-review__title {
  margin-bottom: 35px;
}
.add-review__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.add-review__form--black .add-review__input {
  border: none;
  background-color: #0f0f0f;
}
.add-review__form--black .add-review__input::-webkit-input-placeholder {
  color: #717171;
}
.add-review__form--black .add-review__input::-moz-placeholder {
  color: #717171;
}
.add-review__form--black .add-review__input:-ms-input-placeholder {
  color: #717171;
}
.add-review__form--black .add-review__input::-ms-input-placeholder {
  color: #717171;
}
.add-review__form--black .add-review__input::placeholder {
  color: #717171;
}
.add-review__form--black .add-review__input:focus {
  outline: 1px solid var(--green-color);
}
.add-review__form--black .adm-users-full__item {
  height: 51px;
}
.add-review__form--black .adm-users-full__item:focus-within {
  outline: 1px solid var(--green-color);
}
.add-review__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.add-review__label--select {
  position: relative;
}
.add-review__label--select::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 26px;
  top: 24px;
  width: 12px;
  height: 7px;
  background-image: url("../images/arrow-down.svg");
  pointer-events: none;
}
.add-review__label--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.add-review__label--grow input {
  width: 100%;
}
.add-review__select {
  border: 1px solid var(--green-color);
  border-radius: 12px;
  padding: 17px 20px;
  padding-right: 52px;
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
  background-color: transparent;
}
.add-review__select option {
  background-color: var(--dark-color);
}
.add-review__select:focus {
  outline: 1px solid var(--light-color);
}
.add-review__input {
  border: 1px solid var(--green-color);
  border-radius: 12px;
  padding: 17px 20px;
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
  background-color: transparent;
}
.add-review__input::-webkit-input-placeholder {
  color: var(--light-color);
}
.add-review__input::-moz-placeholder {
  color: var(--light-color);
}
.add-review__input:-ms-input-placeholder {
  color: var(--light-color);
}
.add-review__input::-ms-input-placeholder {
  color: var(--light-color);
}
.add-review__input::placeholder {
  color: var(--light-color);
}
.add-review__input:focus {
  outline: 1px solid var(--light-color);
}
.add-review__input--textarea {
  width: 100%;
  height: 136px;
  resize: none;
}
.add-review__input--textarea-dark {
  border: none;
  background-color: #0f0f0f;
}
.add-review__btn {
  margin: 0 auto;
  min-width: 250px;
}
.add-review__subtitle {
  margin-bottom: 30px;
}
.add-review__auth-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.add-review .adm-users-full__item {
  width: 100%;
  max-width: 300px;
}

.faq .accordion:first-of-type {
  border-radius: 12px 12px 0 0;
}
.faq .accordion:last-of-type {
  border-radius: 0 0 12px 12px;
}
.faq__title {
  margin-bottom: 33px;
}
.faq__text {
  margin-bottom: 73px;
}
.faq__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1px;
}

.politics {
  counter-reset: politics;
  padding: 151px 0 50px;
}
.politics__title {
  margin-bottom: 30px;
}
.politics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
  gap: 30px;
}
.politics__descr {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--mercury-color);
}
.politics__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17px;
  border: 2px solid #464646;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  color: #717171;
  -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.politics__counter::before {
  counter-increment: politics;
  content: counter(politics);
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: currentcolor;
}
.politics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.politics__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--mercury-color);
}

.contacts__title {
  margin-bottom: 33px;
}
.contacts__footer-inf {
  color: #858585;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}
.contacts__lists-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 45px;
  gap: 30px;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}
.contacts__list--flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__item {
  position: relative;
}
.contacts__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -47px;
  top: 50%;
  border-right: 1px dashed #444;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contacts__item--border:not(:last-child)::after {
  right: -25px;
}
.contacts__item-title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: var(--grey-color);
}
.contacts__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.contacts__item-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  background-size: 24px 24px;
  background-color: var(--black-color);
}
.contacts__item-icon--ml {
  background-image: url("../images/message-icon.svg");
}
.contacts__item-icon--tg {
  background-image: url("../images/telegram-icon.svg");
}
.contacts__item-icon--wh {
  background-image: url("../images/contacts-icon-whatsapp.svg");
}
.contacts__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
  gap: 8px;
}
.contacts__map-wrapper {
  position: relative;
  width: 100%;
  background-color: var(--dark-color);
}
.contacts__map {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 482px;
}
.contacts__map > ymaps {
  border-radius: 12px;
  overflow: hidden;
}
.contacts__map-information {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px 12px 0;
  width: 420px;
  background-color: rgba(17, 17, 17, 0.75);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
}
.contacts__map-text {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 23px 20px;
}
.contacts__map-title {
  position: relative;
  margin: 0;
  padding-left: 33px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--light-color);
}
.contacts__map-title::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -1px;
  top: -5px;
  width: 24px;
  height: 24px;
  background-image: url("../images/contacts-icon-offices.svg");
}
.contacts__map-list {
  padding: 20px;
  max-height: 338px;
}
.contacts__map-item:not(:last-child) {
  margin-bottom: 20px;
}
.contacts__map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  gap: 12px;
}
.contacts__icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 6px;
  top: 13px;
  gap: 10px;
}
.contacts__map-arrow {
  width: 8px;
  height: 12px;
  color: #3e3e3e;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.contacts__map-arrow svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__close {
  width: 24px;
  height: 24px;
  color: var(--green-color);
}
.contacts__close svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__map-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  background-size: 24px 24px;
  background-color: #272727;
}
.contacts__map-icon--ps {
  background-image: url("../images/contacts-icon-position.svg");
}
.contacts__map-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 288px;
  gap: 5px;
}
.contacts__map-subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--light-color);
}
.contacts__map-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #858585;
}
.contacts__map-descr--phone {
  display: none;
}
.contacts .simplebar-track.simplebar-vertical {
  background-color: #393939;
}


.cab-profile {
  padding: 30px 0 20px;
}
.cab-profile__notify-pulse {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(72, 218, 59, 0.5);
  box-shadow: 0 0 0 0 rgba(72, 218, 59, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.cab-profile__notify-icon {
  position: relative;
}
.cab-profile__notify-icon--anim svg {
  display: block;
  -webkit-animation: pulseScale 1.5s infinite;
  animation: pulseScale 1.5s infinite;
}
.cab-profile__notify-icon--settings .cab-profile__notify-pulse {
  -webkit-box-shadow: 0 0 0 0 rgba(47, 161, 243, 0.5);
  box-shadow: 0 0 0 0 rgba(47, 161, 243, 0.5);
  background-color: rgba(47, 161, 243, 0.5);
  -webkit-animation: pulseSettings 1.5s infinite;
  animation: pulseSettings 1.5s infinite;
  border-radius: 20px;
}
.cab-profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}
.cab-profile__header--without-margin {
  margin-bottom: 0;
}
.cab-profile__user {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  font-size: 15px;
  color: var(--mercury-color);
}
.cab-profile__user::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/cab-profile-user.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-profile__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.cab-profile__notify-wrapper {
  position: relative;
}
.cab-profile__notify-wrapper::after {
  right: -21px;
}

.cab-profile__notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--green-color);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  gap: 2px;
}

.cab-profile__notify--grey {
  color: var(--grey-color)
}


.cab-profile__notify svg {
  width: 24px;
  height: 24px;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.cab-profile__notify-text {
  border-radius: 6px;
  padding: 4px;
  font-weight: 400;
  font-size: 11px;
  color: var(--light-color);
  background-color: #191919;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.cab-profile__balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 34px;
  gap: 10px;
}
.cab-profile__balance::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  width: 24px;
  height: 24px;
  background-image: url("../images/cab-profile-balance.svg");
}
.cab-profile__balance::after {
  right: -21px;
}
.cab-profile__balance.cab-divider::after {
  display: none;
}
.cab-profile__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cab-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  padding: 21px 18px;
  padding-left: 84px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background-position: 18px center;
  background-size: 54px 54px;
  background-color: var(--black-color);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: default;
  gap: 12px;
}
.cab-profile__item--1 {
  background-image: url("../images/cab-profile-card-icon-1.svg");
}
.cab-profile__item--2 {
  background-image: url("../images/cab-profile-card-icon-2.svg");
}
.cab-profile__item--3 {
  background-image: url("../images/cab-profile-card-icon-3.svg");
}
.cab-profile__item--4 {
  background-image: url("../images/cab-profile-card-icon-4.svg");
}
.cab-profile__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.cab-profile__burger {
  --burger-height: 25px;
}
.cab-profile__burger--sm {
  display: none;
}
.cab-profile__text {
  font-size: 14px;
  text-align: center;
}

@-webkit-keyframes pulseScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulseScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@-webkit-keyframes pulseSettings {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes pulseSettings {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 20px rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    box-shadow: 0 0 0 0 rgba(72, 218, 59, 0);
    background-color: rgba(72, 218, 59, 0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.cab-footer {
  margin-top: auto;
  padding: 30px 0;
}
.cab-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cab-footer__link {
  font-weight: 400;
  font-size: 15px;
  color: var(--grey-color);
}

.cab-panel__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cab-panel__side--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cab-panel__ref {
  margin-bottom: 20px;
}
.cab-panel__ref-title {
  margin-bottom: 20px;
}
.cab-panel__ref-text--copy {
  font-weight: 500;
  color: var(--green-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cab-panel__ref-text--copy-active {
  opacity: 1;
  visibility: visible;
}
.cab-panel__input-wrapper {
  position: relative;
  margin-bottom: 22px;
}
.cab-panel__input-wrapper::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/cab-panel-copy.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.cab-panel__ref-input {
  border-radius: 12px;
  padding: 20px;
  padding-right: 50px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: var(--mercury-color);
  background-color: #0f0f0f;
  cursor: pointer;
}
.cab-panel__ref-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
.cab-panel__ref-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.cab-panel__ref-item--divider::after {
  right: -28px;
  height: 46px;
}
.cab-panel__ref-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.cab-panel__ref-wrapper--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cab-panel__text {
  max-width: 85px;
}
.cab-panel__text--white {
  font-weight: 400;
  font-size: 10px;
  color: var(--light-color);
}
.cab-panel__ref-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  background-size: 24px 24px;
  background-color: #191919;
}
.cab-panel__ref-icon--1 {
  background-image: url("../images/cab-panel-ref-icon-1.svg");
}
.cab-panel__ref-icon--2 {
  background-image: url("../images/cab-panel-ref-icon-2.svg");
}
.cab-panel__ref-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #1f1f1f;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  color: var(--light-color);
}
.cab-panel__ref-val--yellow {
  border-color: #f3ba2f;
  color: #f3ba2f !important;
  background-color: transparent;
}
.cab-panel__links-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-image: url("../images/cab-panel-links-bg.svg");
  background-size: 97px 105px;
  gap: 20px;
}
.cab-panel__link {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 12px;
  padding: 29px;
  padding-right: 40px;
  padding-left: 84px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--mercury-color);
  background-position: 10px center;
  background-size: 64px 64px;
  background-color: rgba(33, 33, 33, 0.75);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
}
.cab-panel__link--1 {
  background-image: url("../images/cab-panel-links-icon-1.svg");
}
.cab-panel__link--2 {
  background-image: url("../images/cab-panel-links-icon-2.svg");
}
.cab-panel__link--3 {
  background-image: url("../images/cab-panel-links-icon-3.svg");
}
.cab-panel__link--4 {
  background-image: url("../images/cab-panel-links-icon-4.svg");
}
.cab-panel__link-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  height: 12px;
  color: #3e3e3e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.cab-panel__link-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.cab-panel__link-text {
  max-width: 100px;
}
.cab-panel__balance {
  position: relative;
}
.cab-panel__balance-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 60px;
  background-image: url("../images/cab-panel-balance-bg.svg");
}
.cab-panel__balance-text {
  margin-bottom: 10px;
  padding-right: 80px;
}
.cab-panel__balance-title {
  margin-bottom: 10px;
}
.cab-panel__balance-val--bigger {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--mercury-color);
}
.cab-panel__balance-val--smaller {
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  color: #717171;
}
.cab-panel__balance-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
  max-height: 348px;
}
.cab-panel__balance-list--simplebar .simplebar-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5px;
}
.cab-panel__balance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  padding: 19px 16px;
  padding-left: 74px;
  background-position: 16px center;
  background-size: 42px 42px;
  background-color: rgba(33, 33, 33, 0.5);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: default;
  gap: 5px;
}



.cab-panel__balance-subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-panel__balance-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.cab-panel__wallet {
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cab-panel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 15px;
}
.cab-panel__wrapper--full-width {
  width: 100%;
  margin: 0;
}
.cab-panel__review-inf-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.cab-panel__ref-count {
  border-radius: 8px;
  padding: 8px 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: var(--light-color);
  background-color: #161616;
}

.cab-deposit__subtitle {
  margin-bottom: 20px;
}
.cab-deposit__payment-wrapper {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.cab-deposit__payment {
  margin-bottom: 20px;
}
.cab-deposit__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#191919), to(#191919)), #242424;
  background: -o-linear-gradient(bottom, #191919, #191919), #242424;
  background: linear-gradient(0deg, #191919, #191919), #242424;
  box-shadow: inset 0 3px 0 rgba(var(--tariff-color), 1);
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cab-deposit__item .cab-deposit__item-title::after {
  background-color: rgba(var(--tariff-color), 1);
  transition: opacity 0.3s ease-in-out;
}
.cab-deposit__item:not(.cab-deposit__item--lock) {
  cursor: pointer;
}
.cab-deposit__item--lock {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cab-deposit__item--lock::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 36px;
  height: 45px;
  background-image: url("../images/cab-deposit-lock.svg");
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cab-deposit__item--lock::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 12px;
  width: 100%;
  height: calc(100% - 3px);
  background-color: rgba(17, 17, 17, 0.15);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}



.cab-deposit__item--1 {
  -webkit-box-shadow: inset 0 3px 0 #48da3b;
  box-shadow: inset 0 3px 0 #48da3b;
}
.cab-deposit__item--1 .cab-deposit__item-title::after {
  background-color: var(--green-color);
}
.cab-deposit__item--2 {
  -webkit-box-shadow: inset 0 3px 0 #00a490;
  box-shadow: inset 0 3px 0 #00a490;
}
.cab-deposit__item--2 .cab-deposit__item-title::after {
  background-color: #00a490;
}
.cab-deposit__item--3 {
  -webkit-box-shadow: inset 0 3px 0 #1acff7;
  box-shadow: inset 0 3px 0 #1acff7;
}
.cab-deposit__item--3 .cab-deposit__item-title::after {
  background-color: #1acff7;
}
.cab-deposit__item--4 {
  -webkit-box-shadow: inset 0 3px 0 #3b4bda;
  box-shadow: inset 0 3px 0 #3b4bda;
}
.cab-deposit__item--4 .cab-deposit__item-title::after {
  background-color: #3b4bda;
}
.cab-deposit__item--5 {
  -webkit-box-shadow: inset 0 3px 0 #a73bda;
  box-shadow: inset 0 3px 0 #a73bda;
}
.cab-deposit__item--5 .cab-deposit__item-title::after {
  background-color: #a73bda;
}
.cab-deposit__item--6 {
  -webkit-box-shadow: inset 0 3px 0 #f71ab9;
  box-shadow: inset 0 3px 0 #f71ab9;
}
.cab-deposit__item--6 .cab-deposit__item-title::after {
  background-color: #f71ab9;
}
.cab-deposit__item--7 {
  -webkit-box-shadow: inset 0 3px 0 #f3ba2f;
  box-shadow: inset 0 3px 0 #f3ba2f;
}
.cab-deposit__item--7 .cab-deposit__item-title::after {
  background-color: #f3ba2f;
}
.cab-deposit__item--8 {
  -webkit-box-shadow: inset 0 3px 0 #da3b3b;
  box-shadow: inset 0 3px 0 #da3b3b;
}
.cab-deposit__item--8 .cab-deposit__item-title::after {
  background-color: #da3b3b;
}
.cab-deposit__item-title {
  position: relative;
  margin: 0;
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-deposit__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  border-radius: 10px;
  width: 86px;
  height: 3px;
}
.cab-deposit__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cab-deposit__item-val {
  position: absolute;
  right: -31px;
  top: 5px;
  font-weight: 600;
  font-size: 83px;
  line-height: 1;
  letter-spacing: -0.07em;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-transform: uppercase;
  background: -o-linear-gradient(309.97deg, #2b2b2b 32.06%, rgba(43, 43, 43, 0) 97.71%), -o-linear-gradient(309.97deg, rgba(255, 255, 255, 0.24) 32.06%, rgba(255, 255, 255, 0) 97.71%);
  background: linear-gradient(140.03deg, #2b2b2b 32.06%, rgba(43, 43, 43, 0) 97.71%), linear-gradient(140.03deg, rgba(255, 255, 255, 0.24) 32.06%, rgba(255, 255, 255, 0) 97.71%);
  -webkit-background-clip: text;
  background-clip: text;
  background-blend-mode: normal, overlay;
  -webkit-transition: font 0.3s ease-in-out;
  -o-transition: font 0.3s ease-in-out;
  transition: font 0.3s ease-in-out;
  pointer-events: none;
}
.cab-deposit__radio {
  display: none;
}
.cab-deposit__radio:checked + .cab-deposit__item:not(.cab-deposit__item--lock) .cab-deposit__item-val {
  font-size: 106px;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background: -o-linear-gradient(309.97deg, rgba(255, 255, 255, 0.24) 32.06%, rgba(255, 255, 255, 0) 97.71%);
  background: linear-gradient(140.03deg, rgba(255, 255, 255, 0.24) 32.06%, rgba(255, 255, 255, 0) 97.71%);
  -webkit-background-clip: text;
  background-clip: text;
  background-blend-mode: overlay;
}
.cab-deposit__radio:checked + .cab-deposit__item:not(.cab-deposit__item--lock) .cab-text {
  color: var(--light-color);
}
.cab-deposit__radio:checked + .cab-deposit__item:not(.cab-deposit__item--lock) .cab-deposit__item-title::after {
  opacity: 0;
}
.cab-deposit__radio:checked + .cab-deposit__item:not(.cab-deposit__item--lock) {
  -webkit-box-shadow: inset 4px 0 0 rgba(var(--tariff-color), 1);
  box-shadow: inset 4px 0 0 rgba(var(--tariff-color), 1);
  background: none;
  background-color: rgba(var(--tariff-color), 0.5);
}

.cab-deposit__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.cab-deposit .tabs__panel--active .cab-deposit__item:not(.cab-deposit__item--lock) {
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out, opacity 0.6s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, opacity 0.6s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, opacity 0.6s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.cab-deposit__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.cab-deposit__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.cab-deposit__card::after {
  right: -41px;
  height: 46px;
}
.cab-deposit__card-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  background-size: 24px 24px;
  background-color: #191919;
}
.cab-deposit__card-icon--1 {
  background-image: url("../images/cab-deposit-card-icon-1.svg");
}
.cab-deposit__card-icon--2 {
  background-image: url("../images/cab-deposit-card-icon-2.svg");
}
.cab-deposit__card-icon--3 {
  background-image: url("../images/cab-deposit-card-icon-3.svg");
}
.cab-deposit__card-icon--4 {
  background-image: url("../images/cab-deposit-card-icon-4.svg");
}
.cab-deposit__card-icon--5 {
  background-image: url("../images/cab-deposit-card-icon-5.svg");
}
.cab-deposit__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.cab-deposit__card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-deposit__btn {
  display: block;
  margin: 0 auto;
  padding: 18px;
  min-width: 386px;
}
.cab-deposit .cab-button-prev,
.cab-deposit .cab-button-next {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -35px;
  z-index: 11;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cab-deposit .cab-button-prev.swiper-button-disabled,
.cab-deposit .cab-button-next.swiper-button-disabled {
  opacity: 0.6;
}
.cab-deposit .cab-button-prev {
  left: 0;
  background-image: url("../images/cab-deposit-swiper-prev.svg");
}
.cab-deposit .cab-button-next {
  right: 0;
  background-image: url("../images/cab-deposit-swiper-next.svg");
}

.cab-deposit__content {
  transition: opacity 0.15s ease-in-out;
} 

.cab-money__subtitle {
  margin-bottom: 20px;
}
.cab-money__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}
.cab-money__content--balance-up {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  gap: 10px;
}
.cab-money__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.cab-money__balance {
  color: var(--mercury-color);
}
.cab-money__label {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cab-money__label::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/cab-money-icon.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-money__label::after {
  content: "₽";
  position: absolute;
  right: 20px;
  top: 50%;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--grey-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-money__label--balance-up::before {
  display: none;
}
.cab-money__label--balance-up input {
  padding-left: 20px;
}
.cab-money__label--balance-up input:focus {
  outline: 1px solid var(--green-color);
}
.cab-money__input {
  border: none;
  border-radius: 12px;
  padding: 18px 20px;
  padding-right: 60px;
  padding-left: 54px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: var(--green-color);
  background-color: #0f0f0f;
}
.cab-money__input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.cab-money__input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.cab-money__input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.cab-money__input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.cab-money__input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.cab-money__payment-wrapper {
  margin-bottom: 20px;
}
.cab-money__balance-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #e4e4e4;
  background-color: #0f0f0f;
}
.cab-money__balance-up--active {
  background-color: var(--green-color);
}

.cab-mydep__icon--1::before {
  background-image: url("../images/cab-mydep-icon-1.svg");
}
.cab-mydep__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cab-mydep__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-mydep__subtitle--grey {
  font-size: 22px;
  color: #717171;
}
.cab-mydep__subtitle--unactive {
  margin-bottom: 40px;
}
.cab-mydep__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.cab-mydep__slide-title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tariff-color);
}
.cab-mydep__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.cab-mydep__slide-content--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cab-mydep__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  gap: 30px;
}
.cab-mydep__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 20px 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--light-color);
  background-color: var(--dark-color);
  gap: 10px;
}
.cab-mydep__item-text {
  text-align: right;
  color: var(--tariff-color);
}
.cab-mydep__deposits-btn {
  min-width: 330px;
}
.cab-mydep__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.cab-mydep__slider-wrapper {
  margin-bottom: 30px;
}
.cab-mydep__slider {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.cab-mydep__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cab-mydep__btn--dep-close {
  padding: 16px 20px;
  border-radius: 8px;
}
.cab-mydep .swiper-cab-mydep {
  margin-bottom: 30px;
}
.cab-mydep .swiper-button-prev,
.cab-mydep .swiper-button-next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
}
.cab-mydep .swiper-button-prev,
.cab-mydep .swiper-button-next,
.cab-mydep .swiper-pagination {
  position: static;
}

.cab-history__icon {
  font-size: 14px;
}
.cab-history__icon--1::before {
  background-image: url("../images/cab-history-icon-1.svg");
}
.cab-history__icon--2::before {
  background-image: url("../images/cab-history-icon-2.svg");
}
.cab-history__icon--3::before {
  background-image: url("../images/cab-history-icon-3.svg");
}
.cab-history__icon--4::before {
  background-image: url("../images/cab-history-icon-4.svg");
}
.cab-history__icon--dep-close-before::before {
  background-image: url("../images/cab-history-icon-dep-close-before.svg");
}
.cab-history__icon-payment--1::before {
  background-image: url("../images/cab-history-payment-icon-1.svg");
}
.cab-history__icon-payment--2::before {
  background-image: url("../images/cab-history-payment-icon-2.svg");
}
.cab-history__icon-payment--3::before {
  background-image: url("../images/cab-history-payment-icon-3.svg");
}
.cab-history__icon-payment--4::before {
  background-image: url("../images/cab-history-payment-icon-4.svg");
}
.cab-history__icon-payment--5::before {
  background-image: url("../images/cab-history-payment-icon-5.svg");
}
.cab-history__icon-payment--6::before {
  background-image: url("../images/cab-history-payment-icon-6.svg");
}

.cab-history__icon-payment {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.cab-ref__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cab-ref__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.cab-ref__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cab-ref__balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cab-ref__balance--divider::after {
  right: -20px;
  height: 30px;
}
.cab-ref__text {
  text-transform: initial;
}
.cab-ref__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3] 1.4fr;
  grid-template-columns: repeat(3, 1fr) 1.4fr;
  gap: 40px;
}
.cab-ref__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.cab-ref__item:not(:last-child)::after {
  right: -20px;
  height: 46px;
}
.cab-ref__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.cab-ref__icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  width: 42px;
  height: 42px;
  background-size: 24px 24px;
  background-color: #1e1e1e;
}
.cab-ref__icon--1 {
  background-image: url("../images/cab-ref-icon-1.svg");
}
.cab-ref__icon--2 {
  background-image: url("../images/cab-ref-icon-2.svg");
}
.cab-ref__icon--3 {
  background-image: url("../images/cab-ref-icon-3.svg");
}
.cab-ref__icon--4 {
  background-image: url("../images/cab-ref-icon-4.svg");
}
.cab-ref__item-val {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #1f1f1f;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 14px;
  color: var(--light-color);
}
.cab-ref__label {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.cab-ref__label::before, .cab-ref__label::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.cab-ref__label::before {
  left: 20px;
  background-image: url("../images/cab-ref-input-icon-1.svg");
}
.cab-ref__label::after {
  right: 20px;
  background-image: url("../images/cab-panel-copy.svg");
}
.cab-ref__input {
  display: block;
  border-radius: 12px;
  padding: 18px 20px;
  padding-right: 54px;
  padding-left: 54px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: var(--mercury-color);
  background-color: #0f0f0f;
  cursor: pointer;
}
.cab-ref__link-wrapper {
  margin-bottom: 20px;
}
.cab-ref__tabs {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
  background-color: var(--black-color);
}
.cab-ref__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.cab-ref__nav-item:not(:last-child) {
  border-right: 1px solid #191919;
}
.cab-ref__nav-btn {
  display: block;
  padding: 25px 20px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 -3px 0 #282828;
  box-shadow: inset 0 -3px 0 #282828;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  color: var(--grey-color);
  -webkit-transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.cab-ref__nav-btn:focus {
  background-color: inherit;
}
.cab-ref__nav-btn.tabs__nav-btn--active {
  -webkit-box-shadow: inset 0 -3px 0 var(--green-color);
  box-shadow: inset 0 -3px 0 var(--green-color);
  color: var(--light-color);
}
.cab-ref__panel {
  width: 100%;
}
.cab-ref__panel-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 15px;
  gap: 10px;
}
.cab-ref__panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
.cab-ref__panel-content--divider {
  position: relative;
}
.cab-ref__panel-divider {
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 1px dashed #444;
  height: 77px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cab-ref__panel-divider::before, .cab-ref__panel-divider::after {
  content: "";
  position: absolute;
  left: -2px;
  border: 1px solid #212121;
  width: 5px;
  height: 5px;
}
.cab-ref__panel-divider::before {
  top: -16px;
}
.cab-ref__panel-divider::after {
  bottom: -16px;
}
.cab-ref__panel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  gap: 10px;
}
.cab-ref__panel-text--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: #191919;
}
.cab-ref__panel-title {
  margin: 0;
  max-width: 200px;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--mercury-color);
}
.cab-ref__panel-lvl {
  border: 1px solid var(--green-color);
  border-radius: 8px;
  padding: 6px 8px;
  font-weight: 600;
  font-size: 11px;
  color: var(--light-color);
}
.cab-ref__panel-balance--bigger {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--mercury-color);
}
.cab-ref__panel-balance--smaller {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #717171;
}
.cab-ref__bg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cab-ref__date {
  line-height: 1;
}
.cab-ref__date--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cab-ref__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.cab-ref__date-text {
  font-weight: 500;
  font-size: 14px;
  color: var(--green-color);
}
.cab-ref__panel-icon--1::before {
  background-image: url("../images/cab-ref-panel-icon-1.svg");
}
.cab-ref__tariff {
  color: var(--tariff-color);
}
.cab-ref .deposits-list {
  background-color: var(--black-color);
}
.deposits-list__item {
  position: relative;
}
.cab-ref .deposits-list__item:nth-child(2n+1) {
  background-color: #1a1a1a;
}
.cab-ref .deposits-list__item:first-child {
  background-color: #202020;
}
.cab-ref__panel-subtitle {
  text-transform: uppercase;
}
.cab-ref__money {
  margin-bottom: 20px;
}

.cab-support {
  padding: 13px 0 30px;
}
.cab-support__content-wrapper {
  position: relative;
}
.cab-support__content {
  overflow-y: auto;
  border-radius: 12px 12px 0 0;
  padding: 104px 30px 30px;
  max-height: 887px;
  min-height: 600px;
  background-color: var(--black-color);
}
.cab-support__subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 7px;
  z-index: 1;
  border-radius: 12px 12px 0 0;
  padding: 39px 0 20px;
  width: 100%;
  background-color: var(--black-color);
}
.cab-support__subtitle {
  position: relative;
  margin: 0;
  padding-left: 25px;
  font-weight: 500;
  font-size: 18px;
  color: var(--light-color);
}
.cab-support__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 0 0 3px rgba(72, 218, 59, 0.26);
  box-shadow: 0 0 0 3px rgba(72, 218, 59, 0.26);
  background-color: var(--green-color);
}
.cab-support__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}
.cab-support__list--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cab-support__list-empty-text {
  border-radius: 12px;
  padding: 48px 20px;
  width: 100%;
  max-width: 500px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #444;
  background-color: #0f0f0f;
}
.cab-support__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.cab-support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cab-support__item--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cab-support__item--left .cab-support__item-text {
  align-items: flex-start;
}

.cab-support__item--left .cab-support__item-content {
  border-radius: 0 16px 16px;
  color: var(--mercury-color);
  background-color: #212121;
}
.cab-support__item--left .cab-support__item-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent #212121 transparent transparent;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cab-support__item--left .cab-support__date {
  text-align: left;
}
.cab-support__item--left .cab-support__item-images {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cab-support__item--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.cab-support__item--right .cab-support__item-text {
  align-items: flex-end;
}


.cab-support__item--right .cab-support__item-content {
  border-radius: 16px 16px 0;
  color: rgba(228, 228, 228, 0.9);
  background-color: #212121;
}
.cab-support__item--right .cab-support__item-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 9px 0 0 9px;
  border-color: transparent transparent transparent #212121;
  width: 0;
  height: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.cab-support__item--right .cab-support__date {
  text-align: right;
}
.cab-support__item--right .cab-support__chat-title {
  text-align: right;
}
.cab-support__item--right .cab-support__item-images {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cab-support__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 10px;
}
.cab-support__img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 100%;
}
.cab-support__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.cab-support__item-content {
  position: relative;
  margin: 0;
  padding: 20px;
  max-width: 698px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  word-break: break-word;
}
.cab-support__item-descr {
  word-break: break-word;
}
.cab-support__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0 0 12px 12px;
  padding: 30px;
  width: 100%;
  background-color: var(--black-color);
}
.cab-support__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.cab-support__form .cab-support__label--file {
  width: 84px;
}
.cab-support__form-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cab-support__form-preview--manager {
  padding: 20px 15px;
  background-color: #0f0f0f;
  border-radius: 8px;
}
.cab-support__form-img {
  border: 1px solid var(--green-color);
  border-radius: 12px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cab-support__img-wrapper {
  position: relative;
}
.cab-support__img-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  padding: 5px;
  width: 18px;
  height: 18px;
  background-color: #131313;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cab-support__img-close::before, .cab-support__img-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  width: 9px;
  height: 1.5px;
  background-color: #717171;
}
.cab-support__img-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cab-support__img-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cab-support__link {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}
.cab-support__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cab-support__item-loop {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23px;
  height: 23px;
  background-image: url("../images/cab-support-loop.svg");
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cab-support__label--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cab-support__label--grow::after {
  height: 18px;
  background-color: rgba(68, 68, 68, 0.5);
}
.cab-support__label--file {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/cab-support-file.svg");
  background-size: 24px 24px;
  background-color: rgba(15, 15, 15, 0.4);
  cursor: pointer;
}
.cab-support__input {
  display: block;
  border-radius: 12px 0 0 12px;
  padding: 18px 20px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: var(--grey-color);
  background-color: rgba(15, 15, 15, 0.4);
}
.cab-support__input-file {
  display: none;
}
.cab-support__form-btn {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 12px 12px 0;
  width: 84px;
  background-image: url("../images/cab-support-send.svg");
  background-size: 24px 24px;
  background-color: #111;
}
.cab-support__chat-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: var(--green-color);
}

.cab-settings__subtitle {
  margin-bottom: 20px;
}
.cab-settings__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  gap: 16px;
}
.cab-settings__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cab-settings__wrapper {
  margin-bottom: 20px;
}

.cab-settings__label--mir::before {
  height: 19px;
}
.cab-settings__label--7::before {
  background-size: 100%;
}
.cab-settings__label--active .cab-settings__input {
  padding-bottom: 6px;
}
.cab-settings__label--active .cab-settings__label-text {
  -webkit-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
}
.cab-settings__label-icon {
  background-image: url("../images/cab-settings-icon-1.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.cab-settings__label-text {
  position: absolute;
  left: 70px;
  top: 21px;
  font-weight: 400;
  font-size: 12px;
  color: #717171;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  pointer-events: none;
}
.cab-settings__input {
  display: block;
  border: none;
  border-radius: 12px;
  padding: 18px 20px;
  padding-left: 70px;
  width: 100%;
  height: 54px;
  font-weight: 400;
  font-size: 15px;
  padding-right: 50px;
  color: #e9e9e9;
  background-color: #0f0f0f;
  -webkit-transition: padding 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out;
}
.cab-settings__btn-main {
  width: 100%;
  max-width: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cab-settings__btn-main--height {
  height: 100%;
}
.cab-settings__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cab-settings__btn {
  padding: 18px 15px;
  width: 100%;
  margin-bottom: 20px;
}
.cab-settings__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: (2fr)[3] 1fr;
  grid-template-columns: repeat(3, 2fr) 1fr;
  gap: 16px;
}
.cab-settings__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  color: #717171;
  gap: 16px;
}
.cab-settings__form-wrapper {
  position: relative;
}
.cab-settings__form-wrapper::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
  width: 24px;
  height: 24px;
  background-image: url("../images/cab-settings-lock.svg");
}
.cab-settings__form-input {
  display: block;
  border-radius: 12px;
  padding: 19px 20px;
  padding-left: 54px;
  width: 100%;
  height: 55px;
  color: var(--mercury-color);
  background-color: #0f0f0f;
}
.cab-settings__form-input::-webkit-input-placeholder {
  color: var(--light-color);
}
.cab-settings__form-input::-moz-placeholder {
  color: var(--light-color);
}
.cab-settings__form-input:-ms-input-placeholder {
  color: var(--light-color);
}
.cab-settings__form-input::-ms-input-placeholder {
  color: var(--light-color);
}
.cab-settings__form-input::placeholder {
  color: var(--light-color);
}
.cab-settings__form-input--password {
  padding-right: 54px;
}
.cab-settings__form-btn {
  height: 55px;
}
.cab-settings__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.cab-settings__information-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  flex-grow: 1;
}
.cab-settings__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 12px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 15px;
  color: var(--light-color);
  background-color: #0f0f0f;
  gap: 15px;
}
.cab-settings__item-text {
  font-weight: 400;
  text-align: right;
  color: #717171;
}
.cab-settings__tg {
  margin-bottom: 20px;
}
.cab-settings__status-title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--light-color);
}
.cab-settings__tg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.cab-settings__tg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.cab-settings__tg-status {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: var(--light-color);
}
.cab-settings__tg-text {
  font-weight: 400;
  color: #e75752;
}
.cab-settings__tg-text--green {
  color: var(--green-color);
}
.cab-settings__tg-descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #717171;
}
.cab-settings__status-btn--red {
  background-color: #e75752;
}
.cab-settings__verif-btn {
  background-position: 20px center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding-left: 52px;
  border-radius: 12px;
  background-image: url("../images/adm-users-full-verif-time.svg");
  background-size: 24px;
  background-color: #2fa1f3;
}
.cab-settings__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--light-color);
}
.cab-settings__modal-list {
  margin: 0;
}
.cab-settings__modal-text {
  color: #717171;
}
.cab-settings__modal-custom-file {
  border: 1px solid var(--green-color);
  border-radius: 12px;
  width: 47px;
  height: 40px;
  background-image: url("../images/cab-settings-modal-file.svg");
  background-color: transparent;
}
.cab-settings__text-preview {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #717171;
}

.adm-title {
  margin: 0;
  border-bottom: 1px solid var(--dark-color);
  padding: 0 5px;
  padding-bottom: 30px;
  gap: 10px;
}
.adm-title .cab-title__text {
  font-size: 20px;
}

.adm-subtitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--light-color);
}

.adm-logo {
  border-bottom: none;
}
.adm-icon-reviews svg {
  stroke-width: 2px;
}
.adm-aside-list .aside__item-link--active .aside__item-text {
  color: var(--green-color);
}
.adm-section {
  padding: 30px 0;
}
.adm-statistics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.adm-statistics__info-title {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 34px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--light-color);
}
.adm-statistics__info-title::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-statistics__info-title--1::before {
  background-image: url("../images/adm-statistics-info-icon-1.svg");
}
.adm-statistics__info-title--2::before {
  background-image: url("../images/adm-statistics-info-icon-2.svg");
}
.adm-last {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: var(--green-color);
}
.adm-last-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.adm-statistics__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.adm-statistics__filter .btn {
  border-width: 1px;
  border-color: #464646;
  padding: 6px 10px;
  font-weight: 400;
  font-size: 13px;
  text-transform: initial;
}
.adm-mb {
  margin-bottom: 30px;
}
.cab-mb {
  margin-bottom: 30px;
}
.adm-traffic__items-dark .cab-panel__ref-item {
  border-radius: 8px;
  padding: 10px 15px;
  background-color: var(--dark-color);
}
.adm-traffic {
  padding-bottom: 50px;
}
.adm-traffic .cab-panel__text {
  max-width: initial;
}
.adm-traffic__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (auto)[7];
  grid-template-rows: repeat(7, auto);
  gap: 10px;
}
.adm-traffic__content .cab-wrapper {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.adm-traffic__content .cab-wrapper--row-1 {
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.adm-traffic__content .cab-wrapper--column-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column: 1/-1;
}
.adm-traffic__content .cab-wrapper--column-full .adm-traffic__inf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adm-traffic__content .cab-panel__ref-val {
  padding: 10px 12px;
  font-size: 15px;
}
.adm-traffic__first {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.adm-traffic__diagram .cab-panel__ref-list {
  counter-reset: cabPanelList;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 20px;
}
.adm-traffic__diagram .cab-panel__ref-icon {
  position: relative;
  background-image: none;
}
.adm-traffic__diagram .cab-panel__ref-icon::after {
  counter-increment: cabPanelList;
  content: counter(cabPanelList);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  font-size: 15px;
  color: var(--green-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.adm-traffic__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 25px;
}
.adm-traffic__list .cab-panel__ref-icon {
  width: 25px;
  height: 25px;
  background-size: initial;
  background-color: transparent;
}
.adm-traffic__list .cab-panel__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
}
.adm-traffic__list .cab-panel__ref-wrapper {
  gap: 5px;
}
.adm-traffic__list .cab-panel__ref-item--online .cab-panel__ref-icon {
  position: relative;
}
.adm-traffic__list .cab-panel__ref-item--online .cab-panel__ref-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: var(--green-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.adm-traffic__list .cab-panel__ref-item--online .cab-panel__ref-val {
  color: var(--green-color);
}
.adm-traffic__list .cab-panel__ref-item--1 .cab-panel__ref-icon {
  background-image: url("../images/adm-traffic-icon-1.svg");
}
.adm-traffic__list .cab-panel__ref-item--2 .cab-panel__ref-icon {
  background-image: url("../images/adm-traffic-icon-2.svg");
}
.adm-traffic__list .cab-panel__ref-item--3 .cab-panel__ref-icon {
  background-image: url("../images/adm-traffic-icon-3.svg");
}
.adm-traffic__list .cab-panel__ref-item--4 .cab-panel__ref-icon {
  background-image: url("../images/adm-traffic-icon-4.svg");
}
.adm-traffic__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.adm-traffic__deposit-btn {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-image: url("../images/adm-traffic-deposit.svg");
}
.adm-traffic__inf-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}
.adm-traffic__count-deposits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
.adm-traffic__count-deposits .cab-panel__ref-icon {
  position: relative;
  background: -o-linear-gradient(313.83deg, #212121 6.38%, #191919 108.5%);
  background: linear-gradient(136.17deg, #212121 6.38%, #191919 108.5%);
}
.adm-traffic__count-deposits .cab-panel__ref-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.adm-traffic__count-deposits .cab-panel__ref-item--1 .cab-panel__ref-icon::after {
  background-color: var(--green-color);
}
.adm-traffic__count-deposits .cab-panel__ref-item--1 .cab-panel__text {
  color: var(--green-color);
}
.adm-traffic__count-deposits .cab-panel__ref-item--2 .cab-panel__ref-icon::after {
  background-color: #00a490;
}
.adm-traffic__count-deposits .cab-panel__ref-item--2 .cab-panel__text {
  color: #00a490;
}
.adm-traffic__count-deposits .cab-panel__ref-item--3 .cab-panel__ref-icon::after {
  background-color: #1acff7;
}
.adm-traffic__count-deposits .cab-panel__ref-item--3 .cab-panel__text {
  color: #1acff7;
}
.adm-traffic__count-deposits .cab-panel__ref-item--4 .cab-panel__ref-icon::after {
  background-color: #3b4bda;
}
.adm-traffic__count-deposits .cab-panel__ref-item--4 .cab-panel__text {
  color: #3b4bda;
}
.adm-traffic__count-deposits .cab-panel__ref-item--5 .cab-panel__ref-icon::after {
  background-color: #a73bda;
}
.adm-traffic__count-deposits .cab-panel__ref-item--5 .cab-panel__text {
  color: #a73bda;
}
.adm-traffic__count-deposits .cab-panel__ref-item--6 .cab-panel__ref-icon::after {
  background-color: #f71ab9;
}
.adm-traffic__count-deposits .cab-panel__ref-item--6 .cab-panel__text {
  color: #f71ab9;
}
.adm-traffic__count-deposits .cab-panel__ref-item--7 .cab-panel__ref-icon::after {
  background-color: #f3ba2f;
}
.adm-traffic__count-deposits .cab-panel__ref-item--7 .cab-panel__text {
  color: #f3ba2f;
}
.adm-traffic__count-deposits .cab-panel__ref-item--8 .cab-panel__ref-icon::after {
  background-color: #da3b3b;
}
.adm-traffic__count-deposits .cab-panel__ref-item--8 .cab-panel__text {
  color: #da3b3b;
}
.adm-traffic__notify-list {
  width: 278px;
  background-color: #212121;
}
.adm-traffic__notify-list .notify-list__item-icon {
  color: var(--green-color);
}
.adm-traffic__notify-list .notify-list__item {
  width: 100%;
}

.adm-modal-top .cab-panel__text {
  max-width: initial;
  color: var(--light-color);
}
.adm-modal-top .cab-panel__ref-val {
  border: 1px solid var(--green-color);
}
.adm-modal-top--icons .cab-panel__ref-wrapper {
  position: relative;
  padding-left: 26px;
}
.adm-modal-top--icons .cab-panel__ref-wrapper::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 17px;
  background-image: url("../images/adm-user.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cab-panel__ref-icon--tariff::after {
  background-color: var(--tariff-color);
}

.adm-btn-date {
  position: relative;
  border-width: 1px;
  border-color: #464646;
  padding: 6px 10px;
  font-weight: 400;
  font-size: 13px;
  text-transform: initial;
  cursor: pointer;
}
.adm-btn-date::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 13px;
  height: 14px;
  background-image: url("../images/adm-statistics-btn-date.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-btn-date input {
  display: block;
  padding-left: 25px;
  line-height: 1;
  color: var(--light-color);
  background-color: transparent;
  cursor: pointer;
}
.adm-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.adm-filters--sb {
  justify-content: space-between;
}
.adm-filters .adm-btn-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  height: 41px;
}
.adm-filters-list-search .adm-filters__label {
  width: initial;
  max-width: initial;
}
.adm-filters-list-search .adm-filters__label::before {
  left: 50px;
}
.adm-filters-list-search .adm-filters__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  height: initial;
}
.adm-filters-list-search .adm-btn-search {
  width: 100%;
}
.adm-filters__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 623px;
  gap: 10px;
}
.adm-filters__label {
  position: relative;
  width: 100%;
  max-width: 429px;
}
.adm-filters__label::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 22px;
  height: 22px;
  background-image: url("../images/adm-support-search.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.adm-filters__search {
  display: block;
  border: 1px solid #464646;
  border-radius: 12px;
  padding: 12px 15px;
  padding-left: 52px;
  width: 100%;
  height: 41px;
  font-weight: 400;
  font-size: 13px;
  text-transform: initial;
  color: var(--light-color);
  background-color: transparent;
}
.adm-filters__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  gap: 10px;
}
.adm-filters__wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adm-filters-accordion .accordion__control {
  padding: 18px 30px;
}
.adm-filters-accordion .accordion__content {
  padding: 0;
}
.adm-filters-accordion .accordion__svg {
  color: var(--green-color);
}
.adm-filters-accordion .accordion__svg--question {
  margin-right: 15px;
  width: 18px;
  height: 18px;
}
.adm-filters-accordion.open .accordion__svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.adm-filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.adm-filters-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  cursor: pointer;
  gap: 10px;
}
.adm-filters-list__item--inputs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  gap: 5px;
}
.adm-filters-list__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.adm-filters-list__input-wrapper::after {
  position: absolute;
  left: 15px;
  top: 50%;
  font-weight: 400;
  font-size: 15px;
  color: #858585;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-filters-list__input-wrapper--1::after {
  content: "от";
}
.adm-filters-list__input-wrapper--2::after {
  content: "до";
}
.adm-filters-list__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #858585;
  border-radius: 12px;
  padding: 12px 15px;
  padding-left: 36px;
  color: var(--light-color);
  background-color: transparent;
}
.adm-filters-list__radio {
  display: none;
}
.adm-filters-list__radio:checked + .adm-filters-list__custom-radio {
  color: var(--green-color);
}
.adm-filters-list__radio:checked + .adm-filters-list__custom-radio::after {
  display: block;
}
.adm-filters-list__custom-radio {
  position: relative;
  width: 18px;
  height: 18px;
  color: #858585;
}
.adm-filters-list__custom-radio::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  width: 7px;
  height: 5px;
  background-image: url("../images/adm-filters-list-radio-arrow.svg");
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.adm-filters-list__custom-radio svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: currentcolor;
  stroke-width: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}
.adm-filters-list__item-wrapper {
  padding: 18px 30px;
}
.adm-filters-list__btn {
  width: 100%;
}
.adm-filters-list__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adm-filters-list__item-date input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cab-green {
  color: var(--green-color);
}
.adm-table-green {
  color: var(--green-color);
}
.cab-yellow {
  color: #f3ba2f;
}
.adm-table-yellow {
  color: #f3ba2f;
}
.adm-table-blue {
  color: #0095ff;

}
.cab-red {
  color: #e75752;
}
.adm-table-red {
  color: #e75752;
}
.adm-table-grey {
  color: #717171;
}
.adm-table-white {
  color: var(--light-color);
}
.adm-table__nav-btn {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-table-nav-btn.svg");
}
.adm-table__dropdown {
  position: relative;
  justify-content: center !important;
}
.adm-table__dropdown .notify-list {
  left: initial;
  right: 50%;
  border-radius: 8px 0 8px 8px;
  width: initial;
  transform: translate(0, 30px);
}
.adm-table__dropdown .notify-list--active {
  transform: translate(0, 20px);
}
.adm-table__dropdown .notify-list::before {
  transform: translate(0, -100%);
  left: initial;
  right: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #212121;
  width: 0;
  height: 0;
}
.adm-label-color {
  border-radius: 12px;
  width: 100%;
  height: 25px;
  cursor: pointer;
}
.adm-settings-form-input {
  padding-left: 20px;
}
.adm-settings-notify-modal {
  width: 900px;
}
.adm-settings-notify-modal .adm-users-full__item--select {
  width: 100%;
  max-width: 400px;
}
.adm-settings-notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
.adm-settings-notify .adm-filters__search {
  height: 100%;
}
.adm-settings-notify [data-adm-settings-search] {
  display: none;
}
.adm-settings-notify-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.adm-settings-notify-form .form__label:last-of-type {
  margin-bottom: 0;
}
.adm-settings-notify-form input,
.adm-settings-notify-form textarea {
  padding: 15px 20px;
}
.adm-settings-notify-form textarea {
  min-height: 300px;
  resize: none;
}
.adm-settings-notify-form [name=date] {
  padding: 0;
  padding-left: 20px;
}
.adm-settings-notify-form .adm-reviews__date-wrapper {
  border: none;
  padding: 15px 20px;
}
.adm-settings-notify-form .adm-btn-date::before {
  left: 15px;
}
.adm-settings-notify-form .form__btn {
  grid-column: 1/-1;
}
.adm-settings-notify-form .adm-btn-date {
  position: relative;
}
.adm-users-full-label-balance::after {
  content: "₽";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-users-full-label-balance input {
  padding-right: 40px;
}
.adm-icon-reviews svg, .adm-icon-helpers svg {
  fill: none;
  stroke: currentcolor;
}

.adm-tariffs {
  padding-bottom: 50px;
}
.adm-tariffs-notify-list {
  left: 0;
  transform: translate(0, 30px);
  border-radius: 0 8px 8px 8px;
}
.adm-tariffs-notify-list::before {
  left: 0;
  transform: translate(0, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 9px;
  border-color: transparent transparent transparent #212121;
}
.adm-tariffs-notify-list.notify-list--active {
  transform: translate(0, 20px);
}
.adm-tariffs__content {
  display: -ms-grid;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fill, minmax(266px, 1fr ));
  gap: 20px;
}
.adm-tariffs__content .tariffs__cards-item {
  background-image: none;
}
.adm-tariffs__content .tariffs__cards-item--1 .adm-tariffs__delete-btn {
  color: var(--green-color);
}
.adm-tariffs__content .tariffs__cards-item--1 .tariffs__cards-btn {
  border-color: var(--green-color);
}
.adm-tariffs__content .tariffs__cards-item--2 .adm-tariffs__delete-btn {
  color: #00a490;
}
.adm-tariffs__content .tariffs__cards-item--2 .tariffs__cards-btn {
  border-color: #00a490;
}
.adm-tariffs__content .tariffs__cards-item--3 .adm-tariffs__delete-btn {
  color: #1acff7;
}
.adm-tariffs__content .tariffs__cards-item--3 .tariffs__cards-btn {
  border-color: #1acff7;
}
.adm-tariffs__content .tariffs__cards-item--4 .adm-tariffs__delete-btn {
  color: #3b4bda;
}
.adm-tariffs__content .tariffs__cards-item--4 .tariffs__cards-btn {
  border-color: #3b4bda;
}
.adm-tariffs__content .tariffs__cards-item--5 .adm-tariffs__delete-btn {
  color: #a73bda;
}
.adm-tariffs__content .tariffs__cards-item--5 .tariffs__cards-btn {
  border-color: #a73bda;
}
.adm-tariffs__content .tariffs__cards-item--6 .adm-tariffs__delete-btn {
  color: #f71ab9;
}
.adm-tariffs__content .tariffs__cards-item--6 .tariffs__cards-btn {
  border-color: #f71ab9;
}
.adm-tariffs__content .tariffs__cards-item--7 .adm-tariffs__delete-btn {
  color: #f3ba2f;
}
.adm-tariffs__content .tariffs__cards-item--7 .tariffs__cards-btn {
  border-color: #f3ba2f;
}
.adm-tariffs__content .tariffs__cards-item--8 .adm-tariffs__delete-btn {
  color: #da3b3b;
}
.adm-tariffs__content .tariffs__cards-item--8 .tariffs__cards-btn {
  border-color: #da3b3b;
}
.adm-tariffs__btn-add {
  padding: 18px 20px;
}
.adm-tariffs__delete-btn {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 16px;
  height: 22px;
}
.adm-tariffs__delete-btn svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.adm-tariffs__delete-modal .graph-modal__title {
  font-size: 20px;
  color: var(--light-color);
}
.adm-tariffs__delete-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.adm-tariffs__modal-add select {
  width: 100%;
}
.adm-tariffs__modal-add .form__label::before {
  display: none;
}
.adm-tariffs__modal-add .form__input {
  padding-left: 20px;
}
.adm-tariffs__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.adm-tariffs__slider-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.adm-support {
  padding-bottom: 50px;
}
.adm-support .add-review__select {
  padding: 12px 15px;
  padding-right: 52px;
  height: 43px;
}
.adm-support .add-review__label::after {
  top: 18px;
}
.adm-support__accept {
  padding: 10px 20px;
  height: 43px;
}
.adm-support__btn-filter {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  width: 44px;
  height: 40px;
  background-image: url("../images/adm-filters-icon.svg");
  background-size: 24px;
}
.adm-support__table-wrapper .cab-panel__text {
  max-width: initial;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--light-color);
}
.adm-support__table-wrapper .cab-panel__ref-val {
  color: var(--green-color);
}
.adm-support__table-wrapper .cab-panel__ref-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}
.adm-support__table {
  margin: 0 auto;
  width: 1290px;
}
.adm-support__table .deposits-list__text {
  font-size: 13px;
}
.adm-support__table .deposits-list__item {
  -ms-grid-columns: (164px)[3] 360px 153px (120px)[2];
  grid-template-columns: repeat(3, 164px) 360px 153px repeat(2, 120px);
}

.adm-assistants-table {
  margin: 0 auto;
  width: 1245px;
}
.adm-assistants-table .deposits-list__item {
  -ms-grid-columns: (164px)[7] 55px;
  grid-template-columns: repeat(7, 164px) 55px;
}
.adm-assistants-table .adm-table__nav-btn--yellow {
  background-image: url("../images/manager-table-icon-yellow.svg");
}
.adm-assistants-table .adm-table__nav-btn--green {
  background-image: url("../images/manager-table-icon-green.svg");
}
.adm-assistants-table .adm-table__nav-btn--red {
  background-image: url("../images/manager-table-icon-red.svg");
}

.assistants__support-table {
  margin: 0 auto;
  width: 1351px;
}
.assistants__support-table .deposits-list__item {
  -ms-grid-columns: (180px)[7] 55px;
  grid-template-columns: repeat(7, 180px) 55px;
}
.assistants__support-table .adm-table__nav-btn--yellow {
  background-image: url("../images/manager-table-icon-yellow.svg");
}
.assistants__support-table .adm-table__nav-btn--green {
  background-image: url("../images/manager-table-icon-green.svg");
}
.assistants__support-table .adm-table__nav-btn--red {
  background-image: url("../images/manager-table-icon-red.svg");
}

.adm-support-full {
  padding-bottom: 50px;
}
.adm-support-full .cab-support__subtitle-wrapper {
  position: relative;
  gap: 15px;
  padding: 20px;
}
.adm-support-full .cab-support__content {
  border-radius: 0;
}
.adm-support-full .cab-support__form {
  bottom: -1px;
}
.adm-support-full__nav-btn {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-image: url("../images/adm-support-full-nav-btn.svg");
}
.adm-support-full__link-back {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  background-image: url("../images/tariffs-swiper-prev.svg");
  background-color: #161616;
}
.adm-support-full__link-back.swiper-button-disabled {
  background-color: #161616;
  opacity: 0.5;
}
.adm-support-full__link-back--reverse {
  background-image: url("../images/tariffs-swiper-next.svg");
}
.adm-support-full .cab-settings__information {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.adm-support-full .notify-list {
  width: 250px;
}

.adm-ref {
  padding-bottom: 50px;
}
.adm-ref__table {
  margin: 0 auto;
  width: 1120px;
}
.adm-ref__table .deposits-list__item {
  -ms-grid-columns: (180px)[6];
  grid-template-columns: repeat(6, 180px);
}
.adm-ref__wrapper {
  margin: 0 auto;
  max-width: 700px;
}
.adm-ref__wrapper .partner__title {
  margin-bottom: 0;
}
.adm-ref__wrapper .partner__btn {
  width: 100%;
}
.adm-ref__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.adm-ref-lvl__table {
  margin: 0 auto;
  width: 1195px;
}
.adm-ref-lvl__table .deposits-list__item {
  -ms-grid-columns: (164px)[7];
  grid-template-columns: repeat(7, 164px);
}

.adm-reviews {
  padding-bottom: 50px;
}
.adm-reviews__table {
  margin: 0 auto;
  width: 1205px;
}
.adm-reviews__table .deposits-list__item {
  -ms-grid-columns: (164px)[3] 400px 138px 120px ;
  grid-template-columns: repeat(3, 164px) 400px 150px 120px ;
}
.adm-reviews__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.adm-reviews__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.adm-reviews__nav {
  width: 32px;
  height: 22px;
  color: #717171;
}
.adm-reviews__nav svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.adm-reviews__nav--active {
  color: var(--green-color);
}
.adm-reviews__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.adm-reviews__form .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.adm-reviews__form .form__label::before {
  display: none;
}
.adm-reviews__form .adm-btn-date {
  border: none;
}
.adm-reviews__form .adm-btn-date::before {
  display: none;
}
.adm-reviews__form .adm-btn-date input {
  padding-left: 0;
}
.adm-reviews__form textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  resize: none;
}
.adm-reviews__form .form__label--textarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column: 1/-1;
  min-height: 300px;
}
.adm-reviews__form .add-review__select {
  width: 100%;
}
.adm-reviews__form--notifications {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.adm-reviews__form-input {
  border-radius: 12px;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
  background-color: #0f0f0f;
}
.adm-reviews__date-wrapper {
  padding: 17px 20px;
}
.adm-reviews__btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column: 1/-1;
  gap: 10px;
  justify-content: center;
}
.adm-reviews__btn {
  max-width: 150px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}
.adm-reviews__form-btn--red {
  border-color: #e75752;
}

.adm-assistans {
  padding-bottom: 50px;
}
.adm-assistans .adm-traffic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.adm-assistans .cab-panel__text {
  max-width: initial;
}
.adm-assistans .cab-panel__ref-item {
  gap: 25px;
}
.adm-assistans__table {
  margin: 0 auto;
  width: 1193px;
}
.adm-assistans__table .deposits-list__item {
  -ms-grid-columns: (365px)[3] 55px;
  grid-template-columns: repeat(3, 365px) 55px;
}
.adm-assistans .notify-list__item-descr {
  white-space: nowrap;
}

.adm-users-full {
  padding-bottom: 50px;
}
.adm-users-full__form .adm-settings__item-content:first-child {
  grid-column: 1/-1;
}
.adm-users-full__form--active .adm-settings__item-content:first-child {
  -ms-grid-column: 1;
  grid-column: 1;
}
.adm-users-full__container {
  margin: 0 auto;
  max-width: 700px;
}
.adm-users-full__container--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}
.adm-users-full__slider {
  display: block;
}
.adm-users-full__slider-wrapper {
  margin-bottom: 40px;
}
.adm-users-full__tariffs {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.adm-users-full__btn-add {
  width: 100%;
  max-width: 190px;
}
.adm-users-full__verif-wrapper {
  width: 100%;
  height: 250px;
  max-width: 250px;
  cursor: pointer;
}
.adm-users-full__verif {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.adm-users-full__verif-img {
  border: 1px solid var(--green-color);
  border-radius: 12px;
  width: 100%;
  height: 250px;
  max-width: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.adm-users-full__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
}
.adm-users-full__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.adm-users-full__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.adm-users-full__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  border-radius: 12px;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #717171;
  background-color: #0f0f0f;
  gap: 10px;
}
.adm-users-full__item-switcher {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.adm-users-full__item--column-full {
  grid-column: 1/-1;
}
.adm-users-full__item--ref {
  position: relative;
  padding-right: 45px;
}
.adm-users-full__item--ref::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-users-full-ref-arrow.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-users-full__item--select {
  position: relative;
}
.adm-users-full__item--select-static {
  padding: 0;
}
.adm-users-full__item--select-static .select-label,
.adm-users-full__item--select-static .select {
  position: relative;
}
.adm-users-full__item--select-static .select {
  justify-content: flex-start;
  padding: 15px 20px;
}
.adm-users-full__item--input-wrapper {
  position: relative;
}
.adm-users-full__item-input {
  padding-right: 32px;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: var(--light-color);
  background-color: transparent;
}
.manager .selectize-input {
  border: none;
  background-color: #0f0f0f;
}
.manager .selectize-control.single .selectize-input, .manager .selectize-control.single .selectize-input input {
  background-color: #0f0f0f;
}
.manager .selectize-control.single .selectize-input.input-active, .manager .selectize-input {
  background-color: #0f0f0f;
}
.manager__request-item-select-static-val--grey {
  color: #858585 !important;
}
.adm-users-full__item-input:focus {
  outline: none;
}
.adm-users-full__item-input--yellow {
  color: #f3ba2f;
}
.adm-users-full__item-text {
  font-weight: 400;
}
.adm-users-full__item-text--red {
  color: #e75752;
}
.adm-users-full__item-text--green {
  color: var(--green-color);
}
.adm-users-full__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.adm-users-full__btns--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.adm-users-full__btn-save {
  width: 100%;
}
.adm-users-full__inf {
  position: relative;
  border-radius: 12px;
  padding: 13px 10px;
  padding-left: 44px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--light-color);
}
.adm-users-full__inf::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-users-full__inf--succsess {
  background-color: var(--green-color);
}
.adm-users-full__inf--succsess::before {
  background-image: url("../images/adm-users-full-verif-success.svg");
}
.adm-users-full__inf--time {
  background-color: #f3ba2f;
}
.adm-users-full__inf--time::before {
  background-image: url("../images/adm-users-full-verif-time.svg");
}
.adm-users-full__inf--err {
  background-color: #eb5853;
}
.adm-users-full__inf--err::before {
  background-image: url("../images/adm-users-full-verif-err.svg");
}
.adm-users-full__inf--send {
  background-color: var(--green-color);
}
.adm-users-full__inf--send::before {
  background-image: url("../images/adm-users-full-verif-send.svg");
}
.adm-users-full__inf--sent {
  background-color: #2FA1F3;
}
.adm-users-full__inf--sent::before {
  background-image: url("../images/adm-users-full-verif-time.svg");
}

.adm-users-full__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.adm-users-full .adm-settings__btn-correct {
  display: block;
}
.adm-users-full__btn-add-wrapper {
  display: flex;
  justify-content: center;
}

.select {
  position: relative;
}
.select select {
  display: none;
}

.select__option--active {
  font-weight: 700;
}
.select--active {
  z-index: 1;
}
.select--active ~ .select {
  z-index: 0;
}
.select--active .select__options {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pswp__img--placeholder {
  display: none;
}
.pswp img {
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}
.cab-transaction__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 15px;
  flex-wrap: wrap;
}
.cab-transaction__text {
  font-weight: 500;
  font-size: 15px;
  color: var(--green-color);
}

.selectize-input {
  border: 1px solid var(--green-color);
  border-radius: 12px;
  padding: 18px 20px;
  padding-left: 54px;
  width: 100%;
  font-size: 16px;
  color: var(--light-color);
  background-color: transparent;
  -webkit-transition: border-radius 0.3s ease-in-out;
  -o-transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out;
}
.selectize-dropdown .create {
  display: none;
}
.selectize-input .item {
  font-weight: 400;
  font-size: 16px;
  color: var(--light-color);
}
.selectize-input input {
  font-size: 16px;
  color: var(--light-color);
}
.selectize-input input::-webkit-input-placeholder {
  color: #444;
}
.selectize-input input::-moz-placeholder {
  color: #444;
}
.selectize-input input:-ms-input-placeholder {
  color: #444;
}
.selectize-input input::-ms-input-placeholder {
  color: #444;
}
.selectize-input input::placeholder {
  color: #444;
}
.selectize-input + .selectize-dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: none;
}
.selectize-input.full {
  background-color: transparent;
}
.selectize-input.dropdown-active + .selectize-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: initial;
}

.selectize-control.single .selectize-input::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 20px;
  margin: 0;
  border: none;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-down-reg.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background-color: transparent;
}

.selectize-control.single .selectize-input.dropdown-active::after {
  margin: 0;
  border: none;
}

.selectize-dropdown {
  top: 0 !important;
  display: block !important;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  max-height: 350px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.selectize-dropdown-content {
  overflow: hidden;
  max-height: initial;
}
.selectize-dropdown-content .option {
  padding: 15px;
  color: var(--light-color);
  background-color: var(--black-color);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.selectize-dropdown-content .option:not(:last-child) {
  border-bottom: 1px solid #111;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.selectize-control {
  height: 57px;
}

.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding-right: 44px;
  width: 100%;
  height: 100%;
}
.select select {
  display: none;
}
.select__options {
  position: absolute;
  left: -2px;
  top: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% + 4px);
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.select-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.select-label::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 12px;
  height: 7px;
  background-image: url("../images/arrow-down.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.select-main {
  border: none;
  padding: 0;
  padding-right: 28px;
}
.select__toggle {
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
  background-color: transparent;
  cursor: pointer;
}
.select__option {
  border: none;
  padding: 15px;
  padding-left: 20px;
  text-align: left;
  color: var(--light-color);
  background-color: var(--black-color);
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  cursor: pointer;
}
.select__option:not(:last-child) {
  border-bottom: 1px solid #111;
}
.select__option:first-child {
  border-radius: 12px 12px 0 0;
}
.select__option:last-child {
  border-radius: 0 0 12px 12px;
}
.select__option--active {
  color: var(--green-color);
}
.select--active {
  z-index: 1;
}
.select--active ~ .select {
  z-index: 0;
}
.select--active .select__options {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.adm-users-full .adm-settings__btn-correct {
  display: block;
}

.adm-users {
  padding-bottom: 50px;
}

.adm-users__table {
  margin: 0 auto;
  width: 1750px;
}
.adm-users__table .deposits-list__item {
  -ms-grid-columns: 110px (165px)[2] 170px 165px 150px (165px)[2] 110px 165px (90px)[2] ;
  grid-template-columns: 110px repeat(2, 165px) 170px 165px 150px repeat(2, 165px) 110px 165px repeat(2, 90px) ;
}
.adm-users__btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.adm-users__add-user {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 44px;
  height: 40px;
  background-image: url("../images/adm-users-add-user.svg");
  background-size: 24px 21px;
}

.adm-settings {
  padding-bottom: 50px;
}
.adm-settings-offices .selectize-input {
  border: none !important;
  background-color: #0f0f0f !important;
}
.adm-settings-offices .selectize-control.single .selectize-input, .adm-settings-offices .selectize-control.single .selectize-input input {
  border: none !important;
  background-color: #0f0f0f !important;
}
.adm-settings-offices .selectize-control.single .selectize-input.input-active, .adm-settings-offices .selectize-input {
  border: none !important;
  background-color: #0f0f0f !important;
}
.adm-settings-offices .selectize-input.full {
  background-color: #0f0f0f !important;
}
.adm-settings__payments-form .form__label:last-of-type {
  margin: 0;
}
.adm-settings__payments-form li:last-of-type {
  margin-bottom: 20px;
}
.adm-settings .cab-title__text {
  margin: 0;
}
.adm-settings label {
  display: block;
  width: 100%;
}
.adm-settings label::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-settings input {
  padding-right: 54px;
  color: #717171;
}
.adm-settings input:focus {
  outline: 1px solid var(--green-color);
}
.adm-settings .form__label:last-of-type {
  margin: 0;
}
.adm-settings .cab-settings__input {
  padding-right: 20px;
}
.adm-settings__btn-accept {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.adm-settings__input {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f0f0f;
}
.adm-settings__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.adm-settings__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}
.adm-settings__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.adm-settings__item--fs-0 {
  gap: 20px;
}
.adm-settings__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--light-color);
}
.adm-settings__switcher {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  padding: 0 3px;
}
.adm-settings__switcher.active .adm-settings__switcher-content {
  background-color: #da3b3b;
}
.adm-settings__switcher.active .adm-settings__switcher-wrapper {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-settings__switcher-content {
  position: relative;
  padding: 10px 18px;
  height: 36px;
  background-color: var(--green-color);
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.adm-settings__switcher-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.adm-settings__switcher-text {
  height: 36px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.adm-settings__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 2px solid var(--green-color);
  border-radius: initial;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 15px;
  text-transform: initial;
  color: var(--light-color);
}
.adm-settings__btn--self-stretch {
  margin: 0 auto;
}
.adm-settings__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  gap: 20px;
}
.adm-settings__wrapper-content--full {
  max-width: initial;
}
.adm-settings__wrapper-content--full .cab-payment__item-text {
  text-align: left;
}
.adm-settings__label-wrapper {
  position: relative;
  width: 100%;
}
.adm-settings__btn-correct {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/adm-settings-pencil.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-settings__label--tg::before {
  background-image: url("../images/telegram-icon.svg");
}
.adm-settings__label--wh::before {
  background-image: url("../images/adm-settings-whatsapp.svg");
}
.adm-settings__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.adm-settings__item-content--textarea {
  grid-column: 1/-1;
}
.adm-settings__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.adm-settings__title-wrapper .cab-title__text {
  position: relative;
  padding-left: 55px;
}
.adm-settings__title-wrapper .cab-title__text::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 44px;
  background-image: url("../images/contacts-icon-offices.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-settings__correct-form .form__input {
  padding-left: 20px;
}
.adm-settings__correct-form .form__input--dark {
  padding-left: 20px;
}
.adm-settings__correct-form .form__label::before {
  display: none;
}
.adm-settings__correct-form--mask label {
  margin-bottom: 20px;
}
.adm-settings .contacts__map-list {
  margin: 0 auto;
  border-radius: 12px 0 0 12px;
  width: 100%;
  background: rgba(17, 17, 17, 0.6);
}
.adm-settings .contacts__map-arrow {
  width: 24px;
  height: 24px;
}
.adm-settings .contacts__map-arrow svg {
  fill: none;
  stroke: currentcolor;
}



.adm-error { 
  display: inline-block; 
  border-radius: 12px; 
  padding: 15px 20px; 
  font-weight: 500; 
  font-size: 18px; 
  color: var(--light-color); 
}

.adm-error--red { 
  background-color: #da3b3b; 
} 

.adm-error--green { 
  background-color: #48da3b; 
} 

.adm-notifications__table {
  margin: 0 auto;
  width: 1187px;
}
.adm-notifications__table .deposits-list__item {
  -ms-grid-columns: (191px)[6];
  grid-template-columns: repeat(6, 191px);
}

.adm-deposits__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  gap: 20px;
}
.adm-deposits__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.adm-deposits__subtitle {
  margin: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
}
.adm-deposits__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
}
.adm-deposits__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.adm-deposits__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #717171;
}
.adm-deposits__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #1f1f1f;
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 90px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--light-color);
}
.adm-deposits__val--border-green {
  border-color: var(--green-color);
}

.adm-deposits-text-tariff {
  color: var(--tariff-color);
}

.adm-dropdown-list {
  left: initial;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.adm-dropdown-list::before {
  left: initial;
  right: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #212121;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.adm-dropdown-list.notify-list--active {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.adm-dropdown-btn {
  border-radius: 12px;
  width: 40px;
  height: 35px;
  background-image: url("../images/adm-users-full-dropdown-btn.svg");
  background-size: 20px;
  background-color: var(--green-color);
}
.adm-verif__table {
  margin: 0 auto;
  width: 1195px;
}
.adm-verif__table .deposits-list__item {
  -ms-grid-columns: (288px)[4];
  grid-template-columns: repeat(4, 288px);
}

.adm-managers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.adm-managers-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 800px;
  gap: 15px;
}
.adm-managers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 12px;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #f3ba2f;
  background-color: #0f0f0f;
  gap: 10px;
}
.adm-managers-item--blue {
  color: #0095ff;
}
.adm-managers-item--blue .adm-managers-val {
  background-color: #0095ff;
}
.adm-managers-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--light-color);
  background-color: #f3ba2f;
}
.adm-managers-val--blue {
  background-color: #0095ff;
}
.adm-managers-val--blue-border {
  border: 1px solid #0095ff;
  color: #0095ff;
  background-color: transparent;
}
.adm-managers-val--dark {
  background-color: #000;
}
.adm-managers-val--red {
  background-color: #da3b3b;
}
.adm-managers-val--green {
  background-color: var(--green-color);
}
.adm-managers-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.adm-managers-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.adm-managers-btns-wrapper button {
  font-size: 20px;
}
.adm-managers-table {
  margin: 0 auto;
  width: 1611px;
}
.adm-managers-table .deposits-list__item {
  -ms-grid-columns: (191px)[8] 44px;
  grid-template-columns: repeat(8, 191px) 44px;
}
.adm-managers-table .adm-table__nav-btn--yellow {
  background-image: url("../images/manager-table-icon-yellow.svg");
}
.adm-managers-table .adm-table__nav-btn--green {
  background-image: url("../images/manager-table-icon-green.svg");
}
.adm-managers-table .adm-table__nav-btn--red {
  background-image: url("../images/manager-table-icon-red.svg");
}
.adm-managers-chats-table {
  margin: 0 auto;
  width: 1187px;
}
.adm-managers-chats-table .deposits-list__item {
  -ms-grid-columns: (180px)[3] 385px 164px 55px;
  grid-template-columns: repeat(3, 180px) 385px 164px 55px;
}
.adm-managers-chats-table .adm-table__nav-btn--yellow {
  background-image: url("../images/manager-table-icon-yellow.svg");
}
.adm-managers-chats-table .adm-table__nav-btn--green {
  background-image: url("../images/manager-table-icon-green.svg");
}
.adm-managers-chats-table .adm-table__nav-btn--red {
  background-image: url("../images/manager-table-icon-red.svg");
}
.adm-dep__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.adm-dep__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.adm-deposits__table {
  margin: 0 auto;
  width: 1482px;
}
.adm-deposits__table .deposits-list__item {
  -ms-grid-columns: (160px)[9];
  grid-template-columns: repeat(9, 160px);
}

.adm-payments-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.adm-payments__table {
  margin: 0 auto;
  width: 1455px;
}
.adm-payments__table .deposits-list__item {
  -ms-grid-columns: 60px (150px)[9];
  grid-template-columns: 60px repeat(9, 150px);
}
.adm-payments-checkbox {
  display: none;
}
.adm-payments-checkbox:checked + .adm-payments-flags-wrapper .adm-payments-flag--1 {
  display: none;
}
.adm-payments-checkbox:checked + .adm-payments-flags-wrapper .adm-payments-flag--2 {
  display: block;
}
.adm-payments-flag {
  width: 14px;
  height: 18px;
  color: var(--green-color);
}
.adm-payments-flag svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  -o-object-fit: cover;
  object-fit: cover;
}
.adm-payments-flag--2 {
  display: none;
}
.adm-payments__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.adm-payments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.adm-payments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.adm-payments__subtitle {
  margin: 0;
  padding-right: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
}
.adm-payments__subtitle--icon {
  position: relative;
}
.adm-payments__subtitle--icon::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adm-payments__subtitle--icon-1::after {
  width: 22px;
  height: 26px;
  background-image: url("../images/adm-payments-icon-1.svg");
}
.adm-payments__subtitle--icon-2::after {
  width: 22px;
  height: 16px;
  background-image: url("../images/adm-payments-icon-2.svg");
}
.adm-payments__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #717171;
}
.adm-payments__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.adm-payments__info-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--light-color);
}

.adm-operations__table {
  margin: 0 auto;
  width: 1207px;
}
.adm-operations__table .deposits-list__item {
  -ms-grid-columns: 165px 147px 228px 177px 170px 145px 130px;
  grid-template-columns: 165px 147px 228px 177px 170px 145px 130px;
}
.adm-operations__mir::before {
  height: 14px;
}
.adm-operations__tether::before {
  width: 28px;
  height: 20px;
}

.adm-operations-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.adm-operations-full__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
.adm-operations-full__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  gap: 15px;
}
.adm-operations-full__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 12px;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 15px;
  color: var(--grey-color);
  background-color: #0f0f0f;
  gap: 10px;
}
.adm-operations-full__item--tariff .adm-operations-full__item-text {
  color: var(--tariff-color);
}
.adm-operations-full__item-text {
  text-align: right;
  color: inherit;
  word-break: break-word;
}
.adm-operations-full__item-text--green {
  color: var(--green-color);
}
.adm-operations-full__item-text--red {
  color: #fd5a3e;
}
.adm-operations-full__item-text--tariff {
  color: var(--tariff-color);
}
.adm-operations-full__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.adm-operations-full__status .adm-operations-full__item-text {
  color: var(--green-color);
}
.adm-operations-full__status--err .adm-operations-full__item-text {
  color: #fd5a3e;
}
.adm-operations-full__status--yellow .adm-operations-full__item-text {
  color: #f3ba2f;
}
.adm-operations-full__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.manager {
  padding: 50px 0;
}
.manager--pb {
  padding: 0 0 50px 0;
}
.manager__reg-title {
  position: relative;
}
.manager__reg-title .cab-profile__user {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manager__reg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manager__reg {
  width: 100%;
  max-width: 500px;
}
.manager__form .form__input {
  border: none;
  background-color: #0f0f0f;
}
.manager__form .selectize-input {
  border: none;
  background-color: #0f0f0f;
}
.manager__form .form__label--city::before {
  z-index: 2;
}
.manager__form .selectize-control.single .selectize-input.input-active,
.manager__form .selectize-input {
  background-color: #0f0f0f;
}
.manager__form-request .adm-users-full__item {
  height: 57px;
}
.manager__form .form__label:last-of-type { 
  margin-bottom: 0; 
}
.manager__reg-verif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #717171;
  gap: 10px;
}
.manager__reg-descr {
  margin-bottom: 10px;
}
.manager__reg-btn {
  position: relative;
  padding-left: 54px;
}
.manager__reg-btn::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/manager-reg-btn.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manager__requests-table {
  margin: 0 auto;
  width: 1611px;
}
.manager__requests-table .deposits-list__item {
  -ms-grid-columns: (191px)[8] 44px;
  grid-template-columns: repeat(8, 191px) 44px;
}
.manager__requests-table .adm-table__nav-btn--yellow {
  background-image: url("../images/manager-table-icon-yellow.svg");
}
.manager__requests-table .adm-table__nav-btn--green {
  background-image: url("../images/manager-table-icon-green.svg");
}
.manager__requests-table .adm-table__nav-btn--red {
  background-image: url("../images/manager-table-icon-red.svg");
}
.manager__request-inf {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.manager__request-title {
  justify-content: space-between;
}
.manager__request-inf--end .manager__request-item {
  -ms-grid-column: 3;
  grid-column: 3;
}
.manager__request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 15px;
  font-weight: 400;
  font-size: 15px;
  color: #858585;
  background-color: #0f0f0f;
  gap: 15px;
}
.manager__request-label-wrapper {
  position: relative;
}
.manager__request-label-wrapper .adm-settings__btn-correct {
  display: block;
}
.manager__request-label::before {
  display: none;
}
.manager__request-label .form__input {
  padding-right: 50px;
  padding-left: 75px;
  text-align: right;
}
.manager__request-text {
  position: absolute;
  left: 15px;
  top: 50%;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #858585;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manager__request-item-select {
  position: relative;
  border: none;
  padding: 18px 20px;
  padding-left: 54px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 15px;
  color: #444;
  background-color: #0f0f0f;
}
.manager__request-item-select--request::before {
  background-image: url("../images/modal-request.svg") !important;
}
.manager__request-item-select--non-cash::before {
  background-image: url("../images/modal-request-non-cash.svg") !important;
}
.manager__request-item-select::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../images/modal-payment.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manager__request-item-select .select-label::after {
  background-image: url("../images/arrow-down-green.svg");
}
.manager__request-item-select--static .select {
  padding-right: 30px;
}
.manager__request-item-select--static .select-label::after {
  display: none;
}
.manager__request-item-select-static-val {
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
}
.manager__request-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  gap: 30px;
}
.manager__request-full-btn-accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.manager__img-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  padding: 5px;
  width: 18px;
  height: 18px;
  background-color: #131313;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.manager__img-close::before, .manager__img-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  width: 9px;
  height: 1.5px;
  background-color: #717171;
}
.manager__img-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.manager__img-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.manager__file {
  position: relative;
  padding: 15px 20px;
  padding-left: 45px;
  width: initial;
  height: initial;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--light-color);
  background-image: none;
  background-color: var(--green-color);
}
.manager__file::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 15px;
  height: 17px;
  background-image: url("../images/manager-file.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manager__user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manager__filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manager__notify-list {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.manager__notify-list::before {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.manager__notify-list.notify-list--active {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.footer {
  margin-top: auto;
  padding: 33px 0;
  background-color: var(--dark-color);
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.footer__block--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}
.footer__text {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: var(--light-color);
}
.footer__text--center {
  text-align: center;
}
.footer__text--icon {
  padding-left: 22px;
}
.footer__text--icon::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 7px;
  background-image: url("../images/footer-arrow.svg");
}
.footer__divider {
  position: absolute;
  left: 50%;
  top: -33px;
  width: calc(100% - 30px);
  height: 3px;
  background-color: #373737;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer__divider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 100%;
  background-color: var(--green-color);
}

.reset-password {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
  cursor: default;
}
.reset-password::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.reset-password .graph-modal__title {
  padding: 0;
}
.reset-password .graph-modal__content {
  text-align: left;
}
.reset-password__container {
  display: inline-block;
  vertical-align: middle;
  margin: 50px auto;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.reset-password .logo {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.reset-password__content {
  border-radius: 12px;
  padding: 40px;
  width: 458px;
  -webkit-box-shadow: 0 4px 150px rgba(72, 218, 59, 0.5);
  box-shadow: 0 4px 150px rgba(72, 218, 59, 0.5);
  color: #fff;
  background-color: #191919;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--dark-color);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.loader--hidden {
  opacity: 0;
  visibility: hidden;
}
.loader--transaction {
  background-color: transparent;
  -webkit-transition: -webkit-backdrop-filter 0.3s ease-in-out;
  transition: -webkit-backdrop-filter 0.3s ease-in-out;
  -o-transition: backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  pointer-events: none;
}
.loader--transaction-active {
  pointer-events: initial;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.pl {
  display: block;
  overflow: visible;
  width: 8em;
  height: 8em;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.pl__ring {
  stroke: rgba(62, 62, 62, 0.6);
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.pl__worm {
  stroke: var(--green-color);
  visibility: hidden;
  -webkit-transform-origin: 64px 64px;
  -ms-transform-origin: 64px 64px;
  transform-origin: 64px 64px;
}
.pl__worm--moving {
  visibility: visible;
}

.simplebar-track.simplebar-vertical {
  border-radius: 2px 2px 0 0;
  width: 6px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  left: 50%;
  top: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.simplebar-scrollbar::before {
  border-radius: 2px;
  width: 3px;
  background-color: #858585;
}

.simplebar-wrapper {
  min-height: initial;
}

.select__options {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  -webkit-box-shadow: 0 0 10px 5px var(--dark-color);
  box-shadow: 0 0 10px 5px var(--dark-color);
  background-color: transparent;
  border-radius: 12px;
}
.select__option--active {
  font-weight: 700;
}
.select--active {
  z-index: 1;
}
.select--active ~ .select {
  z-index: 0;
}
.select--active .select__options {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.empty-message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.empty-message-content {
  border-radius: 12px;
  padding: 60px 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #717171;
  background-color: #0f0f0f;
}
.empty-message-content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@-webkit-keyframes worm {
  from {
    stroke-dasharray: 22 307.86 22;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    stroke-dasharray: 2 347.86 2;
    -webkit-transform: rotate(4turn);
    transform: rotate(4turn);
  }
}

@keyframes worm {
  from {
    stroke-dasharray: 22 307.86 22;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    stroke-dasharray: 2 347.86 2;
    -webkit-transform: rotate(4turn);
    transform: rotate(4turn);
  }
}

.err-text { 
  border-radius: 12px; 
  padding: 10px; 
  font-weight: 400; 
  font-size: 15px; 
  line-height: 18px; 
  color: var(--light-color); 
  background-color: #eb5853; 
  margin-top: 10px;
}
.err-text ul {
  margin: 0;
}

.d-none--success {
  color: var(--green-color);
  margin-top: 10px;
}


.d-none-last {
  margin-top: 0;
}



.air-datepicker-global-container { 
  z-index: 9999; 
}

@media (hover: hover) and (pointer: fine) {
  .nav__link:hover,
  .lang__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .btn:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .about__payments-item:hover .about__payments-img {
    opacity: 1;
  }
  .about__payments-item:hover .about__payments-img--transparent {
    opacity: 0;
  }
  .contacts__map-btn:hover .contacts__map-arrow {
    color: var(--green-color);
  }
  .contacts__icons-wrapper {
    display: none;
  }
  .contacts__map-item:hover .contacts__icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cab-profile__item:hover {
    background-color: #252525;
  }
  .cab-profile__notify:hover .cab-profile__notify-text {
    color: #212121;
    background-color: var(--green-color);
  }
  .cab-panel__link:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .cab-panel__link:hover .cab-panel__link-arrow {
    color: var(--green-color);
  }
  .cab-panel__balance-item:hover {
    background-color: rgba(60, 60, 60, 0.5);
  }
  .cab-support__img-close:hover {
    -webkit-transform: translate(50%, -50%) scale(1.2);
    -ms-transform: translate(50%, -50%) scale(1.2);
    transform: translate(50%, -50%) scale(1.2);
  }
  .cab-support__link:hover::before,
  .cab-support__link:hover .cab-support__item-loop {
    opacity: 1;
    visibility: visible;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover,
  .swiper-button-next:not(.swiper-button-disabled):hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: rgba(72, 218, 59, 0.2);
  }
  .adm-settings__btn-correct {
    display: none;
  }
  .adm-settings__label-wrapper:hover .adm-settings__btn-correct {
    display: block;
  }
  .select__option:hover {
    -webkit-box-shadow: inset 10px 0 0 var(--green-color);
    box-shadow: inset 10px 0 0 var(--green-color);
    background-color: #212121;
  }
  .popup-inf:hover .popup-inf__text {
    opacity: 1;
    visibility: visible;
  }
  .selectize-dropdown-content .option.active {
    -webkit-box-shadow: inset 5px 0 0 var(--green-color);
    box-shadow: inset 5px 0 0 var(--green-color);
    cursor: pointer;
  }
}
@media (max-width: 2439.98px) {
  .adm-users-aside {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .adm-users-aside.menu--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .adm-users-burger {
    display: block;
  }
  .cab-container--padding-not {
    padding-left: 0;
  }
}
@media (max-width: 1499.98px) {
  .cab-profile__burger {
    display: block;
  }
  .cab-profile__burger--sm {
    display: none;
  }
  .cab-profile__balance.cab-divider::after {
    display: block;
  }
  .cab-container {
    padding-left: 0;
  }
  .aside {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .aside.menu--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .aside--filters-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1399.98px) {
  .logo {
    gap: 12px;
  }
  .logo__img {
    max-width: 55px;
  }
  .logo__text {
    font-size: 35px;
  }
  .nav__item:not(:last-child) {
    margin-right: 30px;
  }
  .nav__item--active::before {
    top: -51px;
  }
  .main-title {
    font-size: 50px;
  }
  .hero__content {
    margin-top: -65px;
  }
  .slider-wrapper .swiper-button-prev,
  .slider-wrapper .swiper-button-next {
    top: initial;
    bottom: -37px;
    margin-top: 0;
  }
  .slider-wrapper .swiper-button-prev {
    left: 0;
  }
  .slider-wrapper .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .logo {
    gap: 8px;
  }
  .logo__img {
    max-width: 45px;
  }
  .logo__text {
    font-size: 30px;
  }
  .lang__btn {
    font-size: 13px;
  }
  .lang__btn::after {
    right: 3px;
    top: 3px;
    width: 9px;
    height: 6px;
  }
  .nav__link {
    font-size: 13px;
  }
  .nav__item:not(:last-child) {
    margin-right: 20px;
  }
  .nav__item--active::before {
    top: -47px;
  }
  .header__auth-btn {
    font-size: 13px;
  }
  .main-title {
    font-size: 43px;
  }
  .hero__content {
    margin-top: 0;
  }
  .information__item:not(:last-child)::after {
    right: -63px;
  }
  .information__item-title {
    font-size: 48px;
  }
  .title {
    font-size: 30px;
  }
  .partner__animation {
    margin-right: 20px;
    max-width: 400px;
  }
  .partner__text {
    font-size: 18px;
  }
  .partner__item {
    padding: 10px 15px;
    padding-left: 60px;
    background-size: 40px 34px;
  }
  .partner__item-title {
    font-size: 30px;
  }
  .partner__item-text {
    font-size: 11px;
  }
  .partner__btn {
    font-size: 18px;
  }
  .video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
  }
  .video__wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .video__text-wrapper {
    max-width: 800px;
    text-align: center;
  }
  .about__content {
    margin-bottom: 100px;
  }
  .about__video-wrapper {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .company__video-wrapper {
    margin-bottom: 80px;
  }
  .company__text-wrapper {
    margin-right: 0;
  }
  .contacts__list {
    gap: 15px;
  }
  .contacts__item:not(:last-child)::after {
    display: none;
  }
  .contacts__item-link {
    font-size: 13px;
  }
  .contacts__item-icon {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  .cab-profile__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .cab-panel__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cab-panel__text {
    max-width: initial;
  }
  .cab-panel__link-text {
    max-width: initial;
  }
  .cab-deposit__card::after {
    display: none;
  }
  .cab-ref__item::after {
    display: none;
  }
  .cab-ref__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .cab-ref__item-text {
    font-size: 13px;
  }
  .cab-ref__item-val {
    font-size: 13px;
  }
  .cab-payment__item-text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .burger {
    display: block;
  }
  .nav__list {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav__list.menu--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .nav__item--active::before {
    top: -15px;
  }
  .nav__link {
    font-size: 30px;
  }
  .lang__btn {
    padding-right: 27px;
    font-size: 30px;
  }
  .lang__btn::after {
    right: 0;
    top: 8px;
    width: 20px;
    height: 12px;
  }
  .main {
    position: relative;
    z-index: 0;
  }
  .main-title {
    font-size: 32px;
  }
  .information__item:not(:last-child)::after {
    display: none;
  }
  .information__item-title {
    font-size: 40px;
  }
  .information__text {
    font-size: 18px;
  }
  .tariffs__cards-btn {
    min-width: 180px;
    font-size: 13px;
  }
  .deposits__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .title {
    font-size: 25px;
  }
  .partner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner__animation {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .partner__btn {
    display: block;
    margin: 0 auto;
  }
  .steps__list {
    gap: 20px;
  }
  .steps__item::before {
    font-size: 90px;
  }
  .steps__item-title {
    font-size: 18px;
  }
  .steps__item-descr {
    font-size: 13px;
  }
  .steps__item-arrow {
    right: -37px;
  }
  .map {
    padding: 60px 0;
  }
  .map__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map__list {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .map__item-descr {
    font-size: 18px;
  }
  .about__payments-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__block--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .contacts__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .contacts__map-information {
    position: relative;
    left: initial;
    top: initial;
    margin-bottom: 20px;
    width: 100%;
  }
  .contacts__map-list {
    max-height: 190px;
  }
  .cab-profile__burger--sm {
    display: none;
  }
  .cab-profile__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cab-footer__link {
    font-size: 14px;
  }
  .cab-payment {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cab-deposit__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .deposits-list__text {
    font-size: 13px;
  }
  .deposits-list__status {
    font-size: 13px;
  }
  .deposits-list__icon-content {
    padding-left: 22px;
  }
  .deposits-list__icon-content::before {
    width: 16px;
    height: 16px;
  }
  .cab-mydep__slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .cab-mydep__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .cab-mydep__list {
    max-width: 600px;
  }
  .cab-history__icon {
    padding-left: 0;
  }
  .cab-mydep .deposits-list__icon-content::before,
  .cab-history .deposits-list__icon-content::before,
  .cab-ref .deposits-list__icon-content::before {
    display: none;
  }
  .cab-history__icon-payment {
    width: 16px;
    height: 16px;
  }
  .cab-history__icon {
    font-size: 12px;
  }
  .cab-ref__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cab-ref__nav-btn {
    font-size: 15px;
  }
  .cab-ref__panel-title {
    max-width: 150px;
    font-size: 14px;
  }
  .cab-ref__panel-content {
    gap: 15px;
  }
  .cab-ref__panel-text--center {
    padding: 10px;
  }
  .cab-ref__panel-divider {
    display: none;
  }
  .cab-ref__panel-balance--bigger {
    font-size: 22px;
  }
  .cab-ref__panel-balance--smaller {
    font-size: 14px;
  }
  .cab-ref__date {
    font-size: 13px;
  }
  .cab-support__img {
    width: 45px;
  }
  .cab-support__date {
    font-size: 13px;
  }
  .cab-support__item-content {
    max-width: 500px;
    font-size: 13px;
  }
  .cab-settings__form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cab-settings__btn {
    padding: 12px 15px;
    font-size: 13px;
  }
  .cab-settings__form-label {
    font-size: 13px;
  }
  .cab-settings__form-btn {
    font-size: 13px;
  }
  .cab-money__content--balance-up {
    display: -ms-grid;
    display: grid;
    place-content: center;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cab-money__label--balance-up {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    grid-column: 1/-1;
  }
  .cab-money__btn--balance-up {
    grid-column: 1/-1;
  }
  .adm-traffic__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .adm-reviews__form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .adm-users-full__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .adm-users-full__item {
    font-size: 13px;
  }
  .adm-users-full .add-review__select {
    padding-right: 47px;
    padding-left: 15px;
    font-size: 12px;
  }
  .adm-users-full .add-review__label--select::after {
    right: 20px;
    top: 16px;
    width: 10px;
    height: 5px;
  }
  .adm-users-full__input {
    max-width: 130px;
  }
  .adm-settings-notify-modal {
    padding: 20px;
    width: 90%;
    min-width: 290px;
  }
  .app__content {
    flex-direction: column;
    align-items: center;
  }
  .app__img {
    order: -1;
  }
  .app__descr-wrapper {
    max-width: 450px;
    text-align: center;
  }
}
@media (max-width: 819.98px) {
  .adm-operations-full__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-operations-full__list {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .pagination__wrapper--flex {
    column-gap: 30px;
  }
  .main-title {
    font-size: 23px;
  }
  .section-padding {
    padding: 130px 0 40px;
  }
  .hero::after {
    height: 310px;
  }
  .information__item {
    padding-top: 85px;
    background-size: 54px 65px;
  }
  .information__item-title {
    font-size: 30px;
  }
  .information__text {
    font-size: 15px;
  }
  .title {
    font-size: 23px;
  }
  .tariffs {
    padding: 40px 0 80px;
  }
  .tariffs__title {
    margin-bottom: 30px;
  }
  .partner {
    padding: 40px 0;
  }
  .partner__text {
    font-size: 16px;
  }
  .steps {
    padding: 40px 0;
  }
  .steps__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .steps__item {
    min-height: 150px;
    text-align: center;
  }
  .steps__item-arrow {
    right: 50%;
    top: initial;
    bottom: -38px;
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }
  .map {
    padding: 40px 0;
  }
  .map__title {
    margin-bottom: 40px;
  }
  .video__wrapper {
    width: 90%;
  }
  .video__bg--1 {
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .video__bg--2 {
    left: 50%;
    bottom: -54px;
    width: 550px;
    height: 220px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .text {
    font-size: 18px;
  }
  .about {
    padding: 40px 0;
  }
  .about__content {
    margin-bottom: 80px;
  }
  .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company {
    padding: 130px 0 40px;
  }
  .company__title {
    margin-bottom: 70px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .footer__block--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .reviews__info-icon {
    margin-right: 15px;
    width: 40px;
  }
  .reviews__info-text {
    font-size: 15px;
  }
  .reviews__info-title {
    font-size: 13px;
  }
  .reviews__info-descr {
    padding-left: 56px;
  }
  .reviews__info-description {
    font-size: 13px;
  }
  .reviews__info-date {
    margin-right: 15px;
    font-size: 13px;
  }
  .reviews__info-rate {
    width: 21px;
    height: 21px;
  }
  .pagination__btn {
    font-size: 13px;
  }
  .pagination__btn--back {
    padding-left: 25px;
  }
  .pagination__btn--back::before {
    width: 6px;
    height: 11px;
  }
  .pagination__btn--next {
    padding-right: 25px;
  }
  .pagination__btn--next::after {
    width: 6px;
    height: 11px;
  }
  .accordion__title {
    font-size: 15px;
  }
  .accordion__content-descr {
    font-size: 13px;
  }
  .accordion__icon::before {
    height: 25px;
  }
  .accordion__svg--question {
    width: 23px;
    height: 23px;
  }
  .accordion__svg--arrow {
    width: 12px;
    height: 7px;
  }
  .politics__descr {
    font-size: 14px;
  }
  .politics__wrapper {
    gap: 15px;
  }
  .politics__item {
    font-size: 14px;
  }
  .contacts__item-title {
    font-size: 13px;
  }
  .contacts__item-link {
    font-size: 12px;
  }
  .contacts__item-icon {
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
  }
  .cab-text {
    font-size: 13px;
  }
  .cab-title__text {
    font-size: 25px;
  }
  .cab-profile__text {
    font-size: 12px;
  }
  .cab-panel__ref-val {
    font-size: 14px;
  }
  .cab-panel__link-text {
    max-width: 100px;
  }
  .cab-panel__balance-val--bigger {
    font-size: 25px;
  }
  .cab-panel__balance-bg {
    width: 50px;
    height: 50px;
  }
  .cab-panel__balance-subtitle {
    font-size: 15px;
  }
  .cab-footer__link {
    font-size: 13px;
  }
  .cab-payment__item-text {
    font-size: 13px;
  }
  .cab-payment__item-content {
    padding-left: 50px;
    background-size: 30px 30px;
    background-position: 12px center;
  }
  .cab-payment__checkbox {
    width: 20px;
    height: 20px;
  }
  .cab-payment__checkbox svg {
    width: 12px;
    height: 8px;
  }
  .cab-deposit__item-title {
    font-size: 20px;
  }
  .cab-deposit__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cab-deposit__card-text {
    font-size: 15px;
  }
  .cab-money__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .cab-money__content--balance-up {
    gap: 10px;
  }
  .cab-money__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .cab-money__label {
    width: 100%;
  }
  .cab-money__btn {
    width: 100%;
  }
  .deposits-list__status {
    padding: 0;
  }
  .deposits-list__status::before {
    display: none;
  }
  .deposits-list__text:first-child, .deposits-list__text:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .cab-history__text:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .deposits__item-text:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .statistics__item-text:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .cab-ref__balance--divider::after {
    display: none;
  }
  .cab-ref__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .cab-ref__wrapper {
    gap: 20px;
  }
  .cab-ref__item-val {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 12px;
    text-align: center;
  }
  .cab-ref__icon {
    width: 35px;
    height: 35px;
    background-size: 20px 20px;
  }
  .cab-ref__item-wrapper {
    gap: 10px;
  }
  .cab-ref__item {
    gap: 15px;
  }
  .cab-ref__list {
    gap: 15px;
  }
  .cab-ref__nav-btn {
    font-size: 13px;
  }
  .cab-ref__panel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cab-ref__panel-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cab-ref__panel-balance--bigger {
    font-size: 18px;
  }
  .cab-ref .deposits-list__text:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cab-support {
    padding-top: 30px;
  }
  .cab-support__item-content {
    max-width: 350px;
  }
  .cab-settings__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cab-settings__item {
    font-size: 13px;
  }
  .cab-settings__tg-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-wrapper .swiper-button-prev,
  .slider-wrapper .swiper-button-next {
    bottom: -25px;
    width: 30px;
    height: 30px;
    background-size: 25px;
  }
  .adm-statistics .cab-subtitle,
  .adm-traffic .cab-subtitle {
    font-size: 15px;
  }
  .adm-statistics__subtitle-adaptive {
    display: none;
  }
  .adm-statistics .btn {
    padding: 10px 15px;
    font-size: 13px;
  }
  .adm-traffic__content .cab-panel__ref-val {
    font-size: 13px;
  }
  .adm-traffic__list .cab-panel__text {
    font-size: 12px;
  }
  .adm-reviews__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-assistans .adm-traffic__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-settings__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-settings-notify-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-users-full__verif {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .adm-users-full__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-users-full .adm-settings__switcher {
    width: 100%;
  }
  .cookie {
    width: 95%;
    max-width: initial;
  }
}
@media (max-width: 575.98px) {
  .pagination__wrapper--flex {
    gap: 25px;
  }
  .pagination__wrapper--btn {
    display: none;
  }
  .cab-transaction__text {
    font-size: 13px;
  }
  .popup-inf__text {
    left: initial;
    right: 12px;
  }
  .popup-inf__text::before {
    left: initial;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent var(--black-color) transparent transparent;
  }
  .aside__item--lock .popup-inf__text {
    width: 180px;
    font-size: 13px;
  }
  .cab-settings__label-icon {
    width: 24px;
    height: 24px;
  }
  .video {
    gap: 40px;
  }
  .contacts__footer-inf {
    font-size: 12px;
  }
  .cab-settings__btn-main {
    max-width: initial;
    width: 100%;
  }
  .add-review .adm-users-full__item {
    max-width: initial;
  }
  .cab-support__list--empty {
    min-height: 300px !important;
    transform: translateY(90px);
  }
  .nav__item--active::before {
    height: 2px;
  }
  .nav__link {
    font-size: 18px;
  }
  .lang__btn {
    padding-right: 20px;
    font-size: 18px;
  }
  .lang__btn::after {
    right: 0;
    top: 6px;
    width: 12px;
    height: 7px;
  }
  .header {
    padding: 15px 0;
  }
  .header__auth {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    width: 100%;
  }
  .header__auth-btn:not(form) {
    padding: 8px 15px;
    font-size: 11px;
  }
  .header__auth .btn {
    font-size: 11px;
  }
  .header__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo__img {
    max-width: 32px;
  }
  .logo__text {
    font-size: 20px;
  }
  .logo__copyright {
    font-size: 11px;
  }
  .burger {
    --burger-height: 20px;
    --burger-line-height: 2px;
  }
  .main-title {
    font-size: 20px;
  }
  .hero::after {
    display: none;
  }
  .information__list {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .information__item {
    padding-top: 71px;
    background-size: 50px 55px;
  }
  .information__item-title {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .information__item-title::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
  }
  .information__text {
    font-size: 13px;
  }
  .title {
    font-size: 20px;
  }
  .tariffs__cards-title {
    margin-bottom: 24px;
    font-size: 15px;
  }
  .tariffs__cards-title::after {
    bottom: -12px;
    width: 70px;
    height: 2px;
  }
  .tariffs__item-text {
    font-size: 12px;
  }
  .tariffs__cards-btn {
    min-width: auto;
    font-size: 11px;
  }
  .tariffs__cards-item {
    margin: 0 auto;
    width: 266px;
  }
  .deposits__content {
    gap: 20px;
  }
  .partner__title {
    margin-bottom: 20px;
  }
  .partner__text {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .partner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    margin-bottom: 20px;
  }
  .partner__item {
    width: calc((100% - 10px) / 2);
  }
  .partner__btn {
    width: 100%;
    font-size: 13px;
  }
  .partner__item-title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .partner__item-text {
    font-size: 10px;
  }
  .steps__title {
    margin-bottom: 20px;
  }
  .map__item-title {
    font-size: 18px;
  }
  .map__item-descr {
    font-size: 15px;
  }
  .video__bg {
    display: none;
  }
  .video__wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
  .video__wrapper,
  .ckin__player {
    height: 250px;
  }
  .text {
    font-size: 15px;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .about__payments-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .about__content {
    margin-bottom: 60px;
  }
  .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company__title {
    margin-bottom: 40px;
  }
  .footer__divider::after {
    width: 100%;
  }
  .footer__block--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__text {
    font-size: 13px;
  }
  .footer__text--icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .graph-modal__title {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .graph-modal__container {
    padding: 20px;
    width: 90%;
    min-width: 290px;
  }
  .graph-modal__container--password-reset {
    position: relative;
    padding: 40px;
    text-align: center;
  }
  .graph-modal__container--password-reset .graph-modal__content {
    position: static;
  }
  .graph-modal__container--password-reset .graph-modal__content::after {
    display: none;
  }
  .graph-modal__container--password-reset .graph-modal__close {
    right: 15px;
    top: 15px;
  }
  .graph-modal__container--password-reset .graph-modal__title {
    padding: 0;
  }
  .graph-modal__container--reviews {
    padding: 40px;
  }
  .graph-modal__container--reviews .graph-modal__title {
    font-size: 20px;
  }
  .graph-modal__container--reviews .graph-modal__descr {
    font-size: 15px;
  }
  .graph-modal__text-wrapper {
    max-width: 100%;
    gap: 15px;
  }
  .graph-modal__text {
    font-size: 13px;
  }
  .form__text {
    font-size: 11px;
  }
  .form__btn {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
  }
  .form__input {
    font-size: 13px;
  }
  .form__input--phone-message {
    font-size: 30px !important;
  }
  .choice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .choice__item-text {
    font-size: 14px;
  }
  .choice__item-text::before {
    display: none;
  }
  .choice__item-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 80px;
  }
  .statistics__text {
    margin-bottom: 60px;
  }
  .statistics__content-title {
    text-align: center;
  }
  .statistics__finance {
    padding-bottom: 30px;
  }
  .reviews__text {
    margin-bottom: 60px;
  }
  .reviews__info {
    gap: 15px;
  }
  .reviews__item {
    gap: 15px;
  }
  .reviews__info-date {
    margin-right: 10px;
  }
  .reviews__info-icon {
    margin-right: 0;
  }
  .reviews__info-wrapper--adaptive {
    gap: 15px;
  }
  .reviews__info-descr {
    padding-left: 0;
    text-align: left;
  }
  .reviews__info-descr::before {
    display: none;
  }
  .reviews__info-title {
    font-size: 12px;
  }
  .reviews__info-description {
    font-size: 12px;
  }
  .pagination__btn {
    font-size: 11px;
    line-height: 2;
  }
  .pagination__btn--back {
    padding-left: 20px;
  }
  .pagination__btn--back::before {
    width: 4px;
    height: 8px;
  }
  .pagination__btn--next {
    padding-right: 20px;
  }
  .pagination__btn--next::after {
    width: 4px;
    height: 8px;
  }
  .add-review__form {
    gap: 20px;
  }
  .add-review__form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .add-review__input {
    font-size: 13px;
  }
  .add-review__select {
    width: 100%;
    font-size: 13px;
  }
  .add-review__label {
    width: 100%;
  }
  .add-review__btn {
    font-size: 13px;
  }
  .add-review__btn-auth {
    font-size: 13px;
  }
  .accordion__control {
    gap: 15px;
  }
  .accordion__title {
    font-size: 13px;
  }
  .accordion__content-descr {
    padding-left: 0;
    font-size: 11px;
  }
  .accordion__content-descr::before {
    display: none;
  }
  .accordion__icon::before {
    display: none;
  }
  .faq__text {
    margin-bottom: 33px;
  }
  .politics__item {
    font-size: 12px;
  }
  .politics__list {
    gap: 15px;
  }
  .politics__counter {
    margin-right: 12px;
    border: 1px solid #464646;
    width: 26px;
    height: 26px;
  }
  .politics__counter::before {
    font-size: 14px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .contacts__item-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts__map-subtitle {
    font-size: 13px;
  }
  .contacts__map-descr {
    font-size: 12px;
  }
  .contacts__map-icon {
    width: 35px;
    height: 35px;
    background-size: 17px 17px;
  }
  .contacts__map-arrow {
    display: none;
  }
  .contacts__map-title {
    padding-left: 0;
    text-align: center;
  }
  .contacts__map-title::before {
    display: none;
  }
  .contacts__map-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contacts__map-address {
    width: 300px;
  }
  .cab-profile__burger {
    display: none;
  }
  .cab-profile__burger--sm {
    display: block;
  }
  .cab-profile__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .cab-profile__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    width: 100%;
  }
  .cab-profile__user::before {
    top: -4px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cab-profile__other {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .cab-profile__balance {
    padding-left: 0;
  }
  .cab-profile__balance::before {
    display: none;
  }
  .cab-profile__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cab-profile__item {
    padding-left: 77px;
    background-size: 45px 45px;
  }
  .cab-divider::after {
    display: none;
  }
  .cab-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cab-title__text {
    font-size: 22px;
  }
  .cab-title__divider {
    display: none;
  }
  .cab-wrapper {
    padding: 30px 20px;
  }
  .cab-wrapper--not-padding {
    padding: 0;
    padding-top: 3px;
  }
  .cab-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .cab-panel__ref-title,
  .cab-ref__subtitle {
    text-align: left;
  }
  .cab-panel__title {
    margin-bottom: 30px;
  }
  .cab-panel__ref {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cab-panel__ref-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cab-panel__ref-title {
    margin-bottom: 16px;
  }
  .cab-panel__ref-val {
    min-width: 62px;
    font-size: 12px;
  }
  .cab-panel__ref-icon {
    width: 35px;
    height: 35px;
    background-size: 20px 20px;
  }
  .cab-panel__links-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: none;
  }
  .cab-panel__link-text {
    max-width: initial;
  }
  .cab-panel__balance-val--bigger {
    font-size: 22px;
  }
  .cab-panel__balance-val--smaller {
    font-size: 13px;
  }
  .cab-panel__balance-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cab-panel__balance-item {
    padding-left: 65px;
    background-size: 35px 35px;
  }
  .cab-panel__balance-title {
    text-align: left;
  }
  .cab-panel__balance-bg {
    right: 20px;
  }
  .cab-panel__input-wrapper::after {
    width: 18px;
    height: 18px;
  }
  .cab-panel__ref-input {
    padding: 20px 15px;
    font-size: 12px;
  }
  .cab-panel__text {
    text-align: left;
  }
  .cab-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .cab-footer__link {
    font-size: 15px;
  }
  .aside {
    width: 250px;
  }
  .aside__item-icon {
    width: 20px;
    height: 20px;
  }
  .aside__item-text {
    font-size: 13px;
  }
  .aside__item-link {
    gap: 15px;
  }
  .aside__copyright-text {
    font-size: 13px;
  }
  .aside__logo-img {
    width: 180px;
  }
  .cab-payment {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cab-deposit__card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cab-deposit__card-content {
    min-width: 140px;
  }
  .cab-deposit__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: left;
  }
  .cab-deposit__btn {
    padding: 12px;
    width: 100%;
    min-width: initial;
  }
  .cab-deposit__payment-wrapper {
    padding: 30px 20px 70px;
  }
  .cab-money__btn {
    font-size: 13px;
  }
  .deposits-list__text {
    padding: 0 5px;
    font-size: 10px;
  }
  .deposits-list__item {
    padding: 15px 5px;
  }
  .deposits-list__status {
    font-size: 10px;
  }
  .deposits-list--padding-bigger .deposits-list__item {
    padding: 15px 5px;
  }
  .cab-mydep__icon {
    padding: 0;
  }
  .cab-mydep__subtitle {
    font-size: 20px;
  }
  .cab-mydep__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cab-mydep__btn {
    width: 100%;
  }
  .cab-history__icon-payment {
    padding: 0;
  }
  .cab-history__icon {
    display: -webkit-box;
    overflow: hidden;
    padding: 0;
    font-size: 10px;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .cab-ref__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cab-ref__label::before, .cab-ref__label::after {
    width: 20px;
    height: 20px;
  }
  .cab-ref__label::before {
    left: 16px;
  }
  .cab-ref__label::after {
    right: 16px;
  }
  .cab-ref__input {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 13px;
  }
  .cab-ref__nav-btn {
    font-size: 12px;
  }
  .cab-ref__panel-icon {
    padding-left: 0;
  }
  .cab-ref__date-text {
    font-size: 12px;
  }
  .cab-ref__date {
    font-size: 12px;
  }
  .cab-ref__date--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cab-support__form-wrapper {
    padding: 20px;
  }
  .cab-support__input {
    padding: 15px 20px;
    font-size: 12px;
  }
  .cab-support__label--file {
    background-size: 18px 18px;
  }
  .cab-support__form-btn {
    width: 48px;
    background-size: 18px 18px;
  }
  .cab-support__form .cab-support__label--file {
    width: 48px;
  }
  .cab-support__img {
    width: 40px;
  }
  .cab-support__item-wrapper {
    gap: 10px;
  }
  .cab-support__date {
    font-size: 11px;
  }
  .cab-support__item-content {
    max-width: 250px;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cab-support__item-images {
    flex-wrap: wrap;
  }
  .cab-support__subtitle-wrapper {
    padding: 30px 0 15px;
  }
  .cab-support__subtitle {
    padding-left: 23px;
    font-size: 15px;
  }
  .cab-support__subtitle::before {
    width: 8px;
    height: 8px;
  }
  .cab-support__content {
    padding: 85px 20px 100px;
  }
  .cab-settings__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cab-settings__information {
    flex-direction: column;
  }
  .cab-settings__item {
    font-size: 12px;
  }
  .cab-settings__form-input {
    font-size: 13px;
  }
  .cab-settings__form-btn {
    height: initial;
  }
  .cab-settings__status-title {
    text-align: center;
  }
  .cab-settings__tg-content {
    text-align: center;
  }
  .cab-settings__tg-title {
    font-size: 18px;
  }
  .cab-settings__tg-status {
    font-size: 15px;
  }
  .cab-settings__tg-descr {
    font-size: 13px;
  }
  .cab-settings__label::before {
    width: 24px;
    height: 24px;
  }
  .cab-settings__label--mir::before {
    height: 15px;
  }
  .cab-settings__input {
    padding-left: 57px;
    font-size: 13px;
  }
  .cab-settings__label-text {
    left: 57px;
    font-size: 11px;
  }
  .notify-list {
    left: 12px;
    border-radius: 0 8px 8px 8px;
    width: 320px;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  .notify-list::before {
    left: 0;
    border-style: solid;
    border-width: 9px 0 0 9px;
    border-color: transparent transparent transparent #212121;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .notify-list__item {
    gap: 20px;
  }
  .notify-list__item-title {
    font-size: 13px;
  }
  .notify-list__item-descr {
    font-size: 12px;
  }
  .notify-list--active {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  .slider-wrapper .swiper-button-prev,
  .slider-wrapper .swiper-button-next {
    display: none;
  }
  .slider-wrapper .cab-button-prev,
  .slider-wrapper .cab-button-next {
    display: none;
  }
  .slider-wrapper .swiper-pagination {
    bottom: -38px;
  }
  .slider-wrapper .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 5px;
    width: 10px;
    height: 10px;
  }
  .adm-statistics__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .adm-statistics__content .cab-profile__user {
    width: initial;
  }
  .adm-statistics__content .btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-width: 1px;
    padding: 8px 15px;
    width: 100%;
  }
  .adm-statistics__content .cab-profile__burger {
    display: block;
  }
  .adm-statistics__content .adm-last-wrapper {
    font-size: 13px;
  }
  .adm-statistics__content .adm-last {
    font-size: 11px;
  }
  .adm-statistics__filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .adm-traffic__first {
    -ms-grid-column-span: NaN;
    grid-column-end: initial;
    -ms-grid-column: initial;
    grid-column-start: initial;
  }
  .adm-traffic__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-traffic__content .cab-panel__ref-val {
    min-width: initial;
  }
  .adm-traffic__diagram .cab-panel__ref-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-traffic__count-deposits .cab-panel__ref-val {
    min-width: initial;
  }
  .adm-traffic__notify-list {
    left: initial;
    right: 0;
    border-radius: 8px 0 8px 8px;
    width: 260px;
  }
  .adm-traffic__notify-list::before {
    left: initial;
    right: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #212121;
    width: 0;
    height: 0;
  }
  .adm-tariffs__delete-modal .graph-modal__title {
    font-size: 16px;
  }
  .adm-tariffs .adm-traffic__notify-list {
    left: 0;
    right: initial;
    border-radius: 0 8px 8px;
  }
  .adm-tariffs .adm-traffic__notify-list::before {
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 9px 0 0 9px;
    border-color: transparent transparent transparent #212121;
    width: 0;
    height: 0;
  }
  .adm-filters__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-filters__content .adm-filters__label {
    width: 100%;
    max-width: initial;
  }
  .adm-filters__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-btn-accept-wrapper .btn {
    width: 100%;
  }
  .adm-support__table-wrapper .cab-panel__text {
    font-size: 20px;
  }
  .adm-reviews__form textarea {
    font-size: 15px;
  }
  .adm-reviews__btns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-reviews__form-btn {
    width: 100%;
  }
  .adm-reviews__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-reviews__nav-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .adm-users-full__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-users-full .add-review__label {
    max-width: 150px;
  }
  .adm-users-full__verif {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .adm-users-full__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-users-full__btns .btn {
    width: 100%;
  }
  .adm-users-full__item-input {
    width: 100%;
  }
  .adm-settings .cab-title__text {
    font-size: 18px;
  }
  .adm-settings__text {
    font-size: 13px;
  }
  .adm-settings__item--fs-0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-settings__item--fs-0 .adm-settings__switcher {
    width: 100%;
  }
  .adm-settings-notify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .adm-operations-full__item {
    font-size: 13px;
  }
  .adm-btn-search {
    width: 100%;
  }
  .cookie__text {
    font-size: 12px;
  }
  .adm-deposits__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .app__link {
    font-size: 25px;
  }
  .app__descr {
    font-size: 20px;
  }
  .notify-list--cab.notify-list--active {
    transform: translate(0, 20px);
  }
}
@media (max-width: 450px) {
  .deposits-list__item .deposits-list__text--grey:last-child {
    display: none;
  }
  .deposits-list__status {
    display: none;
  }
  .statistics .deposits-list__item .deposits-list__text--grey:last-child {
    display: flex;
  }
  .cab-mydep .deposits-list__item,
  .cab-history .deposits-list__item {
    position: relative;
  }
  .cab-mydep .deposits-list__item:not(:first-child)::after,
  .cab-history .deposits-list__item:not(:first-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cab-mydep .deposits-list__item--status-green:not(:first-child)::after,
  .cab-history .deposits-list__item--status-green:not(:first-child)::after {
    background-color: #48da3b;
  }
  .cab-mydep .deposits-list__item--status-red:not(:first-child)::after,
  .cab-history .deposits-list__item--status-red:not(:first-child)::after {
    background-color: #e75752;
  }
  .cab-mydep .deposits-list__item--status-yellow:not(:first-child)::after,
  .cab-history .deposits-list__item--status-yellow:not(:first-child)::after {
    background-color: #f8b017;
  }
  .deposits-list--el-5 .deposits-list__item {
    -ms-grid-columns: (25%)[4];
    grid-template-columns: repeat(4, 25%);
  }
  .deposits-list--el-6 .deposits-list__item {
    -ms-grid-columns: (20%)[5];
    grid-template-columns: repeat(5, 20%);
  }
  .cab-ref__label::before, .cab-ref__label::after {
    display: none;
  }
  .cab-ref__input {
    padding: 15px;
    font-size: 11px;
    text-align: center;
  }
  .cab-ref__panel-title {
    font-size: 12px;
  }
  .cab-ref__panel-lvl {
    font-size: 10px;
  }
  .cab-ref__panel-balance--smaller {
    font-size: 11px;
  }
  .cab-ref__panel-balance--bigger {
    font-size: 13px;
  }
  .cab-ref__date {
    font-size: 11px;
  }
  .cab-ref__date-text {
    font-size: 11px;
  }
  .cab-ref__date-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cab-ref__email {
    word-break: break-word;
  }
  .cab-panel__ref-text--copy {
    font-size: 10px;
  }
  .cab-mydep__item {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .tariffs__cards-item {
    margin: 0;
    width: initial;
  }
  .notify-list {
    width: 290px;
  }
}
/*# sourceMappingURL=main.css.map */

