@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplayBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplayBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplayBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplayMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplayRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
* {
  font-family: "SFProDisplay";
}

body {
  background-color: #060606;
}

.modal-backdrop {
  -webkit-backdrop-filter: blur(100px) !important;
          backdrop-filter: blur(100px) !important;
}

.modal-content {
  background-color: #1a1a1a !important;
}

.close-modal {
  background-color: transparent;
  border: none;
  outline: none;
}

.modal-header {
  border: none;
}

.modal-title {
  display: flex;
  gap: 40px;
}
.modal-title span.modal-title-text {
  font-family: "Benzin";
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.modal-title .modal-subtitle {
  font-size: 20px;
  color: #9df143;
  font-weight: bold;
}

.modal-xxs {
  max-width: 380px;
  margin: auto;
}

.modal-mmd {
  max-width: 668px;
  margin: auto;
}

.date {
  max-width: 120px;
  padding: 5px 10px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.date:focus {
  outline: none;
  border-color: #5d9cf5;
}

.ui-datepicker {
  width: 280px;
  padding: 5px;
  background: #2b323b;
  border-radius: 4px;
  box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 9099 !important;
}
@media screen and (max-width: 580px) {
  .ui-datepicker {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    border-radius: 0px;
  }
}
.ui-datepicker.active {
  opacity: 1;
}

.ui-datepicker-header {
  height: 40px;
  padding: 3px;
  margin-bottom: 10px;
}
.ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin: 0 1px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: 9999px;
  overflow: hidden;
  border-radius: 3px;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: #444b56;
}

.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left: 15px;
}

