.faq__item-content {
  color: rgb(255, 255, 255);
}
@keyframes img {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
* {
  text-decoration: none !important;
}
.act-now__text {
  font-size: 16px !important;
}

.intl-tel-input .country-list .country {
  margin-bottom: 0px;
}
.country-list .country {
  font-size: 16px;
  background-color: rgb(255, 255, 255);
}
.country-list .country:first-child {
  margin-top: -15px;
}
.intl-tel-input .country-list {
  overflow-x: hidden;
  padding-top: 10px;
  max-width: 318px;
}
p {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .hide {
    display: none;
  }
}
.single {
  background-image: linear-gradient(rgb(21, 21, 21) 2.5%, rgb(2, 38, 36) 5%);
  background-color: rgb(2, 38, 36);
}
.router_item {
  order: 1;
}
.router_btn::after,
.current::after {
  z-index: 222222;
  pointer-events: none;
  top: 17px;
}
.router {
  min-width: 130px;
}
.router_btn {
  text-align: left;
}
.protect {
  top: 4px;
  z-index: 93333399 !important;
}
.firstScreen {
  padding: 60px 0px 0px;
}
.master-crypto__left {
  max-width: 530px;
}
.router .router_btn {
  width: 150px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.router .router_list {
  width: 150px;
  top: 40px;
  padding: 5px 0px;
  opacity: 0;
  display: block !important;
  transition: opacity 0.3s;
  pointer-events: none;
}
.router {
  min-width: 150px;
}
.router img {
  width: 20px;
  min-width: 20px;
}
.router_list a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__info-item {
  font-size: 18px;
  line-height: 120%;
}
.header__places {
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .act-now {
    padding: 10px 0px 5px;
  }
  .act-now__text {
    font-size: 10px !important;
  }

  .master-crypto {
    background-color: rgb(14, 24, 64);
  }
  .router_btn::after,
  .current::after {
    width: 14px;
    height: 5px;
    background-size: contain;
    right: 8px;
    top: 15px;
  }
}
