/*   
Theme Name: CryptoChicken New Design
Theme URI: https://crypto-chicken.co
Description: New design for CryptoChicken
Version: 1.0
Author: CryptoChicken
Author URI: https://crypto-chicken.co
*/
@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #f9f9f9;
  font-weight: normal;
  font-style: normal;
  background: #1a1d29;
}

@media (max-width: 609.98px) {
  body {
    font-size: 14px;
  }
  .hide-mobile {
    display: none !important;
  }
}

body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1276px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1339.98px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1023.98px) {
  .container {
    max-width: 708px;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}

.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding-top: 170px;
  overflow: hidden;
}

@media (max-width: 1339.98px) {
  .wrapper {
    padding-top: 163px;
  }
}

@media (max-width: 1023.98px) {
  .wrapper {
    padding-top: 153px;
  }
}

@media (max-width: 609.98px) {
  .wrapper {
    padding-top: 108px;
  }
}

.content__wrapper {
  flex: 1 0 auto;
}

.pd__header {
  padding-top: 100px;
}

.wow {
  visibility: hidden;
}

@media (max-width: 1023.98px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}

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

@media (max-width: 1339.98px) {
  .hide-desktop-md {
    display: none !important;
  }
}

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

@media (max-width: 1023.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-tablet-sm {
    display: none !important;
  }
}

@media (max-width: 609.98px) {
  .hide-mobile-lg {
    display: none !important;
  }
}

@media (min-width: 1340px) {
  .show-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-tablet-sm {
    display: none !important;
  }
}

@media (min-width: 610px) {
  .show-mobile-lg {
    display: none !important;
  }
}

.noscroll {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.content__text,
.page_wrap.aml .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

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

.content__text .fs--mdx {
  font-size: 18px;
}

.content__text > * {
  margin-bottom: 10px;
}

.content__text a {
  text-decoration: underline;
}

.content__text a:hover {
  text-decoration: none;
}

.content__text h1,
.content__text h2,
.content__text h3,
.content__text h4,
.content__text h5 {
  color: #f9f9f9;
  font-weight: 600;
}

.content__text h1 {
  font-size: 36px;
  margin: 30px 0 15px;
}

.content__text h2 {
  font-size: 24px;
  margin: 20px 0 10px;
}

.content__text h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}

.content__text h4 {
  font-size: 18px;
  margin: 15px 0 10px;
}

.content__text h5 {
  font-size: 16px;
  margin: 10px 0 10px;
}

.content__text ul,
.content__text ol {
  padding-left: 40px;
}

.content__text ol {
  list-style-type: none;
  counter-reset: num;
}

.content__text li {
  position: relative;
}

.content__text li + li {
  margin-top: 10px;
}

.content__text ul li {
  padding-left: 30px;
}

.content__text ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  border-top: 1px solid;
  content: "";
}

.content__text ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 8px;
  text-align: right;
}

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

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

  .content__text .fs--md,
  .content__text .fs--mdx {
    font-size: 14px;
  }

  .content__text h1 {
    font-size: 20px;
    margin: 20px 0 12px;
  }

  .content__text h2 {
    font-size: 18px;
    margin: 16px 0 10px;
  }

  .content__text h3 {
    font-size: 14px;
    margin: 16px 0 10px;
  }

  .content__text h4 {
    font-size: 14px;
    margin: 12px 0 10px;
  }

  .content__text h5 {
    font-size: 14px;
    margin: 10px 0 10px;
  }

  .content__text ul li {
    padding-left: 22px;
  }

  .content__text ul li::before {
    width: 12px;
  }
}

.section__head {
  margin-bottom: 40px;
}

.section__head.h-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.section__title {
  font-size: 48px;
  font-weight: bold;
}

