html {
  overflow-x: hidden !important;
}
.fs-36px {
  font-size: 36px;
}

/* Анимация точек */

.dots {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 18px;
}

.dots div {
  position: absolute;
  margin: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
span.dots {
  min-width: 50px;
}
.dots div:nth-child(1) {
  left: 8px;
  animation: dots1 0.6s infinite;
}
.dots div:nth-child(2) {
  left: 16px;
  animation: dots2 0.6s infinite;
}
.dots div:nth-child(3) {
  left: 24px;
  animation: dots2 0.6s infinite;
}
.dots div:nth-child(4) {
  left: 32px;
  animation: dots3 0.6s infinite;
}

@keyframes dots1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes dots2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(8px, 0);
  }
}

@keyframes dots3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

img.logo-img {
  max-height: 28px;
}

.nk-order-ovwg-data.balance {
  border-color: #525353;
}
.nk-order-ovwg-data.balance .amount,
.nk-order-ovwg-data.buy .title .icon {
  color: #2d302f;
}
.nk-order-ovwg-data.blocked-balance {
  border-color: #e85347;
}
.nk-order-ovwg-data.blocked-balance .amount,
.nk-order-ovwg-data.buy .title .icon {
  color: #e85347;
}
.nk-order-ovwg-data.allowed-balance {
  border-color: #2ce454;
}
.nk-order-ovwg-data.allowed-balance .amount,
.nk-order-ovwg-data.buy .title .icon {
  color: #00b81f;
}
.dark-mode .bg-light {
  background-color: #1f2b3a !important;
}
.dark-mode .bg-warning.text-dark {
  color: #252424 !important;
}
strong {
  font-weight: 600 !important;
}

.btn-special {
  border: solid 2px #1f2b3a;
  color: #1f2b3a;
  background-color: #f4bd0e;
}

.pulse-icon {
  animation: pulse-blink 1.5s infinite;
  display: inline-block;
  transition: opacity 0.2s;
}

@keyframes pulse-blink {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.btn-green {
  background-color: #39ff64;
}


.pmo-lv {
  position: fixed;
  left: 50%;
  bottom: -50px;
  max-width: 90%;
  width: 590px;
  transform: translate(-50%,100%);
  transition: all .4s;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 40px -2px rgba(31,43,58,.25);
  z-index: 9999
}

.pmo-lv.active {
  transform: translate(-50%,0);
  bottom: 20px;
  transition-delay: 1s
}

.pmo-lv.pmo-dark {
  background: #0564e5
}

.pmo-close {
  color: #364a63;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  line-height: 38px;
  background: rgba(183,194,208,.6);
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 8px;
  font-size: 16px;
  z-index: 99
}

.pmo-close:hover {
  color: #fff;
  background: #526484
}

.pmo-dark .pmo-close {
  background: rgba(31,43,58,.3);
  color: #fff
}

.pmo-dark .pmo-close:hover {
  background: rgba(31,43,58,.5)
}

.pmo-wrap {
  display: flex;
  padding: .875rem 3.5rem .875rem 1.5rem;
  align-items: center;
  border-radius: 50px;
  transition: all .3s
}

.pmo-wrap:hover {
  transform: translateX(5px)
}

.pmo-text {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #e85347;
  transition: color .4s
}

.pmo-text .ni {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .125rem;
  margin-top: -3px
}

.pmo-dark .pmo-text {
  color: #fff
}

.pmo-st {
  position: fixed;
  right: 25px;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: all .4s;
  border-radius: 30px;
  transform: translateY(100%);
  box-shadow: 0 5px 40px 0 rgba(16,25,36,.3);
  color: #fff;
  background: #e85347;
  z-index: 99999
}

.pmo-st:active,.pmo-st:focus,.pmo-st:hover {
  color: #fff
}

.pmo-st.pmo-dark {
  background: #0564e5
}

.pmo-st.active {
  bottom: 25px;
  transform: translateY(0);
  transition-delay: .4s
}

.pmo-st-img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 18px 18px;
  transition: all .4s
}

.pmo-st-text {
  padding: 14px 0;
  height: 60px;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  transition: all .4s;
  visibility: hidden;
  font-size: 12px;
  line-height: 16px
}

.pmo-st:hover .pmo-st-text {
  width: 220px;
  visibility: visible;
  padding: 14px 14px 14px 0
}

@media (max-width: 575px) {
  .promo-cov-st {
      display:none
  }
}