/*
not worked in ff!
.popup input[type="checkbox"] {
    background: url(../images/check.png) 0 -32px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    outline: none;
    border: 2px solid #ff0000;
    position: relative;
    width: 30px;
    float: right;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;

    transition: all .2s;
}
.popup input[type="checkbox"]:checked {background-position:-2px -1px}
*/
.popup .modal-checkbox-disclaimer input[type="checkbox"] {display:none;}
.popup .modal-checkbox-disclaimer label:before {
	content:"";
	background: url(../images/check.png) 0 -32px;
    cursor: pointer;
    height: 30px;
    outline: none;
    border: 2px solid #ff0000;
    width: 30px;
    float: right;

    transition: all .2s;
}
.popup .modal-checkbox-disclaimer input[type="checkbox"]:checked + label:before {background-position:0 1px}

.popup input[type='number']::-webkit-outer-spin-button,
.popup input[type='number']::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.popup input[type='number'] {
    -moz-appearance:textfield;
}

.copy-success {
  visibility: hidden;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  text-align: left;
  color: #1fbf34;
  margin-top: 4px;
}

.ios-device.modal-open {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ios-device .popup-get-tokens {
  position: absolute;
}

input[disabled] {
  /*opacity: .65;*/background: #ccc;
}



.p-buy-s-01-hero {
  height: auto;
  padding-bottom: 50px;
  background-color: rgb(14, 56, 177);
}
.p-buy-s-01-hero .h1 {
    padding-top: 90px;
}
.p-buy-hero-wrapper {
  padding-top: 85px;
}

.discount {
  position: relative;
  background-color: #ff7c30;
  padding: 12px 40px 12px 30px;
  max-width: 425px;;
}
.p-partner-hero-wrapper .discount {background-color: transparent;padding-top:0;max-width: 440px;}

.discount__title {
  color: #fff;
  font-family: '34deb5 1 0', sans-serif;
  font-size: 22px;
}

.discount__title-lg {
  font-size: 36px;
}

.discount .discount__title-lg {
  margin-left: -61px;
  padding-right: 20px;
}

.p-buy-hero-wrapper .days-container::after,
.p-buy-hero-wrapper .hours-container::after,
.p-buy-hero-wrapper .minutes-container::after,
.p-buy-hero-wrapper .seconds-container::after {
  content: '';
  width: 30px;
  height: 40px;
  background-color: rgba(14, 56, 177, 0.14901960784313725);
  border-color: #fff;
  position: absolute;
  left: 0px;
  top: 21px;
}

.discount-i-present {
  width: 112px;
  height: 112px;
  background-image: url(../images/present.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: -55px;
  top: -14px;
}
/* .p-buy-hero-wrapper .countdown-container */
.p-buy-hero-wrapper .days,
.p-buy-hero-wrapper .hours,
.p-buy-hero-wrapper .minutes,
.p-buy-hero-wrapper .seconds {
  font-size: 48px;
  margin-bottom: 0;
}

.p-buy-hero-wrapper .days-label,
.p-buy-hero-wrapper .hours-label,
.p-buy-hero-wrapper .minutes-label,
.p-buy-hero-wrapper .seconds-label {
  bottom: 0;
  font-size: 16px;
}

.p-buy-hero-wrapper .days-container,
.p-buy-hero-wrapper .hours-container,
.p-buy-hero-wrapper .minutes-container,
.p-buy-hero-wrapper .seconds-container {
      align-items: left;
      height: 74px;
}

.p-buy-s02 {
  padding: 20px 0;
  font-size: 20px;
}

.p-buy-s02 strong {
  font-weight: normal;
  font-family: '34deb5 1 0', Arial, sans-serif;
}
.p-buy-s02 p {
  margin-bottom: 14px;
}
.p-buy-s02 a {
  color: #0e38b1;
  padding-bottom: 1px;
  background: linear-gradient(to right, rgba(14, 56, 177, 0.4) 0%, rgba(14, 56, 177, 0.4) 100%);
  background-size: 1px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  text-decoration: none;
}

.buy-section_width_75 {
  width: 82%;
}

.form-bottom {
  margin-top: 35px;
}

.terms-wrapper {
  padding: 10px 20px;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  line-height: 1.7
}
.terms-wrapper_scroll {
  overflow: auto;
  height: 224px;
  padding-right: 30px;
  -webkit-overflow-scrolling: touch;
}

.drag-area {
  height: 182px;
  border: 2px dashed #e0e0e0;
  position: relative;
  cursor: pointer;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.drag-area:hover {
  border-color: #cacaca;
}
.drag-area_droped {
  background-color: #f2f2f2;
  border-color: transparent;
  border-style: solid;
}
.drag-area_active {
  background-color: #f2f2f2
}

.drag-area input[type=file] {
  visibility: hidden;
  opacity: 0;
  width: 100%;
}

.drag-area__desc {
  font-size: 16px;

  text-align: center;
  color: #000;
  position: absolute;
  bottom: 24px;
  left: 40px;
  right: 40px;
  line-height: 1.6
}

.form-label {
  /* font-size: 16px; */
  color: #000000;
  font-family: '34deb5 2 0', Arial, sans-serif;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}

.form-label_required::before {
  content: "*";
  position: absolute;
  left: -22px;
  top: -8px;
  font-size: 36px;
  color: #ff7c30;
}
.information {
  border-radius: 2px;
  background-color: rgba(255, 213, 88, 0.15);
  padding: 12px 20px;
  /* position: absolute; */
}

.information_sm {
  font-size: 16px;
  width: 70%;
}

.form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form-group > input {
  max-width: 48%;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  justify-content: space-between;
  margin-bottom: 12px;
}

.flex-row .flex-row {
  margin-bottom: 0;
}

.flex-row_valign_end {
  align-items: flex-end;
}

.flex-row_form {
  margin-bottom: 25px;
}

.flex-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}

.flex-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.333333%;
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
}

.flex-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 39.666667%;
  -ms-flex: 0 0 39.666667%;
  flex: 0 0 39.666667%;
  max-width: 39.666667%;
}

