.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@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;
}
html {
  min-width: 320px;
  position: relative;
}
html body {
  min-width: 320px;
  position: relative;
  background: #f7f7f7;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  padding-right: 0 !important;
}
#landing {
  text-align: center;
  position: relative;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-part {
  height: 120px;
  background: #fe6be3;
  opacity: 0.97;
}
#profiles {
  background: #000;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#profiles .shadow {
  position: absolute;
  left: -200px;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
}
#profiles .inner {
  height: 180px;
  width: 4480px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#profiles .inner .item {
  display: inline-block;
}
#profiles .img-block {
  overflow: hidden;
  width: 560px;
  height: 180px;
  float: left;
  left: 0;
  position: relative;
}
#profiles .img-block .img-plc {
  position: relative;
}
#profiles .img-block .img-plc:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
#profiles .img-block img {
  position: relative;
  opacity: 0;
  transition: all 0.6s;
}
#profiles .img-block .img-hor {
  float: left;
  overflow: hidden;
}
#profiles .img-block .img-ver {
  overflow: hidden;
}
#profiles .img-block .max-w img {
  width: 100%;
  height: auto;
}
#profiles .img-block .max-h img {
  width: auto;
  height: 100%;
}
#profiles .img-block .bor-t {
  border-top: 1px solid #333;
}
#profiles .img-block .bor-l {
  border-left: 1px solid #333;
}
#form {
  width: 600px;
  margin: -230px auto 0;
  -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px 15px 10px 10px;
  background: #ffffff;
  position: relative;
}
#form .header {
  position: absolute;
  top: -30px;
  right: 10px;
}
#form .header .actions {
  text-align: right;
  margin-top: -5px;
}
#form .header .actions button {
  display: inline-block;
  border: 0;
  background: #2aa52a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s;
}
#form .header .actions button i {
  margin-right: 3px;
}
#form .header .actions button:hover {
  opacity: 0.8;
}
#form .header .actions .loggin {
  background: #000;
  color: #fff;
}
#form .header .actions i {
  width: 15px;
}
#form .form-inner {
  overflow: hidden;
  position: relative;
}
#form .form-inner .curved-line {
  position: absolute;
  height: 80px;
  width: 100%;
  top: 260px;
}
#form .form-inner .curved-line .inner {
  position: relative;
}
#form .form-inner .curved-line .inner svg {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}
#form .form-inner .curved-line .inner svg path {
  fill: #fe6be3;
}
#form .colored-bg {
  border-radius: 10px 10px 0 0;
  background: #fe6be3;
  color: #fff;
  padding-left: 200px;
  position: relative;
}
#form .logo {
  padding: 10px 0 0;
  margin-bottom: 5px;
}
#form .logo img {
  height: 50px;
}
#form .heading {
  font-size: 14px;
  margin: 0 auto 10px;
  font-weight: bold;
  max-width: 320px;
}
#form .counter {
  margin: 0 0 10px;
}
#form .counter .inner {
  display: inline-block;
  background: #e856ce;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  font-weight: bold;
}
#form .text {
  padding: 0 5px 10px;
  font-size: 11px;
  max-width: 300px;
  margin: 0 auto;
  font-style: italic;
}
#form #steps {
  margin-top: 30px;
  padding-left: 200px;
  position: relative;
}
#form #steps .inner {
  padding: 15px 30px 0;
}
#form #steps .step {
  background: #f7f7f7;
  border: #eee 1px solid;
  border-radius: 3px;
  max-width: 260px;
  margin: 0 auto 10px;
  padding: 10px 10px 30px;
}
#form #steps .step .step-heading {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
#form #steps .step .step-text {
  line-height: 1;
  font-size: 12px;
  margin: 0 0 10px;
  height: 24px;
}
#form #steps .step .step-actions {
  margin-bottom: -40px;
}
#form #steps .step .step-actions .item,
#form #steps .step .step-actions .reg_btn {
  display: inline-block;
  background: #fff;
  border: #eee 1px solid;
  border-radius: 3px;
  font-weight: bold;
  width: 90px;
  padding: 3px 0;
  cursor: pointer;
}
#form #steps .step .step-actions .item.digi,
#form #steps .step .step-actions .reg_btn.digi {
  width: 40px;
}
#form #steps .step .step-actions .item.item-btn,
#form #steps .step .step-actions .reg_btn.item-btn {
  background: #fe6be3;
  color: #fff;
  width: auto;
  width: initial;
  padding: 3px 10px;
}
#form #steps .step .step-actions .item.active,
#form #steps .step .step-actions .reg_btn.active {
  background: #fe6be3;
  color: #fff;
}
#form #steps .step .step-actions .item:hover,
#form #steps .step .step-actions .reg_btn:hover {
  background: #fe6be3;
  opacity: 0.85;
}
#form #steps .step .step-actions .item.width-auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#form #steps .form-group {
  position: relative;
}
#form #steps .form-group input {
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 3px;
}
#form #steps span.help-inline {
  position: absolute;
  font-size: 10px;
  color: red;
  right: 0;
  left: 0;
}
#form .privacy {
  padding-left: 200px;
}
#form .privacy .inner {
  font-size: 10px;
  padding: 10px 0;
  max-width: 300px;
  margin: 0 auto;
}
#form .privacy .inner a {
  color: #333;
  font-weight: bold;
}
#form .form-profiles {
  padding-left: 200px;
  margin-bottom: -33px;
  position: relative;
}
#form .form-profiles .inner {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 66px;
  overflow: hidden;
}
#form .form-profiles .inner .item {
  display: block;
  float: left;
  border-radius: 50%;
  border: #eee 1px solid;
  cursor: pointer;
  width: 64px;
  overflow: hidden;
}
#form .form-profiles .inner .item.empty {
  width: 62px;
  height: 62px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
