@import url("loader-index.css");
@import url("terms.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
:focus {
  outline: 0
}
img {
  border: none;
  display: inline-block
}
ol,
ul {
  list-style: none
}
iframe {
  border: none !important;
  width: 0 !important;
  height: 0 !important
}
a {
  text-decoration: none;
  cursor: pointer !important
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  position: relative
}
body {
  font-family: Arial, sans-serif;
  color: #000;
  background: #e9ebee;
  line-height: 1.2;
  font-size: 1.8rem;
  min-width: 320px
}
.header {
  padding: 1.5rem;
  background: linear-gradient(#4e71ba, #3b5998)
}
.icon-logo {
  width: 3rem;
  height: 3rem;
  border-radius: 5px
}
.wrapper {
  padding: 2rem 0
}
.step-block {
  width: 95%;
  max-width: 480px;
  background: #fff;
  margin: 0 auto;
  border-radius: 3px;
  padding: 1.5rem
}
.step-item {
  display: none;
  text-align: center
}
.step-item.visible {
  display: block
}
.step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem
}
.avatar img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  vertical-align: middle
}
.avatar span {
  margin-left: 1.5rem;
  color: #3b5998;
  vertical-align: middle;
  display: inline-block
}
.icon-fb {
  background: url("../img/icon.png") 0 0 no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px
}
.step-image {
  width: 100%;
  margin-bottom: 1rem
}
.step-item p {
  margin-bottom: 1rem;
  text-align: left;
  line-height: 1.3
}
.step-title {
  text-transform: uppercase;
  font-size: 3rem;
  text-align: left;
  margin-bottom: 1rem
}
.buttons-block {
  text-align: center;
  font-size: 0;
  margin-top: 3rem;
  display: flex;
  flex-flow: row wrap
}
.step-btn,
.email-submit {
  display: inline-block;
  width: 50%;
  padding: 1.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #4e71ba;
  background: linear-gradient(#4e71ba, #3b5998);
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5), inset 0 1px 1px hsla(0, 0%, 100%, .5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8)
}
.next-btn {
  width: 100%
}
.email-submit {
  width: 60%;
}
.step-btn:hover,
.email-submit:hover {
  opacity: 0.8
}
.no-btn {
  background: #aaa
}
@media (max-width:960px) {
  html {
      font-size: 55%
  }
}
@media (max-width:600px) {
  .step-btn {
      width: 100%;
      margin: 1rem 0
  }
}

/*TERMS AND PRIVACY*/

#terms_container>.terms_container_inner>.terms_container_content>h2,
#privacy_container>.privacy_container_inner>.privacy_container_content>h2 {
  font-size: 18px;
  text-align: left;
  color: #000;
}
#terms_container>.terms_container_inner>.terms_container_content>h4,
#privacy_container>.privacy_container_inner>.privacy_container_content>h4 {
  font-size: 16px;
  text-align: left;
  color: #000;
}
#privacy_container>.privacy_container_inner>.privacy_container_content>h5 {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #000;
}
#terms_container>.terms_container_inner>.terms_container_content>p,
#privacy_container>.privacy_container_inner>.privacy_container_content>p {
  font-size: 14px;
  text-align: left;
  color: #000;
}
#privacy_container>.privacy_container_inner>.privacy_container_content>ul,
#terms_container>.terms_container_inner>.terms_container_content>ul {
  text-align: left;
  font-size: 14px;
  color: #000;
}
#privacy_container table thead tr th {
  font-size: 16px;
  color: #000;
}
#privacy_container table tbody tr td {
  font-size: 14px;
  color: #000;
}
#privacy_container>.privacy_container_inner>.privacy_container_content>.popup-privacy-close-button,
#terms_container>.terms_container_inner>.terms_container_content>.popup-terms-close-button {
  color: #000;
}

/*TERMS AND PRIVACY END*/


/*------------- reg 1 --------------*/

.reg-container {
  display: block;
  margin: 15px auto;
  max-width: 480px;
  width: 95%;
  background: #fff;
}
.emailHeader {
  font-size: 2.6rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
}
.emailBox {
  padding: 20px 10px 0;
}
.headline_top {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.list_box {
  text-align: left;
  max-width: 390px;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  list-style: none;
  padding-left: 20px;
}
.list_box li {
  display: inline-flex;
  list-style: none;
}
.list_box li::before {
  content: "✓";
  margin-right: 5px;
  font-weight: bold;
}
.emailText {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 40px auto 20px;
}
#reg_email {
  display: block;
  margin: 10px auto 40px;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  max-width: 320px;
  width: 90%;
  font-size: 17px;
}
#btn_submit {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  
  padding: 1.5rem 1rem;
  transition: all 0.3s linear;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #4e71ba;
  background: linear-gradient(#4e71ba, #3b5998);
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .5), inset 0 1px 1px hsla(0, 0%, 100%, .5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
}
#btn_submit:hover {
  opacity: 0.8;
}
.orRegister {
  text-align: center;
  font-weight: 600;
  font-size: 14px !important;
  margin: 30px 0 10px;
}
#termsPrivacy {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 30px auto 0;
  padding: 0 10px;
}
#acceptPrivacyAndTerms {
  float: left;
  position: relative;
  bottom: 3px;
  margin: 3px
}
#pleaseAcceptTerms p {
  font-weight: normal;
  float: left;
  width: calc(100% - 25px);
  text-align: left;
  margin: 0 auto;
  font-size: 13px;
  padding: 0;
  line-height: 1.2;
}
#pleaseAcceptTerms p:nth-child(2) {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0 15px;
  clear: both;
  display: block;
  width: 100%;
  float: none;
}
#termsLink,
#privacyLink {
  font-weight: 600;
}
#msg_register {
  display: block;
  text-align: center;
}
#msg_register img {
  display: inline;
  width: 18px;
  margin-right: 5px;
  margin-bottom: -4px;
}
#msg_loader img {
  margin-bottom: 10px;
}
#msg_register span,
#msg_loader {
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .reg-container {
     
  }
  .emailHeader {
      font-size: 19px;
      padding-top: 10px;
  }
  .emailBox {
      padding-top: 15px;
  }
  .headline_top {
      font-size: 17px;
  }
  .list_box {
      font-size: 15px;
      max-width: 320px;
      padding-left: 10px;
  }
  .emailText {
      font-size: 17px;
      margin: 25px 0 20px;
  }
  #reg_email {
      font-size: 15px;
      width: 90%;
      margin-bottom: 25px;
  }
  #btn_submit {
      font-size: 16px;
  }
  .orRegister {
      margin: 30px 0 10px;
  }
  #termsPrivacy {
      margin-top: 25px;
  }
  #pleaseAcceptTerms p {
      font-size: 12px;
  }
  #pleaseAcceptTerms p:nth-child(2) {
      font-size: 11px;
  }
  #acceptPrivacyAndTerms {
      bottom: 2px;
  }
  #acceptPrivacyAndTerms input[type="checkbox"] {
      height: 12px;
      width: 12px;
  }
  #msg_register span,
  #msg_loader {
      font-size: 15px;
  }
  #msg_loader img {
      width: 30 !important;
  }
}

/*-----------REG1 END ---------------*/
