a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
div,
input,
textarea {
  outline: none;
}
a,
input,
textarea {
  outline: medium none;
}
input,
textarea {
  padding: 0;
}
input[type="date"],
input[type="email"],
input[name="mail"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
input[type="button"],
input[type="submit"],
.btn_wrap {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
a {
  cursor: pointer;
}
.cf:after {
  clear: both;
  content: ' ';
  display: block;
}
body,
html {
  font-family: 'Pt Sans';
  font-size: 18pt;
  height: 100%;
}
body {
  min-width: 640px;
  background-color: #101220;
}
.loading {
  background-color: #fff;
}
body > * {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.loaded > * {
  opacity: 1;
  visibility: visible;
}
a,
input,
textarea {
  outline: medium none;
}
input,
textarea {
  padding: 0;
}
b,
strong {
  font-weight: bold;
}
.select_txt,
.jq-selectbox__select,
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 30px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  line-height: 32px;
  font-size: 18pt;
  color: #1d1d1a;
  -webkit-appearance: none;
}
input[type="password"] {
  font-size: 20px;
}
.select.open .select_txt,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  background-color: transparent;
}
select,
textarea {
  -webkit-appearance: none;
}
textarea {
  min-height: 120px;
  padding-top: 17px;
  resize: none;
  line-height: 1.3em;
}
/*select-custom*/
.select {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  width: 100%;
  font-size: 0;
}
.select select {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 0;
}
.select.open {
  z-index: 4;
}
.select_txt .arr {
  position: absolute;
  fill: rgba(175, 11, 86, 0.8);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select:hover .select_txt .arr,
.select.open .select_txt .arr {
  opacity: 1;
}
.select.open .select_txt .arr {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select_txt,
.jq-selectbox__select {
  box-shadow: none;
  padding-right: 26px;
  text-shadow: none;
  font-family: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  border: 0;
}
.select .dropdown,
#props {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 130;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  margin-top: 0px;
  font-size: 16px;
  border-radius: 4px;
  overflow: auto;
  max-height: 400px;
  min-height: 80px;
}
.select.open .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.select .dropdown li,
#props a {
  z-index: 1;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  line-height: 26px;
  color: #302d2c;
}
.select .dropdown li.act {
  background-color: #f5f6f7;
}
.select .dropdown li:hover,
.select_wrap .dropdown li.act:hover {
  color: #000;
  background-color: #dddddd;
}
.select .err_mess {
  top: 100%;
}
#props {
  opacity: 1;
  visibility: visible;
  transform: none;
  max-height: 200px;
}
.birth_wrap {
  margin-left: -2%;
  position: relative;
  z-index: 10;
}
.birth_wrap:after {
  clear: both;
  display: block;
  content: '';
}
.birth_wrap .select {
  float: left;
  width: 31.3%;
  margin-left: 2%;
}
.birth_wrap .err_mess {
  z-index: 20;
  position: absolute;
  left: 7px;
  top: 100%;
  min-height: 10px;
  line-height: 5px;
  width: initial;
}
/*select-custom end*/
.checkbox {
  position: relative;
  cursor: pointer;
  display: block;
}
.checkbox,
.radio {
  margin-bottom: 21px;
  display: block;
  padding-left: 23px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}