.ui-datepicker-next {
  float: right;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -10px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #c2c7d1;
  border-bottom: 2px solid #c2c7d1;
  pointer-events: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th {
  width: 40px;
  padding-bottom: 6px;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  padding: 0;
  color: #8d9298;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.ui-datepicker-calendar tbody tr td {
  padding-right: 3px;
  padding-bottom: 3px;
}
.ui-datepicker-calendar tbody tr td:first-child {
  padding-left: 3px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: white;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  font-size: 12px;
}
.ui-state-default:hover {
  background: #444b54;
  text-decoration: none;
  color: white;
}

.ui-state-highlight {
  color: #4ee78d;
}

.ui-state-active:not(.ui-state-highlight) {
  color: white;
  background: #5d9cf5;
}

.ui-datepicker-unselectable .ui-state-default {
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.mega-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.mega-table thead tr th {
  color: #fff;
  font-weight: 500;
  padding: 0px 24px;
}
.mega-table thead tr th img {
  width: 16px;
  margin-left: 4px;
}
.mega-table thead tr,
.mega-table tbody tr {
  margin-top: 20px;
}
.mega-table tbody tr {
  background-color: rgba(255, 255, 255, 0.062745098);
  transition: 0.2s;
}
.mega-table tbody tr td {
  padding: 20px 24px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
.mega-table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.mega-table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mega-table tbody tr:hover {
  background-color: #333;
}

.outlined-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  color: #000 !important;
  background: #fff;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 4px;
  font-weight: 400;
  padding: 12px 16px;
  cursor: pointer;
  gap: 8px;
  text-decoration: none;
}
.outlined-button:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(270deg, #ff49ba -12.5%, #7d7aff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.outlined-button.small {
  padding: 8px 12px;
}
.outlined-button.full-width {
  width: 100%;
}
.outlined-button.round {
  border-radius: 50px;
}

.button {
  border: none;
  outline: none;
  padding: 8px 24px;
  line-height: 100%;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: 0.2s;
  font-weight: 400;
}
.button.button-lg {
  padding: 16px 24px;
}
.button.round {
  border-radius: 50px;
}
.button.full-width {
  width: 100%;
}
.button.button-success {
  background: linear-gradient(135deg, rgb(209, 254, 75) 0%, rgb(157, 241, 67) 100%);
  color: #000;
}
.button.button-success-outlined {
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
}
.button.button-success-outlined.round::before {
  border-radius: 50px;
}
.button.button-success-outlined:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, rgb(209, 254, 75) 0%, rgb(157, 241, 67) 100%);
  border-radius: 10px;
  -webkit-mask: linear-gradient(#1a1a1a 0 0) content-box, linear-gradient(#1a1a1a 0 0);
  mask: linear-gradient(#1a1a1a 0 0) content-box, linear-gradient(#1a1a1a 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.button.button-primary {
  background: linear-gradient(90deg, rgb(255, 73, 186) 0%, rgb(125, 122, 255) 100%);
  color: #fff;
}
.button.button-dark {
  background-color: #303030;
  color: #fff;
}
.button.button-dark:hover {
  background-color: #555;
}

header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}
header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  height: 100%;
  align-items: center;
  gap: 16px;
  padding-left: 16px;
  margin: 0;
}
header nav ul li {
  line-height: 100%;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
header nav ul li a:hover {
  color: #e2e1e1;
}
header .menu-actions {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
header .menu-actions .search-button {
  border: none;
  background-color: transparent;
  outline: none;
}
header .menu-actions .burger-button {
  background: linear-gradient(101.93deg, rgba(255, 255, 255, 0.1) -9.48%, rgba(255, 255, 255, 0) 171.38%);
  border: none;
  width: 51px;
  height: 40px;
  border-radius: 40px;
}

@media (min-width: 992px) {
    .burger-button {
        display: none !important;
    }
}

footer {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  background-color: #1a1a1a;
  margin-top: 60px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
footer .footer-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .footer-item p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
footer .footer-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-item ul li a {
  color: #fff;
  text-decoration: none;
}

.main {
  width: 100%;
  margin: 60px 0;
}

.main-banner {
  margin-top: 60px;
  background-image: url("../images/ellipse.png");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
.main-banner h1 {
  font-size: 32px;
  line-height: 130%;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Benzin";
  color: #fff;
}
.main-banner p {
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
}
.main-banner .main-banner-person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}

.tariff-card {
  padding: 32px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 150px;
}
.tariff-card.bg-color-gradient {
  background: linear-gradient(90deg, rgb(255, 73, 186) 0%, rgb(125, 122, 255) 100%);
  justify-content: center;
}
.tariff-card:not(.bg-white) {
  background-color: #1a1a1a;
}
.tariff-card:not(.bg-white) .card-content .card-title {
  color: #fff;
}
.tariff-card:not(.bg-white) .card-content .card-description {
  color: #fff;
}
.tariff-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.tariff-card .card-content .card-badge {
  background: linear-gradient(135deg, rgb(209, 254, 75) 0%, rgb(157, 241, 67) 100%);
  color: #000;
  padding: 12px 16px;
  min-width: 100px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.tariff-card .card-content .card-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Benzin";
  text-transform: uppercase;
}
.tariff-card .card-content .card-description {
  font-size: 14px;
  font-weight: 300;
  max-width: 70%;
}
.tariff-card img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-box {
  width: 100%;
  padding: 40px;
  border-radius: 24px;
  background-color: #1a1a1a;
}

.phones-section {
  background-color: #1a1a1a;
  padding: 32px;
  border-radius: 30px;
}
.phones-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.phones-section h2 span {
  font-family: "Benzin";
  color: #9df143;
}
.phones-section .phone-card {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.phones-section form {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  /*max-width: 300px;*/
}
.phones-section form input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #1a1a1a;
}

.news-section .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
  margin-bottom: 24px;
}
.news-section .news-slider .swiper-slide {
  height: 100%;
  padding: 20px;
  border-radius: 30px;
}
.news-section .news-slider .swiper-slide.light-bg {
  background-color: #fff;
}
.news-section .news-slider .swiper-slide.dark-bg {
  background-color: #1a1a1a;
}
.news-section .news-slider .swiper-slide.dark-bg .news-card-title {
  color: #fff !important;
}
.news-section .news-slider .swiper-slide.dark-bg .news-card-description {
  color: #fff !important;
}
.news-section .news-slider .swiper-slide .news-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-section .news-slider .swiper-slide .news-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.news-section .news-slider .swiper-slide .news-card .news-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}
.news-section .news-slider .swiper-slide .news-card .news-card-content .news-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Benzin";
  text-transform: uppercase;
  min-height: 50px;
}
.news-section .news-slider .swiper-slide .news-card .news-card-content .news-card-description {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  display: -webkit-box;
  /*-webkit-line-clamp: 1;*/
  /*line-clamp: 1;*/
  -webkit-box-orient: vertical;
  /*overflow: hidden;*/
}
.news-section .news-slider .swiper-slide .news-card .news-card-bottom {
  display: flex;
  justify-content: flex-end;
}
.news-section .news-slider .swiper-slide .news-card .news-card-bottom .news-card-button {
  min-width: 140px;
}
.news-section .swiper-wrapper {
  padding-bottom: 32px;
}
.news-section .swiper-pagination {
  bottom: 0px !important;
}
.news-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.radio-box input {
  display: none;
}
.radio-box input:checked ~ label::after {
  display: block;
}
.radio-box label {
  font-size: 18px;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.radio-box label span {
  font-size: 14px;
  color: #fff;
  display: block;
}
.radio-box label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #7d7aff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.radio-box label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #7d7aff;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}

.transfer-form-section {
  background-color: #1a1a1a;
  padding: 40px;
  border-radius: 30px;
}
.transfer-form-section h1 {
  font-family: Benzin;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}
.transfer-form-section h1 span {
  font-weight: 600;
  color: #9df143;
}
.transfer-form-section .transfer-form-content {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 32px;
  border-radius: 20px;
}
.transfer-form-section .transfer-form-content h2 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.transfer-form-section .transfer-form-content .transfer-form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.transfer-form-section .transfer-form-content .transfer-form-item input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  outline: none;
}
.transfer-form-section .transfer-form-footer {
  display: flex;
}
.transfer-form-section .transfer-form-footer button {
  width: 300px;
  max-width: 100%;
}

