body {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  background-color: #fff;
}
body.bg-root {
  min-height: 100vh;
  background: url("../../img/bg.png") center / cover no-repeat;
}
* {
  box-sizing: border-box;
}
a {
  color: #69c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#root {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1090px;
}
#root > * + * {
  margin-top: 16px;
}
#load {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
}
#modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#modal.open {
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
}
#modal.open > #modalBody {
  position: absolute;
  top: 8px;
  bottom: 8px;
}
@media (min-width: 800px) {
  #modal.open > #modalBody {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#modal.open .stylex-root {
  padding: 0 8px !important;
}
.notice-notice {
  background-color: #f8f5f0;
  border: 1px solid #efece4;
  padding: 8px 16px;
  color: #666;
  text-transform: uppercase;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 1090px) {
  .notice-notice {
    margin-left: 0;
    margin-right: 0;
  }
}
.pannel {
  border: 1px solid #e8e8e8;
  margin-left: 16px;
  margin-right: 16px;
}
.pannel-header {
  padding: 4px 16px;
  background-color: #f5f5f5;
  color: #999;
  border-bottom: 1px solid #e8e8e8;
}
.pannel-body {
  padding: 16px;
}
@media (min-width: 1090px) {
  .pannel {
    margin-left: 0;
    margin-right: 0;
  }
}
.order-info-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.order-info-subtitle {
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.order-info-subtitle > span {
  font-weight: bold;
}
.order-info-row {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-info-row > label {
  min-width: calc(60px + 1em);
  color: #999;
}
.order-info-row-primary > * {
  color: #000 !important;
  cursor: unset !important;
}
.order-info-row-primary > * span {
  color: #E36844 !important;
}
.order-info-price {
  margin: 0;
  line-height: 1;
}
.order-info-price > span {
  color: #E36844;
}
.order-info-price-origin {
  color: #999;
  cursor: no-drop;
}
.order-info-price-origin span {
  color: #f0b09d;
}
@media (min-width: 800px) {
  .order-form-root {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 800px) {
  .order-form-items:not(#cdForm) {
    margin-right: 16px;
    padding-right: 16px;
    width: calc(65% - 8px * 2 - 1px);
    border-right: 1px dashed #dedede;
  }
}
.order-form-btns {
  margin-top: 16px;
}
@media (min-width: 800px) {
  .order-form-btns {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 0;
    padding-right: 0;
    width: 35%;
  }
}
.order-form-btns-info {
  width: 100%;
}
.order-form-btns-info div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
}
.order-form-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.order-form-item + .order-form-item {
  margin-top: 16px;
}
.order-form-item > label {
  margin-bottom: 8px;
  width: 100px;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}
.order-form-item > label + *:not(.cvv_code) {
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 8px;
  min-width: 0;
  background: none;
  background-color: #f7f7f7;
  box-sizing: content-box;
  outline: none;
  border-bottom: 2px solid #e8e8e8;
  transition: border-bottom-color 300ms ease;
  border-radius: 4px 4px 0 0;
  -webkit-tap-highlight-color: transparent;
}
.order-form-item > label + *:not(.cvv_code):hover,
.order-form-item > label + *:not(.cvv_code):focus {
  border-bottom-color: #c9bfa4;
}
@media (min-width: 600px) {
  .order-form-item > label {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .order-form-item {
    flex-wrap: nowrap;
  }
}
#submitBtn {
  position: sticky;
  top: 16px;
  bottom: 16px;
  width: 100%;
  padding: 16px 32px;
  background-color: #d92015;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.15));
  transition: background-color 300ms ease;
}
#submitBtn:hover {
  background-color: #f3554c;
}
#cdForm {
  margin-top: 16px;
}
.cvv_code {
  width: 100%;
}
.cvv_code > select {
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 8px;
  min-width: 0;
  background: none;
  background-color: #f7f7f7;
  box-sizing: content-box;
  outline: none;
  border-bottom: 2px solid #e8e8e8;
  transition: border-bottom-color 300ms ease;
  border-radius: 4px 4px 0 0;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  width: auto;
}
.cvv_code > select:hover,
.cvv_code > select:focus {
  border-bottom-color: #c9bfa4;
}
.copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
}
.agreement {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.total-price {
  color: #E36844;
  font-size: 20px;
  font-weight: bold;
}
.payment-root {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
@media (min-width: 1090px) {
  .payment-root {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
  }
}
.payment-item {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.12);
  transition: all 300ms ease;
}
@media (min-width: 1090px) {
  .payment-item {
    text-align: left;
    margin: 8px;
    width: calc(50% - 8px * 2);
  }
}
.payment-item:hover {
  transform: translateY(-4px);
  border-color: #b6a884;
}
.payment-item > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1090px) {
  .payment-item > div {
    justify-content: flex-start;
  }
}
.payment-item > div > p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.payment-item > div > * + *,
.payment-item > div > *:last-child {
  margin-left: 8px;
}
.payment-item > div + p:nth-child(2) {
  margin: 0;
  margin-top: 8px;
  color: #999;
}
.payment-item > div > img {
  max-height: 40px;
}
.payment-item + .payment-item {
  margin-top: 8px;
}
.payment-item[data-payment-item-checked] {
  border-color: #b6a884;
}
.payment-item[data-payment-item-checked]::after {
  content: "✓";
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px;
  background-color: #b6a884;
  color: #fff;
}
.paymentWall-imgs-root > img {
  width: 70px;
}
.promo-root {
  display: block;
}
#promoCancel {
  color: #69c;
  cursor: pointer;
  user-select: none;
  text-decoration: underline;
}
#promoBtn {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #69c;
  cursor: pointer;
  user-select: none;
}
#promoBtn > i {
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #69c;
}
#promoBtn + div {
  margin-top: 4px;
  display: none;
  border: 1px solid #efece4;
}
#promoBtn + div > * {
  padding: 4px 8px;
  border: none;
  outline: none;
}
#promoBtn + div > input {
  min-width: 200px;
}
#promoBtn.open > i {
  transform: rotate(180deg);
}
#promoBtn.open + div {
  display: inline-flex;
}
.policy-root > div + div {
  margin-top: 24px;
}
.paymethod-root > p:first-child {
  margin-top: 0;
}
.paymethod-root > p:last-child {
  margin-bottom: 0;
}
.stylex-root {
  padding: 64px 16px !important;
}
.stylex-h2 {
  margin: 0 auto 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1090px) {
  .stylex-h2 {
    margin: 0 auto 80px;
    font-size: 42px;
  }
}
@media (min-width: 1090px) {
  .stylex-form-root {
    margin-left: auto;
    max-width: 650px;
  }
}
.stylex-form-body {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
.stylex-form-foot {
  padding: 8px 24px;
  background-color: #ECECEC;
  border-radius: 0 0 8px 8px;
}
.stylex-form-auto-root {
  margin: auto;
  max-width: 800px;
}
.stylex-form-auto-root a {
  color: #ff4646;
}
.stylex-form-auto-root .err > div {
  color: #ff4646;
  font-weight: bold;
  line-height: 1.8;
}
.stylex-form-auto-root .err > div:first-of-type {
  font-size: 18px;
}
.stylex-form-auto-root .err > div.chk {
  color: #888;
  font-weight: normal;
}
.stylex-form-auto-root .err > div.chkk > div:first-child {
  color: #5d5d5d;
  font-weight: bold;
  font-size: 18px;
}
.stylex-form-auto-root .err > div.chkk > div:first-child + div {
  color: #6890ff;
  font-size: 22px;
}
.stylex-form-auto-root .err > div + div {
  margin-top: 16px;
}
.stylex-form-auto-root .back > a {
  padding: 8px 16px;
  color: #fff;
  background-color: #ff4646;
  cursor: pointer;
}
.stylex-form-auto-root .success [data-success] {
  color: #97C03E;
  font-size: 18px;
  font-weight: bold;
}
.stylex-form-auto-root .success [data-success-link] {
  color: #97C03E;
}
.stylex-form-auto-root .success [data-notices] {
  color: #ff4646 !important;
}
.stylex-form-auto-root .success [data-notices] > h6 {
  margin: 0;
  font-size: 20px;
}
.stylex-info {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #FB8500;
  color: #fff;
}
.stylex-info > * {
  padding: 16px;
}
.stylex-info > h1 {
  margin: 0;
  font-size: 14px;
}
.stylex-info-price {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  border-left: 1px dashed #fff;
}
.stylex-info-price > span {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1090px) {
  .stylex-info-price > span {
    font-size: 30px;
  }
}
.stylex-infos {
  border-radius: 8px 8px 0 0;
}
.stylex-infos-list {
  width: 100%;
  border-radius: 0 0 8px 8px;
  background-color: #ececec;
}
.stylex-infos-list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4px 8px;
}
.stylex-infos-list > div > label {
  font-size: 1.2em;
  font-weight: bold;
  word-break: break-word;
}
.stylex-infos-list > div > span {
  color: #464646;
}
.stylex-infos-list > div + div {
  border-top: 1px solid #fff;
}
.stylex-info-bit {
  margin-top: 24px;
  color: #ef1a1a;
}
.stylex-notices {
  margin-top: 24px;
}
.stylex-notices > h4 {
  margin: 0 auto 4px;
  color: #1D3557;
  font-size: 16px;
}
@media (min-width: 1090px) {
  .stylex-notices > h4 {
    font-size: 22px;
  }
}
.stylex-notices > h4 + p {
  margin: 0;
  font-size: 12px;
  color: #AAAAAA;
}
.stylex-notices-h4-red {
  color: #ef1a1a !important;
}
.stylex-details > .MuiLinearProgress-root {
  margin-top: 16px;
}
.stylex-details-continue {
  margin-top: 16px;
  margin-left: auto;
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #e80606;
  color: #fff;
}
.stylex-details-auto {
  text-align: center;
}
.stylex-details-auto > img {
  margin: auto;
  max-width: 340px;
  width: 100%;
}
#bitcode-address {
  color: #666666;
}
.bitcode-actions > input {
  border: 1px solid #a9a9a9;
}
.bitcode-actions > button {
  border: 1px solid #ef1a1a;
  cursor: pointer;
  background-color: #ef1a1a;
  color: #fff;
}
.bitcode-actions > * {
  outline: none;
  border: 1px solid #a9a9a9;
  padding: 8px 16px;
}
[data-primary] {
  color: #ef1a1a;
}
[data-primary-large] {
  font-size: 18px;
  font-weight: bold;
}
a[data-secondary] {
  color: #2997cc;
}
img[data-responsive] {
  max-width: 100%;
}
.MuiCircularProgress-indeterminate {
  margin: 16px auto 0;
  animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite;
}
@keyframes MuiCircularProgress-keyframes-circular-rotate {
  0% {
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}
.MuiCircularProgress-svg {
  width: 40px;
  height: 40px;
  color: #f98400;
}
.MuiCircularProgress-circleIndeterminate {
  animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;
  stroke-dasharray: 80px,200px;
  stroke-dashoffset: 0;
  stroke: currentColor;
}
@keyframes MuiCircularProgress-keyframes-circular-dash {
  0% {
    stroke-dasharray: 1px,200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px,200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px,200px;
    stroke-dashoffset: -125px;
  }
}
.MuiLinearProgress-colorPrimary {
  background-color: #f5c997;
}
.MuiLinearProgress-root {
  height: 4px;
  overflow: hidden;
  position: relative;
}
.MuiLinearProgress-bar1Indeterminate {
  width: auto;
  animation: MuiLinearProgress-keyframes-indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
@keyframes MuiLinearProgress-keyframes-indeterminate1 {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
.MuiLinearProgress-barColorPrimary {
  background-color: #f98400;
}
.MuiLinearProgress-bar {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  transition: transform 0.2s linear;
  transform-origin: left;
}
.MuiLinearProgress-bar2Indeterminate {
  width: auto;
  animation: MuiLinearProgress-keyframes-indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
}
@keyframes MuiLinearProgress-keyframes-indeterminate2 {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
#promoCodeBtn {
  cursor: pointer;
}
div.mini-dialog-container {
  z-index: 1059;
}
#downloadSoftware {
  background-color: #6890ff;
}
.mini-dialog-container * {
  word-break: break-word;
}