.checkbox.center,
.checkbox.center:first-child {
  display: inline-block;
  vertical-align: bottom;
  margin: 30px 0;
}
.checkbox.center .error {
  position: absolute;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
}
.radio input[type="radio"] + .error + span,
.radio input[type="radio"] + span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(60, 61, 66, 0.5);
  left: 0;
  top: 3px;
  position: absolute;
}
.radio input[type="radio"] + .error + span:before,
.radio input[type="radio"] + span:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #FFFFFF;
  display: none;
}
.radio input[type="radio"]:checked + .error + span:before,
.radio input[type="radio"]:checked + span:before {
  display: block;
}
.checkbox input[type="checkbox"] + .error + span,
.checkbox input[type="checkbox"] + span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid transparent;
  left: 0;
  top: 2px;
  display: block;
  margin-right: 5px;
  float: left;
  opacity: 0.85;
  background-color: rgba(60, 61, 66, 0.5);
}
.checkbox input[type="checkbox"] + .error + span .v,
.checkbox input[type="checkbox"] + span .v {
  fill: #FFFFFF;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 11px;
  visibility: hidden;
}
.checkbox input[type="checkbox"]:checked + .error + span .v,
.checkbox input[type="checkbox"]:checked + span .v {
  visibility: visible;
}
.checkbox input[type="checkbox"]:checked + .error + span,
.checkbox input[type="checkbox"]:checked + span,
.checkbox:hover input[type="checkbox"] + .error + span,
.checkbox:hover input[type="checkbox"] + span {
  opacity: 1;
}
.inp_wrap {
  position: relative;
}
.table {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.table-cell .inp_wrap {
  margin-bottom: 0;
}
label.error {
  position: relative;
}
.header label.error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.header label.error .err_mess {
  left: 0;
  border-radius: 0;
}
.err_mess {
  font-size: 12px;
  background-color: #E34646;
  color: #fff;
  top: 50%;
  margin-top: -5px;
  display: block;
  border-radius: 0px;
  padding: 8px 15px 6px;
  min-height: 30px;
  position: relative;
}
.checkbox .err_mess,
.err_mess.alt {
  left: -2px;
  top: 15px;
  right: auto;
  height: 19px;
  padding: 1px 8px;
  border-radius: 0px;
  position: static;
  display: block;
}
.err .err_mess.alt {
  display: block;
}
.inp_wrap.err {
  padding-bottom: 50px;
}
.inp_wrap.err .err_mess {
  position: absolute;
  bottom: -18px;
}
.inp_wrap p {
  margin-bottom: 0;
}
#sugg_mail {
  background-color: #E34646;
  color: #000;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #aeaeae;
  display: none;
}
#sugg_mail a {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
hr {
  border: none;
  display: block;
}
.devider {
  background-color: #f5f5f5;
  height: 33px;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table td,
table th {
  border: 1px solid #c3c3c3;
  padding: 10px;
}
table th {
  background-color: #f1f1f1;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
a {
  color: #0054ff;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.ttl,
h1,
h2,
h3,
h4,
h5 {
  display: block;
  font-weight: normal;
  font-family: 'PT Sans';
  text-transform: uppercase;
  margin-bottom: 60px;
}
.title:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
.h1,
h1 {
  font-size: 26px;
}
.h2,
h2 {
  font-size: 24px;
}
.h3,
h3 {
  font-size: 22px;
}
.h4,
h4 {
  font-size: 20px;
}
.h5,
h5 {
  font-size: 18px;
}
p {
  margin-bottom: 20px;
}
a img {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
a img {
  transform: translateZ(0px);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a:hover img {
  /*opacity: 0.8;*/
}
img {
  border: medium none;
  display: block;
  max-width: 100%;
}
.img_left,
.img_right,
.leftImg,
.rightImg {
  margin-bottom: 10px;
}
.img_left,
.leftImg {
  float: left;
  margin-right: 10px;
}
.img_right,
.rightImg {
  float: right;
  margin-left: 10px;
}
.ta_c {
  text-align: center;
}
.square_registration .ta_c {
  text-align: center;
  width: 50%;
  display: inline-block;
}
.ta_r {
  text-align: right;
}
.a,
.a_spr,
.b,
.b_spr {
  position: relative;
}
.a:after,
.a_spr:after,
.b:before,
.b_spr:before {
  content: " ";
  display: block;
  position: absolute;
}
.a_spr:after,
.b_spr:before,
.spr {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAVCAMAAAA6o+13AAACDVBMVEW/v7/Gxsb///+/v7/Gxsa/v7/Gxsa/v7+/v7+/v7+/v7+/v7+/v7/Gxsa/v7+/v7/Gxsa/v7/Gxsa/v7/GxsbGxsbGxsa/v7+/v7+/v7/Gxsa/v7+/v7+/v7+/v7/Gxsa/v7/Gxsa/v7/Gxsa/v7+/v7/Gxsa/v7+/v7/Gxsa/v7+/v7/Gxsa/v7+/v7+/v7/GxsbGxsa/v7/Gxsa/v7/GxsbGxsbGxsa/v7+/v7/Gxsa/v7+/v7/Gxsa/v7/GxsbGxsa/v7/Gxsa/v7/Gxsa/v7/Gxsa/v7/Gxsa/v7/Gxsa/v7+/v7/Gxsa/v7/Gxsa/v7+/v7+/v7+/v7+/v7/Gxsa/v7/Gxsa/v7+/v7+/v7/GxsbGxsbGxsbGxsa/v7/GxsbGxsa/v7+/v7/GxsbGxsa/v7+/v7/GxsbGxsa/v7+/v7/GxsbGxsa/v7/GxsbGxsa/v7/Gxsa/v7/Gxsa/v7+/v7/Gxsa/v7/Gxsa/v7/Gxsa/v7+/v7/GxsbGxsbGxsbGxsbGxsa/v7/Gxsa/v7+/v7+/v7+/v7+/v7+/v7+/v7/Gxsa/v7+/v7+/v7+/v7+/v7/Gxsa/v7+/v7+/v7/GxsbGxsa/v7/Gxsa/v7/Gxsa/v7/Gxsa/v7+/v7/Gxsa/v7+/v7/Gxsa/v7+/v7+/v7/Gxsa/v7+/v7/Gxsa/v7/Gxsa/v7/GxsYyctFuAAAArXRSTlMAAAABAgMDBAUGBwgJCgsMDA0NDw8QERIUFRUWGRobGxwcHh8iJCcrLC0uNDY5PT4+RUZHSEtOT1FUVVdgYGFiZGZmZ2xtcXN2d3d4fH1+f4CEhoiMjo+QkZKVlpeYmZqanKCnqaqrrKyvsLS0uLq7vL6+v8DBw8PExMXKy8zP0NHS09TW2tzd3+Dh4uLj5ufp6urr7O3u8PHy8/P09PX29vf4+Pn6+/v8/f3+/jdTbGsAAAHmSURBVHgBldP7X4thHMbx65bNoSFCUQ4aKedIzkVyIOezIpYDUZnDakkoEgkVy7RImY1y3X+jPd33ep5s1qvPL8/3eb2u9483JsUm/i12gjirCbCUip6eihRzuez8y++BZ8fnjcOqZKSqUbU5IEfqXhP5QUxRlq1W2Vot+SJ/uHbtvh6W3Qs1W3TscdfPD/dL060sT7E8zY7KPxuM7xYpD48w25F+sqvtI9m318KcQ4Yacmp2Wz5VR4u8YTDbTfadXA5gcamfh0wmyg1WLnTVsl4d9bLaYCf4bmUEpwLI8YVyTGbf39h40P4fljUQXIWpp3rpbarDPl5RLKYaaalG4DQvAtfo9w6wDJlsN5mzoLi4wKmZHJNAE1djB19n4QL3AIO/NLMXNatFc9HkeKyTDni4DajlWkz57VNshtvcuOeMsnA4yoZDSA4xAw4fZ2Md7yp2SVq6GmX35s5/pNknpi0lM22V/IaZXuYr9tXKPkfZJiG2a+bh1ml+tr6o7aXnPc9BMTmmKDsrxGXNDrAuqTA0fGtWJdm6EwmZfN4iNUvt5JmktHQAGQuAhMxMAPlBPtyYDDhWYCIM69+SwTdtg08sLLfE1dARkDLQ0eAqyY0wt1U9MBimF95p7w++KrOZLHFxn+lf5GgxRZy6ZNYAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 54px;
}
.btn_wrap:hover,
input[type="submit"]:hover {
  opacity: 1;
}
.btn_wrap:active,
input[type="submit"]:active {
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
}
.wrap {
  margin: 0 auto;
  padding: 0 17px;
  position: relative;
  max-width: 1020px;
}
.page {
  position: relative;
  background-position: center center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 39px;
  overflow: hidden;
}
.wrap {
  max-width: 1020px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
.header {
  height: 86px;
  background-color: rgba(32, 33, 38, 0.9);
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
}
.logo {
  position: absolute;
  top: 5px;
  left: 20px;
}
.login_form {
  background-color: none;
  color: #FFFFFF;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 0;
  padding: 15px 0 13px;
  max-height: 86px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-40px, 0, 0);
  transition: all 0.2s ease;
}
.login_form .txt {
  font-size: 14pt;
  color: #FFFFFF;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 1;
}
.login_form .err_mess {
  left: 3px;
  top: 100%;
  margin-top: 0;
  padding-top: 7px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.login_form.act {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.login_form .inp_wrap {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
  margin-bottom: 5px;
  position: static;
}
.login_form .inp_wrap input[type="text"],
.login_form .inp_wrap input[type="email"],
.login_form .inp_wrap input[type="password"] {
  height: 36px;
  border: 0;
  background-color: #ffffff;
  border-radius: 3px;
  width: 150px;
  font-size: 14pt;
  padding-left: 12px;
  margin-bottom: 0;
  margin-right: 4px;
  color: #EA016F;
}
.login_form .inp_wrap input::-webkit-input-placeholder {
  color: #EA016F;
}
.login_form .inp_wrap input:-moz-placeholder {
  color: #EA016F;
}
.login_form input.error,
input.error {
  border-color: #E34646;
  color: #E34646;
}
.login_form .btn_wrap,
.login_form input[type="submit"] {
  background-color: #EA016F;
  border-radius: 3px;
  border: 0;
  color: #FFFFFF;
  font-family: 'Pt Sans';
  text-align: center;
  display: block;
  height: 36px;
  line-height: 38px;
  font-weight: normal;
  cursor: pointer;
  padding: 0 15px;
  min-width: 0;
  font-size: 14pt;
  text-transform: none;
  box-shadow: none;
  margin: 0;
}
.login_form .form_actions {
  font-size: 14px;
}
.login_form .checkbox {
  color: #fff;
  margin-left: 3px;
  display: inline-block;
}
.login_form .form_toggle,
#lost_pwd {
  color: rgba(255, 255, 255, 0.3);
  float: right;
}
.login_form.fgt_form {
  background-color: rgba(250, 250, 250, 0.1);
  color: #FFFFFF;
  font-size: 14pt;
}
.login_form.fgt_form input[type="text"],
.login_form.fgt_form input[type="email"] {
  background-color: rgba(250, 250, 250, 0.1);
  color: #FFFFFF;
}
.login_form.fgt_form .btn_wrap,
.login_form.fgt_form input[type="submit"] {
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  border: 0;
}
.main_photo {
  -webkit-background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  z-index: 1;
}
.main_photo:after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 57%;
  background: none;
  filter: none;
  z-index: 3;
}
.main_photo img,
.main_photo video {
  margin: 0 auto;
  display: block;
  position: relative;
}
.main_photo img {
  z-index: 1;
}
.main_photo video {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1400px) {
  .main_photo {
    height: 790px;
  }
}
.reg_form {
  height: auto;
  min-height: 490px;
  margin-bottom: 25px;
  position: relative;
  z-index: 4;
}
.vertical_registration.reg_form {
  top: -40px;
  margin-bottom: 30px;
}
.reg_form:after {
  display: block;
  content: ' ';
  clear: both;
}
.reg_form .wrap {
  min-height: 497px;
}
.reg_form .users_num {
  position: absolute;
  bottom: 79px;
  left: 22px;
  white-space: nowrap;
}
.reg_form .users_num .num {
  font-size: 86px;
  color: #ff2e95;
  font-family: 'BenchNine';
  font-weight: normal;
  float: left;
  line-height: 0.9;
  margin-right: 30px;
}
.reg_form .users_num .txt > span {
  display: block;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
}
.reg_form .wrap {
  /* overflow: hidden; */
}
.reg_form .users_num .online {
  color: #ff2e95;
}
.reg_form .users_num .now {
  color: #f8ab83;
}
.reg_form .form {
  width: 425px;
  background: rgba(24, 27, 33, 0.9);
  border-radius: 0px;
  color: #000;
  float: right;
  overflow: hidden;
  display: none;
  box-shadow: none;
}
.vertical_registration.reg_form .form {
  width: 485px;
}
.reg_form.form_left .form,
.reg_form .form.middle_left {
  float: left !important;
}
.reg_form .form.middle_left {
  margin-top: 30px !important;
}
.form.middle_right {
  float: right !important;
  margin-top: 30px !important;
}
.form.middle_center {
  float: none !important;
  min-width: 700px;
  margin: 0 auto;
  /* position: relative; */
  margin-top: 30px !important;
}
.form.top_right {
  float: right !important;
  margin-top: 0 !important;
}
.form.top_left {
  float: left !important;
  margin-top: 0 !important;
}
.form.top_center {
  margin-top: 0 !important;
  width: 740px;
  margin: 0 auto;
  float: none !important;
}
.form.bottom_center {
  float: none !important;
  margin-top: 90px !important;
}
.form.bottom_left {
  float: left !important;
  margin-top: 90px !important;
}
.form.bottom_right {
  float: right !important;
  margin-top: 90px !important;
}
.quick_registration_3_step .form.middle_left,
.quick_registration_3_step .form.middle_right {
  margin-top: 60px !important;
}
.reg_form.square_registration .form {
  width: auto;
  max-width: 740px;
  float: none;
  margin: 0 auto 40px;
  background: rgba(175, 11, 86, 0.8);
  color: #000;
}
.reg_form.square_registration .form .form_ttl,
.reg_form.vertical_registration .form .form_ttl,
.reg_form.horizontal_registration .form .form_ttl,
.form.bottom_center .form_ttl {
  text-align: left;
}
.reg_form.quick_registration_1_step .form.final {
  padding-left: 30px;
  padding-right: 30px;
}
.reg_form.quick_registration_1_step .form,
.reg_form.quick_registration_3_step .form {
  color: #000;
}
.reg_form.horizontal_registration {
  min-height: 0;
}
.reg_form.horizontal_registration .wrap {
  min-height: 0;
}
.reg_form.horizontal_registration form .form {
  float: none;
  width: 100%;
  max-width: none;
  margin-top: 370px;
  padding: 0;
  overflow: visible;
}
.reg_form.horizontal_registration form .form .inputs_wrap {
  margin-left: 1%;
  margin-bottom: 1%;
}
.reg_form.horizontal_registration form .form .inputs_part1 {
  width: 59%;
  float: left;
  margin-left: -1%;
}
.reg_form.horizontal_registration form .form .inputs_part1 .inp_wrap {
  float: left;
  width: 48%;
  margin-left: 2%;
}
.reg_form.horizontal_registration form .form .inputs_part1 .inp_wrap:last-child {
  width: 98%;
}
.reg_form.horizontal_registration form .form .inputs_part2 {
  width: 41%;
  float: left;
  margin-left: 1%;
}
.reg_form.horizontal_registration form .form .table-cell {
  padding: 28px 28px 12px 22px;
}
.reg_form.horizontal_registration form .form .form_bottom {
  padding: 28px 30px 20px 33px;
  width: 33.3%;
  vertical-align: top;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
.reg_form.horizontal_registration form .form .terms {
  margin-bottom: 10px;
}
.reg_form.horizontal_registration form .form .terms .checkbox {
  padding-right: 0;
}
.reg_form.horizontal_registration form .form .inp_wrap.checks {
  margin-left: 1%;
  margin-bottom: 0;
  width: 49%;
  margin-right: 0;
}
.reg_form.horizontal_registration form .form .inp_wrap.checks .ttl {
  float: none;
  display: block;
  margin-bottom: 10px;
  text-transform: none;
}
.reg_form.horizontal_registration form .form .inp_wrap.checks .inputs {
  margin-left: 0;
}
.reg_form.horizontal_registration form .form .radio,
.reg_form.horizontal_registration form .form .checkbox {
  margin-left: 0;
  margin-right: 16px;
  min-width: 0;
  width: auto;
}
.reg_form.horizontal_registration form .form .radio:last-child,
.reg_form.horizontal_registration form .form .checkbox:last-child {
  margin-right: 0;
}
.reg_form.horizontal_registration form .form input[type="submit"] {
  display: block;
  width: 100%;
}
.reg_form.horizontal_registration form .form .note {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  display: block;
  color: #fff;
}
.reg_form.quick_registration_3_step form .form,
.form.bottom_center {
  float: none;
  margin: 356px auto 50px;
  width: 644px;
  background: rgba(175, 11, 86, 0.8);
  border-radius: 10px;
}
.reg_form.quick_registration_3_step,
.reg_form.quick_registration_3_step .wrap {
  min-height: auto;
}
.reg_form.quick_registration_3_step .inp_wrap {
  margin-bottom: 0;
}
.reg_form.quick_registration_3_step form input {
  min-width: 320px;
}
.reg_form.quick_registration_3_step form input[type="submit"],
.reg_form.quick_registration_3_step form .btn_wrap {
  min-width: 0;
  display: block;
  width: 100%;
}
.form.final {
  padding: 28px 40px 32px;
  background: rgba(175, 11, 86, 0.8);
  border-radius: 10px;
}
.reg_form .form.act {
  display: block;
}
.reg_form .form.quest {
  background: none !important;
}
.reg_form .form.quest .txt {
  text-align: left;
  color: #FFFFFF;
  font-size: 18pt;
  display: block;
  padding: 35px 45px 21px;
  line-height: 1.23em;
  font-family: 'Open Sans', sans-serif;
}
.reg_form .form.quest .txt1 strong {
  color: #fff;
}
.reg_form .form.quest .txt2 {
  padding: 6px 45px 18px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
  font-size: 18pt;
  color: #FFFFFF;
}
.reg_form .form.quest .txt2 span {
  display: table-cell;
  vertical-align: middle;
  height: 87px;
  font-family: 'Open Sans', sans-serif;
}
.reg_form .loc_blah {
  font-size: 14pt;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  width: 330px;
  margin: 0 auto;
  padding: 18px 14px 13px 14px;
  background-color: #63C01E;
  color: #FFFFFF;
  border-radius: 16px;
}
.reg_form .loc_blah img {
  position: absolute;
  left: 24px;
}
.reg_form .loc_blah span {
  font-size: 14pt;
  color: #FFFFFF;
}
.reg_form .form_ttl {
  text-align: center;
  color: #000;
  display: block;
  font-size: 32px;
  margin-bottom: 22px;
}
.vertical_registration.reg_form .form_ttl {
  border-bottom: 3px solid #FFFFFF;
  padding-bottom: 20px;
}
.reg_form .inp_wrap {
  margin-bottom: 16px;
}
.reg_form .inp_wrap input,
.reg_form .inp_wrap .select_txt,
.reg_form .inp_wrap .jq-selectbox__select {
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  box-shadow: none;
  color: rgba(23, 26, 32, 0.5);
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 18pt;
  line-height: 57px;
}
.reg_form .name input,
.reg_form .pass input,
.reg_form .email input {
  padding-left: 43px;
}
.inputs_wrap {
  margin-left: -2%;
}
.inputs_wrap .half {
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-bottom: 15px;
}
.inputs_wrap .third {
  width: 31.3%;
  float: left;
  margin-left: 2%;
  margin-bottom: 15px;
}
.inputs_wrap .third1 {
  float: left;
  width: 31.3%;
  margin-left: 2%;
}
.inputs_wrap .thirds2 {
  float: left;
  width: 64.6%;
  margin-left: 2%;
}
.inp_wrap:after {
  left: 18px;
  top: 20px;
}
.inp_wrap.name:after {
  background-position: -3px -2px;
  width: 14px;
  height: 18px;
}
.inp_wrap.pass:after {
  background-position: -20px -2px;
  width: 14px;
  height: 18px;
}
.inp_wrap.email:after {
  background-position: -36px -4px;
  width: 16px;
  height: 16px;
}
.inp_wrap.terms,
.inp_wrap.checks {
  margin-bottom: 10px;
}
.square_registration .inp_wrap.terms {
  width: 50%;
  float: left;
  top: 10px;
}
.inp_wrap.checks .ttl {
  margin-bottom: 0;
  min-width: 40%;
  float: left;
}
.inp_wrap.checks .inputs {
  margin-left: 40%;
}
.inp_wrap .table-cell .inputs {
  margin-left: -3.3%;
}
.inp_wrap .inputs .radio,
.inp_wrap .inputs .checkbox,
.inp_wrap.checks .inputs .radio,
.inp_wrap.checks .inputs .checkbox {
  float: left;
  width: 30%;
  margin-left: 3.3%;
  margin-bottom: 15px;
}
.inp_wrap .table-cell .radio,
.inp_wrap .table-cell .checkbox {
  margin-bottom: 0;
}
.terms .checkbox {
  /*font-size: 11px;*/
  line-height: 16px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-bottom: 0;
}
.terms .checkbox input[type="checkbox"] + span {
  background-color: rgba(60, 61, 66, 0.5);
}
.terms .checkbox a {
  color: #000;
  font-weight: normal;
}
.inp_wrap .label {
  margin-bottom: 0;
  width: 90px;
}
.btns_wrap {
  min-height: 260px;
  background: rgba(197, 0, 93, 0.9);
  color: #000;
  padding-top: 29px;
  padding-bottom: 32px;
  border-radius: 0px;
  border-top: none;
  font-size: 0;
  width: auto !important;
  display: block !important;
}
.btns_wrap .btn_wrap,
.btns_wrap input[type="submit"] {
  left: 2px;
}
.form_bottom {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -60px;
  margin-top: 15px;
  padding: 30px;
  background: rgba(175, 11, 86, 0.8);
  color: #000;
  border-radius: 0 0 0px 0px;
}
.vertical_registration .form_bottom {
  margin-bottom: -45px;
}
.form_bottom .terms .checkbox {
  margin-top: 0;
  width: 80%;
}
.vertical_registration .form_bottom .terms .checkbox {
  width: 100%;
}
.btn_wrap,
input[type="submit"] {
  border: none;
  border-radius: 10px;
  padding: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  height: 50px;
  font-size: 20pt;
  /*	font-family: @font_family_title;*/
  /*	text-transform: uppercase;*/
  min-width: 170px;
  box-shadow: none;
  transition: all 0.1s ease;
  opacity: 0.9;
}
.btn_wrap.no {
  background-color: #E50B34;
  color: #FFFFFF;
  border-radius: 5px;
  border: 0px;
}
.btn_wrap .ic {
  position: absolute;
  left: 14px;
  left: 15px;
  top: 20px;
}
.btn_wrap.no .ic {
  width: 18px;
  height: 18px;
  fill: #E50B34;
}
.btn_wrap.yes .ic {
  width: 24px;
  height: 18px;
  fill: #63C01E;
}
.btn_wrap.yes {
  background-color: #63C01E;
  color: #FFFFFF;
  border-radius: 5px;
  border: 0px;
}
.final .btn_wrap,
.final input[type="submit"] {
  background-color: #63c01e;
  color: #FFFFFF;
  font-size: 22px;
  border: 0px;
  border-radius: 7px;
  padding: 0 45px;
  font-weight: bold;
}
.vertical_registration .final .btn_wrap {
  width: 100%;
  margin: 0 !important;
}
.final input[type="submit"] {
  width: 100%;
}
.square_registration .final input[type="submit"] {
  width: 95%;
  margin: 0 !important;
}
.gal_wrap {
  z-index: 5;
}
.user_gal {
  margin-left: -2%;
}
.user_gal .item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
  float: left;
  width: 14.66%;
  height: 145px;
  margin: 10px;
  transition: all 0.2s ease;
  background: rgba(164, 34, 89, 0.3);
}
.user_gal .item:after {
  display: block;
  padding-bottom: 100%;
}
.user_gal .item img {
  z-index: 1;
  width: 100%;
  transform: translate3d(0, 0, 0) scale(1.005);
  transition: none;
}
.user_gal .item:hover img {
  /*opacity: .4;*/
  transition: all 0.2s ease;
}
.user_gal .item:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(164, 34, 89, 0.3);
  visibility: hidden;
  opacity: 0;
}
.user_gal .item:hover:before {
  visibility: visible;
  opacity: 1;
}
.user_gal .item .txt {
  position: absolute;
  top: 0px;
  padding: 10px 0px 10px 0;
  width: 100%;
  display: block;
  opacity: 0;
  background: rgba(164, 34, 89, 0.3);
  visibility: hidden;
  transform: translate3d(0, -10px, 0);
  z-index: 2;
}
.user_gal .item:hover .txt {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.user_gal .item .txt span {
  color: #FFFFFF;
  display: block;
  padding: 0px 10px;
}
.user_gal .item .name {
  font-size: 18pt;
}
.user_gal .item .from {
  font-size: 12pt;
}
.footer {
  padding-bottom: 35px;
  background-color: #101220;
  font-size: 12pt;
  position: relative;
  z-index: 3;
}
.copyright {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 35px;
}
.copyright strong {
  color: rgba(255, 255, 255, 0.3);
}
.copyright > span {
  display: block;
  float: left;
  max-width: 240px;
}
.copyright:last-child {
  margin-bottom: 0;
}
.copyright a {
  margin-bottom: 14px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14pt;
}
.terms-list {
  margin-left: 250px;
  vertical-align: top;
}
.terms-list a {
  margin-right: 24px;
}
@media only screen and (max-width: 1000px) {
  .main_photo:after {
    height: 225px;
  }
  .users_num {
    display: none;
  }
  .user_gal {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    left: -13px;
  }
  .user_gal .item {
    width: 140px;
    height: 140px;
    margin: 10px;
  }
  .reg_form .form {
    float: none !important;
    margin: 0 auto 50px;
  }
  .footer {
    text-align: center;
  }
  .inputs_wrap {
    margin-left: 0;
  }
  .inputs_wrap .half {
    width: 100%;
    margin-left: 0;
  }
  .reg_form.horizontal_registration form .form .table-cell {
    display: block;
  }
  .reg_form.horizontal_registration form .form .form_bottom {
    margin: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .a_spr:after,
  .b_spr:before,
  .spr {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAqCAQAAAD8bnY3AAAFQElEQVRo3u3Zf0hdZRgH8OOdIP5smSWTWThLRXJUC0rmSlqDkBWU/VFS1lZW69datNTWpDUbGJMgR6sYtUokciUtZbgY383RF+eSnKb5A1Nx2DDSm07NX3v7Y+95PffHuedc9c4c8fx1n/t493x27n3e97xHE9rVGdr/MFvBBUWAYIvR1HKCRXAnGzjJSTYwnxF+w0L5OMtYz35OcIQ9PMFi3segpYalsZfCEL1M8wMWyl0ccvl7PX7l5qWEreGgR0tOJtqEJfIXryg9yt2v/5WDVXttqMYWLIH9PlmCgj+50oSGRQhrWLJpQ8mWsGA2uPzFNBtZxR/Y4fZJlTZhKXgNX6MRg3BiCAM4gy/wEm6eH2yHKWy7JSzPUN3NXEaqd+K5i8OGd7MtYCHIQxOESZxFLoL9hX1oCiuzhLWoWjLKo/pGdqn3G3zCHkWfKUqPNtzrH6zUFLbPArZaVY5ztcm0nVE18SawMJS7EX4H8B2+Rx16XfKzeMsf2DOmsK0WsAdV5bemy3GNqtnsFRaDM4bWT+Ep3ODCjsYjOIJpVfGBfVgsJ7yy/mGsBWyrqt1jCntX1WzxAovCz6rlJmSaDpVU1Km6F+3CzL6MpZbjfpuqLTCFFaiabR6wIFSqdj9CiM/xvgKfycqLSLALCyE9WGRIwGG5ilXkxohAKuI8aMdldbldmMZwlrvtFsJtbKkWBovEoGz0sKF9B55Dq8y34mFsxBgEDkGDhnhMQEBgGnHwY3e/lntZxSru5Vqbu/uFwQpl+30IV6zrUes2IacgILBdvv+JzL6KgN223M0mwyi3EzNsYrqCOdTKlWNgtZusYfpY2SRfVwUO9ptfKD26FOwedb2C1SiBgpzE2yg2LNrRsmalfN0eOJiYZ+iwPbLFEnW98mRmBs/KzHUyc97wGxyBgIDTHuwW5nA/j7KOzWxmHY9yP3OYFFBYjWx6k9p/6KOkQCFul5ljBli/zFnAYrjbYyc+Fx3czZgAwbpkg7Gy4afVl2xus6vn3jfAhiEg8LcvWBiLOWrZyCjfY1gAYE458/SG9Wm404AolbknVUb/jbWYw1IMO3OraGHKosNm9d+KXHwvypbXGWAnZO42lcmSmUNmsHV0+tWOk3fYhg1wwAZsDAICY7LhRDX/rlWIBFlzybDZ+kpWZXmHRbHP7//pvsv3WxawdmZQo8ZM039Bh+mjIhIaNKxXsBhJCMVpmbmgWHdhBgICnXB4hxXN60tUZAkb5irDgcOkT9hZ2fad0KAhXcEeknvFapUZlqxbcd5Y4w3WNi9YmyXsY5cJeswn7EvZ5A5o0BCnGH/gTbyOTgi0YlzmyvACPsekfHXA/LZlal6wKUtYkQvssE/Y87LNenk9Gt02UU4k4YKXzVUFVpjDFjTRfHwGDCyHyfqow+LkXBS4Hxo0PIBLhvb/wnpoqHBDjeMNBPm6gw4UzHiu9Y7F8Jjbe9TLa/AEhuSWqhI3yU3x3H1zD0oQb3WYEziY4CnmM5+nLce9cRKWqEmYgQysdLm9TMBGZGKNvXPFQMLsLtCay1dtHxyLcRL8X4FFo8dwo5J29cA0pKqFWmAW1XhMLdCXYxVe9jj7WBYwDUnocJt9vajDEXyD4+iGgMAryxOmIRIHDAeinnHSPiydhazliO1mRljLQv28Qn5G5wKPBlwjGZ9i1ATmRJh/T1scTGY2C3mQ1TzHHg5xloKCsxxiD5tZw4MsZDaT6fByP7aB3X6zurnBx2OkMGShBD+iE0OYwRj+xDlUYAuume/zsSV4uH5lHvwt2RP/xYh/AdVse6Nektp9AAAAAElFTkSuQmCC);
  }
}
.line_separator {
  width: 100%;
  float: left;
}
.pop_up_link {
  cursor: pointer;
}
.overlay,
.pop_up > div,
.pop_up_body {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.body_fix {
  overflow: hidden;
}
.pop_up_body {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
  transition-delay: 0.2s;
  background-color: rgba(0, 0, 0, 0.68);
  overflow: auto;
  height: 100%;
}
.pop_up {
  color: #333333;
  vertical-align: middle;
  padding: 30px;
  width: 100%;
}
.pop_up > div {
  background-color: #fff;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
  max-width: 720px;
  margin: 0 auto;
  padding: 15px 16px;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 6px;
}
.pop_up_body.act .pop_up > div,
.pop_up_wrap.act .pop_up > div {
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  transition: all 0.3s ease 0.3s;
}
.pop_up.min > div {
  max-width: 720px;
}
.pop_up .main_txt .ttl {
  font-size: 36px;
}
.pop_up .main_txt .note {
  max-width: none;
  padding: 0 77px;
}
.pop_up .close {
  background-position: -134px -10px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
.pop_up_body.act,
.pop_up_body.act .pop_up > div,
.pop_up_wrap.act .pop_up > div {
  visibility: visible;
  opacity: 1;
}
.pop_up_body > div {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.pop_up_wrap {
  display: table;
  width: 100%;
  height: 0;
}
.pop_up_wrap > div {
  display: table-cell;
  vertical-align: middle;
}
.pop_up .ttl {
  /* font-weight: bold; */
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: none;
  color: #9d9d9d;
}
.pop_up .form_wrap {
  border: none;
  text-align: center;
  margin-bottom: 30px;
}
.pop_up input {
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 7px;
  height: 40px;
}
.pop_up .btn,
.pop_up input.btn {
  margin-bottom: 0;
}
.cookie_banniere {
  display: none !important;
}
.quizz_head {
  padding-bottom: 30px;
  margin-bottom: 10px;
  background: rgba(24, 27, 33, 0.9);
  position: relative;
  z-index: 2;
}
video#bgvid {
  position: absolute;
  top: 0;
  min-width: 100%;
  width: 100%;
  height: auto;
  z-index: -200;
  background-size: cover;
}
/*# sourceMappingURL=style_512722.css.map */