.transfer-slider-section .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.transfer-slider-section .transfer-slider {
  padding-bottom: 32px;
}
.transfer-slider-section .transfer-slider .swiper-slide {
  height: 100%;
}
.transfer-slider-section .transfer-slider .swiper-slide .transfer-slider-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  min-height: 240px;
}
.transfer-slider-section .transfer-slider .swiper-slide .transfer-slider-item p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.transfer-slider-section .transfer-slider .swiper-slide .transfer-slider-item p span {
  font-family: "Benzin";
}
.transfer-slider-section .transfer-slider .swiper-slide .transfer-slider-item img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.transfer-slider-section .swiper-pagination {
  bottom: 0px !important;
}
.transfer-slider-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.faq-section .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.faq-section .faq-list .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
.faq-section .faq-list .faq-item .faq-question {
  position: relative;
  padding: 20px 40px 20px 0;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
}
.faq-section .faq-list .faq-item .faq-question:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.faq-section .faq-list .faq-item.active .faq-question:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-section .faq-list .faq-item .faq-answer {
  display: none;
  padding: 0 20px 20px 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.faq-section .faq-list .faq-item.active .faq-answer {
  display: block;
}
.faq-section .faq-list .faq-item.active {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.faq-section .faq-list .faq-item.active .faq-question {
  color: #9df143;
}

.balance-section .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.balance-section .balance-slider {
  padding-bottom: 32px;
}
.balance-section .balance-slider .swiper-slide {
  height: 100%;
}
.balance-section .balance-slider .swiper-slide .balance-slider-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  min-height: 240px;
}
.balance-section .balance-slider .swiper-slide .balance-slider-item p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.balance-section .balance-slider .swiper-slide .balance-slider-item p span {
  font-family: "Benzin";
  color: #9df143;
}
.balance-section .balance-slider .swiper-slide .balance-slider-item img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.balance-section .balance-slider .swiper-pagination {
  bottom: 0px !important;
}
.balance-section .balance-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.balance-options .balance-option-card {
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 40px;
  border-radius: 30px;
}
.balance-options .balance-option-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.balance-options .balance-option-card .text-success {
  color: #9df143 !important;
}
.balance-options .balance-option-card p.card-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}
.balance-options .balance-option-card p.underlined-text {
  color: #7d79fe;
  text-decoration: underline;
  cursor: pointer;
}

