@font-face {
  font-family: 'Fractul';
  src: local('Fractul'), local('Fractul'),
  url('../fonts/Fractul/Fractul-Hairline.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fractul';
  src: local('Fractul'), local('Fractul'),
  url('../fonts/Fractul/Fractul-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fractul';
  src: local('Fractul'), local('Fractul'),
  url('../fonts/Fractul/Fractul-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fractul';
  src: local('Fractul'), local('Fractul'),
  url('../fonts/Fractul/Fractul-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Fractul';
  src: local('Fractul'), local('Fractul'),
  url('../fonts/Fractul/Fractul-Black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: inherit;
}

body {
  color: var(--main-screen-text);
  font-family: "Fractul", sans-serif;
}

.dashboard__main {
  padding-top: 20px;
}

.prices .subtitle {
  font-size: 10px;
  padding-top: 4px;
}

.dashboard__aside {
  flex-basis: 290px;
}

.support {
  padding: 20px 20px 40px 20px;
  font-size: 1rem;
}

.support h3 {
  font-size: 22px;
}

.support h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}

.support .social {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  line-height: 2.5em;
  flex-direction: row;
}

.support .contact .icon {
  color: var(--links-active);
  width: 72px;
  height: 72px;
}

.support .contact {
  display: flex;
  flex-flow: row;
  gap: 15px;
}

.support .contact .icon-holder {
  align-items: start;
  vertical-align: top;
}

.support .contact .text-holder {
  padding-top: 15px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.faq-q {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.faq-a {
  padding-bottom: 10px;
}

.receipt_table td {
  vertical-align: top;
}

.signup__logo,
.aside__logo {
  width: 200px;
}

.aside__logo,
.header__mobile__logo {
  float: left;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .8));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .8));
}

.signup__logo {
  margin-bottom: 20px;
}

.nav__list__text {
  font-weight: 400 !important;
}

.btn__red, .btn__grey, .btn__green {
  box-shadow: none;
}

.wide {
  padding: 10px 20px;
}

.btn__green:hover,
.btn__green:focus,
.btn__green:active {
  color: var(--btn-text);
  text-decoration: none;
}

.signup-services-help {
  display: inherit;
}

.enter__content {
  background-color: var(--main-screen-form-bg);
}

.nav__list__btn__kyc-status-green {
  color: white;
}

.bonus-icon-status-wrapper {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  float: right;
}

.nav__list__icon.right {
  float: right;
}

.small-title {
  font-size: 18px;
  color: var(--main);
  margin-bottom: 24px;
}

.invalid-feedback {
  margin-bottom: 12px;
  font-size: 14px;
}

.promo,
.promo2 {
  max-width: 800px;
  width: 100%;
}

.promo .wrapper,
.promo2 .wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.clr-main {
  color: var(--main);
}

.bold {
  font-weight: bold;
}

.promo h2 {
  color: var(--main);
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
}

.tooltipster-content a {
  color: white;
  opacity: 1;
}

.promo2 .step-grid {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.promo2 .text-wrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.step-grid .cell {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

.step-grid .block-wrapper {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 12px;
  background: white;
  width: 100%;
  display: flex;
  flex-flow: row;
}

.block-wrapper .description,
.clear-wrapper {
  display: flex;
  flex-flow: column;
  gap: 5px;
  font-size: 14px;
}

.clear-wrapper {
  padding-left: 60px;
  padding-top: 10px;
}

.step-idx {
  color: var(--main);
  font-size: 60px;
  font-weight: 800;
  min-width: 50px;
  padding: 0 10px 0 5px;
  text-align: start;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-grey);
  padding-top: 10px;
  vertical-align: top;
  line-height: 24px;
}

.step-icon {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-top: -2px;
}

.step-footer {
  margin-top: auto;
  display: flex;
  width: 100%;
}

.mm-logo {
  margin-left: -20px;
  max-width: 200px;
}

.profile__form-inline {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: baseline;
}

.btn-step {
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  padding: 5px 20px;
  max-height: 30px;
}

.step-grid .enter__input {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
  padding: 5px 5px;
  max-height: 30px;
  border-radius: 4px;
}

.step-grid .input-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 5px;
  margin: 0 auto;
  width: 100%;
}

.step-grid .btn__green:hover {
  transform: none;
}

.step-kyc {
  margin-left: auto;
}

.methods-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.methods-wrapper .method {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.methods-wrapper .method .icons-holder {
  display: flex;
  flex-flow: row;
  background-color: var(--main);
  padding: 5px 10px;
  height: auto;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 24px;
  gap: 4px;
}

.method-name {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
}

.method-icon {
  height: 20px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 30px;
  border: solid 0.1px;
  line-height: 24px;
}

.underline {
  text-decoration: underline;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.dashboard__buy__amount__input__ph {
  top: 12px;
}

.menu-img {
  width: 280px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
}

.menu-img img {
  width: 100%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: white;
  background: #cf0060;
  border-color: #cf0060;
}

.buy-wrapper {
  display: flex;
  flex-flow: row;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-wrapper .img-holder {
  max-width: 100px;
}

.buy-wrapper .img-holder img {
  width: 100%;
  height: auto;
}

.promo .text-holder {
  padding: 12px 0 0 12px;
}

.promo .text-holder p {
  margin-bottom: 12px;
}

.promo .opportunities {
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 48px;
}

.promo .subtitle {
  background-color: #cf0060;
  color: white;
  padding: 15px 30px;
  font-size: 26px;
}

.promo .offers {
  margin: 24px 0;
  display: flex;
  flex-flow: row;
  gap: 16px;
}

.offers .offer {
  display: flex;
  flex-flow: column;
  width: 25%;
}

.promo .list-p-services {
  display: flex;
  flex-flow: row;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.promo .list-p-services li {
  width: 64px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4px;
  background: #434342;
  border: solid 2px #727272;
  border-radius: 4px;
}

.offer .head {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #cf0060;
  color: white;
  min-height: 48px;
  padding: 6px 10px;
  z-index: 1;
}

.offer .head .img-holder {
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  padding-top: 4px;
}

.offer .head .text-holder {
  vertical-align: middle;
  padding: 0 0;
  text-align: center;
  width: min-content;
}

.offer .head .img-holder img {
  width: 100%;
  height: auto;
}

.offer .body {
  background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
  background: rgba(204, 204, 204, 0.7);
  display: flex;
  flex-flow: column;
  padding: 10px 20px;
  justify-content: center;
  text-align: center;
  min-height: 200px;
  align-items: stretch;
  z-index: 2;
}

.offer .body-wrapper {
  padding: 12px 0 12px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: auto;
}

.offer .body-wrapper.percent-block {
  justify-content: flex-start;
}

.offer .percent {
  padding-top: 40px;
}

.offer .body p {
  color: black;
  opacity: 1;
}

.offer .body:first-child {
  justify-content: flex-start;
}

.offer.woman {
  position: relative;
}

.woman-wrapper {
  position: absolute;
  max-width: 160px;
  top: -303px;
  right: 0;
}

.woman-wrapper img {
  width: 100%;
}

.offer .body .large {
  font-size: 40px;
}

.woman-spaced {
  padding-right: 150px;
}

.kyc__proof-type__container__label .subtitle {
  font-size: 6px;
}

.dashboard__buy__method__content__item:last-child {
}

.kyc__proof-type__container__label {
  min-height: 70px;
}

.menu-links-section {
  margin-top: 40px;
  background-color: #aeaeae;
  color: var(--main);
  width: 280px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px 20px 55px;
}

.menu-links-section h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.menu-links-section li {
  font-size: 15px;
}

.menu-links-section li:not(:is(:last-child)) {
  margin-bottom: 12px;
}

.profile__form__btn__container {
  text-align: left;
}

.dashboard__buy__no_address {
  background-color: #cf006020;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
}

#modal-success .modal__payment__price {
  color: var(--main);
  font-size: 22px;
}

#modal-success .modal__subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 18px;
}

#modal-success .modal__payment__body {
  border-top: none;
  padding: 10px;
}

#modal-success .modal__payment__price {
  margin-bottom: 10px;
}

#modal-success .modal__payment__body__item {
  color: #7f7f7f;
}

#modal-success .modal__payment__body__item p {
  margin-bottom: 16px;
  text-align: justify;
}

#modal-success .modal__payment__body__item.center p {
  text-align: center;
  font-size: 20px;
}

.dashboard {
  background: #ffffff;
}

.header__actions__item__lang {
  font-size: 20px;
  color: black;
  border: 1px solid;
  width: 80px;
  height: 50px;
}

.nav__list.secondary {
  border-top: none;
  padding: 5px 0 20px 0;
}

@media (max-width: 1200px) {
  .promo,
  .promo2 {
    margin: 0 auto;
  }

  .bonus-icon-status-wrapper {
    position: absolute;
    left: 230px;
  }

  .menu-img {
    display: none;
  }
}

@media (max-width: 770px) {
  .promo2 .step-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .promo2 .step-grid .cell.empty {
    display: none;
  }

  .promo .subtitle {
    font-size: 20px;
    justify-content: center;
    text-align: center;
  }

  .promo .offers {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .offers .offer {
    width: 48%;
  }

  .woman-wrapper {
    display: none;
  }

  .woman-spaced {
    padding-right: 0;
  }
}

@media (max-width: 440px) {
  .aside__header {
    padding-bottom: 0;
  }

  .promo .offers {
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .offers .offer {
    width: 100%;
  }

  .offers .offer .body {
    min-height: 130px;
  }
}