.deposit-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.deposit-wrapper *:focus {
  outline: none
}

.deposit-wrapper input {
  border: none
}

.deposit-wrapper a {
  text-decoration: none
}

.deposit-wrapper a:hover,
.deposit-wrapper a:active {
  text-decoration: none
}

.deposit-wrapper img {
  max-width: 100%
}

.deposit-wrapper button {
  background: none;
  border: none;
  cursor: pointer
}

.deposit-wrapper button:focus {
  outline: none
}

body.close-scroll {
  position: relative;
  overflow: hidden
}

.deposit-wrapper {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.deposit-wrapper .container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px
}

.deposit-wrapper .deposit-title__wrapp {
  padding: 16px 0
}

.light .deposit-wrapper .deposit-title__wrapp {
  background: #e3e3e3
}

.dark .deposit-wrapper .deposit-title__wrapp {
  background: #262832
}

.deposit-wrapper .deposit-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0
}

.light .deposit-wrapper .deposit-title {
  color: #005
}

.dark .deposit-wrapper .deposit-title {
  color: #fff
}

.deposit-wrapper .tab-nav {
  padding: 14px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px
}

.light .deposit-wrapper .tab-nav {
  border-bottom: 1px solid #e3e3e3
}

.dark .deposit-wrapper .tab-nav {
  border-bottom: 1px solid #333541
}

.deposit-wrapper .tab-pane:not(.tab-pane-show) {
  display: none
}

.deposit-wrapper .tab-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 8px 0
}

.deposit-wrapper .tab-btn-active {
  pointer-events: none;
  position: relative
}

.deposit-wrapper .tab-btn-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #9C9CAB;
  position: absolute;
  left: 0;
  bottom: -1px
}

.light .deposit-wrapper .tab-btn {
  color: #337
}

.dark .deposit-wrapper .tab-btn {
  color: #fff
}

.deposit-wrapper .list-deposit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  margin: 20px 0;
  padding: 0
}

.deposit-wrapper .list-deposit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
  padding: 10px 30px 11px 10px
}

.light .list-deposit__item {
  background: #fff
}

.dark .list-deposit__item {
  background: #333541
}

.deposit-wrapper .list-deposit__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 0
}

.deposit-wrapper .deposit-img {
  width: 100px;
  height: 80px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0
}

.light .deposit-img {
  background: #ededed
}

.dark .deposit-img {
  background: #262832
}

.deposit-wrapper .deposit__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 5px 0 10px 0
}

.light .deposit__title {
  color: #005
}

.dark .deposit__title {
  color: #bebebe
}

.deposit-wrapper .deposit__wrapp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.deposit-wrapper .link,
.deposit-wrapper .btn-popap,
.deposit-wrapper .link-map {
  color: #09090B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 2px;
  background: #29EEAC;
  display: inline-block
}

.deposit-wrapper .link-map {
  border: 1px solid #29EEAC;
  color: #29EEAC;
  background: none;
}

.deposit-wrapper .deposit__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style: none;
  gap: 0 30px;
  padding: 20px 0;
}

.deposit-wrapper .info-item__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px 0;
}

.light .info-item__title {
  color: #005;
}

.dark .info-item__title {
  color: #797a7f;
}