#form .form-profiles .inner .item.empty:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#form .form-profiles .inner .item .item-brd {
  border-radius: 50%;
  border: 2px solid #f7f7f7;
  overflow: hidden;
}
#form .form-profiles .inner .item img {
  background: #f7f7f7;
  width: 60px;
  height: 60px;
}
#form .regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  top: 25px;
  left: 50%;
  margin-left: -72px;
  text-align: left;
}
#form .form-profiles .new-members {
  display: none;
}
#content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#content .badges .inner {
  padding: 100px 0 30px;
}
#content .badges .inner .item {
  display: inline-block;
  margin: 0 15px;
}
#content .badges .inner .item .icon {
  border: 1px solid #9e9e9e;
  padding: 2px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
#content .badges .inner .item .icon i {
  font-size: 20px;
  background: #fe6be3;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
#content .badges .inner .item .text {
  float: left;
  line-height: 1;
  color: #999;
  text-align: left;
  font-size: 10px;
}
#content .badges .inner .item .text span {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
#content .info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#content .info .container {
  max-width: 590px;
}
#content .info i {
  font-size: 30px;
  float: left;
  color: #fe6be3;
}
#content .info p {
  margin-left: 35px;
  line-height: 1.2;
  text-align: left;
  font-size: 12px;
}
#footer {
  font-size: 13px;
  color: #333;
  margin-bottom: 30px;
}
#footer .inner {
  margin: 5px 0 0;
  display: inline-block;
  border-top: 1px dashed #ccc;
  padding: 10px 15px 0;
}
#footer span {
  opacity: 0.5;
}
#footer a {
  opacity: 0.5;
  color: #333;
  margin-left: 15px;
  transition: all 0.4s;
}
#footer a:hover {
  opacity: 1;
  text-decoration: none;
}
#noty-2 {
  font-size: 9px;
  margin: 0 -6px;
  color: #777;
  margin-bottom: 5px;
}
#noty-2 a {
  color: #000;
}
.shakeIt {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}
@keyframes shake {
  10%,
  90% {
    transform: rotate(-1deg);
  }
  20%,
  80% {
    transform: rotate(1deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(-1deg);
  }
  40%,
  60% {
    transform: rotate(1deg);
  }
}
@media (max-width: 767px) {
  #landing {
    min-height: 100vh;
  }
  #form {
    max-width: 330px;
    margin-top: -260px;
  }
  #form .header {
    display: none;
  }
  #form .heading {
    margin: 0 5px 10px;
  }
  #form .form-profiles .new-members {
    font-family: 'Architects Daughter', cursive;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1;
    transform: rotate(-15deg);
    top: -6px;
    left: -28px;
    display: block;
  }
  #form .form-profiles .new-members span {
    color: #fe6be3;
  }
  #form .form-profiles .new-members .arrow {
    position: absolute;
    transform: rotate(-96deg) scaleX(-1);
    top: 36px;
    right: 132px;
    width: 25px;
    height: 16px;
    background-color: #fe6be3;
    -webkit-mask: url(../img/arrow.svg) no-repeat center;
    mask: url(../img/arrow.svg) no-repeat center;
  }
  #form .form-profiles .new-members .arrow-2 {
    position: absolute;
    transform: rotate(-96deg) scaleX(-1);
    top: 36px;
    right: 132px;
    width: 25px;
    height: 16px;
  }
  #form .form-profiles .new-members .arrow-2 path {
    fill: #fe6be3;
  }
  #form .form-profiles .inner {
    max-width: 256px;
  }
  #form .overlay {
    position: fixed;
    display: none;
    z-index: 9999;
    left: -300px;
    right: 0;
    top: -300px;
    bottom: 0;
    width: 1000%;
    height: 1000%;
    background: rgba(0, 0, 0, 0.3);
  }
  #form .overlay.active {
    display: block;
  }
  #content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #content .badges .inner {
    padding: 60px 0 30px;
  }
  #content .badges .inner .item {
    display: inline-block;
    margin: 0 5px;
  }
  #content .badges .inner .item .icon {
    border: 1px solid #9e9e9e;
    padding: 2px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  #content .badges .inner .item .icon i {
    font-size: 20px;
    background: #fe6be3;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #content .badges .inner .item .text {
    float: left;
    line-height: 1;
    color: #999;
    text-align: left;
    font-size: 9px;
  }
  #content .badges .inner .item .text span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
  }
  #content .info .container {
    width: 320px;
  }
  #content .info .container p {
    font-size: 10px;
    text-align: justify;
  }
  .pad-right {
    padding-left: 0 !important;
  }
  #footer {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 120px;
  }
  #footer .inner {
    padding: 0px 0 0;
    display: block;
    margin: 0 10px;
  }
  #footer span {
    display: none;
  }
  #footer a {
    margin-left: 12px;
  }
  #form .privacy {
    height: 100px;
  }
  #form .privacy .inner {
    display: none;
  }
  #form #steps .step {
    border: 0;
    background: #ffffff;
  }
  #form #steps {
    position: fixed;
    bottom: 35px;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  #form #steps .inner {
    border-radius: 5px;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  #form #steps .inner #register {
    border-radius: 3px;
  }
  #form #steps .inner #register .step {
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.5);
    background: #fff;
    max-width: 100%;
  }
  #form .form-inner .curved-line .inner svg {
    transform: scale(0.6);
    right: -103px;
  }
}
@media (max-width: 400px) {
  #form {
    max-width: 280px;
  }
  #form #steps .inner {
    max-width: 300px;
  }
  #form .form-profiles .new-members .arrow-2 {
    right: 112px;
  }
}
#special-profiles {
  position: absolute;
  top: 0;
}
#special-profiles .inner {
  position: relative;
}
#special-profiles .inner .profile {
  position: relative;
  left: 0;
  cursor: pointer;
}
#special-profiles .inner .profile .profile-inner {
  border: 3px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 410px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}