.flex-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56.333333%;
  -ms-flex: 0 0 56.333333%;
  flex: 0 0 56.333333%;
  max-width: 56.333333%;
}

.flex-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64.666667%;
  -ms-flex: 0 0 64.666667%;
  flex: 0 0 64.666667%;
  max-width: 64.666667%;
}

.flex-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.form-input {
  height: 55px;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  /*color: #ababab;*/
  font-family: '34deb5 2 0', sans-serif;
  outline: none;
  border-radius: 2px;
  border: solid 1px #e0e0e0;
}

.form-input:focus {
  border-color: #cacaca;
}

.form-input::-webkit-input-placeholder {
  color: #ababab;
}
.form-input::-moz-placeholder {
  color: #ababab;
}
.form-input:-ms-input-placeholder {
  color: #ababab;
}
.form-input:-moz-placeholder {
  color: #ababab;
}

.form-input_half {
  /*max-width: 290px*/
}

.form-input_lg {
  height: 72px;
  border-radius: 2px;
  border: solid 1px rgba(14, 56, 177, 0.27);
  font-size: 24px;
  color: #000;
}

.p-buy-title {
  font-size: 35px;
  color: #000;
  font-family: '34deb5 1 0', sans-serif;
  margin-bottom: 10px;
}
.p-buy-tabs {
  padding: 25px;
  background-color: rgba(14, 56, 177, 0.06);
  margin-bottom: 20px;
}
.p-buy-tabs__item {
  font-size: 22px;
  padding: 0 11px;
  font-family: '34deb5 1 0', sans-serif;
  color: rgba(14, 56, 177, 0.4);
  cursor: pointer;
  position: relative

}
.p-buy-tabs__item_active {
  color: #0e38b1;
}

.p-buy-tabs__item_active::before {
  content: '';
  background-color: #0e38b1;
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.buy-section {
  margin-bottom: 60px;
}

.row {

}

.row:after {
  content: '';
  display: table;
  clear: both;
  overflow: hidden;

}
.modal a {
  color: rgb(14, 56, 177);
  padding-bottom: 1px;
  background: linear-gradient(to right, rgba(14, 56, 177, 0.4) 0%, rgba(14, 56, 177, 0.4) 100%);
  background-size: 1px 1px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  text-decoration: none;
}


.modal-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background 400ms ease-in-out;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  white-space: nowrap;
}

.modal {
    display: inline-block;
    vertical-align: middle;
}

.modal__body {
    text-align: left;
    white-space: normal;
}

.modal__word-break {
  word-break: break-all;
}

.modal-overlay::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.modal-section {
  margin-bottom: 10px;
      overflow-y: scroll;
}

.modal__info {
  line-height: 1.6;
  color: #000;
}

.flex-col-5_align_right {
  text-align: right
}

body.modal_open {
  overflow: hidden;
}

div.modal_open.modal-overlay {
  visibility: visible;
  background-color: rgba(0, 0, 0, .7);
}

.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  background-image: url(../images/modal-close.svg);
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.modal__text::-webkit-scrollbar,
.terms-wrapper_scroll::-webkit-scrollbar {
  width: 6px;
}
.modal__text::-webkit-scrollbar-track,
.terms-wrapper_scroll::-webkit-scrollbar-track {

}
.modal__text::-webkit-scrollbar-thumb,
.terms-wrapper_scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f0f0f0;
  height: 90px;
}
.modal__text::-webkit-scrollbar-thumb:window-inactive,
.terms-wrapper_scroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(240, 240, 240, 0.7);
}

.modal__body {
  transform: scale(0);
  background-color: #fff;
  width: 448px;

  margin-left: auto;
  margin-right: auto;

  box-shadow: 0 11px 46px 0 rgba(0, 0, 0, 0.3);
  transition: transform 200ms ease-in-out;
}

