body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: none;
}

.home_sec_1 {
    height: auto;
    min-height: 716px;
    padding: 0 40px 0;
    margin: auto auto 80px;
    max-width: 1820px;
    background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
    border-radius: 30px;
    position: relative;
}
iframe.skiptranslate {
    top: unset;
    bottom: 0px;
}
.order_and_transaction_section_card {
    width: calc(100% / 2 - 14px);
}
.custom-control-label:before {
    content: "";
}
.home_sec_1.home_sec_1-long {
    min-height: 900px;
}
.login_box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    width: max-content;
    margin: 0 auto 0;
    padding: 40px 45px 30px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 1px 1px 15px 9px #00000025;
}
.login_title {
    font-size: 32px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin: 20px 0;
}
.login_icon {
    border-radius: 50%;
    padding: 25px;
    background: white;
    text-align: center;
    max-width: max-content;
    margin: -32% auto 0;
}
.login_text span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    position: relative;
    background: white;
    padding: 0 10px;
}
.login_text {
    margin: 22px 0;
    text-align: center;
    background-image: url(/public/img/newstyle/line-1.svg);
    background-size: auto 1px;
    background-repeat: repeat-x;
    background-position: center;
}
.an-input {
    background: white;
    border: 1px solid #D9D9D9;
    padding: 15px; 
    border-radius: 30px;
    width: -webkit-fill-available;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000000 !important;
}
.an-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000000 !important;
}
.remem-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.forgot-me {
    font-size: 11px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #3E89CE;
    text-decoration: none;
}
.remem-text {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}
.remem-text label {
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    margin-bottom: 0px;
}
.login-button {
    width: 100%;
    border: none;
    margin: 20px 0 0;
    text-decoration: none;
    background: #FD6000;
    border-radius: 30px;
    color: white;
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.form-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #00000020;
}
.form-socials a {
    display: block;
}
.create-acc {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    margin-top: 10px;
}
.create-acc a {
    font-weight: 600;
    text-decoration: none;
    color: #3E89CE;
}
.home_sec_2 {
    max-width: 1820px;
    margin: 0 auto 50px;
    padding: 0 30px;
}
.section2-title {
    font-size: 36px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    margin: 25px 0 10px;
}
.currency-align {
    display: flex;
    gap: 20px;
    align-items: start;
}
.currency-start {
  display: flex;
  align-items: start;
  flex-direction: row;
}


.select {
    position: relative;
    display: block;
    min-width: 220px;
    width: 100%;
    max-width: 249px;
    /* margin-bottom: 20px; */
}

.goog-te-combo {
    transform: translateY(-4px);
}

#google_translate {
    margin-left: 20px;
}

.select__head, .goog-te-combo {
    width: 100%;
    max-width: 220px;
    border: 1px solid #D9D9D9;
    outline: none;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
    border-radius: 30px;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    background-color: white;
}