#special-profiles .inner .profile .profile-inner img {
  width: 200px;
  height: 284px;
  background: #f7f7f7;
}
#special-profiles .inner .profile .profile-inner .sign {
  position: absolute;
  top: 130px;
  left: 10px;
  right: 10px;
  border-radius: 3px;
  padding: 2px 0;
  transition: opacity 1.5s;
  opacity: 0;
  font-size: 12px;
}
#special-profiles .inner .profile .profile-inner .sign .text-inner span {
  background: #fe6be3;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  position: relative;
}
#special-profiles .inner .profile .profile-inner .sign .text-inner span:nth-child(2) {
  padding-bottom: 3px;
  z-index: 2;
}
#special-profiles .inner .profile .profile-inner .sign .text-inner span:last-child {
  top: -2px;
  position: relative;
  padding-bottom: 3px;
  z-index: 1;
}
#special-profiles .inner .profile .profile-inner .sign .sign-inner {
  position: absolute;
  top: -1px;
}
#special-profiles .inner .profile .profile-inner .sign .sign-inner:after {
  top: -3px;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fe6be3;
}
#special-profiles .inner .profile-1 {
  top: 180px;
  transform: rotate(20deg);
}
#special-profiles .inner .profile-1 img {
  filter: blur(1px);
}
#special-profiles .inner .profile-1 .profile-inner .sign {
  opacity: 0;
}
#special-profiles .inner .profile-2 {
  top: -325px;
  transform: rotate(-20deg);
}
#special-profiles .inner.animated-0 .profile-2 .profile-inner .sign {
  opacity: 1;
}
#special-profiles .inner.animated .profile-1 {
  z-index: 999;
}
#special-profiles .inner.animated .profile-1 img {
  filter: blur(0);
}
#special-profiles .inner.animated .profile-1 .profile-inner .sign {
  opacity: 1;
}
#special-profiles .inner.animated .profile-2 {
  z-index: 998;
}
#special-profiles .inner.animated .profile-2 .profile-inner .sign {
  opacity: 0;
}
#special-profiles .inner.animated .profile-2 img {
  filter: blur(1px);
}
@media (max-width: 767px) {
  #special-profiles {
    position: absolute;
    top: 0;
    left: 20px;
  }
  #special-profiles .inner .profile-1 {
    top: 202px !important;
    transform: rotate(15deg);
    left: 121px;
  }
  #special-profiles .inner .profile-2 {
    left: -15px !important;
    transform: rotate(-15deg);
    top: -50px;
  }
  #form .colored-bg {
    padding-bottom: 177px;
  }
  #form #steps {
    margin-top: 91px;
  }
  #special-profiles .inner .profile .profile-inner img {
    width: 175px;
    height: 245px;
    background: #f7f7f7;
  }
  #special-profiles .inner .profile .profile-inner .sign {
    font-size: 10px;
  }
  #form .form-inner .curved-line {
    top: 445px;
    left: 70px;
  }
}
@media (max-width: 400px) {
  #special-profiles {
    left: 25px;
  }
  #special-profiles .inner .profile .profile-inner img {
    width: 150px;
    height: 211px;
  }
  #special-profiles .inner .profile-2 {
    left: -15px !important;
    transform: rotate(-15deg);
    top: -15px;
  }
  #special-profiles .inner .profile-1 {
    left: 88px !important;
  }
  #form .colored-bg {
    padding-bottom: 145px;
  }
  #form .heading {
    font-size: 13px;
  }
  #special-profiles .inner .profile .profile-inner .sign {
    font-size: 9px;
  }
}
.new-styles #landing {
  height: 100%;
  min-height: 100vh;
}
.new-styles #form .privacy {
  display: block;
}
.new-styles #noty-2 {
  display: none;
}
.new-styles #footer .copyright {
  display: block;
}
.new-styles .step-agreement .agree-header.step-heading {
  margin-bottom: 5px !important;
}
.new-styles .step-agreement .agreement-area {
  height: 31px;
  margin-bottom: 8px;
}
.new-styles .step-agreement .next-btn {
  position: relative;
}
@media (max-width: 767px) {
  .new-styles #form .privacy .inner {
    opacity: 0;
  }
}
