body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.block-payment__item {
  background: #fff;
  padding: 4px !important;
  border-radius: 6px !important;
}

@media (max-width: 600px) {
  .block-payment__item img {
    max-width: 320px;
  }
}

.block-hero__logo {
  margin-bottom: -10px;
}

.card__description {
  max-width: 26em;
}

.plan .table .table__row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.table__price {
  color: #f8cd47;
}

.plan__desktop .table__price {
  font-size: 46px;
  line-height: 46px;
  margin-top: 27px;
}

.plan__mobile .table__price {
  font-size: 50px;
  line-height: 50px;
  margin-top: 30px;
}

.table__price-name {
  font-size: 15px;
  line-height: 15px;
  margin-top: -5px;
}

.plan-block__balance-text,
.plan-block__payout-text {
  line-height: 110%;
}

.plan-block__payout-text {
  margin-top: 4px;
}

.plan-block__balance,
.plan-block__payout {
  font-size: 22px;
  line-height: 130%;
  color: #fff;
}

.plans .buttons--secondary,
.plan .buttons--primary {
  background: #1d8656;
  border: 1px solid #145d3c;
}

.plans .buttons--secondary:hover,
.plans .buttons--primary:hover {
  background: #145d3c;
}

@media (min-width: 1023px) {
  .block-video__btn img {
    width: 128px;
    height: 128px;
    content: url(./assets_main/images/icon-play-video-btn.png);
  }
}

.block-video__image:after {
  -webkit-box-shadow: inset 0px 0px 0px 5px #f9f9fc;
  -moz-box-shadow: inset 0px 0px 0px 5px #f9f9fc;
  box-shadow: inset 0px 0px 0px 5px #f9f9fc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.table__price__country {
  margin-top: 5px;
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #dfb83f;
  padding: 0;
}

.table__price__country .curr1 {
  margin-right: 2px;
  font-size: 90%;
}

.table__price__country .curr2 {
  margin-left: 2px;
  font-size: 90%;
}

.table__price__country .curr3 {
  margin-left: 2px;
  font-size: 90%;
}

.amount small {
  font-size: 40%;
  letter-spacing: normal;
}

.table__price__country .amount small {
  font-size: 70%;
}

.table__price__old {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: -20px;
  text-align: center;
  width: 100%;
}

.table__price__old__price {
  text-decoration: line-through;
  opacity: 0.9;
  color: #cdcdcd;
}

.table__price__old__off {
  color: #00cc00;
}

.table__price__old__off small {
  font-size: 70%;
}

.table__price {
  position: relative;
}

.table__popular {
  top: -55px;
  right: 50px;
}

.block-video-btn a.buttons {
  margin: 0 auto;
}

.plan__header {
  margin-bottom: 0;
}

.block-traders-wanted .block-inverted {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.block-video__title {
  margin-bottom: 20px;
}

.block-video__title .accent-color {
  font-size: 1.25em !important;
}

@media (max-width: 1023px) {
  .block-video__title {
    font-size: 36px;
    line-height: 44px;
    max-width: 530px;
  }
}

@media (max-width: 479px) {
  .block-video__title {
    font-size: 28px;
    line-height: 36px;
    max-width: none;
  }
}

@media (max-width: 374px) {
  .block-video__title {
    font-size: 24px;
    line-height: 1.28571429;
    max-width: none;
  }
}

.block-trade .headingXXL {
  font-size: 48px;
  line-height: 52px;
}

@media (max-width: 479px) {
  .block-trade .headingXXL {
    font-size: 36px;
    line-height: 40px;
  }
}

.block-payment .container {
  margin-bottom: 3rem;
}

@media (max-width: 479px) {
  .block-payment {
    padding: 0 10px 0;
  }
}

@media (max-width: 719px) {
  .block-payment .container {
    padding: 0 10px 0;
  }
}

@media (max-width: 479px) {
  .block-payment .container {
    padding: 0 10px 0;
    margin-bottom: 2rem;
  }
}

.block-payment__title {
  font-size: 22px;
  line-height: 24px;
}

.block-hero__item.first .block-hero__item-tooltip {
  display: none;
}

.plan .buttons__text--ml .buttons__text__line {
  font-size: 1em;
}

.plan .buttons__text--ml .buttons__text__line--sm {
  font-size: 16px;
}

.block-hero {
  background-image: url(./assets_main/images/ch.png);
  background-repeat: no-repeat;
  background-position: right top;
}

@media (max-width: 1024px) {
  .lander-form-field .lander-submit {
    font-size: 16px !important;
  }
  .lander-form-field .lander-submit:hover {
    font-size: 16px !important;
  }
}