.section__intro {
  font-weight: 700;
  font-size: 28px;
  background: linear-gradient(60deg, #ffc58f 0%, #f7931a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
}

.section__action {
  display: flex;
  gap: 20px;
}

.section__buttons {
  margin-top: 40px;
  text-align: center;
}

.section__buttons.sbtn--right {
  text-align: right;
}

.section__first {
  margin-top: 0 !important;
}

.section__mg {
  margin: 100px 0;
}

.section__pd {
  padding: 130px 0;
}

.section__pdt {
  padding-top: 70px;
}

.section__tab {
  display: none;
}

.section__tab.show {
  display: block;
}

@media (max-width: 1339.98px) {
  .section__mg {
    margin: 60px 0;
  }
}

@media (max-width: 1023.98px) {
  .section__head.hcols {
    flex-direction: column;
    gap: 20px;
  }

  .section__title {
    font-size: 36px;
  }

  .section__intro {
    font-size: 24px;
  }

  .content__title {
    font-size: 24px;
  }

  .section__buttons {
    margin-top: 24px;
  }
}

@media (max-width: 609.98px) {
  .section__head {
    margin-bottom: 24px;
    text-align: center;
  }

  .section__title {
    font-size: 28px;
  }

  .content__intro {
    font-size: 20px;
  }

  .section__intro {
    font-size: 20px;
  }

  .section__buttons {
    margin-top: 16px;
  }
}

.title,
.block_statusbid_title {
  font-weight: 600;
  font-size: 20px;
  background: linear-gradient(60deg, #ffc58f 0%, #f7931a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.fs--md-all,
.page_wrap.aml .section__head .title {
  font-size: 24px !important;
  font-weight: 700;
}

.content__title {
  font-size: 24px;
  font-weight: bold;
}

.content__container,
.single_news_wrap,
.page_wrap {
  padding: 60px;
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
  background: rgba(36, 40, 57, 0.8);
  border-radius: 20px;
  margin-bottom: 100px;
}

@media (max-width: 609.98px) {
  .title {
    font-size: 16px;
  }

  .content__title {
    font-size: 24px;
    font-weight: bold;
  }
}

.text--center {
  text-align: center;
}

.text--white {
  color: white;
  background: none;
  -webkit-text-fill-color: initial;
}

.register > .section__head:first-child,
.login > .section__head:first-child {
  display: none;
}

.text--bg {
  background: linear-gradient(60deg, #ffc58f 0%, #f7931a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon {
  stroke: currentColor;
  fill: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}

.icon img {
  vertical-align: inherit;
}

.icon--fill {
  fill: currentColor;
  stroke: initial;
}

.icon path {
  stroke: currentColor;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.pay__ibottom .social {
  margin-top: 5px;
  justify-content: center;
}

@media (hover: hover) {
  .social__item:hover {
    transform: translateY(-3px);
  }
}

.link {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}

.link .icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.link__more .close_t {
  display: none;
}

.link__more.opened .open_t {
  display: none;
}

.link__more.opened .close_t {
  display: block;
}

@media (max-width: 1339.98px) {
  .link {
    font-size: 16px;
  }
}

.box {
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
  background: #242839;
  border-radius: 20px;
}

.box--cont {
  padding: 50px 40px 150px 60px;
}

@media (max-width: 1023.98px) {
  .box--cont {
    padding: 40px 20px 100px 20px;
  }
}

@media (max-width: 609.98px) {
  .box--cont {
    padding: 26px 10px 100px 10px;
  }
}

.warning,
.anonymous .text > .resultfalse {
  color: white;
  position: relative;
  text-align: center;
  padding: 20px;
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(61deg, #ff3e3e 0%, #d04646 100%);
  border-radius: 10px;
  z-index: 10;
  margin-bottom: 40px;
}

.warning > *,
.anonymous .text > .resultfalse > * {
  position: relative;
  z-index: 5;
}

.warning::before,
.warning::after,
.anonymous .text > .resultfalse::before,
.anonymous .text > .resultfalse::after {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 10px;
  z-index: 2;
  background: #242839;
  transition: all 0.2s ease-in-out;
  content: "";
}

.warning::after,
.anonymous .text > .resultfalse::after {
  opacity: 0;
}

@media (max-width: 609.98px) {
  .warning,
  .anonymous .text > .resultfalse {
    padding: 20px 10px;
    font-size: 16px;
  }
}

/**************************************************************
countdown
**************************************************************/
.countdown {
  display: flex;
  gap: 20px;
}

.countdown__item {
  display: flex;
  align-items: center;
  position: relative;
}

.countdown__item:not(:last-child)::after {
  position: absolute;
  right: -13px;
  top: 53%;
  transform: translateY(-50%);
  width: 5px;
  height: 15px;
  background: url(../images/icons/dotted-timer.svg) no-repeat center;
  background-size: 100%;
  content: "";
}

.countdown__position {
  display: inline-block;
  height: 64px;
  width: 35px;
  position: relative;
}

.countdown__digit {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 0.01em;
  text-align: center;
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1 !important;
}

.countdown__suff {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.01em;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -2px);
}

@media (max-width: 609.98px) {
  .countdown__position {
    height: 44px;
    width: 23px;
  }

  .countdown__digit {
    font-size: 36px;
  }
}

/**************************************************************
.breadcrumbs
**************************************************************/
.breadcrumbs {
  margin-bottom: 43px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.breadcrumbs__item {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.breadcrumbs__item:not(:last-child):after {
  margin: 0 6px;
  content: "/";
}

.breadcrumbs__current {
  font-weight: 600;
}

.breadcrumbs__link {
  border-bottom: 1px solid;
  transition: all 0.3s ease-in-out;
  border-color: transparent;
}

.breadcrumbs__link:hover {
  color: #bbbcbe;
}

@media (max-width: 1023.98px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}

@media (max-width: 609.98px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }

  .breadcrumbs__item {
    font-size: 12px;
  }
}

/**************************************************************
swiper
**************************************************************/
.swiper-slide {
  height: auto;
}

.swiper-pagination {
  display: flex;
}

.swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 12px;
  height: 12px;
  border: 1px solid #737373;
  background: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

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

.swiper-button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  right: 0;
  left: auto;
  margin: 0;
  margin-left: 24px;
  position: static;
  color: black;
}

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

.swiper-button .icon {
  width: 90%;
}

.swiper-button-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.swiper-button-nav .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 -6px;
}

.swiper-scrollbar {
  background: none;
}

.mCSB_container {
  padding-right: 27px;
}

.mCSB_scrollTools {
  width: 2px;
  border: none;
  background: #373a46;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
}

/**************************************************************
forms
**************************************************************/
.input::-webkit-input-placeholder,
.cf_input::-webkit-input-placeholder {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input::-o-input-placeholder,
.cf_input::-o-input-placeholder {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input::-moz-input-placeholder,
.cf_input::-moz-input-placeholder {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input:-moz-input-placeholder,
.cf_input:-moz-input-placeholder {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input::-ms-input-placeholder,
.cf_input::-ms-input-placeholder {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input input-placeholder,
.cf_input input-placeholder {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input::placeholder,
.cf_input::placeholder {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input:placeholder-shown,
.cf_input:placeholder-shown {
  color: rgb(165, 165, 165);
  opacity: 1;
}

.input:focus::-webkit-input-placeholder,
.cf_input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-o-input-placeholder,
.cf_input:focus::-o-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-moz-input-placeholder,
.cf_input:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:-moz-input-placeholder,
.cf_input:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-ms-input-placeholder,
.cf_input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:input-placeholder,
.cf_input:focus:input-placeholder {
  color: transparent;
  opacity: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input,
button {
  -webkit-appearance: none;
}

.acf_div_title,
.cf_div_title {
  display: none;
}

.form__label,
.form_field_label {
  margin-bottom: 6px;
  font-size: 13px;
  color: #a5a5a5;
}

.form__input,
.form_field_ins {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.form__submit,
.cf_line,
.has_submit {
  margin-top: 19px;
}

.form__policy {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.1;
  color: #a5a5a5;
}

.form__policy input {
  display: none;
}

.form__policy-t {
  padding-top: 2px;
}

.form__policy-sq {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/icons/check-inactive.svg) no-repeat center;
  background-size: 100%;
}

.form__policy :checked + .form__policy-sq {
  background-image: url(../images/icons/check-active.svg);
}

.form__policy a {
  color: inherit;
  text-decoration: underline;
}

.form__policy a:hover {
  text-decoration: none;
}

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

.form__tsw-label {
  font-size: 14px;
  color: #85878e;
}

@media (max-width: 609.98px) {
  .form__policy {
    font-size: 12px;
  }
}

.input,
.cf_input,
.select_js_search_ins input {
  background: none;
  border: none;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  outline: 0;
}

.input__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  z-index: -1;
}

.input__bg::after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #1a1d29;
  border-radius: 10px;
  content: "";
}

.input--nbd ~ .input__bg {
  background: #1a1d29;
}

.input:focus,
.cf_input:focus {
  box-shadow: 0px 3px 3px 0px rgba(31, 135, 216, 0.3) inset;
}

.input--nbd:focus {
  box-shadow: none;
}

.input--nbd:focus ~ .input__bg {
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
}

.input.error ~ .input__bg,
.js_wrap_error.error .input ~ .input__bg {
  background: linear-gradient(61deg, #ff3e3e 0%, #d04646 100%);
}

textarea.input,
textarea.cf_input {
  line-height: normal;
  padding: 10px 15px;
  resize: none;
  height: 100px;
}

.btn,
.cf_submit,
.success_paybutton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 48px;
  min-width: 240px;
  padding: 0 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #f9f9f9;
  font-weight: 600;
  outline: 0;
  cursor: pointer;
  z-index: 2;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]::after {
  cursor: default;
  background: #737373;
}

.btn > *,
.cf_submit > * {
  z-index: 5;
}

.btn::before,
.btn::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  content: "";
}

.btn::after {
  background: linear-gradient(61deg, #399c81 0%, #114abe 100%);
  opacity: 0;
}

.btn img {
  max-height: 22px;
}

.btn--bd::before,
.btn--bd::after {
  position: absolute;
  width: auto;
  height: auto;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(33deg, #293441 0%, #223b57 100%);
}

.btn--bd::before {
  opacity: 1;
  background: #1a1d29;
  z-index: 1;
}

.btn--bd.btn--bdg::before {
  background: #212635;
}

.cancel.btn,
.cancel.btn--bd.btn--bdg::before {
  background: linear-gradient(61deg, #ff3e3e 0%, #d04646 100%);
}

@media (hover: hover) {
  .btn:hover::after {
    opacity: 1;
  }
}

.btn--md {
  height: 40px;
  font-weight: 500;
  min-width: 194px;
  padding: 0 30px;
}

.btn--pdsm {
  padding: 0 14px;
  min-width: 1px;
}

.btn--wall,
.cf_div_wrap .cf_submit {
  width: 100%;
  padding: 0 20px;
}

.btn--wmob {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 1023.98px) {
  .btn--tw-all {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 609.98px) {
  .btn {
    padding: 0 20px;
  }
}

.passview {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border: none;
  background: url(../images/icons/eye-off.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  outline: 0;
  color: #f9f9f9;
}

.passview.view {
  background-image: url(../images/icons/eye.svg);
}

@media (max-width: 767.98px) {
  .passview {
    width: 20px;
    height: 20px;
    background-size: 100%;
    right: 20px;
    top: 25px;
  }
}

.switcher {
  display: inline-block;
  position: relative;
  height: 25px;
  vertical-align: middle;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}

.switcher input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.switcher__check {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20px;
  width: 47px;
  height: 25px;
  background: rgb(133, 135, 142);
}

.switcher__check::after {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #313544;
  border-radius: 20px;
  box-shadow: 0 0 0 1px #242839;
  content: "";
}

.switcher__check:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1;
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: linear-gradient(
    34deg,
    #5f616a 0%,
    #5f6169 16.64%,
    #474a55 51.93%,
    #474a55 75.18%,
    #a4a4a4 100%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: 0.15s;
}

input[type="checkbox"]:checked + .switcher__check {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
}

input[type="checkbox"]:checked + .switcher__check:before {
  transform: translateX(24px);
}

/**************************************************************
popup
**************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}

.popup__content {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
}

.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #232730;
  opacity: 0.7;
}

.popup__container {
  position: relative;
  width: 100%;
  max-width: 510px;
  padding: 60px 30px 70px;
  background: #2b2d38;
  overflow: hidden;
  text-align: center;
}

.popup__close {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 28px;
  height: 28px;
  background: url(images/popup-close.svg) no-repeat center;
  cursor: pointer;
  z-index: 99;
}

.popup__head {
  margin-bottom: 30px;
}

.popup__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.popup form {
  max-width: 360px;
  margin: 0 auto;
}

.popup form .btn {
  min-width: 280px;
}

.popup__iconthank {
  margin-bottom: 50px;
}

.popup-thank .popup__title {
  margin-bottom: 0;
}

/**************************************************************
header
**************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #242839;
  z-index: 199;
  padding: 14px 0;
}

.header::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #242839;
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
  z-index: -1;
  content: "";
}

.header__inner {
  display: flex;
  gap: 60px;
}

.header__sname {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.header__logo {
  flex: 0 0 auto;
  display: flex;
  max-width: 90px;
}

.header__name {
  font-weight: 600;
  font-size: 28px;
  background: linear-gradient(60deg, #ffc58f 0%, #f7931a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.header__right {
  flex: 1 0 0;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header__contacts-support {
  width: 117px;
  min-width: auto;
  height: 30px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}
.header__contacts-support .icon {
  width: 16px;
  height: 17px;
}

.header__lang {
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
  width: 46px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.header__lang-current {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.header__lang-current span {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__lang-current::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  z-index: -2;
  content: "";
}

.header__lang-current::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 10px;
  z-index: -1;
  content: "";
  background: #1b1e2b;
}

.header__lang-open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  display: none;
}

.header__lang-drop {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  padding: 30px 8px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: -1;
}

.header__lang-drop::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  z-index: -2;
  content: "";
}

.header__lang-drop::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 10px;
  z-index: -1;
  content: "";
  background: #1b1e2b;
}

.header__lang-drop li.current {
  display: none;
}

.header__lang-drop li + li {
  margin-top: 5px;
}

.header__lang-drop li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__lang:hover .header__lang-drop,
.header__lang.opened .header__lang-drop {
  opacity: 1;
  visibility: visible;
}

.header__bottom {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header__nav {
  margin-right: auto;
}

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

.header__nav li a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.header__nav li a:hover {
  color: #bbbcbe;
}

.header__profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__lg {
  width: 230px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__login {
  font-weight: 500;
  color: #f9f9f9;
}

.header__btnlogmenu {
  min-width: 160px;
}

.header__burger,
.header__login {
  display: none;
}

@media (max-width: 1339.98px) {
  .header__name {
    margin-bottom: 8px;
  }

  .header__nav {
    display: none;
  }

  .header__bottom {
    gap: 24px;
    justify-content: flex-end;
  }

  .header__burger {
    min-width: 1px;
    width: 40px;
    display: flex;
    padding: 0;
  }

  .header__burger img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
  }

  .header__burger .icon-close {
    opacity: 0;
    visibility: hidden;
  }

  .header__burger.active img {
    opacity: 0;
    visibility: hidden;
  }

  .header__burger.active .icon-close {
    opacity: 1;
    visibility: visible;
  }

  .header__btnlog {
    min-width: 160px;
  }

  .header__btnlog img {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .header__sname {
    align-items: center;
  }

  .header__logo {
    max-width: 70px;
  }

  .header__name {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .header__inner {
    align-items: center;
  }

  .header__logo {
    max-width: 60px;
  }

  .header__name {
    font-size: 16px;
  }

  .header__top {
    display: none;
  }

  .header__bottom {
    gap: 20px;
    margin-top: 0;
  }

  .header__profile {
    display: none;
  }

  .header__login {
    background: none;
    border: none;
    outline: 0;
    display: flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .header__burger {
    background: none;
  }

  .header__burger::before,
  .header__burger::after {
    display: none;
  }
}

.pauth {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 60px;
  width: 580px;
  padding: 42px 97px 60px;
  display: none;
}

.pauth__close {
  position: absolute;
  top: 36px;
  right: 28px;
  width: 25px;
  height: 25px;
  background: url(../images/icons/close.svg) no-repeat center;
  background-size: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .pauth__close:hover {
    transform: scale(1.1);
  }
}

.pauth__title,
.login__popup .title,
.register__popup .title {
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.pauth__links {
  margin-top: 45px;
  text-align: right;
}

.pauth__link {
  transition: all 0.3s ease-in-out;
}

.pauth__link:hover {
  color: #bbbcbe;
}

.pauth__enter {
  text-align: center;
  margin-top: 32px;
}

.pauth__enter-t {
  margin-bottom: 10px;
}

.pauth__enter .btn {
  min-width: 200px;
}

@media (max-width: 609.98px) {
  .pauth {
    right: 10px;
    margin-top: 40px;
    width: calc(100% - 20px);
    max-width: 480px;
    padding: 20px 30px 30px;
    border-radius: 12px;
  }

  .pauth__title {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .pauth__close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 15px;
  }

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

.accmenu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background: #242839;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px 40px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.accmenu.opened {
  opacity: 1;
  visibility: visible;
}

.accmenu li + li {
  margin-top: 20px;
}

.accmenu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}

.accmenu li a:hover {
  text-decoration: underline;
}

.accmenu li img {
  flex: 0 0 auto;
  width: 20px;
}

.navfix {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100 - 100%);
  background: #1b1e2b;
  z-index: 999;
  padding: 80px 0;
  margin: 0;
  text-align: center;
  overflow: auto;
  transform: translateY(-100%);
  z-index: -2;
  transition: transform 0.3s ease-in-out;
}

.navfix.opened {
  transform: translateY(0);
}

.navfix__nav ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 26px;
}

.navfix__nav li a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.navfix__nav li a:hover {
  color: #bbbcbe;
}

.navfix__lang {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.navfix__lang-item {
  width: 46px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #85878e;
}

.navfix__lang-item.active {
  pointer-events: none;
  color: inherit;
}

.navfix__lang-item.active span {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navfix__lang-item::before {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  border-radius: 10px;
  z-index: -1;
  content: "";
  background: #1b1e2b;
}

.navfix__lang-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #85878e;
  z-index: -2;
  content: "";
}

.navfix__lang-item.active::after {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
}

@media (hover: hover) {
  .navfix__lang-item:hover::before {
    background: linear-gradient(33deg, #293441 0%, #223b57 100%);
  }
}

.navfix__contacts {
  margin-top: 40px;
}

.navfix__contacts-val {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

@media (hover: hover) {
  .navfix__contacts-val:hover {
    color: #bbbcbe;
  }
}

.navfix__buttons {
  margin-top: 60px;
}

.navfix__buttons .btn {
  width: 100%;
  max-width: 350px;
}

@media (max-width: 609.98px) {
  .navfix {
    padding: 50px 10px;
    text-align: right;
  }

  .navfix__nav ul {
    align-items: flex-end;
  }

  .navfix__lang {
    justify-content: flex-end;
  }
}

/**************************************************************
footer
**************************************************************/
.footer {
  padding: 80px 0 100px;
  background: #13151f;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer__tt {
  margin-bottom: 24px;
}

.footer__cm {
  display: flex;
  gap: 100px;
}

.footer__contacts {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.footer__contacts-col {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
.footer__contacts-label {
  font-weight: 600;
  margin-bottom: 8px;
}
.footer__contacts-val {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.footer__contacts-val + .footer__contacts-val {
  margin-top: 10px;
}

/* Sticky Footer Container */
.sticky-footer {
  position: fixed; /* Fixed to the bottom of the viewport */
  bottom: 0; /* Stick to the bottom */
  left: 0; /* Start from the left */
  width: 100%; /* Full width */
  height: 89px; /* Image height */
  background-image: url("images/new_year.png"); /* Path to your PNG file */
  background-repeat: repeat-x; /* Repeat horizontally */
  background-position: center bottom; /* Align the image at the bottom */
  z-index: 9999; /* Place it above other elements */
  background-size: auto 100%; /* Keep the height fixed while stretching horizontally */
}

@media (hover: hover) {
  .footer__contacts-val:hover {
    color: #bbbcbe;
  }
}

.footer__contacts-val .icon {
  width: 16px;
  height: 16px;
}

.footer__buttons {
  margin-top: auto;
  padding-top: 30px;
}

.footer__buttons .btn--bd {
  min-width: 225px;
}

.footer__buttons .btn--bd::before {
  background: #13151f;
}

.footer__menu li + li {
  margin-top: 15px;
}

.footer__menu li a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.footer__menu li a:hover {
  color: #bbbcbe;
}

.footer__partners {
  width: 270px;
  flex: 0 0 auto;
  margin-right: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 30px;
}

.footer__partners-item {
  height: 34px;
  display: flex;
  align-items: center;
}

.footer__bottom {
  text-align: center;
  font-size: 14px;
  color: #85878e;
  margin-top: 45px;
  padding-top: 20px;
  position: relative;
}

.footer__bottom::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 120px);
  transform: translateX(-50%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(77, 168, 155, 0) 0%,
    #4ba39f 8.82%,
    #3b79c3 91.93%,
    rgba(57, 117, 198, 0) 100%
  );
  content: "";
}

@media (max-width: 1339.98px) {
  .footer {
    padding: 60px 0 42px;
  }

  .footer__inner {
    align-items: flex-end;
  }

  .footer__cm {
    gap: 60px;
  }

  .footer__contacts {
    flex-direction: column;
  }

  .footer__menu {
    display: flex;
    flex-direction: column;
  }

  .footer__menu li + li {
    margin-top: 11px;
  }
  .footer__social {
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1023.98px) {
  .footer {
    padding: 40px 0;
    text-align: center;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
  }

  .footer__tt {
    margin-bottom: 30px;
  }

  .footer__menu {
    display: none;
  }

  .footer__left {
    width: 100%;
  }

  .footer__cm {
    width: 100%;
    justify-content: center;
  }

  .footer__contacts {
    width: 100%;
    justify-content: center;
  }

  .footer__contacts-val {
    justify-content: center;
  }

  .footer__buttons {
    margin-top: 20px;
  }

  .footer__btn-m {
    width: 100%;
    display: flex !important;
  }

  .footer__btn-m + .footer__btn-m {
    margin-top: 10px;
  }

  .footer__partners {
    width: 100%;
    max-width: 330px;
    margin-right: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }

  .footer__partners-item {
    height: 22px;
  }

  .footer__bottom {
    padding-top: 35px;
    margin-top: 30px;
  }

  .footer__bottom::before {
    width: 100%;
  }
}

@media (max-width: 609.98px) {
  .footer__tt {
    font-size: 20px;
  }

  .footer__bottom {
    font-size: 12px;
    padding: 20px 10% 0;
  }

  .sticky-footer {
    height: 60px; /* Adjust height for smaller screens */
    background-size: auto 60px; /* Scale image height for mobile */
  }

  .footer__social {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}

/**************************************************************

**************************************************************/
.calc__cols {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.calc__left {
  padding: 28px 24px 15px;
  flex: 0 0 auto;
  width: 864px;
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
  background: rgba(36, 40, 57, 0.8);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  grid-gap: 20px;
}

.calc__reverse {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 53px;
}

.calc__col-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.calc__irow {
  position: relative;
  margin-bottom: 8px;
}

.calc__irow .input {
  font-size: 16px;
}

.calc__iicon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.calc__iicon-name,
.calc__iicon-toggle {
  display: none;
}
.calc__amount {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #565863;
  font-weight: 500;
}

.calc__amount a:hover {
  color: #f9f9f9;
}

.calc__course {
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 2px;
}

.calc__tags {
  margin-bottom: 16px;
  margin-top: 8px;
  display: flex;
  gap: 4px;
}

.calc__tags-sep {
  border-left: 1px solid #1a1d29;
}

.calc__tags-btn {
  height: 30px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.calc__tags-btn.active {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
}

.calc__search {
  margin-bottom: 16px;
  padding-right: 27px;
  position: relative;
  z-index: 2;
}

.calc__search .input {
  height: 40px;
  font-size: 12px;
  background: #1a1d29;
  border-radius: 8px;
  box-shadow: none !important;
}

.calc__items {
  max-height: 430px;
  margin-top: -56px;
}

.calc__items .mCSB_container::before {
  height: 56px;
  display: block;
  content: "";
}

.calc__item {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 8px;
  cursor: pointer;
}

.calc__item + .calc__item {
  margin-top: 4px;
}

.calc__item.hide {
  display: none;
}

.calc__item-icon,
.pay__irowlabel-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc__item.active {
  background: #1a1d29;
}
.calc__item-tt {
  display: none;
}
.pay__irow-item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.pay__irow-social-icons {
  justify-content: center;
}

.pay__irow-social-icons.hide-mobile {
  margin-top: 10px;
}

.calc__form {
  flex: 1 0 0;
  padding-top: 3px;
}

.calc__form-tt,
.xchange_pers_title_ins {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  display: none; /* hidden by Vlad reqeest */
}

.calc__form .xchange_pers_title {
  display: none;
}

.xchange_pers_label,
.xchange_curs_label {
  display: none;
}

.calc__form-text {
  margin-top: 20px;
  line-height: 1.1;
}

.calc__form-text p + p {
  margin-top: 10px;
}

.calc__form-policy {
  margin-top: 27px;
}

.calc__form-policy > * + * {
  margin-top: 15px;
}

.calc__form-submit {
  margin-top: 30px;
}

.calc__form .input {
  font-size: 16px;
}

@media (max-width: 1339.98px) {
  .calc__cols {
    flex-direction: column;
    gap: 50px;
    box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
    background: rgba(36, 40, 57, 0.8);
    border-radius: 20px;
    padding: 30px 74px 40px;
  }

  .calc__left {
    box-shadow: none;
    padding: 0;
    width: 100%;
  }

  .calc__form {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
  }

  .pay__irow-item-icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 1023.98px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 0px;
  }

  .calc__cols {
    padding: 46px 57px 60px;
    gap: 60px;
  }

  .calc__reverse {
    display: none;
  }

  .calc__left {
    grid-template-columns: 1fr;
    grid-gap: 26px;
  }

  .calc__body {
    position: relative;
  }
  .calc__iicon {
    right: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 50%;
    height: 36px;
    min-width: 200px;
    padding: 0 10px 0 8px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3019607843);
    background: #222637;
    border-radius: 10px;
  }
  .calc__iicon::after {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/icons/drop-calc.svg) no-repeat center;
    background-size: 11px;
    content: "";
  }
  .calc__iicon img {
    flex: 0 0 auto;
    width: 20px;
  }
  .calc__iicon-name {
    display: block;
    font-size: 12px;
    flex: 1 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .calc__iicon-toggle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: 0;
  }
  .calc__table {
    position: absolute;
    top: 48px;
    right: 6px;
    width: 50%;
    min-width: 200px;
    background: #242839;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3019607843);
    border-radius: 4px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .calc__table.active {
    opacity: 1;
    visibility: visible;
  }

  .calc__search {
    display: none;
  }

  .calc__search .input {
    max-width: 338px;
  }

  .calc__tags {
    display: none;
  }

  .calc__items {
    margin-top: 0;
    max-height: 268px;
  }

  .calc__items .mCSB_container {
    padding: 12px 0;
  }

  .calc__items .mCSB_container::before {
    display: none;
  }

  .calc__items .mCSB_scrollTools {
    background: none;
  }

  .calc__items .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #141620;
  }

  .calc__item {
    height: 35px;
    gap: 10px;
    font-size: 13px;
    padding: 5px 12px 5px 10px;
    border-radius: 0;
    display: flex !important;
    justify-content: start;
    margin: 0 !important;
    flex-direction: row-reverse;
  }

  .calc__item-icon {
    width: 20px;
    height: 20px;
    order: 2;
  }

  .calc__item.active {
    background: #3a3e52;
    color: #007380;
  }

  .calc__item-tt {
    display: block;
    padding: 10px 0 5px;
    margin: 5px 10px 0;
    border-top: 1px solid #545557;
    font-size: 12px;
    color: #85878e;
    font-weight: 500;
  }

  .calc__item-tt:first-child,
  .js_my_sel + .calc__item-tt {
    padding-top: 0;
    margin-top: 0;
    border: none;
    max-width: 338px;
  }

  .pay__irow-item-icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 609.98px) {
  .calc__cols {
    border-radius: 12px;
    padding: 12px 10px 32px;
    gap: 20px;
  }

  .calc__tags {
    margin-bottom: 16px;
    margin-top: 8px;
  }

  .calc__tags-btn {
    height: 28px;
    padding: 0 13px;
    font-size: 12px;
  }

  .calc__items {
    max-height: 288px;
  }

  .calc__form-tt {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .calc__form-text {
    margin-top: 16px;
    font-size: 12px;
  }

  .calc__form-policy {
    margin-top: 20px;
  }

  .calc__form-policy > * + * {
    margin-top: 16px;
  }

  .calc__form-submit {
    margin-top: 20px;
  }

  .pay__irow-item-icon {
    width: 22px;
    height: 22px;
  }

  .pay__irow .pay__description {
    display: block;
  }
}

/**************************************************************
                 Raffle
**************************************************************/
.raffle__bbg {
  border-radius: 10px;
  background: #1a1d29;
}

.raffle__items {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  padding: 37px;
}

.raffle__item {
  flex: 0 0 auto;
  width: 262px;
  text-align: center;
}

.raffle__item-icon {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.raffle__item-icon img {
  max-height: 100%;
}

.raffle__item-text {
  margin-top: 20px;
}

.raffle__boxes {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.raffle__box {
  padding: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 156px;
}

.raffle__box-title {
  margin-bottom: 16px;
}

.raffle__box-val {
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  background: linear-gradient(61deg, #50af95 10%, #3468d1 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.raffle__box-text {
  font-weight: 300;
  font-size: 14px;
}

.raffle__timer {
  padding-top: 0;
  display: flex;
  justify-content: center;
  /*align-items: flex-start;*/
}

.raffle__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.raffle__info {
  padding: 40px 50px;
  min-height: 190px;
}

.raffle__ctimer-buttons {
  margin-top: 25px;
}

.raffle__ctimer-timer {
  padding: 20px 0 45px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.raffle__text {
  margin: 60px 0;
}

.raffle__fund-icon {
  width: 44px;
  vertical-align: middle;
  transform: translateY(-10%);
  margin-left: 8px;
}

.raffle__winners-list {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Space between winners */
  text-align: left;
}

.page_wrap.raffle .raffle__winners-list {
  width: auto;
}

.raffle__winner-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  gap: 10px; /* Space between elements in one row */
  width: 170px;
}

.raffle__winner-place {
  font-weight: bold;
  background: linear-gradient(61deg, #50af95 10%, #3468d1 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
  width: 80px;
  flex: 0 0 auto;
}

.raffle__winner-name {
  font-weight: normal;
  color: #fff; /* White for names */
}
.raffle__winner-amount {
  font-weight: bold;
  color: #fff;
  margin-left: auto;
}

.raffle__winner-amount img {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-left: 3px;
}

.raffle__winner-icon {
  width: 20px; /* Adjust icon size */
  height: 20px;
}

.raffle__box-title {
  margin-bottom: 15px;
}

.raffle__cols--mobile {
  display: none;
}

@media (max-width: 1339.98px) {
  .raffle__items {
    padding: 37px 40px;
    justify-content: space-between;
    gap: 20px;
  }

  .raffle__boxes {
    grid-template-columns: 260px 1fr 260px;
  }
}

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

  .raffle__boxes {
    grid-template-columns: 1fr 1fr;
  }

  .raffle__timer {
    grid-column: span 2;
    order: -1;
    padding-top: 10px;
  }

  .raffle__timer .countdown {
    gap: 40px;
  }

  .raffle__timer .countdown__item:not(:last-child)::after {
    right: -23px;
  }

  .raffle__cols {
    grid-template-columns: 1fr;
  }

  .raffle__ctimer-buttons {
    margin-top: 20px;
  }

  .raffle__text {
    text-align: center;
  }
}

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

  .raffle .section__head {
    justify-content: center;
  }

  .raffle__cols--mobile {
    grid-gap: 40px;
    max-width: 400px;
    margin: 0 auto;
  }

  .raffle__item-img {
    max-width: 66px !important;
    max-height: 59px;
    bottom: auto !important;
    top: 25px;
    right: 10px !important;
  }

  .raffle__boxes--mobile {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .raffle__box-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }
  .raffle__timer {
    order: initial;
  }

  .raffle__box--mobile {
    padding: 12px 10px 16px;
    border-radius: 12px;
    position: relative;
  }

  .raffle__box-text {
    text-align: center;
  }

  .raffle__timer--mobile .raffle__box-text {
    font-size: 18px;
    margin-bottom: 0;
  }

  .raffle__item-text {
    text-align: center;
    margin-top: 20px !important;
    padding-right: 0;
    max-width: 100% !important;
  }

  .raffle__fund-icon {
    vertical-align: bottom;
  }

  .raffle__info {
    padding: 20px 10px;
    min-height: 120px;
  }

  .page_wrap.raffle .partner__row:not(.acc__box-title) {
    flex-direction: column;
    text-align: center;
  }

  .raffle__winners-list {
    align-items: center !important;
  }
}

/**************************************************************

**************************************************************/
.cash__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.cash__col {
  display: flex;
  flex-direction: column;
}

.cash__item {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 130px 70px 40px;
}

.cash__item-title,
.raffle__box--mobile .raffle__item-title {
  max-width: 460px;
  padding: 21px 20px;
  background: url(../images/cach-bg-title.png) no-repeat;
  background-size: 100% 100%;
}

.cash__item-text,
.raffle__item-text {
  max-width: 305px;
  margin-top: 26px;
}

.cash__item-buttons,
.raffle__box--mobile .raffle__item-buttons {
  margin-top: auto;
  padding-top: 20px;
  max-width: 310px;
}

.cash__item-img,
.raffle__item-img {
  position: absolute;
  bottom: 50px;
  right: 0;
  max-width: 298px;
}

.cash__cont {
  position: relative;
}

.cash__cont-title {
  max-width: 460px;
  padding: 21px 20px;
  background: url(../images/cach-bg-title.png) no-repeat;
  background-size: 100% 100%;
}

.cash__cont-text {
  max-width: 590px;
  margin-top: 37px;
}

.cash__cont-text > * + * {
  margin-top: 10px;
}

.cash__cont-buttons {
  margin-top: auto;
  padding-top: 30px;
  max-width: 390px;
}

.cash__cont-img {
  position: absolute;
  bottom: -5px;
  right: 55px;
  max-width: 400px;
}

@media (max-width: 1339.98px) {
  .cash__cols {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  .cash__item {
    flex: 0 0 auto;
    min-height: 420px;
  }

  .cash__item-img {
    bottom: 20px;
    right: 14px;
    max-width: 433px;
  }

  .cash__cont-text {
    max-width: 500px;
  }

  .cash__cont-buttons {
    margin-top: auto;
    padding-top: 30px;
    max-width: 390px;
  }

  .cash__cont-img {
    position: absolute;
    bottom: -5px;
    right: 0;
    max-width: 300px;
  }
}

@media (max-width: 1023.98px) {
  .cash__item-img {
    max-width: 278px;
    bottom: 15px;
  }

  .cash__cont-title {
    max-width: 100%;
    text-align: center;
  }

  .cash__cont-info {
    position: relative;
  }

  .cash__cont-text {
    max-width: 390px;
    margin-top: 20px;
  }

  .cash__cont-img {
    bottom: auto;
    top: 0;
    max-width: 245px;
  }
}

@media (max-width: 767.98px) {
  .cash__cont-text {
    max-width: 100%;
  }

  .cash__cont-img {
    position: static;
    text-align: center;
    margin: 40px auto;
  }

  .cash__cont-buttons {
    padding-top: 0;
  }
}

@media (max-width: 609.98px) {
  .cash__cols {
    grid-gap: 40px;
    max-width: 400px;
    margin: 0 auto;
  }

  .cash__item {
    padding: 12px 10px 16px;
    min-height: 9px;
    border-radius: 12px;
  }

  .cash__item-title,
  .raffle__box--mobile .raffle__item-title {
    max-width: 100%;
    min-height: 80px;
    padding: 18px 76px 18px 14px;
    text-align: center;
    border-radius: 12px;
    align-items: center;
    display: flex;
  }

  .cash__item-text {
    text-align: center;
    margin-top: 20px;
    padding-right: 0;
    max-width: 100%;
  }

  .cash__item-buttons,
  .raffle__box--mobile .raffle__item-buttons {
    max-width: 100%;
  }

  .cash__item-img {
    max-width: 66px;
    max-height: 59px;
    bottom: auto;
    top: 26px;
    right: 20px;
  }

  .cash__cont-img {
    max-width: 145px;
  }

  .cash__item-title > *,
  .raffle__item-title > * {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
  }
}

/**************************************************************

**************************************************************/
.advant {
  padding: 80px 0 135px;
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
  background: rgba(36, 40, 57, 0.6);
}

.advant__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.advant__item {
  padding: 14px 18px 27px 20px;
  position: relative;
  z-index: 1;
}

.advant__item::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(61deg, #399c81 0%, #114abe 100%);
  border-radius: 20px;
  z-index: -2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  content: "";
}

.advant__item::after {
  background: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
  z-index: -1;
}

@media (hover: hover) {
  .advant__item:hover::before {
    opacity: 1;
  }
}

.advant__item-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.advant__item-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
}

.advant__item-title {
  max-width: 240px;
}

.advant__item-text {
  margin-top: 11px;
  padding-right: 8px;
  font-size: 14px;
}

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

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

@media (max-width: 609.98px) {
  .advant {
    background: none;
    padding: 0;
    box-shadow: none;
  }

  .advant__items {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .advant__item {
    padding: 24px 20px 20px 20px;
    position: relative;
  }

  .advant__item::before {
    display: none;
  }

  .advant__item-icon {
    position: absolute;
    top: 100%;
    right: -20px;
    width: 100px;
    height: 100px;
    margin-top: 30px;
  }

  .advant__item-head {
    position: relative;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .advant__item-text {
    padding-right: 90px;
  }
}

/**************************************************************

**************************************************************/
.reviews__carousel {
  overflow: initial;
}

.reviews__item {
  padding: 24px 16px 16px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.reviews__item::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(61deg, #399c81 0%, #114abe 100%);
  border-radius: 20px;
  z-index: -2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  content: "";
}

.reviews__item::after {
  background: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
  z-index: -1;
}

@media (hover: hover) {
  .reviews__item:hover::before {
    opacity: 1;
  }
}

.reviews__item-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviews__item-photo {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

.reviews__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews__item-name {
  font-weight: 500;
}

.reviews__item-work {
  font-size: 14px;
  font-weight: 500;
  color: #85878e;
}

.reviews__item-text {
  margin-bottom: auto;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.reviews__item-date {
  text-align: right;
  margin-top: 50px;
  color: #85878e;
  font-size: 13px;
  font-weight: 500;
  display: none; /* hidden by Vlad reqeest */
}

@media (max-width: 1339.98px) {
  .reviews__item {
    width: 304px;
  }
}

/**************************************************************

**************************************************************/
.pay {
  margin-bottom: 160px;
}

.pay__inner {
  display: flex;
  overflow: hidden;
}

.pay__info {
  flex: 0 0 auto;
  width: 412px;
  padding: 40px 40px 30px;
  display: flex;
  flex-direction: column;
  background: #1a1d29;
}

.pay__ititle {
  margin-bottom: 30px;
}

.pay__message {
  margin-top: 60px;
}

.pay__ibottom {
  margin-top: auto;
  padding-top: 30px;
  font-weight: 500;
  font-size: 13px;
}

.pay__irow {
  padding: 12px 3px 8px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.pay__irow + .pay__irow {
  margin-top: 8px;
}

.pay__irow::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(77, 168, 155, 0) 0%,
    #4ba39f 8.82%,
    #3b79c3 91.93%,
    rgba(57, 117, 198, 0) 100%
  );
  opacity: 0.5;
  content: "";
}

.pay__irow-label {
  margin-bottom: 5px;
  font-size: 16px;
}

.pay__irow-val {
  word-break: break-all;
}

.pay__steps {
  flex: 1 0 0;
  min-height: 635px;
  display: flex;
}

.pay__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  flex: 1 0 0;
  padding: 60px 40px 30px;
  text-align: center;
}

.pay__step.active {
  display: flex;
}

.pay__shead {
  min-height: 100px;
  margin-bottom: 10px;
}

.pay__stitle {
  font-size: 32px;
  font-weight: 700;
}

.pay__stitle::first-letter {
  text-transform: uppercase;
}

.pay__sintro {
  margin-top: 1px;
  font-weight: 500;
}

.pay__progress {
  display: flex;
  gap: 16px;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.pay__progress-item {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.pay__progress-item:last-child {
  flex: 0 0 auto;
}

.pay__progress-item:not(:last-child)::after {
  flex: 1 0 0;
  height: 6px;
  background: #282b37;
  content: "";
}

.pay__progress-item.active::after {
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
}

.pay__progress-numb {
  flex: 0 0 auto;
  width: 94px;
  height: 94px;
  background: #282b37;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  color: #323646;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.pay__progress-item.current .pay__progress-numb {
  background: none;
}

.pay__progress-item.current .pay__progress-numb::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 117%;
  height: 117%;
  border-radius: 100%;
  background: #242839;
  z-index: -1;
  content: "";
  animation: pulse_bd 2s linear infinite;
}

.pay__progress-item.current .pay__progress-numb::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 117%;
  height: 117%;
  border-radius: 100%;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  box-shadow: 0px 0px 37.09px 0px #3e81bd;
  z-index: -2;
  content: "";
  animation: pulse_shadow 2s linear infinite;
}

.pay__progress-item.active .pay__progress-numb {
  color: #323646;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
}

@keyframes pulse_shadow {
  0% {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0 0px #3e81bd;
  }
  50% {
    width: 117%;
    height: 117%;
    box-shadow: 0px 0px 37.09px 0px #3e81bd;
  }
  90% {
    box-shadow: 0px 0px 0 0px #3e81bd;
  }
  100% {
    box-shadow: 0px 0px 0 0px #3e81bd;
  }
}

@keyframes pulse_bd {
  0% {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0 0px #3e81bd inset;
  }
  50% {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 37.09px 0px #3e81bd inset;
  }
  90% {
    width: 122%;
    height: 122%;
    box-shadow: 0px 0px 0 0px #3e81bd inset;
  }
  100% {
    width: 122%;
    height: 122%;
    box-shadow: 0px 0px 0 0px #3e81bd inset;
  }
}

.pay__sbottom {
  margin-top: auto;
  padding-top: 30px;
  font-weight: 500;
  width: 100%;
}

.pay__sbr {
  display: inline-block;
  margin-top: 10px;
}

.pay__slink {
  word-break: break-all;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pay__slink:hover {
  color: #bbbcbe;
}

.pay__slink img {
  flex: 0 0 auto;
}

.pay__sbuttons {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  margin-top: 35px;
  min-height: 48px;
}

.pay__qr {
  margin: 0 auto;
  margin-top: 40px;
  width: 120px;
  height: 120px;
}

@media (max-width: 1339.98px) {
  .pay {
    margin-bottom: 80px;
  }

  .pay__inner {
    flex-direction: column;
  }

  .pay__info {
    width: 100%;
    padding: 40px 50px 30px;
  }

  .pay__irow {
    padding: 10px 3px 5px;
    display: flex;
    gap: 6px;
  }

  .pay__irow + .pay__irow {
    margin-top: 0px;
  }

  .pay__irow-label {
    margin-bottom: 0;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .pay__irow-val {
    word-break: break-all;
  }

  .pay__ibottom {
    position: absolute;
    bottom: 45px;
    left: 30px;
    font-size: 12px;
  }

  .pay__ibottom p + p {
    margin-top: 6px;
  }

  .pay__steps {
    flex: 0 0 auto;
  }

  .pay__step {
    padding: 40px 85px;
  }
}

@media (max-width: 1023.98px) {
  .pay__ibottom {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
  }

  .pay__step {
    padding: 40px 40px 100px;
  }

  .pay__progress-numb {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  @keyframes pulse_shadow {
    0% {
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 0 0px #3e81bd;
    }
    50% {
      width: 117%;
      height: 117%;
      box-shadow: 0px 0px 20.09px 0px #3e81bd;
    }
    90% {
      box-shadow: 0px 0px 0 0px #3e81bd;
    }
    100% {
      box-shadow: 0px 0px 0 0px #3e81bd;
    }
  }
  @keyframes pulse_bd {
    0% {
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 0 0px #3e81bd inset;
    }
    50% {
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 20.09px 0px #3e81bd inset;
    }
    90% {
      width: 122%;
      height: 122%;
      box-shadow: 0px 0px 0 0px #3e81bd inset;
    }
    100% {
      width: 122%;
      height: 122%;
      box-shadow: 0px 0px 0 0px #3e81bd inset;
    }
  }
  .pay__sbuttons {
    justify-content: center;
  }
}

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

  .pay__ititle {
    padding-left: 6px;
    margin-bottom: 12px;
  }

  .pay__irow {
    padding-left: 6px;
    padding-right: 6px;
  }

  .pay__ibottom {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
  }

  .pay__steps {
    min-height: 550px;
  }

  .pay__step {
    padding: 28px 10px 100px;
  }

  .pay__shead {
    min-height: 60px;
  }

  .pay__stitle {
    font-size: 20px;
  }

  .pay__progress {
    max-width: 300px;
    gap: 6px;
  }

  .pay__progress-item {
    gap: 6px;
  }

  .pay__progress-item::after {
    height: 2px !important;
  }

  .pay__progress-numb {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  @keyframes pulse_shadow {
    0% {
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 0 0px #3e81bd;
    }
    50% {
      width: 117%;
      height: 117%;
      box-shadow: 0px 0px 12.09px 0px #3e81bd;
    }
    90% {
      box-shadow: 0px 0px 0 0px #3e81bd;
    }
    100% {
      box-shadow: 0px 0px 0 0px #3e81bd;
    }
  }
  @keyframes pulse_bd {
    0% {
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 0 0px #3e81bd inset;
    }
    50% {
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 12.09px 0px #3e81bd inset;
    }
    90% {
      width: 122%;
      height: 122%;
      box-shadow: 0px 0px 0 0px #3e81bd inset;
    }
    100% {
      width: 122%;
      height: 122%;
      box-shadow: 0px 0px 0 0px #3e81bd inset;
    }
  }
  .pay__sbuttons {
    flex-direction: column;
    gap: 20px;
  }

  .pay__sbuttons .btn {
    width: 100%;
  }
}

/**************************************************************

**************************************************************/
.acc__inner {
  margin-bottom: 90px;
}

.acc__nav {
  position: relative;
  z-index: 10;
}

.acc__nav-current {
  display: none;
}

.acc__nav ul {
  display: flex;
}

.acc__nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 20px 20px 0 0;
  padding: 10px 60px;
  font-weight: 500;
  font-size: 20px;
}

.acc__nav li a:hover,
.block_instruction a {
  text-decoration: underline;
}

.acc__nav li.active a {
  text-decoration: none;
  background: #242839;
}

.acc__body {
  border-radius: 20px;
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
  background: #242839;
  padding: 46px 60px;
  min-height: 630px;
}

.acc__body.first {
  border-top-left-radius: 0;
}

.acc__tt,
.block_statusbid_title {
  margin-bottom: 30px;
}

.block_statusbids_ins .text p {
  padding: 0 0 10px 0;
}

.acc__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.acc__box {
  background: #1a1d29;
  border-radius: 10px;
  padding: 40px;
}

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

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

.acc__box.w-all {
  grid-column: span 2;
}

.acc__box-title {
  font-weight: 700 !important;
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1339.98px) {
  .acc__nav li a {
    height: 45px;
    font-size: 16px;
    padding: 10px 30px;
  }

  .acc__box.mt {
    min-width: 40px;
  }

  .acc__box.w-all {
    grid-column: initial;
  }

  .acc__cols {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

@media (max-width: 1023.98px) {
  .acc__inner {
    padding: 30px 30px 80px;
    box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
    background: #242839;
    border-radius: 20px;
    margin-bottom: 80px;
  }

  .acc__nav {
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  }

  .acc__nav::after {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #1a1d29;
    border-radius: 10px;
    content: "";
  }

  .acc__nav-current {
    position: relative;
    height: 46px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: none;
    background: none;
    outline: 0;
    z-index: 2;
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
  }

  .acc__nav-current::after {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url(../images/icons/drop.svg) no-repeat center;
    content: "";
  }

  .acc__nav ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
    padding: 50px 0 20px;
  }

  .acc__nav ul::after {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #1a1d29;
    border-radius: 10px;
    content: "";
  }

  .acc__nav li.active {
    display: none;
  }

  .acc__nav li a {
    text-align: left;
    justify-content: flex-start;
    background: none !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
  }

  .acc__body {
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .acc__tt {
    text-align: center;
  }
}

@media (max-width: 609.98px) {
  .acc__inner {
    padding: 10px 10px 60px;
  }

  .acc__nav {
    margin-bottom: 26px;
  }

  .acc__body {
    min-height: 300px;
  }

  .acc__tt {
    margin-bottom: 20px;
  }

  .acc__cols {
    grid-gap: 20px;
  }

  .acc__box {
    padding: 20px 10px 32px;
  }

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

  .acc__box-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/**************************************************************

**************************************************************/
.profile__cols {
  max-width: 870px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.profile__info {
  width: 400px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.profile__info-inner {
  flex: 1 0 0;
  border-radius: 10px;
  padding: 40px 50px 30px;
  background: #1a1d29;
  display: flex;
  flex-direction: column;
}

.profile__name {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}

.profile__row + .profile__row {
  margin-top: 16px;
}

.profile__val {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .profile__val:hover {
    color: #bbbcbe;
  }
}

.profile__val .icon {
  width: 16px;
  height: 16px;
}

.profile__val-btn {
  margin-left: 20px;
  width: 13px;
  height: 15px;
  background: none;
  border: none;
  color: #f9f9f9;
  cursor: pointer;
  outline: 0;
}

@media (hover: hover) {
  .profile__val-btn:hover {
    color: #f8fafc;
  }
}

.profile__val-btn .icon {
  width: 100%;
  height: 100%;
}

.profile__val-btn .icon-save {
  display: none;
}

.profile__val.val-change .profile__val-btn .icon-edit {
  display: none;
}

.profile__val.val-change .profile__val-btn .icon-save {
  display: block;
}

.profile__val input {
  background: none;
  border: none;
  height: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #f9f9f9;
  outline: 0;
  flex: 1 0 0;
  display: none;
}

.profile__val.val-change input {
  display: block;
}

.profile__val.val-change span {
  display: none;
}

.profile__id {
  margin-top: auto;
  font-size: 24px;
  font-weight: bold;
}

.profile__form,
.acf_div_wrap,
.cf_div_wrap {
  max-width: 380px;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .profile__cols {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .profile__info {
    width: 100%;
  }

  .profile__info-inner {
    position: relative;
    padding: 40px 50px 60px;
  }

  .profile__id {
    position: absolute;
    right: 50px;
    top: 40px;
  }
}

@media (max-width: 609.98px) {
  .profile__cols {
    gap: 30px;
  }

  .profile__info-inner {
    padding: 12px 20px 32px;
  }

  .profile__name {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .profile__id {
    font-size: 16px;
    top: 12px;
    right: 20px;
  }
}

/**************************************************************

**************************************************************/
.table {
  width: 100%;
  border-collapse: collapse;
}

.table + .acc__tt {
  margin-top: 60px;
}

.table th {
  text-align: left;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 16px;
  background: #1a1d29;
}

.table th:first-child {
  border-radius: 10px 0 0 10px;
}

.table th:last-child {
  border-radius: 0 10px 10px 0;
}

.table tr {
  background: linear-gradient(
    90deg,
    rgba(77, 168, 155, 0) 0%,
    #4ba39f 8.82%,
    #3b79c3 91.93%,
    rgba(57, 117, 198, 0) 100%
  );
}

.table td {
  padding: 15px 20px 10px;
  font-size: 14px;
  position: relative;
}

.table td > * {
  position: relative;
  z-index: 2;
}

.table td::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 1px);
  content: "";
  background: #242839;
}

.table__course {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}

.table__course-arr {
  flex: 0 0 auto;
  width: 9px;
  height: 12px;
  background: url(../images/icons/arr.svg) no-repeat center;
}

.table__val {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table__val-icon {
  flex: 0 0 auto;
  width: 30px;
}

.table__status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table__status::before {
  flex: 0 0 auto;
  width: 9px;
  height: 12px;
  background: url(../images/icons/arr.svg) no-repeat center;
  content: "";
}

.table__status span {
  position: relative;
}

.table__status span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.table__status.active {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table__status.active::before {
  background-image: url(../images/icons/arr-color.svg);
}

.table__status.active span:after {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
}

.table__laction {
  font-size: 14px;
  color: #ffc58f;
  background: linear-gradient(60deg, #ffc58f 0%, #f7931a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table__laction:hover {
  text-decoration: underline;
}

.table .td-text {
  max-width: 250px;
}

@media (max-width: 1339.98px) {
  .table {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
    padding: 20px 10px 40px;
    display: block;
  }

  .table::after {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #1a1d29;
    border-radius: 10px;
    content: "";
  }

  .table thead {
    display: none;
  }

  .table tbody {
    width: 100%;
    display: block;
  }

  .table tr {
    width: 100%;
    background: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 24px;
    position: relative;
    padding: 0 20px;
  }

  .table tr + tr {
    margin-top: 20px;
  }

  .table tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(77, 168, 155, 0) 0%,
      #4ba39f 8.82%,
      #3b79c3 91.93%,
      rgba(57, 117, 198, 0) 100%
    );
    content: "";
    z-index: 2;
  }

  .table tr.tr-empty::after {
    display: none;
  }

  .table td {
    padding: 0;
    margin-bottom: 10px;
  }

  .table .td-numb,
  .table .td-date,
  .table .td-status,
  .table .td-action {
    order: -1;
    white-space: nowrap;
  }

  .table .td-date {
    width: 50%;
    margin-right: auto;
  }

  .table .td-date-sm {
    width: auto;
  }

  .table .td-val-req {
    margin-left: auto;
    order: 3;
  }

  .table .td-id {
    order: 2;
    width: 50%;
    margin-right: auto;
  }

  .table .td-text {
    order: 10;
    width: 100%;
    max-width: 100%;
  }

  .table .td-action-empty {
    display: none;
  }

  .table__val-icon {
    width: 26px;
  }
}

@media (max-width: 609.98px) {
  .table + .acc__tt {
    margin-top: 35px;
  }

  .table tr {
    padding: 0;
  }

  .table__val-icon {
    width: 18px;
  }

  .table .td-numb,
  .table .td-date {
    width: 40%;
    margin-right: auto;
  }

  .table .td-status {
    order: 10;
    margin-left: auto;
  }

  .table .td-action {
    order: 10;
    margin: 0 auto 10px;
  }

  .table .td-date {
    order: initial;
  }

  .table .td-val-1 {
    order: -1;
  }

  .table .td-course {
    order: 5;
    width: 40%;
  }

  .table .td-wallet {
    width: 100%;
  }

  .table .td-val-req {
    margin-left: 0;
  }
}

/**************************************************************


**************************************************************/
.partner__cols {
  margin-bottom: 80px;
}

.partner__row {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 500;
}

.partner__row.acc__box-title {
  margin-top: 0;
}

.partner__row-val {
  white-space: nowrap;
}

.partner__apikey {
  margin-top: 30px;
}

.partner__apikey-label {
  font-weight: 500;
  margin-bottom: 8px;
}

.partner__apikey-slink {
  word-break: break-all;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.partner__apikey-slink:hover {
  color: #bbbcbe;
}

.partner__apikey-slink:active,
.pay__slink:active {
  background-color: #3c7ac2;
  transition: background-color 0.3s ease-out;
}

.partner__apikey-slink img {
  flex: 0 0 auto;
}

.partner__left,
.partner__right {
  display: flex;
  flex-direction: column;
}

.partner__stats,
.partner__info {
  flex: 1 0 0;
}

.partner__buttons {
  margin-top: 20px;
}

.partner__buttons .btn {
  width: 100%;
  padding: 0 20px;
  height: 110px;
  font-size: 24px;
}

.partner__buttons .btn::before {
  background: #242839;
}

.partner__funds-label {
  color: #f9f9f9;
}

.partner__funds-buttons {
  margin-top: 30px;
}

.partner__funds-cols {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 40px;
  align-items: end;
}

.partner__rmaterials {
  margin-top: 80px;
}

.partner__rmaterials-text {
  margin-bottom: 35px;
}

.partner__rmaterials-text > * + * {
  margin-top: 10px;
}

.partner__rmaterials-cols {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 30px 60px;
}

.partner__rlinks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partner__rlinks-head {
  margin-bottom: 10px;
}

.partner__rlinks-intro {
  margin-top: 6px;
}

.partner__rlinks-bcopy {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding: 10px 80px 10px 15px;
  min-height: 60px;
  position: relative;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}

.partner__rlinks-bcopy:active {
  background: linear-gradient(61.03deg, #3468d1 -1.36%, #50af95 96.74%);
  transition: background-color 1s ease-out; /* Transition when clicked */
}

.partner__rlinks-bcopy::after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #242839;
  border-radius: 10px;
  content: "";
}

.partner__rlinks-bcopy > * {
  position: relative;
  z-index: 2;
}

.partner__rlinks-bcopy img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

@media (max-width: 1339.98px) {
  .partner__cols {
    margin-bottom: 60px;
  }

  .partner__buttons {
    margin-top: 20px;
  }

  .partner__buttons .btn {
    height: 80px;
  }

  .partner__rmaterials {
    margin-top: 60px;
  }

  .partner__rmaterials-text {
    margin-bottom: 40px;
  }

  .partner__rmaterials-cols {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

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

@media (max-width: 609.98px) {
  .partner__row {
    margin-top: 10px;
  }

  .partner__apikey {
    margin-top: 30px;
  }

  .partner__apikey-label {
    font-size: 16px;
  }

  .partner__apikey-slink {
    font-size: 12px;
  }

  .partner__stats-hide {
    display: none;
  }

  .partner__stats-lmore {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
  }

  .partner__stats-lmore span {
    background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .partner__stats-lmore .t-closed {
    display: none;
  }

  .partner__stats-lmore.opened .t-opened {
    display: none;
  }

  .partner__stats-lmore.opened .t-closed {
    display: block;
  }

  .partner__funds-cols {
    grid-gap: 20px;
  }

  .partner__funds-text {
    font-size: 12px;
  }

  .partner__rmaterials {
    margin-top: 30px;
  }

  .partner__rmaterials .acc__tt {
    background: linear-gradient(60deg, #ffc58f 0%, #f7931a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .partner__rmaterials-text {
    font-size: 13px;
  }

  .partner__rlinks-head {
    text-align: center;
  }

  .partner__rlinks-intro {
    margin-top: 3px;
    font-size: 13px;
  }

  .partner__rlinks-bcopy {
    padding: 5px 65px 5px 18px;
    font-size: 12px;
  }
}

/**************************************************************

**************************************************************/
.aml-check {
  position: relative;
}

.aml-check .section__head {
  margin-bottom: 80px;
}

.amlcheck__head {
  margin-bottom: 80px;
}

.amlcheck__info {
  max-width: 62.5%;
}

.amlcheck__text {
  max-width: 700px;
}

.amlcheck__buttons {
  margin-top: 40px;
}

.amlcheck__img {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 45%;
  transform: translateY(-50%);
}

.amlcheck__bottom {
  margin-top: 50px;
  font-size: 14px;
}

.amlcheck__bottom-title {
  margin-bottom: 12px;
}

.amlcheck__bottom-text {
  font-size: 14px;
}

@media (max-width: 1023.98px) {
  .amlcheck__info {
    max-width: 100%;
  }

  .amlcheck__text {
    max-width: 364px;
  }

  .amlcheck__bottom {
    margin-top: 40px;
  }

  .amlcheck__img {
    right: -20px;
  }
}

@media (max-width: 609.98px) {
  .amlcheck__text {
    max-width: 100%;
  }

  .amlcheck__img {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

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

/**************************************************************

**************************************************************/
.page_404 {
  text-align: center;
}

.page_404 .error__text {
  color: rgb(249, 249, 249);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.auth__form,
.feedback .cf_div_wrap,
.page_404 {
  max-width: 388px;
  margin: 80px auto;
}

.auth__form.embedded {
  margin-top: 0;
}

@media (min-width: 1024px) and (max-height: 800px) {
  .auth__form,
  .feedback .cf_div_wrap,
  .page_404 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1023.98px) {
  .auth__form,
  .feedback .cf_div_wrap,
  .page_404 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 609.98px) {
  .auth__form,
  .feedback .cf_div_wrap,
  .page_404 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/** Custom styles **/
.resultfalse,
.resulttrue {
  margin-top: 19px;
  border-radius: 10px;
  padding: 14px;
  background: linear-gradient(61deg, #a72020 0%, #fb3008 100%);
}

.resulttrue {
  background: linear-gradient(61deg, #50a68e 0%, #008460 100%);
}

.block_persdata_line,
.block_xchdata_line {
  padding: 0 0 5px 0;
}

.block_statusbids_ins .block_payinfo {
  background: #1a1d29;
  padding: 40px 50px 30px;
  border-radius: 10px;
  margin: 10px 0;
  display: inline-block;
}

.block_status {
  padding: 20px 20px;
  margin: 0 -20px 20px;
}

.block_status_time span {
  font-weight: 600;
}

/**************************************************************
pagination
**************************************************************/
#wpadminbar {
  bottom: 0;
  top: initial;
}

.pagenavi {
  padding: 5px 0;
  text-align: center;
}

.pagenavi_ins span,
.pagenavi_ins a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  outline: 0;
  line-height: 20px;
  min-height: 30px;
  min-width: 30px;
  margin-top: 10px;
}

.pagenavi_ins span.current,
.pagenavi_ins a.current,
.pagenavi_ins span:hover,
.pagenavi_ins a:hover {
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  font-family: "Montserrat", sans-serif;
}

.js_wrap_error {
  position: relative;
}

.js_wrap_error.error .js_error {
  display: block;
}

.js_error {
  display: none;
  color: #ff3e3e;
  font-size: 0.8em;
  top: -10px;
  position: relative;
  margin-left: 15px;
  position: absolute;
  z-index: 1;
  top: 52%;
  pointer-events: none;
}

.js_sum1_error,
.js_sum2_error {
  display: none !important;
}

.js_min1_val.error,
.js_min2_val.error,
.js_max1_val.error,
.js_max2_val.error {
  color: #ff3e3e;
}

.info_window {
  display: none;
  z-index: 10;
  position: absolute;
  float: none;
  top: 84%;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: 12px / 14px "Montserrat", sans-serif;
  padding: 15px 20px;
  border-radius: 10px;
  color: #f9f9f9;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  pointer-events: none;
}

.js_window_wrap.showed .info_window {
  display: block;
}

.js_my_sel {
  display: none;
}

.calc__reverse {
  visibility: hidden;
}

.exch_ajax_wrap_abs,
.exchange_status_abs {
  display: none;
  position: absolute;
  z-index: 5;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242839 url(images/d-ajax-big-loader.gif) no-repeat center center;
  opacity: 0.3;
  border-radius: 20px;
}

/* select */
.select_js {
  position: relative;
  cursor: pointer;
}

.change_city_select_wrap {
  height: 50px;
  width: 260px;
}

.change_city_select_wrap select {
  height: 50px;
}

.select_js select {
  display: none;
}

.xchange_pers_input select {
  width: 100%;
  height: 60px;
}

.select_js_title {
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  border-radius: 10px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.select_js_title::after {
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #1a1d29;
  border-radius: 10px;
  content: "";
  position: absolute;
}

.color_w .select_js_title {
  background: #fff;
  color: #000;
}

.select_js_title .select_js_abs {
  background: url(../images/icons/drop.svg) no-repeat center center;
  position: absolute;
  float: none;
  top: 0;
  right: 20px;
  height: 100%;
  width: 20px;
}

.color_w .select_js_title .select_js_abs {
  background: url(images/jsel_w.png) no-repeat center center;
}

.select_js_title_ins {
  padding: 0 20px 0 20px;
  font: 16px/50px "Montserrat", sans-serif;
  position: relative;
  z-index: 5;
}

.iselect_js .select_js_title_ins {
  padding: 0 20px 0 60px;
}

.iselect_js .select_ico {
  position: absolute;
  float: none;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 40px;
}

.select_js_search {
  display: none;
  position: absolute;
  z-index: 30;
  float: none;
  top: 0;
  width: 100%;
  min-width: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  border-radius: 10px;
}

.select_js_search input {
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 5;
}

.select_js_search::after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #1a1d29;
  border-radius: 10px;
  content: "";
  z-index: 1;
}

.select_js_ul {
  display: none;
  position: absolute;
  z-index: 30;
  float: none;
  top: 100%;
  border-radius: 10px;
  width: 100%;
  min-width: 100px;
  box-sizing: border-box;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-height: 300px;
  overflow-y: auto;
}

.select_js_ul::after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #1a1d29;
  border-radius: 10px;
  content: "";
}

.color_w .select_js_ul {
  background: #fff;
}

.select_js_ulli {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 20px 20px;
  color: #fff;
  font: 16px "Montserrat", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #1a1d29;
}

.color_w .select_js_ulli {
  color: #000;
}

.iselect_js .select_js_ulli {
  padding: 0 10px 0 60px;
  height: 50px;
  font: 14px/60px "Montserrat", sans-serif;
}

.select_js_ulli:hover,
.select_js_ulli.active {
  background: linear-gradient(61deg, #50af95 0%, #3468d1 100%);
  color: #fff;
}

.color_w .select_js_ulli:hover,
.color_w .select_js_ulli.active {
  background: #fbba5d;
  color: #000;
}

.select_js_search_ins {
}

/* end select */

.zone_copy_abs {
  display: none;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.pay__timer .time {
  /*font-family: 'Courier New', Courier, monospace;*/
  font-weight: 500;
  display: inline-block;
  width: 80px;
  text-align: left;
}

/* standart captcha */
.captcha_title {
  display: none;
}

/*.hexch_div .captcha_div {*/
/*    margin: 0 0px 20px 0px;*/
/*}*/

/*.captcha_body {*/
/*    padding: 0 0 0px 0;*/
/*}*/

.captcha_body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px; /* Space between elements */
  width: 100%;
}

.captcha_body .form__input {
  margin-bottom: 0;
  width: 61px;
}

/*.captcha_divznak {*/
/*    float: left;*/
/*    width: 24px;*/
/*    height: 40px;*/
/*    font: 600 18px/40px 'Montserrat', sans-serif;*/
/*    text-align: center;*/
/*}*/

/*input.captcha_divpole {*/
/*    float: left;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    padding: 0 5px;*/
/*    font: 18px/40px 'Montserrat', sans-serif;*/
/*    margin: 0;*/
/*    text-align: center;*/
/*}*/

a.captcha_reload {
  display: block;
  margin: 0 0 0 5px;
  width: 32px;
  height: 40px;
  border-radius: 6px;
  background: url(images/reload.png) no-repeat center center;
}

.color_w a.captcha_reload {
  background: url(images/reload_g.png) no-repeat center center;
}

.color_w .sidebar a.captcha_reload {
  background: url(images/reload_w.png) no-repeat center center;
}

a.captcha_reload.act {
  background: #fff url(images/ajax-loader.gif) no-repeat center center;
}

.captcha_divimg,
.captcha_divimg img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

/* ------------------------------------------------------------- */

.modal__deposit {
  /* width: 1017px;
  height: 532px; */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: inline-block;
}

/* -------------------------------- */

/**************************************************************

**************************************************************/
.acc__inner {
  margin-bottom: 90px;
}
.acc__mg {
  margin: 60px 0;
}
.acc__nav {
  position: relative;
  z-index: 10;
}
.acc__nav-current {
  display: none;
}
.acc__nav ul {
  display: flex;
}
.acc__nav li:first-child {
  margin-left: 10px;
}
.acc__nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 20px 20px 0 0;
  padding: 10px 50px;
  font-weight: 500;
  font-size: 20px;
}
.acc__nav li a:hover {
  text-decoration: underline;
}
.acc__nav li.active a {
  text-decoration: none;
  background: #242839;
}
.acc__body {
  border-radius: 20px;
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
  background: #242839;
  padding: 46px 60px;
  min-height: 630px;
}
.acc__body.first {
  border-top-left-radius: 0;
}
.acc__tt {
  margin-bottom: 30px;
}
.acc__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.acc__box {
  background: #1a1d29;
  border-radius: 10px;
  padding: 40px;
}
.acc__box.pb--md {
  padding-bottom: 60px;
}
.acc__box.mt {
  margin-top: 20px;
}
.acc__box.w-all {
  grid-column: span 2;
}
.acc__box-title {
  font-weight: 700 !important;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1339.98px) {
  .acc__nav li a {
    height: 45px;
    font-size: 16px;
    padding: 10px 30px;
  }
  .acc__box.mt {
    min-width: 40px;
  }
  .acc__box.w-all {
    grid-column: initial;
  }
  .acc__cols {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
@media (max-width: 1023.98px) {
  .acc__mg:last-child {
    margin-bottom: 0;
  }
  .acc__inner {
    padding: 30px 30px 80px;
    box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.3);
    background: #242839;
    border-radius: 20px;
    margin-bottom: 80px;
  }
  .acc__nav {
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  }
  .acc__nav::after {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #1a1d29;
    border-radius: 10px;
    content: "";
  }
  .acc__nav-current {
    position: relative;
    height: 46px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: none;
    background: none;
    outline: 0;
    z-index: 2;
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
  }
  .acc__nav-current::after {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url(../images/icons/drop.svg) no-repeat center;
    content: "";
  }
  .acc__nav ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
    padding: 50px 0 20px;
  }
  .acc__nav ul::after {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #1a1d29;
    border-radius: 10px;
    content: "";
  }
  .acc__nav li.active {
    display: none;
  }
  .acc__nav li a {
    text-align: left;
    justify-content: flex-start;
    background: none !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
  }
  .acc__body {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .acc__tt {
    text-align: center;
  }
}
@media (max-width: 609.98px) {
  .acc__mg {
    margin: 30px 0;
  }
  .acc__inner {
    padding: 10px 10px 60px;
  }
  .acc__nav {
    margin-bottom: 26px;
  }
  .acc__body {
    min-height: 300px;
  }
  .acc__tt {
    margin-bottom: 20px;
  }
  .acc__cols {
    grid-gap: 20px;
  }
  .acc__box {
    padding: 20px 10px 32px;
  }
  .acc__box.mt {
    margin-top: 20px;
  }
  .acc__box-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* Deposits */

.depositem__inprogress {
  /* position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(20px, -50%); */
  width: 22px;
  height: 22px;
  background: url(../images/icons/refresh.svg) no-repeat;
  background-size: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
}

/**************************************************************

**************************************************************/
.deposban {
  position: relative;
  z-index: 2;
  background: linear-gradient(61deg, #399c81 0%, #114abe 100%);
  border-radius: 10px;
}
.deposban::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 10px;
  background: #1a1d29;
  content: "";
}
.deposban__info {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 520px;
  padding: 80px 47% 40px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deposban__title {
  margin-bottom: 55px;
  font-size: 40px;
  font-weight: 600;
}
.deposban__subtitle {
  font-size: 28px;
  font-weight: 500;
}
.deposban__intro {
  margin-top: 17px;
  text-wrap: balance;
}
.deposban__buttons {
  margin-top: 53px;
  max-width: 470px;
  text-align: center;
}
.deposban__buttons-sign {
  margin-top: 13px;
  font-size: 13px;
}
.deposban__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 42%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.deposban__img img {
  max-height: 100%;
}
@media (max-width: 1339.98px) {
  .deposban__info {
    padding-top: 40px;
    padding-left: 40px;
    min-height: 400px;
  }
  .deposban__title {
    font-size: 24px;
  }
  .deposban__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .deposban {
    text-align: center;
  }
  .deposban__info {
    min-height: 1px;
    padding: 40px 80px 40px 80px;
    justify-content: flex-start;
    align-items: center;
  }
  .deposban__title {
    margin-bottom: 24px;
  }
  .deposban__intro {
    margin-top: 24px;
  }
  .deposban__buttons {
    margin-top: 40px;
    width: 100%;
    max-width: 300px;
    min-height: 160px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .deposban__buttons-sign {
    max-width: 210px;
    margin: 13px auto 0;
  }
  .deposban__img {
    height: 240;
    width: 220px;
  }
}
@media (max-width: 609.98px) {
  .deposban__info {
    padding: 32px 24px;
  }
  .deposban__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .deposban__subtitle {
    font-size: 14px;
    font-weight: 500;
  }
  .deposban__intro {
    font-size: 14px;
    margin-top: 10px;
  }
  .deposban__buttons {
    min-height: 1px;
    max-width: 100%;
    margin-top: 12px;
  }
  .deposban__img {
    position: static;
    height: 80px;
    margin-top: 10px;
  }
}

/**************************************************************

**************************************************************/
.deposcalc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.deposcalc__form {
  width: 41%;
  flex: 0 0 auto;
}
.deposcalc__form-title {
  font-size: 22px;
  margin-bottom: 46px;
}
.deposcalc__form-row {
  text-align: left;
}
.deposcalc__form-row + .deposcalc__form-row {
  margin-top: 40px;
}
.deposcalc__form-vars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.deposcalc__result {
  flex: 1 0 0;
  max-width: 600px;
  position: relative;
  padding: 30px 40px 40px;
  z-index: 2;
}
.deposcalc__result::after,
.deposcalc__result::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(61deg, #399c81 0%, #114abe 100%);
  border-radius: 10px;
  content: "";
  z-index: -2;
}
.deposcalc__result::before {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #1a1d29;
  border-radius: 9px;
  z-index: -1;
}
.deposcalc__result-title {
  margin-bottom: 40px;
}
.deposcalc__result-info {
  padding: 0 40px 0 10px;
}
.deposcalc__result-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding: 0 12px 6px;
  position: relative;
}
.deposcalc__result-row + .deposcalc__result-row {
  margin-top: 20px;
}
.deposcalc__result-row::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(77, 168, 155, 0) 0%,
    #4ba39f 8.82%,
    #3b79c3 91.93%,
    rgba(57, 117, 198, 0) 100%
  );
  content: "";
}
.deposcalc__result-val {
  font-size: 20px;
  white-space: nowrap;
}
.deposcalc__result-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1339.98px) {
  .deposcalc {
    flex-direction: column;
    gap: 60px;
  }
  .deposcalc__form {
    width: 100%;
    max-width: 480px;
  }
  .deposcalc__result {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 609.98px) {
  .deposcalc__form-title {
    font-size: 16px;
    margin-bottom: 26px;
    text-align: center;
  }
  .deposcalc__form-row + .deposcalc__form-row {
    margin-top: 20px;
  }
  .deposcalc__result {
    padding: 0px;
  }
  .deposcalc__result::after,
  .deposcalc__result::before {
    display: none;
  }
  .deposcalc__result-title {
    margin-bottom: 24px;
    text-align: center;
  }
  .deposcalc__result-info {
    padding: 0;
  }
  .deposcalc__result-row {
    gap: 15px;
    padding: 0 6px 5px;
  }
  .deposcalc__result-val {
    font-size: 16px;
  }
  .deposcalc__result-buttons {
    margin-top: 28px;
    flex-direction: column;
  }
}

/**************************************************************

**************************************************************/
.depos__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
.depos__pdbg {
  background: #1a1d29;
  border-radius: 10px;
  padding: 32px 40px;
}
.depos__pdbg.pdbg--md {
  padding: 40px 60px 60px;
  border-radius: 20px;
}
@media (max-width: 1339.98px) {
  .depos__cols {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 609.98px) {
  .depos__pdbg {
    padding: 24px 20px;
  }
  .depos__pdbg.pdbg--md {
    padding: 30px 20px;
  }
}

.depos_balance {
  display: flex;
  flex-direction: column;
}
.depos_balance__row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.depos_balance__row + .depos_balance__row {
  margin-top: 20px;
}
.depos_balance__val {
  white-space: nowrap;
}
.depos_balance__zb {
  font-size: 24px;
  font-weight: 700;
}
.depos_balance__buttons {
  padding-top: 65px;
  margin-top: auto;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
@media (max-width: 609.98px) {
  .depos_balance__row {
    font-size: 14px;
  }
  .depos_balance__zb {
    font-size: 16px;
  }
  .depos_balance__buttons {
    flex-direction: column;
    padding-top: 30px;
    gap: 20px;
  }
}

.depos_contacts {
  padding-bottom: 50px;
}
.depos_contacts-title {
  margin-bottom: 30px;
}
.depos_contacts-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding: 0 12px 6px;
  position: relative;
}
.depos_contacts-row + .depos_contacts-row {
  margin-top: 20px;
}
.depos_contacts-row::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(77, 168, 155, 0) 0%,
    #4ba39f 8.82%,
    #3b79c3 91.93%,
    rgba(57, 117, 198, 0) 100%
  );
  content: "";
}
.depos_contacts-val {
  white-space: nowrap;
}
@media (max-width: 1023.98px) {
  .depos_contacts-title {
    text-align: center;
  }
  .depos_contacts-row {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 609.98px) {
  .depos_contacts {
    padding-bottom: 32px;
  }
  .depos_contacts-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.depositem {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.depositem.closed {
  background: linear-gradient(61deg, #1a5b49 0%, #223c72 100%);
}
.depositem + .depositem {
  margin-top: 30px;
}
.depositem__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.depositem__countdown span {
  font-size: 28px;
  font-weight: 600;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* для поддержки в Firefox */
}
.depositem__rejected-message {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
}
.depos__rejected {
  border: 1px solid #820000;
}
.depositem__title {
  font-size: 16px;
}
.depositem__card {
  flex: 0 0 auto;
  width: 190px;
}
.depositem__info {
  padding-top: 40px;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.depositem__logo {
  margin: 0 auto;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.depositem__logo > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.depositem__status {
  margin-top: 35px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 190px;
  min-height: 37px;
  padding: 7px;
  font-size: 14px;
  position: relative;
}
.depositem__status::after,
.depositem__status::before {
  position: absolute;
  inset: 0;
  background: #85878e;
  border-radius: 10px;
  content: "";
  z-index: -2;
}
.depositem__status::before {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #1a1d29;
  border-radius: 9px;
  z-index: -1;
}
.depositem__refresh {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(20px, -50%);
  width: 22px;
  height: 22px;
  background: url(../images/icons/refresh.svg) no-repeat;
  background-size: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
}
.depositem__qr {
  margin: 0 auto 25px;
  width: 120px;
  height: 120px;
}
.depositem__sbr {
  text-align: center;
  margin-top: 10px;
}
.depositem__slink {
  word-break: break-all;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.depositem__slink img {
  flex: 0 0 auto;
}
.depositem__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.depositem__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  min-height: 30px;
  padding: 0 12px 5px 8px;
  position: relative;
  font-size: 14px;
}
.depositem__row + .depositem__row {
  margin-top: 6px;
}
.depositem__row::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(77, 168, 155, 0) 0%,
    #4ba39f 8.82%,
    #3b79c3 91.93%,
    rgba(57, 117, 198, 0) 100%
  );
  content: "";
}
.depositem__row--error::after {
  background: linear-gradient(
    90deg,
    rgba(242, 86, 86, 0) 0%,
    #f25656 8.82%,
    #ac0000 91.93%,
    rgba(172, 0, 0, 0) 100%
  );
}
.depositem__ibottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 10px;
}
.depositem__ibuttons-wrapper {
  position: relative;
}
.depositem__ibuttons-abs {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 475px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.enrollment__sum {
  border: 3px solid #8a0303;
  width: 351px;
  padding: 6px 0;
  text-align: center;
  border-radius: 10px;
}
.depositem___canceled--msg {
  font-size: 14px;
}
.enrollment__message {
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
}
.depositem__ibuttons .btn {
  height: 38px;
  min-width: 238px;
  padding: 0 20px;
  font-weight: 400;
}
.depositem__accured {
  display: flex;
  gap: 16px;
  font-size: 20px;
}
.depositem__requisites {
  margin-top: 35px;
  display: flex;
  align-items: end;
  gap: 15px;
  width: 280px;
}
.depositem__requisites--desktop {
  display: flex;
}
.depositem__requisites--mobile {
  display: none;
}
.depositem__wallet {
  margin-top: 6px;
  font-size: 14px;
  word-break: break-word;
}
.depositem__col--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1339.98px) {
  .depositem {
    flex-direction: column;
  }
  .depositem__head {
    text-align: center;
  }
  .depositem__card {
    margin: 0 auto;
  }
  .depositem__cols {
    grid-gap: 25px;
  }
  .depositem__ibottom {
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .depositem__requisites--desktop {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  .depositem__cols {
    grid-template-columns: 1fr;
    grid-gap: 6px;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  .depositem__ibottom {
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .depositem__col--right {
    display: block;
  }
}
@media (max-width: 609.98px) {
  .depositem {
    padding-bottom: 50px !important;
    gap: 10px;
  }
  .depositem__card {
    width: 225px;
  }
  .depositem__logo {
    width: 120px;
    height: 120px;
  }
  .depositem__status {
    margin-top: 20px;
  }
  .depositem__info {
    margin-top: 30px;
  }
  .depositem__qr {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
  }
  .depositem__slink img {
    width: 20px;
  }
  .depositem__row {
    margin: 0 -10px;
  }
  .depositem__ibottom {
    padding-top: 30px;
    gap: 30px;
  }
}
.text-right {
  text-align: right;
}
.depositem__accrued {
  /*  */
}
.accrued-title {
  font-size: 20px;
}

.depositem__accrued .sum {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
}
.text-sm {
  font-size: 14px;
}
.btn--prolong {
  color: white;
  background: linear-gradient(
    61.03deg,
    #50af95 -1.36%,
    #3468d1 96.74%
  ) !important;
}
.operation-hash span {
  margin-right: 5px;
}

.deposits__form {
  margin: 0 auto;
}

.form-select {
  margin-bottom: 12px;
  background: none;
  border: none;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  outline: 0;
  background: #1a1d29;
}

/* .deposits-info__container {
  max-width: 1016px;
  margin: 0 auto;
} */

.deposits-info__title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
}

.deposits-info__subtitle {
  margin-top: 32px;
  position: relative;
  background: #1a1d29;
  background: linear-gradient(61.03deg, #50af95 -1.36%, #3468d1 96.74%);
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: bottom;
}

.deposits-info__subtitle .subtitle-gradient {
  position: relative;
  z-index: 10;
  background: linear-gradient(80.95deg, #ffc58f -6.29%, #f7931a 103.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.deposits-info .text-gradient {
  position: relative;
  z-index: 10;
  background: linear-gradient(80.95deg, #ffc58f -6.29%, #f7931a 103.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.deposits-info__subtitle::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 10px;
  background-color: #1e1f2b; /* Цвет фона внутри (как у кнопки) */
  z-index: 1;
}

.deposits-info__text {
  margin-top: 16px;
  padding: 0 20px;
}

.deposits-info__cta {
  text-align: center;
  margin-top: 32px;
}

.deposits-info__cta-text {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.deposits-info__cta-subtext {
  margin-top: 24px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.deposits-info__button {
  margin-top: 56px;
  padding: 12.5px 32px;
  display: inline-block;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  text-align: center;
  border-radius: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(80.95deg, #ffc58f -6.29%, #f7931a 103.44%);
}

/* ---------------------------- */

.deposit-modal-content {
  background: #1a1a1a;
  color: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-family: sans-serif;
}

.logo-and-title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.logo {
  height: 40px;
}

.brand-name {
  font-size: 1.5rem;
  color: orange;
}

.status-title {
  font-size: 2.5rem;
  margin: 20px 0;
}

.status-title .highlight {
  color: orange;
  font-weight: bold;
}

.investment-info {
  margin: 20px 0;
}

.invest-text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.apy-badge {
  display: inline-block;
  background: orange;
  color: white;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: bold;
}

.cta-button {
  margin-top: 20px;
}

.deposit-link {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  border-bottom: 2px solid orange;
  transition: color 0.3s ease;
}

.deposit-link:hover {
  color: orange;
}

/* По умолчанию скрываем все баннеры */
.deposits-banner-desktop,
.deposits-banner-1024,
.deposits-banner-390 {
  display: none;
}

/* Desktop (больше 1280px) */
@media (min-width: 1281px) {
  .deposits-banner-desktop {
    display: block;
  }
}

/* Планшеты и небольшие десктопы (от 1024px до 1280px) */
@media (min-width: 1024px) and (max-width: 1280px) {
  .deposits-banner-1024 {
    display: block;
  }
}

/* Мобильные устройства (до 480px) */
@media (max-width: 1023px) {
  .deposits-banner-390 {
    display: block;
    width: 100%;
  }
  .modal__deposit {
    width: 100%;
  }
  .modal__content {
    padding: 15px;
    width: 100%;
  }
}

.zone_text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
  white-space: pre-wrap;
}

.deposits-banner,
.deposits-banner img {
  width: 100%;
}

.deposits-banner {
  margin-top: 30px;
}