.deposit-wrapper .info-item__value {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.light .info-item__value {
  color: #005;
}

.dark .info-item__value {
  color: #bebebe;
}

.deposit-wrapper .second-tab-pane .min-deposit {
  width: 170px;
}

.deposit-wrapper .second-tab-pane .deposit__wrapp-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deposit-wrapper .second-tab-pane .deposit__title {
  margin: 0;
}

.deposit-wrapper .min-deposit {
  width: 130px
}

.deposit-wrapper .max-deposit {
  width: 145px;
}

.deposit-wrapper .commission {
  width: 50px;
}

.deposit-wrapper .limit {
  width: 175px;
}

.light .deposit-wrapper .PSVM::before {
  content: url(../img/PSVM-light.svg);
}

.dark .deposit-wrapper .PSVM::before {
  content: url(../img/PSVM-dark.svg);
}

.light .deposit-wrapper .apple-pay::before {
  content: url(../img/apple-pay-light.svg);
}

.dark .deposit-wrapper .apple-pay::before {
  content: url(../img/apple-pay-dark.svg);
}

.light .deposit-wrapper .google-pay::before {
  content: url(../img/google-pay-light.svg);
}

.dark .deposit-wrapper .google-pay::before {
  content: url(../img/google-pay-dark.svg);
}

.light .deposit-wrapper .sense-bank::before {
  content: url(../img/Sense-Bank-Light.svg);
}

.dark .deposit-wrapper .sense-bank::before {
  content: url(../img/Sense-Bank-Dark.svg);
}

.light .deposit-wrapper .easy-pay::before {
  content: url(../img/easy-pay-light.svg);
}

.dark .deposit-wrapper .easy-pay::before {
  content: url(../img/easy-pay-dark.svg);
}

.light .deposit-wrapper .city24::before {
  content: url(../img/cyty24.svg);
}

.dark .deposit-wrapper .city24::before {
  content: url(../img/cyty24.svg);
}

.light .deposit-wrapper .modal {
  background: rgba(0, 0, 0, .5);
}

.dark .deposit-wrapper .modal {
  background: rgba(0, 0, 0, .5);
}

.deposit-wrapper .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 147px 0 0 0;
}

.deposit-wrapper .modal-content {
  max-width: 660px;
  border-radius: 8px;
  margin: 20px;
  overflow-y: auto;
  padding: 25px;
  position: relative;
}

.deposit-wrapper .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.deposit-wrapper .modal-close:hover,
.deposit-wrapper .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.light .deposit-wrapper .modal-content {
  color: #005;
  background: #fff;
  -webkit-box-shadow: 0px 5px 32px 10px rgba(0, 0, 0, .1);
  box-shadow: 0px 5px 32px 10px rgba(0, 0, 0, .1)
}

.dark .deposit-wrapper .modal-content {
  color: #fff;
  background: #262832
}

.deposit-wrapper .modal-content__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 12px 0;
}

.deposit-wrapper .modal-content__list {
  font-size: 16px;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  position: initial;
}

@media screen and (max-width: 1000px) {
  .deposit-wrapper .list-deposit__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .deposit-wrapper .deposit__info-list {
    -ms-flex-negative: initial;
    flex-shrink: initial;
    width: 100%;
    gap: 0 20px;
  }
}

@media screen and (max-width: 650px) {
  .deposit-wrapper .deposit-title__wrapp {
    padding: 10px 0;
  }

  .deposit-wrapper .deposit-title {
    font-size: 16px;
    font-weight: 400;
  }

  .deposit-wrapper .list-deposit__item {
    padding: 10px 10px 20px 20px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deposit-wrapper .list-deposit__item-head {
    display: contents;
  }

  .deposit-wrapper .deposit-img {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
  }

  .deposit-wrapper .deposit__wrapp-info {
    display: contents;
  }

  .deposit-wrapper .deposit__title {
    font-size: 14px;
    margin: 10px 110px 7px 0
  }

  .deposit-wrapper .deposit__info-list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0;
    gap: 7px 0;
  }

  .deposit-wrapper .deposit__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 110px 0 0
  }

  .deposit-wrapper .info-item__title {
    font-size: 12px;
    margin: 0
  }

  .deposit-wrapper .info-item__value {
    font-size: 12px
  }

  .deposit-wrapper .min-deposit {
    width: initial
  }

  .deposit-wrapper .max-deposit {
    width: initial
  }

  .deposit-wrapper .commission {
    width: initial
  }

  .deposit-wrapper .limit {
    width: initial
  }

  .deposit-wrapper .deposit__wrapp-btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 14px 0 0 0
  }

  .deposit-wrapper .modal {
    padding: 130px 0 0 0
  }

  .deposit-wrapper .modal-content {
    padding: 20px 13px 16px 16px
  }

  .deposit-wrapper .modal-content__title {
    font-size: 18px;
    margin: 0 0 10px 0
  }

  .deposit-wrapper .modal-content__list {
    font-size: 14px;
    margin: 0 0 13px 0
  }

  .deposit-wrapper .modal-content {
    margin: 16px
  }

  .deposit-wrapper .second-tab-pane .min-deposit {
    width: initial
  }

  .deposit-wrapper .second-tab-pane .deposit__title {
    margin: 10px 110px 7px 0
  }
}