.select__head::after {
    width: 10px;
    height: 6px;
    background: #FFF url(images/down_arrow.svg) no-repeat center / cover;
    position: absolute;
    right: 12px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    border: 1px solid #D9D9D9;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

.pagination a {
    color: unset;
    background-color: unset;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-item a.page-link {
    display: flex;
}
.page-item.active {
    background-color: #FD6000;
    border-color: #FD6000;
    color: white;
}
.page-item.active .page-link {
    background-color: unset;
    border-color: unset;
    color: unset;
}
.page-link:hover {
    color: unset;
    background-color: unset;
    border-color: unset;
}
.page-item {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: white;
    border-color: white;
    border-radius: 100px;
    color: black;
}
nav[aria-label="Page navigation"] {
    display: flex;
    justify-content: center;
}
nav#sidebar[aria-label="Main Navigation"] {
    padding-bottom: 22px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #28B446;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .check-align {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .check-align span {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
  }
  .personal-back {
    background: #656798;
    border-radius: 5px;
    padding: 10px;
    margin: 30px 0 0;
  }
  .personal-back p {
    margin: 0;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .carts-align {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    gap: 25px;
    margin: 15px 0 0;
  }
  .cart-box {
    max-width: 265px;
    width: 100%;
    background-color: white;
    border: 1px solid #E7E7E7;
    padding: 20px 15px;
    border-radius: 20px;
    box-shadow: 1px 1px 13px 8px #00000005;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cart-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #00000010;
    padding-top: 10px;
  }
  .top-box {
    display: flex;
    gap: 10px;
    align-items: start;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000010;
  }
  .box-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #3E89CE;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    width: 45px;
    min-width: 45px;
    height: 45px;
    padding: 5px;
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    margin: 0;
  }
  .box-title {
    font-size: 14px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .box-text {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    margin: 0;
    padding: 10px 0px;
  }
  .box-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    color: #FD6000;
    font-size: 13px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-top: 10px;
  }
  .box-price span {
    border-radius: 50%;
    background: #3E89CE;
    padding: 5px 9px;
    color: white;
    font-size: 10px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }

  .home_sec_3 {
    background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
    max-width: 1820px;
    margin: 35px 35px 10px;
    padding: 10px 20px 30px;
    border-radius: 30px;
    height: auto;
  }
  .three-block {
    max-width: 1200px;
    margin: 0 auto;
  }
  .home_sec_4 {
    max-width: 1200px;
    margin: 20px auto 50px;
    padding: 0 30px;
}
.the-footer {
  background: #26294D;
  padding: 0 30px;
}
.footer-align {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-left {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-text {
  margin: 0;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.footer-link {
  line-height: 0;
}
.politic-link {
  color: #518EF8;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.auth-align {
  display: flex;
  gap: 20px;
  max-width: 2004px;
  margin: 30px auto 60px;
}
.user-align {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 1px solid #00000010;
}
.user-align p {
  margin: 0;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 0;
}
.user-title {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.user-id {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.user-member {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  border-radius: 90px;
  padding: 5px 10px;
  /* margin: 0 10px 0 0; */
}
.user-balance {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  border-radius: 90px;
  padding: 5px 10px;
}
.aside-ul {
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  list-style-type: none;
  padding: 0;
  box-shadow: 1px 1px 13px 8px #00000005;
  margin-top: 15px;
}
.aside-ul li {
  padding: 15px 20px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.aside-ul a {
  text-decoration: none;
  color: #000000; 
}
.aside-ul a:last-child li {
  border: none;
}
.auth-content {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 70px;
}
.auth-user {
  width: 100%;
  padding-left: 20px;
  margin-top: 30px;
}
.auth-section {
  padding: 15px 15px 25px;
  border-radius: 30px;
  background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
}
.benefit-text {
  background-color: #656798;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#page-container.page-header-fixed #page-header {
    box-shadow: none;
}
.benefit-text span {
  background-color: #FD6000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 50%;
  width: 40px;
  text-align: center;
}
.auth-select {
  position: relative;
    display: block;
    width: 100%;
    margin: 15px 0 0;
}
.auth__head {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 220px; */
  border: 1px solid #656798;
  border-radius: 30px;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  color: #232323;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.auth__head span {
  background-color: #FD6000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 50%;
  width: 14px;
  height: 18px;
  position: relative;
}
.auth__head span::after {
  width: 12px;
    height: 6px;
    background: url(images/white-arrow.svg);
    position: absolute;
    right: 10px;
    background-size: cover;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.auth__head.open span:after {
  transform: translateY(50%) rotate(180deg);
}
.auth__list {
  border: 1px solid #656798;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
.auth__list .auth__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}
.auth-search {
  color: #232323;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.auth-valute {
  display: flex;
  align-items: start;
  gap: 40px;
}
.auth-form {
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #555;
  display: flex;
  /* padding: 2px; */
  border: 1px solid #D9D9D9;
  border-radius: 30px; 
  background-color: white;
}

.auth-form input[type="search"] {
  border: none;
  background: white;
  margin: 0;
  padding: 15px 20px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  outline: none;
  height: 50px;
}

.auth-form input[type="search"]::placeholder {
  color: #000000;
}

#rate {
    margin-left: 0px;
    margin-right: 0px;
}

.auth-form button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: white url(/public/img/newstyle/search-icon.svg) no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
.auth-selecting {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: end;
}
.nav-main-submenu {
    padding-left: 0px;
    background: white;
}
.personal-section {
  margin: 20px 0 0;
  border-radius: 30px;
  background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
}
.personal-align {
  padding: 15px 15px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.personal-title {
  margin: 0;
  padding: 15px 15px 15px;
  font-weight: 600;
  border-bottom: 1px solid #65669840;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #232323;
}
.personal-card {
  max-width: 280px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.personal-heading {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 15px;
  background: linear-gradient(to right, #ACD7FF 30%, #3E89CE);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.price-box {
  background: white;
  text-align: center;
  padding: 15px;
}
.price-number {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #FD6000;
  font-size: 32px;
  font-weight: 700;
}
.price-subtitle {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.remain {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  background-color: #F8F8F8;
  padding: 10px 5px;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.remain span {
  color: #3E89CE;
  border-radius: 50%;
  padding: 5px;
  background: rgb(3, 155, 229, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.auth-ul {
  list-style-type: none;
  margin: 0;
  background-color: white;
  height: 100%;
  padding: 15px 20px 15px 20px;
}
.auth-ul li {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 0 10px;
}
.personal-bottom {
  background-color: #F1F3FD;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-items: center;
}
.buying-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: black;
  align-items: center;
}
.buying-price span {
  display: block;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.pers-why {
  border: none;
  cursor: pointer;
  background-color: #3E89CE;
  border-radius: 50%;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
  margin: 0;
}
.pers-card {
  cursor: pointer;
  background: linear-gradient(to left top, #FD6000 10%, #FDB600);
  border-radius: 50%;
  width: max-content;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
  margin: 0;
  border: none;
}
.balance-section {
  padding: 35px 25px 30px 30px;
  border-radius: 30px;
  background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
}
.balance-heading {
  color: #232323;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.balance-ul {
  padding: 0 25px 0;
}
.balance-ul li {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  list-style-type: none;
}
.balance-ul li::marker {
  color: #FD6000;
}
.balance-ul li::before {
    content: '⬤';
    color: #FD6000;
    position: absolute;
    top: 1px;
    /* top: 50%;
    transform: translateY(-50%); */
    left: -1.8em;          /* Adjust this value so that it appears where you want. */
    font-size: 12px;      /* Adjust this value so that it appears what size you want. */
}
.balance-table {
  font-family: "Montserrat", sans-serif;
  border-collapse: collapse;
  max-width: 395px;
  border-radius: 20px;
  width: 100%;
  margin: 30px 0 0;
}
.balance-table th {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background-color: #656698;
}
.balance-table th:first-child {
  border-top-left-radius: 5px;
}
.balance-table th:last-child {
  border-top-right-radius: 5px;
}

.balance-table td {
  background-color: rgb(155, 182, 230, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.balance-table tr:nth-child(2n) td {
    background-color: rgb(180, 208, 255, 0.5);
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}
.blue-last-tr td {
  background-color: rgb(180, 208, 255, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.blue-last-tr td:first-child {
  border-bottom-left-radius: 5px;
} 
.blue-last-tr td:last-child {
  border-bottom-right-radius: 5px;
} 
.payment-section {
  margin: 20px 0 0;
  border-radius: 30px;
  background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
}
.payment-title {
  margin: 0;
  padding: 15px 15px 15px;
  font-weight: 600;
  border-bottom: 1px solid #65669840;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #232323;
}
.payment-align {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  gap: 20px;
  justify-content: center;
  padding: 30px 20px;
}
.payment-box {
  border: 1px solid #E7E7E7;
  background-color: white;
  border-radius: 20px;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.payment-heading {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
  color: #000000;
}
.payment-subtitle {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  margin: 0;
  color: #000000;
  margin: 0 0 15px;
}
.payment-link {
  display: flex;
  width: 100%;
  border: none;
  margin: 10px 0 0;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: white;
  background-color: #FD6000;
  border-radius: 30px;
}
.payment-form div {
  /* max-width: 400px;
  width: 100%; */
  display: flex;
  justify-content: space-between;
  color: #555;
  /* padding: 2px; */
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  background-color: white;
  padding: 10px 5px 10px 20px;
  border-radius: 30px;
}
.payment-input {
  border: none;
  outline: none;
  height: 20px;
}
.payment-valute {
  max-width: 38px;
  height: 20px;
  border: none;
  padding-left: 15px;
  border-left: 1px solid #D9D9D9;
  outline: none;
}
#sidebar {
    position: absolute;
}
.transac-table {
  font-family: "Montserrat", sans-serif;
  border-collapse: collapse;
  max-width: 1485px;
  border-radius: 20px;
  width: 100%;
  margin: 20px 0 0;
}
.transac-table th {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background-color: #656698;
}
.transac-table th:first-child {
  border-top-left-radius: 5px;
}
.transac-table th:last-child {
  border-top-right-radius: 5px;
}

.transac-table td {
  background-color: rgb(155, 182, 230, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #656698;
}
.transac-table tr:nth-child(2n) td {
  background-color: rgb(180, 208, 255, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.transac-tr td:last-child {
  border-right: none;
}
.transac-last-tr td:last-child {
  border-right: none;
}
.transac-table td:last-child {
  border-right: none;
}
.transac-last-tr td {
  background-color: rgb(180, 208, 255, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.transac-last-tr td:first-child {
  border-bottom-left-radius: 5px;
} 
.transac-last-tr td:last-child {
  border-bottom-right-radius: 5px;
}
.pagination {
  text-align: center;
}
.member-align {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 5px;
}
.pagination {
  margin: 50px 0 0;
}
.pagination a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-decoration: none;
  background-color: white;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  margin: 0 1px;
  border-radius: 50%;
}
.pagin-a {
  background-color: #FD6000 !important;
  color: white !important;
}
.pagin-nuqta {
  background-color: transparent !important;
}
.history-table {
  font-family: "Montserrat", sans-serif;
  border-collapse: collapse;
  max-width: 1485px;
  border-radius: 20px;
  width: 100%;
  margin: 20px 0 0;
}
.history-table th {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background-color: #656698;
}
.history-table td {
  background-color: rgb(155, 182, 230, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #656698;
}
.history-table th:first-child {
  border-top-left-radius: 5px;
}
.history-table th:last-child {
  border-top-right-radius: 5px;
}
.history-table tr:nth-child(2n) td {
  background-color: rgb(180, 208, 255, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.history-table td:last-child {
  border-right: none;
}
.history-last-tr td:first-child {
  border-bottom-left-radius: 5px;
}
.history-last-tr td:last-child {
  border-bottom-right-radius: 5px;
}
.history-last-tr td {
  background-color: rgb(180, 208, 255, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.history-table span {
  background-color: #FD6000;
  color: rgb(155, 182, 230, 0.5);
  padding: 0 7px; 
  display: inline-block;
  border-radius: 50%;
}
.history-tr span {
  background-color: #FD6000;
  color: rgb(180, 208, 255, 0.5) !important;
  padding: 0 7px; 
  display: inline-block;
  border-radius: 50%;
}
.share-table {
  font-family: "Montserrat", sans-serif;
  border-collapse: collapse;
  max-width: 1485px;
  border-radius: 20px;
  width: 100%;
  margin: 20px 0 0;
}
.share-table th {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background-color: #656698;
}
.share-table tr:nth-child(2n) td {
  background-color: rgb(180, 208, 255, 0.5) !important;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.share-last-tr td {
  background-color: rgb(180, 208, 255, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.share-table th:first-child {
  border-top-left-radius: 5px;
  text-align: left !important;
  padding-left: 20px;
}
.share-table th:last-child {
  border-top-right-radius: 5px;
}
.share-last-tr td:first-child {
  border-bottom-left-radius: 5px;
}
.share-last-tr td:last-child {
  border-bottom-right-radius: 5px;
}
.share-table td:first-child {
  text-align: left !important;
  padding-left: 20px;
  border-left: none;
}
.share-table td {
  background-color: rgb(155, 182, 230, 0.5);
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #656698;
}
.share-table td:last-child {
  border-right: none !important;
}
.detail-section {
  padding: 35px 0 0;
    border-radius: 30px;
    background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
}
.detail-title {
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 10px 0 0;
}
.detail-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.detail-text {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.detail-table {
  max-width: 436px;
  width: 100%;
  background-color: rgba(211, 211, 211, 0.096);
}
.detail-table th {
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 4px;
  margin: 2px;
  font-family: "Montserrat", sans-serif;
}
.detail-table td {
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 4px;
  margin: 2px;
  font-family: "Montserrat", sans-serif;
}
.detail-table th {
  background-color: #2424242f;
}
.detail-table td {
  background-color: rgba(128, 128, 128, 0.075);
}
.detail-heading {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;  
  color: #232323;
  margin: 0;
  border-bottom: 1px solid #656698;
}
.detail-section2 {
  background-color: #FAFCFF;
  border: 1px solid #95B1CB;
  padding: 20px 30px;
  border-radius: 30px;
  margin: 40px 0 0;
  font-size: 18px;
}
.detail-section2 img {
    margin: 10px 0px;
}
.detail-block {
  padding: 0;
    border-radius: 30px;
    background: #FAFCFF;
    margin: 50px 0 0;
    border: 1px solid #95B1CB;
}
.inside_block {
  padding: 10px 30px 0px;
}
.comment-link {
  display: block;
  width: max-content;
  margin: 20px 0 0;
  background: linear-gradient(to right, #ACD7FF 20%, #3E89CE);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 90px;
  font-family: "Montserrat", sans-serif;  
  font-size: 20px;
  font-weight: 600;
}
.comment_heading {
  font-family: "Montserrat", sans-serif;  
  font-size: 24px;
  font-weight: 600;
  color: #232323;
  margin: 20px 0 10px;
}
.comment-link {
  font-size: 14px;
}
.box-comment {
  height: 258px;
  padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    /* width: 100%; */
    /* max-width: 1555px; */
}
.box-comment form {
  display: flex;
  height: -webkit-fill-available;
    justify-content: space-between;
}
.box-comment form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.box-comment form textarea {
  resize: none;
  font-family: "Montserrat", sans-serif;  
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  outline: none;
  border: none;
  width: -webkit-fill-available;
}
.box-comment form input {
  height: min-content;
  display: inline-block;
  align-self: end;
  background-color: #FD6000;
  border-radius: 90px;
  padding: 10px 20px;
  color: white;
  border: none;
  font-family: "Montserrat", sans-serif;  
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.popup-black {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  opacity: 0.8;
  background: #000;
  height: 100%;
  z-index: 999;
}
.popup-modal {
  display: none;
  position: fixed;
  background: white;
  z-index: 9999;
  border-radius: 20px;
  width: 100%;
  max-width: 458px;
  height: fit-content;
  bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
  border: 1px solid rgba(50, 50, 50, 0.30);
  padding: 0;
  transition: right 0.4s ease 0s;
  -webkit-transition: right 0.4s ease 0s;
  overflow-y: auto;
}
.popup_title {
  margin: 0;
  font-family: "Montserrat", sans-serif;  
  font-size: 20px;
  font-weight: 700;
  color: white;
  background: linear-gradient(to right, #ACD7FF 30%, #3E89CE);
  text-align: center;
  padding: 15px 10px;
}
.popup_text {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;  
}
.popup_text2 {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;  
  margin: 0 0 5px;
}
.popup_text2 span {
  color: #3E89CE;
  font-weight: 600;
}
.popup_input {
  max-width: 298px;
  border: 1px solid #D9D9D9;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
}
.popup_number {
  width: 90%;
  border: none;
  outline: none;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.popup_number::placeholder {
  color: #000000;
}
.popup_select {
  /* width: 10%; */
  height: 13px;
  border: none;
  outline: none;
  background-image: url(images/top-strelka.svg);
  background-repeat: no-repeat;
  background-position: right;
  /* border-left: 1px solid #D9D9D9; */
}
.popup_down {
  /* width: 10%; */
  height: 13px;
  border: none;
  outline: none;
  background-image: url(images/bottom-strelka.svg);
  background-repeat: no-repeat;
  background-position: right;
  /* border-left: 1px solid #D9D9D9; */
}
.popup_total {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;  
}
.popup_total span {
  color: #3E89CE;
  font-weight: 600;
}
.popup-bottom {
  background-color: #F1F3FD;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px 10px;
}
.popup-cancel {
  background: #525252;
  border-radius: 90px;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  border: none; 
  max-width: 146px;  
  width: 100%;
}
.popup-buy {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 146px;  
  background: linear-gradient(to right, #FD6000 30%, #FDB600);
  border-radius: 90px;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;  
  border: none;
  width: 100%;
}
.history-table td:first-child {
  border-left: none;
}
.transac-table td:first-child {
  border-left: none;
}
.hidden {
  overflow: hidden;
}
.activing {
  display: block !important;
}
.mobile-container {
  display: none;
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  z-index: 100;
  top: 0;
  overflow-y: auto;
  transition: left 0.3s ease 0s;
  -webkit-transition: left 0.3s ease 0s;
}
.auth__head::after {
  width: 34px;
  height: 34px;
  background: url(images/orange-down.svg) no-repeat center / cover;
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: .2s ease-in;
}
.auth__head.open::after {
  transform: translateY(50%) rotate(180deg);
}
.show {
  left: 0 !important;
}
.burger-box {
  display: none;
  padding: 20px 20px 0;
}
.burger-box button {
  background: transparent;
  border: none;
  padding: 0;
}
.close-menu {
  background: transparent;
  border: none;
  padding: 0;
}
.open-menu img {
  width: 28px;
}
.close-menu img {
  width: 28px;
}
.strelka-align {
  width: 10%;
  border-left: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
}
.accordion span {
  background: linear-gradient(to right, #CD62E2 20%, #0a65d0 40%, #CD62E2 80%, #0a65d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #CD62E2; 
}
.accordion {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 0 30px 10px 20px;
  width: -webkit-fill-available;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif; 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 110%; */
  position: relative;
  /* border-bottom: 1px solid #656698; */
}
.panel {
  padding: 0 20px 0 20px;
  background-color: transparent;
  overflow: hidden;
  max-height: 0;
  /* transition: max-height 0.2s ease-out; */
  transition: 0.4s;
}
.panel p {
  color: #BCBCBE;
  font-size: 16px;
  margin: 0;
  padding: 0 0 15px;
  font-family: "Montserrat", sans-serif; 
  font-weight: 600;
}
.accordion:after {
  content: '';
  background-image: url(/public/img/newstyle/blue-top.svg);
  width: 26px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: -2px;
  transition: .2s ease-in;
  transform: translateY(50%) rotate(180deg);
  background-repeat: no-repeat;
}
.accordion.active + .panel {
  padding: 20px 20px 20px 20px;
  max-height: 500px;
  transition: 0.8s;
}
.active.accordion {
  border-bottom: 1px solid #656698;
  padding: 0 30px 20px 20px;
}
.active:after {
  background-image: url(images/blue-top.svg);
  width: 26px;
  height: 14px;
  transform: translateY(50%) rotate(360deg);
  /* top: 9px; */
}
.answer {
  background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
  padding: 10px 0 0;
  border-radius: 11px;
  box-shadow: 0px 4px 4px 0px #9274d921;
}
.answer-table {
  width: 100%;
}
.answer-table td {
  font-family: "Montserrat", sans-serif; 
  font-weight: 500;
  padding: 10px;
  font-size: 14px;
  color: #292929;
}
.answer-button {
  max-width: 121px;
  text-decoration: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
   padding: 10px 20px;
   color: white;
   font-family: "Montserrat", sans-serif; 
   border: 1px solid white;
   border-radius: 4px;
   background: linear-gradient(to right, #CE62E3 40%, #2664D3);
}
.table-complete {
  font-weight: 600;
  background: linear-gradient(to right, #CD62E2 30%, #0a65d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #CD62E2; 
}
.answer-circle {
  margin-right: 20px;
}
.answer-circle-2 {
  margin-right: 40px;
}
.answer-td {
  display: flex;
  align-items: center;
}
.product-section {
  margin: 20px 0 0;
  background: linear-gradient(to right, #EBFAFF 30%, #94DCFF);
    padding: 20px 20px 15px 15px;
    border-radius: 11px;
    box-shadow: 0px 4px 4px 0px #9274d921;
}
.product-title {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif; 
  color: #232323;
  font-size: 16px;
  font-weight: 600;
}
.product-table {
  font-family: "Montserrat", sans-serif; 
  border-collapse: collapse;
    border-spacing: 0;
  width: 100%;
  max-width: 1483px;
}
.product-table td {
  font-weight: 500;
  border: 1px solid #656698;
  padding: 20px 10px;
  text-align: center;
  font-size: 12px;
}
.product-table th {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #656698;
  text-align: center;
  padding: 20px 10px;
}
.product-table th span {
  background: linear-gradient(to right, #CD62E2 40%, #0a65d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #CD62E2; 
}
.vector-i {
  padding: 3px 8px;
  background-color: #3E89CE;
  border-radius: 50%;
  margin: 0;
}
.vector-i img {
  width: 6px;
  height: 13px;
}
.product-tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom: 0;
  border-right: 0;
}
.product-td td:nth-child(1) {
  border-right: 0;
}
.product-td td:nth-child(2) {
  border-right: 0;
}
.product-td td:nth-child(3) {
  border-right: 0;
}
.product-tr th:nth-child(2) {
  border-bottom: 0;
  border-right: 0;
}
.product-tr th:nth-child(3) {
  border-bottom: 0;
  border-right: 0;
}
.product-tr th:nth-child(4) {
  border-bottom: 0;
}
.product-tr th:last-child {
  border-top-right-radius: 4px;
}
.order-align {
  min-height: 600px;
}
/* Responsive */
@media screen and (max-width: 500px) {
  .benefit-text {
    font-size: 12px !important;
    padding: 13px 15px;
  }
  .auth__head::after {
    right: 15px;
  }
  .popup-modal {
    max-width: 355px;
  }
  .detail-title {
    font-size: 18px !important;
  }
  .popup-cancel {
    font-size: 16px;
    max-width: 125px;
  }
  .popup_input {
    max-width: 250px;
  }
  .popup_total {
    font-size: 16px;
  }
  .popup_text2 {
    font-size: 16px;
  }
  .popup_text {
    font-size: 18px;
  }
  .popup_title {
    font-size: 18px;
  }
  .popup-buy {
    font-size: 16px;
    max-width: 125px;
  }
  .detail-subtitle {
    font-size: 16px;
  }
  .detail-section2 {
    padding: 10px 15px;
  }
  .detail-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .auth-section {
    padding: 15px 10px 25px;
  }
  .personal-align {
    padding: 15px 10px 25px;}
  .inside_block {
    padding: 10px 10px 0px;
}
.detail-heading {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 10px;
}
.comment_heading {
  font-size: 20px;
}
.box-comment form input {
  font-size: 14px;
}
  .share-table td {
    font-size: 12px !important;
}

.share-table th {
  font-size: 14px !important;
}
  .auth-content {
    padding: 0 5px !important;
  }
  .history-table img {
    width: 15px;
    height: 15px;
  }
  .history-table th {
    font-size: 10px !important;
}
.history-table th {
  padding: 5px;
}
.history-tr td {
  padding: 5px;
}
  .balance-heading {
    font-size: 22px;
  }
  .transac-table th {
    font-size: 14px !important;
}
.history-table td {
  font-size: 9px !important;
}
  .auth__head {
    font-size: 12px !important;
    padding: 13px 15px;
}
.auth__list .auth__item {
  font-size: 12px !important;
}
.footer-align {
  flex-direction: column;
  padding-bottom: 20px;
}
.footer-left {
  flex-direction: column;
  gap: 10px;
}
.accordion.active + .panel {
  padding: 20px 5px 20px 5px;
}
.answer-table td {
  font-size: 12px;
}
.answer-circle {
  width: 8px;
  margin-right: 10px;
}
.answer-circle-2 {
  width: 8px;
  margin-right: 20px;
}
.answer-button {
  font-size: 10px;
  padding: 10px 15px;
}
}
@media screen and (max-width: 568px) {
  .blue-i {
    width: 20px;
  }
  .replenishment .auth-content {
    padding: 0 5px !important;
}
  .panel {
    padding: 0 5px 0 5px;
  }
  .vector-i img {
    width: 5px;
    height: 9px;
}
.vector-i {
  padding: 4px 5px;
}
.product-table td {
  padding: 15px 5px;
  font-size: 8px;
}
.product-section {
  padding: 20px 5px 15px 5px;
}
}
@media screen and (max-width: 768px) {
  .auth-selecting {
    flex-direction: column;
  }
  .accordion {
    font-size: 16px;
  }
  .carts-align {
    gap: 15px;
  }
  .login_box {
    max-width: 320px;
    padding: 20px 10px;
  }
  .home_sec_1 {
    min-height: 616px;
  }
  .home_sec_1.home_sec_1-long {
    min-height: 660px;
  }
  .section2-title {
    font-size: 28px;
  }
  .personal-back p {
    font-size: 14px;
  }
  .home_sec_3 {
    margin: 35px 15px 30px;
  }
  .home_sec_4 {
    padding: 0 15px;
  }
  .login_icon {
    margin: -24% auto 0;
  }
  .login_icon img {
    max-width: 70px;
  }
  .detail-title {
    font-size: 30px;
  }
  .share-table th {
    font-size: 16px;
  }
  .share-table td {
    font-size: 14px;
  }
  .history-table th {
    font-size: 12px;
  }
  .history-table td {
    font-size: 10px;
  }
  .balance-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .payment-subtitle {
    font-size: 14px;
  }
  .payment-heading {
    font-size: 18px !important;
}
.transac-table td {
  font-size: 14px;
}
.currency-align {
  flex-direction: column;
  align-items: start;
}
#google_translate {
    margin-left: 0px;
}
.home_sec_1 {
  margin: 35px 10px 80px;
}
.transac-table th {
  font-size: 16px;
}
.pagination a {
  font-size: 15px;
  padding: 5px;
}
}
@media screen and (max-width: 826px) {
    .order_and_transaction_section_card {
         width: 100%;
    }
  .product-table td {
    padding: 15px 5px;
    font-size: 10px;
  }
  .product-table th {
    font-size: 12px;
    padding: 15px 5px;
  }
}
@media screen and (min-width: 992px) {
    #page-container.page-header-fixed.sidebar-o #page-header, #page-container.page-header-glass.sidebar-o #page-header {
        padding-left: 290px;
    }
}
@media screen and (max-width: 980px) {
  #sidebar .auth-user {
      margin-top: 70px;
  }
  .auth-user .user-align {
      display: none;
  }
  #page-header {
      z-index: 10000;
  }
  #sidebar {
      z-index: 1000;
  }
  .burger-box {
    display: block;
  }
  .mobile-container {
    display: block;
  }
  .mobile-container .user-align {
    justify-content: space-between;
  }
  .mobile-container .user-align div {
    display: flex;
    align-items: center;
  }
  .mobile-container .auth-user {
    display: block;
    width: 90%;
    padding: 10px 20px;
  }
  .mobile-container .aside-ul {
    max-width: 350px;
  }
  .carts-align {
    justify-content: center;
  }
  .balance-ul li {
    font-size: 16px;
  }
  .payment-title {
    font-size: 22px;
  }
  .balance-table th {
    font-size: 18px;
  }
  .balance-table td {
    font-size: 16px;
  }
  .payment-heading {
    font-size: 21px;
  }
  .personal-align {
    justify-content: center;
  }
  .auth-content {
    width: 100%;
    padding: 0 20px;
  }
  .benefit-text {
    font-size: 16px;
  }
  .auth__head {
    font-size: 16px;
  }
  .personal-heading {
    font-size: 16px;
  }
  .personal-title {
    font-size: 20px;
  }
  .price-number {
    font-size: 26px;
  }
  .footer-text {
    font-size: 14px;
  }
  .politic-link {
    font-size: 14px;
  }
  .footer-link img {
    max-height: 70px;
  }
}
@media (max-width: 670px) {
    .personal-card {
        max-width: unset;
    }
}
@media screen and (max-width: 1212px) {
  .payment-align {
    flex-wrap: wrap;
  }
  .payment-box {
     max-width: 100%;
  }
}
@media screen and (max-width: 1425px) {
  .auth-valute {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .auth-selecting {
    justify-content: start;
  }
}
@media (max-width: 991.98px) {
    nav#sidebar[aria-label="Main Navigation"] .js-sidebar-scroll {
        max-height: calc(100vh - 70px);
    }
}
@media (min-width: 992px) {
    #sidebar {
        width: 310px;
    }
}
@media (min-width: 992px) {
    #page-container.sidebar-o {
        padding-left: 310px;
    }
}