.balance-modal-form .modal-form-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.balance-modal-form .modal-form-input {
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  outline: none;
  width: 100%;
}
.balance-modal-form .radio-box-wrapper {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 16px 12px;
  border-radius: 10px;
}
.balance-modal-form .radio-box .radio-description {
  font-size: 12px;
  color: #fff;
  padding-left: 32px !important;
}
.balance-modal-form .card-form-wrapper {
  background: #303030;
  padding: 16px 12px;
  border-radius: 10px;
}
.balance-modal-form .payment-info-wrapper {
  background: #303030;
  padding: 32px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.balance-modal-form .payment-info-wrapper .payment-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.balance-modal-form .payment-info-wrapper .payment-info-item p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.balance-modal-form .payment-info-wrapper .payment-info-item p.payment-info-value {
  font-weight: 600;
  color: #9df143;
}
.balance-modal-form .payment-info-wrapper .payment-button-wrapper button {
  width: 100%;
}
.balance-modal-form .payment-info-wrapper .payment-info-description {
  font-size: 13px;
  color: #fff;
}
.balance-modal-form .payment-info-wrapper .payment-methods {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.balance-modal-form .payment-info-wrapper .payment-methods img {
  width: 100%;
  max-width: 75px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.join-section h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.join-section .join-box {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 32px;
  border-radius: 30px;
}
.join-section .join-box .join-box-item .join-box-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.join-section .join-box .join-box-item .join-box-item-input {
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  outline: none;
  width: 100%;
}
.join-section .join-bg-box {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.join-section .join-bg-box p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.join-section .join-bg-box img {
  width: 40px;
  height: 40px;
}

.why-us-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.why-us-section .why-us-box {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 32px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  min-height: 240px;
  background-image: url("../images/whyus-ellipse.png");
  background-repeat: no-repeat;
  background-position: right;
}
.why-us-section .why-us-box .why-us-box-item {
  max-width: 60%;
}
.why-us-section .why-us-box .why-us-box-item p {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  font-family: "Benzin";
}
.why-us-section .why-us-box img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-us-section .why-us-card {
  background-color: rgba(255, 255, 255, 0.1019607843);
  padding: 32px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  height: 100%;
  min-height: 240px;
}
.why-us-section .why-us-card p.why-us-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  font-family: "Benzin";
}
.why-us-section .why-us-card p.why-us-card-text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.why-us-section .why-us-card .why-us-card-images {
  display: flex;
}
.why-us-section .why-us-card .why-us-card-images img {
  width: 80px;
  height: 80px;
}
.why-us-section .why-us-card .why-us-card-images img:not(:first-child) {
  margin-left: -12px;
}
.why-us-section .why-us-card.why-us-card-gift {
  position: relative;
  background-image: url("../images/ellipse-success.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.why-us-section .why-us-card.why-us-card-gift img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 100%;
}

.news-inner-wrapper .news-image {
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.news-inner-wrapper .news-image .news-date {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #9df143;
  padding: 12px 16px;
  border-radius: 10px;
}
.news-inner-wrapper .news-image .news-date p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  font-family: "Benzin";
  text-transform: uppercase;
}
.news-inner-wrapper .news-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 30px;
}
.news-inner-wrapper .news-content .news-title {
  margin-top: 24px;
  margin-bottom: 12px;
}
.news-inner-wrapper .news-content .news-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Benzin";
  text-transform: uppercase;
}
.news-inner-wrapper .news-content .news-description p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.phone-box {
  display: flex;
  gap: 12px;
}
.phone-box img {
  width: 36px;
}
.phone-box .phone-box-details {
  display: flex;
  flex-direction: column;
}
.phone-box .phone-box-details span {
  color: #fff;
}
.phone-box .phone-box-details span:first-child {
  font-weight: 500;
}
.phone-box .phone-box-details span:last-child {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.notification-box {
  position: relative;
}
.notification-box img {
  width: 32px;
  height: 32px;
}
.notification-box span {
  color: #9df143;
  position: absolute;
  right: 7px;
  top: 2px;
  font-size: 8px;
  font-weight: bold;
}

.dark-box {
  background-color: rgba(255, 255, 255, 0.062745098);
  padding: 40px;
  border-radius: 20px;
}

.balance-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.balance-box .balance-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.balance-box .balance-info h2 {
  color: #fff;
  font-family: "Benzin";
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 600;
}
.balance-box .balance-info p {
  font-size: 38px;
  color: #9df143;
  font-weight: bolder;
}
.balance-box .button {
  width: 280px;
}

.tariff-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tariff-box .tariff-details {
  display: flex;
  flex-direction: column;
}
.tariff-box .tariff-details h2 {
  color: #fff;
  font-family: "Benzin";
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 600;
}
.tariff-box .tariff-details h2 span {
  font-family: "Benzin";
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 600;
}
.tariff-box .tariff-details h2 span.success {
  color: #9df143;
}
.tariff-box .tariff-details p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}
.tariff-box button {
  background-color: transparent;
  border: none;
  outline: none;
}
.tariff-box button img {
  width: 36px;
}

.tariff-item {
  padding: 20px;
  border-radius: 16px;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tariff-item p {
  margin: 0;
}
.tariff-item p:first-child {
  color: #9df143;
  font-weight: 600;
}
.tariff-item p:nth-child(2) {
  color: #fff;
}
.tariff-item p:nth-child(2) span {
  font-weight: 500;
}
.tariff-item .range {
  width: 100%;
  margin-top: 4px;
  height: 16px;
  background-color: #303030;
  border-radius: 100px;
  overflow: hidden;
}
.tariff-item .range .filled {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, rgb(255, 73, 186) 0%, rgb(125, 122, 255) 100%);
}

.tariffs-list {
  margin-top: 12px;
  width: 100%;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 12px;
}
.tariffs-list .tariffs-list-item ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tariffs-list .tariffs-list-item ul li {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tariffs-list .tariffs-list-item ul li img {
  width: 24px;
  font-weight: 600;
}
.tariffs-list .tariffs-list-item p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.tariffs-list .tariffs-list-item .social-list {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.tariffs-list .tariffs-list-item .social-list img {
  width: 24px;
  height: 24px;
}

.tariff-slider {
  width: 100%;
}
.tariff-slider .swiper-wrapper {
  padding-bottom: 32px;
}
.tariff-slider .swiper-pagination {
  bottom: 0px !important;
}
.tariff-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.tariff-slider .swiper-slide {
  padding: 36px;
  background-color: #1a1a1a;
  border-radius: 30px;
}
.tariff-slider .swiper-slide .tariff-slider-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
  min-height: 600px;
}
.tariff-slider .swiper-slide .tariff-slider-card .card-title {
  font-family: "Benzin";
  color: #fff;
  font-weight: 500;
  margin-top: 24px;
  text-transform: uppercase;
}
.tariff-slider .swiper-slide .tariff-slider-card .card-inner-box {
  padding: 16px;
  background-color: #2a2a2a;
  border-radius: 12px;
}
.tariff-slider .swiper-slide .tariff-slider-card .card-inner-box p {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.tariff-slider .swiper-slide .tariff-slider-card .card-inner-box span {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.tariff-slider .swiper-slide .tariff-slider-card .card-inner-box ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}
.tariff-slider .swiper-slide .tariff-slider-card .card-inner-box ul li img {
  width: 24px;
  height: 24px;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-options {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-options li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-options li img {
  width: 24px;
  height: 24px;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-options li span {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-slider-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-slider-card-bottom .pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-slider-card-bottom .pricing p.price-sale {
  font-family: "Benzin";
  color: rgba(255, 255, 255, 0.3137254902);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: line-through;
  font-size: 20px;
  margin: 0;
}
.tariff-slider .swiper-slide .tariff-slider-card .tariff-slider-card-bottom .pricing p.price {
  font-family: "Benzin";
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
}
.tariff-slider .swiper-slide.light-bg {
  background-color: #fff;
}
.tariff-slider .swiper-slide.light-bg .tariff-slider-card .card-title {
  color: #1a1a1a;
}
.tariff-slider .swiper-slide.light-bg .tariff-slider-card .card-inner-box {
  background-color: #f4f4f4;
}
.tariff-slider .swiper-slide.light-bg .tariff-slider-card .card-inner-box p {
  color: #1a1a1a;
}
.tariff-slider .swiper-slide.light-bg .tariff-slider-card .card-inner-box span {
  color: #1a1a1a;
}
.tariff-slider .swiper-slide.light-bg .tariff-slider-card .tariff-options li span {
  color: #1a1a1a;
}
.tariff-slider .swiper-slide.light-bg .tariff-slider-card .tariff-slider-card-bottom .pricing p.price-sale {
  color: rgba(26, 26, 26, 0.3137254902);
}
.tariff-slider .swiper-slide.light-bg .tariff-slider-card .tariff-slider-card-bottom .pricing p.price {
  color: #1a1a1a;
}

.expenses-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.expenses-box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expenses-box .title h2 {
  color: #fff;
  font-family: "Benzin";
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 600;
}
.expenses-box .title p {
  font-size: 20px;
  color: #9df143;
  font-weight: bolder;
}
.expenses-box .range {
  width: 100%;
  height: 16px;
  background-color: #303030;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
}
.expenses-box .range .first {
  background-color: #7d79fe;
  position: relative;
  border-radius: 100px 0 0 100px;
}
.expenses-box .range .first::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -8px;
  width: 10px;
  height: 20px;
  background-color: #7d79fe;
  border-radius: 50%;
  z-index: 1;
  border-bottom-right-radius: 110px;
  border-top-right-radius: 110px;
  border: 2px solid #fff;
  border-left: 0;
}
.expenses-box .range .second {
  background-color: #ff5fc9;
  position: relative;
}
.expenses-box .range .second::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -8px;
  width: 10px;
  height: 20px;
  background-color: #ff5fc9;
  border-radius: 50%;
  z-index: 1;
  border-bottom-right-radius: 110px;
  border-top-right-radius: 110px;
  border: 2px solid #fff;
  border-left: 0;
}
.expenses-box .range .third {
  background-color: #fff;
  border-radius: 0 100px 100px 0;
}
.expenses-box .expense-options {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.expenses-box .expense-options .expense-option-item {
  padding: 12px 28px;
  color: #fff;
  border: 1px solid;
  border-radius: 100px;
}
.expenses-box .expense-options .expense-option-item:first-child {
  border-color: #7d79fe;
}
.expenses-box .expense-options .expense-option-item:nth-child(2) {
  border-color: #ff5fc9;
}
.expenses-box .expense-options .expense-option-item:last-child {
  border-color: #fff;
}

.chart-container {
  display: flex;
  align-items: center;
  gap: 32px;
}
.chart-container .custom-legend {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chart-container .custom-legend .legend-item {
  display: flex;
  align-items: center;
  border: 1px solid;
  padding: 12px 28px;
  color: #fff;
  border: 1px solid;
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
}
.chart-container .custom-legend .legend-item .legend-label {
  font-size: 14px;
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #4ee78d;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #4ee78d;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e74e4e;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 34px;
}

.package-item {
  width: 100%;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.062745098);
  align-items: center;
  border-radius: 12px;
}
.package-item p {
  color: #fff;
  margin: 0;
}
.package-item .package-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.package-item .package-item-title > span {
  color: #fff;
}

.date-filters {
  display: flex;
  gap: 20px;
}
.date-filters .date-filter {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 12px;
}
.date-filters .date-filter label {
  color: #fff;
}
.date-filters .date-filter .date-filter-input {
  background-color: rgba(255, 255, 255, 0.062745098);
  border: none;
  color: #fff;
  height: 60px;
  width: 160px;
  font-size: 14px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.date-filters .date-filter .date-filter-input img {
  position: absolute;
  right: 16px;
}
.date-filters .date-filter .date-filter-input input {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  z-index: 2;
  border: none;
  background-color: transparent;
  color: #fff;
  height: 100%;
  padding-right: 16px;
  padding-left: 24px;
  text-align: left;
}

.transaction-container table {
  margin-top: 20px;
}

.gradient-text {
  background: linear-gradient(270deg, #ff49ba -12.5%, #7d7aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.auth-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url("../images/login-background.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-wrapper .auth-box {
  width: 90%;
  padding: 40px;
  max-width: 424px;
  background-color: #1a1a1a;
  border-radius: 28px;
}
.auth-wrapper .auth-box .title {
  font-family: "Benzin";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.auth-wrapper .auth-box .title span {
  color: #9df143;
  font-family: "Benzin";
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.auth-wrapper .auth-box .subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.auth-wrapper .auth-box .auth-box-card {
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.062745098);
  border-radius: 20px;
  margin-top: 20px;
}
.auth-wrapper .auth-box .auth-box-card .card-title {
  font-size: 16px;
  font-family: "Benzin";
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.auth-wrapper .auth-box .auth-box-card .auth-form {
  margin-top: 12px;
  width: 100%;
}
.auth-wrapper .auth-box .auth-box-card .auth-form .error-text {
  color: #ff4f4f;
}
.auth-wrapper .auth-box .auth-box-card .auth-form .info-text {
  font-size: 14px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  line-height: 5px;
}
.auth-wrapper .auth-box .auth-box-card .auth-form button {
  height: 52px;
}
.auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.auth-wrapper .auth-box .auth-box-card .auth-form > div {
  position: relative;
  z-index: 2;
}
.auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control {
  width: 100%;
  background-color: #fff;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control img {
  width: 24px;
  height: 24px;
}
.auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 16px;
  text-align: left;
  background-color: transparent;
}
.auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control input.error {
  background-color: rgba(255, 79, 79, 0.3);
}
.auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control .action-icon {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 90px;
  }
  header nav {
    transition: 0.2s;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: -900px;
    width: 100%;
    z-index: 10;
    height: calc(100vh - 75px);
    background-color: #060606;
  }
  header nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 16px;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    line-height: 32px;
    text-align: left;
  }
  header nav.show {
    left: 0;
  }
  footer {
    display: none;
  }
  .main {
    width: 100%;
    margin: 28px 0;
  }
  .main-banner {
    padding: 20px !important;
    margin-top: 20px;
    background-image: none;
    background-color: #1a1a1a !important;
    background-position: bottom;
    padding-top: 150px !important;
  }
  .main-banner .main-banner-person {
    width: 100%;
    z-index: 1;
    top: -40px;
    left: -25%;
    width: 120%;
  }
  .main-banner .ellipse-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 80%;
    border-radius: 20px;
  }
  .main-banner h1,
  .main-banner p,
  .main-banner button {
    z-index: 3;
    position: relative;
  }
  .main-banner h1 {
    font-size: 24px;
  }
  .main-banner p {
    font-size: 16px;
  }
  .main-banner button {
    width: 100%;
  }
  .section-box {
    background-color: transparent;
    padding: 0;
  }
  .tariffs-cards-section .row > div:nth-last-child(-n+2) .tariff-card {
    min-height: 150px;
  }
  .tariffs-cards-section .tariff-card {
    padding: 16px;
  }
  .tariffs-cards-section .tariff-card .card-content .card-title {
    font-size: 12px;
  }
  .tariffs-cards-section .tariff-card .card-content .card-description {
    font-size: 12px;
    max-width: 100%;
  }
  .tariffs-cards-section .tariff-card img {
    width: 80%;
  }
  .phones-section {
    padding: 24px 16px;
  }
  .phones-section h2 {
    font-size: 16px;
    text-align: center;
  }
  .phones-section .phone-card {
    justify-content: center;
  }
  .phones-section .row > div:nth-child(2) {
    order: 3;
  }
  .phones-section .row > div:nth-child(1) {
    order: 1;
  }
  .phones-section .row > div:nth-child(3) {
    order: 2;
  }
  .transfer-form-section {
    padding: 24px;
  }
  .transfer-form-section .transfer-form-content {
    padding: 20px;
  }
  .join-section h1 {
    font-size: 20px;
  }
  .join-section .join-box {
    padding: 20px;
  }
  .join-section .join-button-wrapper button {
    width: 100%;
  }
  .why-us-section h2 {
    font-size: 16px;
  }
  .why-us-section .why-us-box {
    padding: 16px;
    min-height: 300px;
    flex-direction: column;
    background-image: url("../images/whyus-ellipse-mob.png");
    background-size: 100%;
    background-position: bottom;
  }
  .why-us-section .why-us-box .why-us-box-item {
    max-width: 100%;
  }
  .why-us-section .why-us-box .why-us-box-item p {
    font-size: 16px;
  }
  .why-us-section .why-us-box img {
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .why-us-section .why-us-card {
    padding: 16px;
    background-color: #1a1a1a;
    border-radius: 16px;
  }
  .why-us-section .why-us-card .why-us-card-images img {
    width: 64px;
    height: 64px;
  }
  .balance-box {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .balance-box .balance-info p {
    font-size: 38px;
  }
  .balance-box .button {
    width: 100%;
  }
  .tariff-item {
    padding: 12px;
    gap: 4px;
  }
  .tariff-item p:first-child {
    font-size: 15px;
  }
  .tariff-item p:nth-child(2) {
    font-size: 8px;
  }
  .tariff-item .range {
    height: 8px;
  }
  .tariffs-list {
    flex-direction: column;
  }
  .section-box-sm {
    padding: 24px;
    background-color: #1a1a1a;
  }
  .expenses-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .expenses-box .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .expenses-box .title p {
    font-size: 16px;
  }
  .expenses-box .expense-options {
    margin-top: 16px;
    flex-direction: column;
    gap: 8px;
  }
  .expenses-box .expense-options .expense-option-item {
    padding: 12px 24px;
    width: -moz-max-content;
    width: max-content;
  }
  .mobile-bottom-nav {
    width: calc(100% - 24px);
    position: fixed;
    bottom: 12px;
    background-color: #1a1a1a;
    padding: 20px 40px;
    border-radius: 100px;
    z-index: 99;
  }
  .mobile-bottom-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-bottom-nav ul li {
    width: auto;
  }
  .mobile-bottom-nav ul li a {
    text-decoration: none;
  }
  .mobile-bottom-nav ul li a img {
    width: 24px;
    height: 24px;
  }
  .modal-title {
    flex-direction: column;
    gap: 8px;
  }
  .chart-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .chart-container #chart {
    margin: 0 auto;
  }
  .date-filters .date-filter .date-filter-input {
    width: 100%;
  }
  .mega-table thead tr th {
    padding: 0px 16px;
  }
  .mega-table tbody tr td {
    padding: 14px 16px;
  }
  .auth-wrapper .auth-box {
    width: 92%;
    padding: 24px 20px;
  }
  .auth-wrapper .auth-box .title {
    text-transform: uppercase;
  }
  .auth-wrapper .auth-box .title span {
    font-size: 16px;
  }
  .auth-wrapper .auth-box .auth-box-card {
    padding: 20px;
    margin-top: 16px;
  }
  .auth-wrapper .auth-box .auth-box-card .card-title {
    font-size: 15px;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form {
    margin-top: 16px;
    width: 100%;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .error-text {
    color: #ff4f4f;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .info-text {
    font-size: 14px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    line-height: 5px;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form button {
    height: 52px;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form > div {
    position: relative;
    z-index: 2;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control {
    width: 100%;
    background-color: #fff;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control img {
    width: 24px;
    height: 24px;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 16px;
    text-align: left;
    background-color: transparent;
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control input.error {
    background-color: rgba(255, 79, 79, 0.3);
  }
  .auth-wrapper .auth-box .auth-box-card .auth-form .auth-form-control .action-icon {
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
}
@media screen and (min-width: 992px) {
  .dark-box-lg {
    background-color: rgba(255, 255, 255, 0.062745098);
    padding: 40px;
    border-radius: 20px;
  }
  .mobile-bottom-nav {
    display: none;
  }
  .ellipse-mobile {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */
