@font-face {
  font-family: 'icomoon';
  src: url('/assets/css/fonts/icomoon.eot?syif41');
  src: url('/assets/css/fonts/icomoon.eot?syif41#iefix') format('embedded-opentype'), url('/assets/css/fonts/icomoon.ttf?syif41') format('truetype'), url('/assets/css/fonts/icomoon.woff?syif41') format('woff'), url('/assets/css/fonts/icomoon.svg?syif41#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  color: #666;
  text-align: center;
  background: #fff url(../img/bg_lander12.jpg) center top;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 35%, rgba(215, 44, 135, 0.7) 45%, rgba(0, 0, 0, 0.9) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 35%, rgba(215, 44, 135, 0.7) 45%, rgba(0, 0, 0, 0.9) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 35%, rgba(215, 44, 135, 0.7) 45%, rgba(0, 0, 0, 0.9) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 35%, rgba(215, 44, 135, 0.7) 45%, rgba(0, 0, 0, 0.9) 70%);
  top: 0;
  left: 0;
  opacity: 0.9;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
p,
h1,
h2,
h3 {
  margin: 0 0 10px 0;
}
h1,
h2,
h3 {
  font-weight: bold;
}
.h1 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #333;
}
.h2 {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 22px;
  max-width: 450px;
  margin: 0 auto 10px;
}
.text {
  font-size: 14px;
}
.important {
  color: #ED7ED6;
  font-weight: bold;
}
.layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.layout-inner {
  width: 110%;
  min-width: 1200px;
  height: 120%;
}
.profile-img {
  float: left;
  width: 110px;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.profile-img img {
  float: left;
  position: absolute;
}
.img-1 {
  left: 0;
  top: 0;
  z-index: 100;
}
.img-2 {
  left: 0;
  top: 0;
  z-index: 101;
}
.profile-img:before {
  content: '';
  position: absolute;
  display: block;
  width: 110px;
  height: 110px;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
  transition: all 0.3s;
}
.profile-img:hover:before {
  opacity: 0;
}
.container-main {
  border-radius: 5px;
  overflow: hidden;
  margin: 130px auto 30px;
  width: 650px;
  position: relative;
}
.counters {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  color: #ED7ED6;
  line-height: 1;
}
.logo {
  height: 50px;
}
.counters .minutes,
.counters .seconds,
.accounts-left {
  font-weight: bold;
}
.hdr {
  background-color: #fff;
  color: #555;
  padding: 15px;
}
.cnt {
  background-image: url(../img/bg_cnt.png);
  padding: 20px;
}
.ftr {
  background-color: #fff;
  color: #555;
  padding: 20px;
}
.ftr-2 {
  display: none;
  max-width: 420px;
  margin: 0 auto;
}
.ftr-2 a {
  color: #555;
  font-weight: bold;
}
.bigbtn {
  background: #FD66DE;
  border: #FD66DE 1px solid;
  border-radius: 5px;
  color: #fff;
  transition: all 0.4s;
  width: 100px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  height: 36px;
  line-height: 34px;
  vertical-align: top;
}
.bigbtn.smallbtn {
  width: 50px;
}
.bigbtn:hover {
  background-color: #FD66DE;
}
.bigbtn i {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.bigbtn.width-auto {
  width: auto;
  padding: 0 10px;
}
.bigbtn.left-btn i {
  margin-right: 5px;
}
.bigbtn.right-btn i {
  margin-left: 5px;
}
.form-field {
  position: relative;
}
input,
select {
  width: 200px;
  line-height: 30px;
  height: 30px;
  padding-left: 5px;
  margin-bottom: 15px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  border-radius: 3px;
}
input {
  width: 200px;
  margin: 0;
  padding: 0 10px;
  height: 36px;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  vertical-align: top;
}
.reg-info h3 {
  text-align: left;
}
.top-cnt-2 {
  display: none;
}
input[type=checkbox] {
  width: auto;
  height: auto;
  margin-bottom: 15px;
}
label {
  display: inline-block;
  width: 140px;
  text-align: left;
  font-weight: 400;
}
.cond {
  color: #777777;
  font-size: 11px;
}
.cond a {
  color: #777777;
}
.step {
  display: none;
}
.step h2 {
  font-size: 22px;
  color: #333;
}
.step h3 {
  font-size: 14px;
  color: #333;
}
#step1.step {
  display: block;
}
.form-group {
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}
.age-container {
  width: 200px;
  display: inline-block;
}
.age .form-group {
  width: 64px;
}
.age .form-group select {
  width: 100%;
  margin-bottom: 30px;
}
span.help-inline {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  color: red;
  font-size: 10px;
  line-height: 10px;
}
.age-container span.help-inline {
  text-align: left;
  left: 10px;
}
.cond span.help-inline {
  text-align: left;
  top: 20px;
  left: 16px;
}
p.cond {
  padding-top: 15px;
  margin-bottom: 0;
}
.reg-info {
  padding: 0px 45px 0 15px;
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  bottom: -26px;
  left: 50%;
  margin-left: -72px;
  text-align: left;
}
@media (max-width: 767px) {
  .container-main {
    width: 350px;
    margin: 10% auto 30px;
  }
  .text {
    font-size: 12px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 18px;
  }
  .ftr.text {
    font-size: 10px;
    padding: 20px 10px;
  }
  .form-field input {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .container-main {
    width: 300px;
  }
  .text {
    font-size: 10px;
  }
  .counters {
    font-size: 12px;
  }
  .h1 {
    font-size: 18px;
  }
  .h2 {
    font-size: 14px;
  }
  .step h2 {
    font-size: 18px;
  }
  .ftr.text {
    font-size: 10px;
    padding: 10px 20px;
  }
  .form-field input {
    margin-bottom: 20px;
  }
}
.scaler {
  animation: scaler 2s;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}
@keyframes scaler {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.copyright {
  display: none;
}
.new-styles .ftr-2 {
  display: none !important;
}
.new-styles .step-agreement.step h3 {
  margin-bottom: 5px;
}
.new-styles .agreement-area {
  max-width: 360px;
  margin: 0 auto 8px;
  height: 31px;
}
.new-styles .agree-btn label {
  width: auto;
}
.new-styles .next-btn {
  position: relative;
}
.new-styles span.help-inline {
  left: 0;
  right: 0;
  text-align: center;
}
.new-styles .ftr .copyright {
  display: none;
}