.modal_lg .modal__body {
  width: 920px;
  padding-bottom: 0;
}

.modal_lg .modal__title {
  font-size: 35px;
}

.modal_lg .modal__text {
  /* box-shadow: 0 11px 46px 0 rgba(0, 0, 0, 0.3); */
}

.modal_open .modal__body {
  transform: scale(1);
}

.modal__title {
  color: #000;
  font-family: '34deb5 1 0', sans-serif;
  font-size: 24px;
  /* margin-bottom: 30px; */
}

.modal__sub-title {
  color: #000;
  font-family: '34deb5 2 0', sans-serif;
  font-size: 20px;

  padding: 5px 40px 0;
}

.modal__footer {
  padding: 10px 0px;
  /*box-shadow: 0 -23px 32px 0 rgba(0, 0, 0, 0.04);*/
}

.modal__footer .flex-row {
  margin: 0;
}

.modal__text {
  /* max-height: 485px; */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px 10px 40px;
  margin-top: 10px;
  margin-right: 20px;
  /* margin-bottom: 40px; */
}

.modal__text input[type='text'],
.modal__text input[type='email'],
.modal__text input[type='number'] {
  border: solid 1px #ececec;
  width: 100%;
}

.modal__text input[type='text']:focus,
.modal__text input[type='email']:focus,
.modal__text input[type='number']:focus {
  border-color: #cacaca;
}


@media (max-width: 991px) {
  .drag-area {
    margin-bottom: 10px;
  }
  .modal_lg .modal__title {font-size:30px;}
  .modal-checkbox-disclaimer {margin-top: 20px;}
  .information {
    margin: 12px 0!important;
    position: static;
  }
  .flex-row {
    flex-direction: column;
    align-items: normal;
  }
  .information_sm {
    width: auto
  }
  .p-buy-hero-wrapper {
     padding-top: 80px;
  }
  .p-buy-s-01-hero .h1 {
    padding-top: 0;
}
  .discount .discount__title-lg {
    margin-left: 0;
  }
  .discount {
    margin-top: 20px;
  }
  .flex-row > div{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .modal__footer .flex-row > div {margin-top:0}
  .modal_lg .modal__body {
    width: 100%;
    padding:0;
  }
}
.contribute-step2 {display:none;}
.modal-block {margin-bottom:20px;}
.modal__footer .bt {margin-right: 0;width: 100%;}


.bt.disabled {background:#ccc;}
#blank {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1490;
}
.popup {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1500;
    background: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}
.popup-get-tokens {
	width: 900px;
    margin: -250px 0 0 -450px;
}
.popup-text,
.popup-platforms {
	width: 600px;
    margin-left: -330px;
    padding: 30px;
    top: 10%;
}
.popup .close {
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(../images/modal-close.svg);
    cursor: pointer;
    width: 25px;
    height: 25px;

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity:0.5;
}
.popup .close:hover {opacity:1;}
.popup .head {
    font-size: 35px;
    color: #000;
    font-family: '34deb5 1 0', sans-serif;
    margin-bottom: 20px;
}
.popup-text .head,
.popup-platforms .head {font-size: 24px;}
.popup-text .head2,
.popup-platforms .head2 {font-size: 20px;font-family: '34deb5 1 0', sans-serif;}
.popup-text .text,
.popup-platforms .text {font-size: 18px;overflow-y: auto;}
.popup-text .nav-link.nav-link-tokens {float:left;text-decoration:none;}
.popup-text .nav-link.nav-link-tokens:hover {background:#c3cdeb}
.popup-body {padding:20px 40px;}
.popup-column-left {float:left;width:48%}
.popup-column-right {float:right;width:48%}
.popup .input-block {margin-bottom:20px}
.popup label {
    color: #000000;
    font-family: '34deb5 2 0', Arial, sans-serif;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}
.terms-wrapper_scroll {height: 180px;}
.popup-footer {clear:both;padding:10px 40px;}
.modal-checkbox-disclaimer {position: relative;clear: both;}
.popup button {width:100%;margin-bottom: 20px;}
.popup-video {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  position: fixed;
}



.popup-video__cont {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.popup-video__video {
flex-grow: 1
}
.popup-video .full-width iframe {
  position: relative;
  z-index: 1111;
  max-height: 70vh;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 900px) {
	.popup {margin:0;top:0;left:0;width:100%;height:100%;}
	.popup .close {top: 10px;right: 10px;}
	.popup-column-left, .popup-column-right {width:100%}
	.terms-wrapper {margin-bottom:10px;}
	.popup-get-tokens .head {font-size: 32px;}
	.nav-link.nav-link-tokens {padding-top: 2px;height: 38px;}
	.popup .modal-checkbox-disclaimer label:before {float:left;margin: 0 10px 20px 0;}
}
#notify .modal__title {padding: 20px 60px 10px 40px;}