.disnone{
  display: none;
}
body.oh{
  overflow:hidden;
}

.content a,
.content i,
.content strong,
.content b,
.content div,
.content span,
.content p{
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 12px;
}
.content h2{
  line-height: 150%;
  font-size: 22px;
  margin-bottom: 12px;
}
.content h3{
  line-height: 150%;
  font-size: 20px;
  margin-bottom: 12px;
}
.content p:last-child{
  margin-bottom:0px;
}
.content strong,
.content b{
  font-weight: 700;
}
.content i{
  font-style: italic;
}
.content a{
  color: #000;
  text-decoration:underline;
}
.content a:hover{
  color: #000;
  text-decoration: none;
}

.content table{
  width:100%!important;
  margin:0px;
  max-width: 100%;
}
.content table tr th{
  font-size: 12px;
  color: #000;
  font-weight: 500;
  text-align: left;
  padding: 10px 10px;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}
.content table tr td{
  font-size: 12px;
  color: #000;
  font-weight: 400;
  padding: 10px 10px;
  border: 1px solid #fff;
  width: auto;
  height: auto;
}
.content table tr{
  background: #fff;
}
.content table tr:nth-child(odd){
  background: #fafafa;
}
.content table tr:hover th,
.content table tr:hover td{
  background: #F2F2F2;
}

.content img{
  max-width: 100%!important;
  height: auto;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
}
.content ol{
  list-style: auto;
  margin-left: 20px;
}

.content ul li,
.content ol li{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.preload_h{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

#alert{
  border-radius: 0px;
  background: #283143;
  display: none;
  padding: 15px 15px;
  position: fixed;
  top: 10px;
  right: 10px;
  max-width: calc(100% - 20px);
  z-index: 99999;
  text-align: center;
  line-height: 150%;
  font-size: 17px;
  width: 100%;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}
#alert:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 4px 6px -3px rgba(0, 0, 0, 0.03);
  top: 0px;
  left: 0px;
}
#alert p{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 150%;
}
#alert p a{
  text-decoration:underline;
  color: #fff;
}
#alert p a:hover{
  text-decoration:none;
}

#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}
.thanks_text{
  text-align: center;
  font-size: 20px;
  display: none;
  color: #ffffff;
  font-weight: 500;
  margin: 20px auto;
  background: #93997e;
  display:none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 20px;
}
.thanks_text.active{
  display: flex;
}
#promo_percent{
  margin: 15px;
  font-size: 18px;
  display: inline-block;
}
#promo_percent span{
  background: #1d1d1b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

#overflow{
  display: none;
  position: fixed;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 106;
  background: rgba(0, 0, 0, 0.7);
}

.clr{
  display: block;
  width: 100%;
  clear: both;
}

.promocode{

}
.promocode div{
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.promocode input{
  display: inline-block;
  width: 190px;
  border-radius: 5px;
}
.promocode a{
  display: inline-block;
}

.cssload-thecube {
    margin: 50px auto;
  width: 73px;
  height: 73px;
  margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 113, 188);
  animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  background-color: rgb(41, 171, 226);
  animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
  background-color: rgb(0, 113, 188);
  animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
  background-color: rgb(46, 49, 146);
  animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}


#pay_form{
  display:none!important;
}
@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 400px){

}
@media (max-width: 374px){

}
