article,aside,figcaption,figure,footer,header,hgroup,nav,section,time,main {display: block;}
*{margin: 0; padding: 0;} 
:focus {
  outline: none;
  }
a img {border: 0;outline: none;}
a {color: #2363c3;text-decoration: none;outline: none;}
a:hover {text-decoration: underline;}
a:focus, img:focus {outline: none;}
body {
  background: url(bgreg.jpg) no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  font-size: 14px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  width: 100%;
  min-width: 320px;  
  margin: 0 auto;
  min-height: 590px;
}

html,body {
  height: 100%; 
}

#wrapper {
  height: 100%;
  clear: both;
  }

section {
  max-width: 420px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
  height: 490px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -245px;
  margin-left: -210px;
  }

.logo a {
  display: inline-block;
  vertical-align: top;
  }

.logo a:hover {
  text-decoration: none;
  }

.logo b {
  width: 61px;
  height: 61px;
  background: url(logobig.png) no-repeat 0 0;
  margin: 0 auto 20px;
  display: block;
  }

.logo h2,
.logo h1{
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  color: #333;
  }

section h3 {
  font-size: 28px;
  line-height: 28px;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  }

section #formreg, section .formreg {
  text-align: left;
  overflow: hidden;
  }

section #formreg input[type="text"],
section #formreg input[name="email"],
section .formreg input[type="text"],
section .formreg input[name="email"] {
  background: #fff;
  border: 1px solid #8a8f90;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 11px;
  color: #333;
  font-size: 14px;
  width: 41%;
  }

section #formreg input[name="email"],
section #formreg input[name="mobile"],
section .formreg input[name="email"],
section .formreg input[name="mobile"] {
  width: 92%;
  }

section #formreg input[name="name"],
section .formreg input[name="name"] {
  margin-right: 6px;
  }

section #formreg .code,
section .formreg .code {
  float: left;
  width: 49%;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 0px;
  }

section #formreg .code a,
section .formreg .code a {
  background: #2aa2cb;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 11px 0 11px;
  width: 100%;
  text-align: center;
  display: block;
  }

section #formreg .code span,
section .formreg .code span {
  font-size: 13px;
  }
.formreg {
  position: relative;
}
.formreg .error_register {
  color: #f00;
  left: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  bottom: 43px;
  display: inline-block;
  height: 35px;
  line-height: 16px;
  }
.formreg input:disabled {
  background: #e4e4e4!important;
  }
section #formreg .code img {
  width: 98%;
  margin-top: 0;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #8a8f90;
  margin-bottom: 20px;
  float: left;
  }
body:nth-of-type(1) .pass_link {
  line-height: 30px;
  }
.pass_link {
  color: #0681c3;
  font-size: 18px;
  line-height: 39px;
  width: 49%;
  border-radius: 10px;
  float: left;
  clear: left;
  text-align: center;
  text-decoration: underline;
  margin-right: 6px;
  margin-top: 27px;
  }
input.pass_link {background: 0;border: 0;}

html>/**/body .pass_link, x:-moz-any-link, x:default {
  line-height: 30px;
  padding-top: 5px;
  }
.pass_link:hover {
  text-decoration: none;
  cursor: pointer;
  }

section #formreg input[type="submit"],
section #formreg button[type="submit"],
section .formreg input.butsend,
section #formreg #sendCode {
  background: #3c6;
  border-radius: 10px;
  padding: 9px 0 9px;
  color: #fff;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  border: 0;
  width: 49%;
  margin-top: 27px;
  text-transform: uppercase;
  cursor: pointer;
  }

section #formreg #sendCode {
  margin-right: 6px;
  padding: 8px 15px 9px;
  width: 48.5%;
  margin-top: 0;
  }
section #formreg label {
  clear: left;
  display: block;
  line-height: 14px;
  }
section #formreg label input {
  margin-top: 4px;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  float: left;
  }
section #formreg label a {
  color: #0681c3;
 }
.seti {
  clear: left;
  padding-top: 20px;
  }

.seti p {
  margin-bottom: 10px;
  }

.seti a {
  margin: 0 1px;
  }
@media (max-width: 500px) {
    section {
    margin-left: 0;
	left: 0;
	top: 10px;
	margin-top: 0;
    }
	#wrapper {
     display: table;
    }
  }
@media (max-width: 400px) {

  section #formreg input[type="text"],
  section #formreg input[name="email"] {
    width: 40%;
    }
  section #formreg input[name="email"],
  section #formreg input[name="mobile"] {
  width: 91%;
  }
  section #formreg input[type="submit"],
  section #formreg button[type="submit"]{
    width: 48%;
	font-size: 13px;
	padding: 10px 0 10px;
  }
  section #formreg .code span {
    font-size: 12px;
  }  
.seti {
  clear: left;
  padding-top: 0px;
  }
    .pass_link {
        font-size: 15px;
    }
  }
@media (max-width: 370px) {
  section #formreg input[type="text"],
  section #formreg input[name="email"] {
    width: 39%;
    }
  section #formreg input[name="email"],
  section #formreg input[name="mobile"] {
  width: 90%;
  }
  section #formreg input[type="submit"],
  section #formreg button[type="submit"]{
    width: 48%;
  }
  section #formreg .code span {
    font-size: 11px;
  }
  }
@media (max-width: 340px) {
  section #formreg input[type="text"],
  section #formreg input[name="email"] {
    width: 38%;
    }
  section #formreg input[name="email"],
  section #formreg input[name="mobile"] {
  width: 89%;
  }
  section #formreg input[type="submit"],
  section #formreg button[type="submit"]{
    width: 48%;
	font-size: 13px;
	padding: 11px 0;
	float: right;
	margin-right: 3px;
  }
  section #formreg .code span {
    font-size: 10px;
  }
  .pass_link {
    font-size: 15px;
	margin-right: 0;
    }
  }

#registr #wrapper {
  height: 100%;
  vertical-align: middle;
  }
#registr section {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  left: 0;
  top: 50%;
  position: relative;
  font-size: 18px;
  height: 400px;
  margin-top: -200px;
  }

#registr section .logo {
  margin-bottom: 20px;
  }
@media (max-width: 500px) {
  #registr section {
    top: 10px;
	font-size: 15px;
	height: 450px!important;
    }
  section h3,
  section h2{
    font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
    }
  section .logo {
    margin-bottom: 0px;
    }
  section .logo b {
    width: 40px;
	height: 40px;
	background: url(logobig.png) no-repeat 0 0;
	background-size: contain;
    }
  }
#registr section .pw {
  max-width: 520px;
  margin: 0 auto 10px;
  }
#registr section .pw strong {
  clear: left;
  }
.panel_info {
  background: #2aa2cb;
  color: #fff;
  margin-bottom: 5px;
  }

#registr section .panel_info p {
  margin: 0 auto;
  display: inline-block;
  height: 73px;
  }

.panel_info p span {
  height: 73px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  }

.panel_link {
  background: url(bglinkrep.png) repeat 0 0;
  padding: 15px 0 20px;
  margin-top: 10px;
  }
@media (max-width: 500px) {
  #registr section .panel_info p {
    height: 53px;
    }
  .panel_info p span {
    height: 53px;
    }
  .panel_link {
    padding: 5px 0 10px;
	margin-bottom: 5px;
	
    }
  }
.panel_link a {
  color: #2aa2cb;
  text-decoration: underline;
  }

.panel_link a:hover {
  text-decoration: none;
  }

.links {
  margin: 10px 0 5px;
  }

.links div {
  display: inline-block;
  margin: 0 10px;
  }
@media (max-width: 350px) {
  .links div {
    margin: 0;
    }
  .helplink a {
    margin: 0!important;
    }
  }
.links a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  background: url(bglink.png) no-repeat 0 0;
  background-size: cover;
  width: 131px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  }
.links #web a,
.links #android a,
.links #ios a,
.links #ios2 a{
  font-size: 14px;
  height: 35px;
  background: url(bglink.png) no-repeat 0 0;
  background-size: contain;
  width: 91px;
  }
.links img {
  margin: 0 0 0 14px;
  display: inline-block;
  vertical-align: middle;
  }

.links div:nth-child(1) img {
  margin-right: 17px;
  }

.links div:nth-child(2) img,
#web img {
  margin-left: 7px;
    margin-right: 20px;
    max-width: 22px;
    max-height: 20px;
	margin-top: -3px;
  }

.links div:nth-child(3) img,
#ios img {
  margin-left: 10px;
    margin-right: 20px;
    max-width: 15px;
	max-height: 20px;
  }

#ios2 img {
  margin-right: 10px;
  margin-left: 10px;
  max-width: 15px;
  max-height: 20px;
}

.links div:nth-child(4) img,
#android img {
  margin-left: 9px;
    margin-right: 8px;
    max-width: 16px;
    max-height: 20px;
	margin-top: -2px;
  }

.recov {
  height: 400px;
  margin-top: -200px;
  }

.formpass {
  max-width: 635px;
  margin: 20px auto 0;
  text-align: left;
  min-width: 320px;
  }

.formpass .left {
  width: 50%;
  float: left;
  }

.formpass span {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  }
.formpass .kdnm_country-option span {
  width: auto;
  display: inline-block;
  }
.formpass .kdnm_country-option span.kdnm_country_flag {
  min-width: 33px!important;
  }
.formpass .kdnm_country-options {
  width: 285px!important;
  }
@media (max-width: 380px) {
  .formpass .kdnm_country-options {
    width: 303px!important;
  }
  }
.formpass em {
  font-style: normal;
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 10px 5px 0 15px;
  }

.formpass input[type="text"],
.formpass input[type="email"],
.formpass input[type="password"] {
  width: 80%;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #a0a0a0;
  font-size: 14px;
  color: #333;
  font-family: "Segoe UI", sans-serif;
  border-radius: 10px;
  }
.formpass #smsCode,
.formpass #email,
.formpass input[type="password"] {
  width: 91%;
  max-width: 330px;
  }
#enterform #email {
  width: 80%;
  }
.formpass #newPassword {
  margin-bottom: 10px;
  margin-top: 10px;
}
.formpass #mobile { 
  width: 130px;
  float: left;
  margin-right: 10px;
  }
#enterform #mobileTr .call_phone {
    width: 96%;
    margin-top: 2px;
}
#enterform #radio_type_phone {
  vertical-align: top;
  margin-top: 10px;
  }
.formpass button[type="submit"],
.formpass input[type="button"] {
  display: block;
  clear: left;
  width: 90%;
  padding: 8px;
  border-radius: 10px;
  border: 0;
  background: #2aa2cb;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  cursor: pointer;
  margin-top: 10px;
  }
.formpass #sendCode {
  width: 150px;
  clear: none;
  padding: 4px 0 6px;
  margin-bottom: 10px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  }
.formpass #checkCode,
.formpass #sendEmail,
.formpass #sendPassword {
  width: 100%;
  max-width: 360px;
  }
.formpass .type_change {
  text-align: center;
  margin: 10px 0;
  }
.formpass .type_change .radio_type {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  }
.formpass .type_change #radio_type_email {
  margin-left: 10px;
  }
.formpass .kdnm_country {
  width: auto!important;
  }
.formpass .error_recover {
  text-align: center;
  }
#regBut {
  max-width: 50%;
  margin: 0 auto;
  padding-top: 10px;
  clear:left;
  }
.formpass img {
  width: 90%;
  margin-bottom: 3px;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  }

@media (max-width: 650px) {
  body {min-height: auto;}
  #registr #wrapper {display: table;}
  #registr .recov {
    top: inherit;   
	margin-top: 0px!important;
	height: 450px;
	display: table-cell;
	vertical-align: middle;
  }
  section {
/*    display: table-cell;*/
	vertical-align: middle;
	top: inherit;
	margin: 0 auto!important;
	position: static;
	height: auto;
    }
  }
@media (max-height: 400px) {
  #registr .recov {
    margin-top: 10px;
    top: 0;   
  }
  }
@media (max-width: 500px) {
  .formpass {padding-left: 20px;}
  .formpass em {
	margin-right: 40px;
    }
  .formpass .left {
    width: 99%;
    }
  .formpass .left:nth-child(2n) {
    margin-left: 17px;
	margin-top: 10px;
	width: 93%;
    }
  .formpass p {padding: 0 10px;}
  .formpass .left input[type="text"],
  .formpass .left input[type="email"] {
    width: 75.5%;
    }
  .formpass .left:nth-child(2n) input[type="text"] {
    width: 80.5%;
    }
  .formpass img {
    width: 91%;
  }
  section #formreg {
    padding-left: 10px;
  }
  section #formreg input[type="text"] {
    width: 40.8%;
  }
  section #formreg input[name="email"] {
  width: 92%;
  }
  }
@media (max-width: 425px) {
  section #formreg input[type="text"] {
    width: 38.8%;
  }
  section #formreg #sendCode {
    width: 46.5%;
  }
  section #formreg input[name="email"] {
    width: 88%;
}
	.pass_link {
  width: 46%;
  }
  section #formreg button[type="submit"] {
    width: 48%;
    }
}
@media (max-width: 375px) {
section #formreg input[type="text"] {
    width: 88.8%;
  }
  section #formreg input[name="email"] {
  width: 89%;
  }
  section #formreg #sendCode {
    width: 97%;
	margin-bottom: 10px;
  }
  .pass_link {
  width: 47%;
  }
}
@media (max-width: 340px) {
  .formpass {padding-left: 10px;min-width: 97%;overflow: hidden;}

  .formpass .left input[type="text"],
  .formpass .left input[type="email"] {
    width: 75%;
    }
  .formpass .left:nth-child(2n) input[type="text"] {
    width: 77%;
    }
  .formpass img {
    width: 88%;
    }
  .formpass input[type="submit"],
  .formpass input[type="button"]{
    width: 88%;
    }
  #registr section {
    top: 10px;
    }
  }
@media (max-width: 320px) {
  section #formreg input[type="text"] {
    width: 86%;
  }
  section #formreg input[name="email"] {
  width: 86%;
  }
  section #formreg button[type="submit"] {
    float: none;
	margin-right: 0;
	margin-left: 8px;
    }
}
/*404*/
.error404 {
  background: url(bg404.png) no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
  }
.error404 .recov {
  height: 340px;
  margin-top: -170px;
  }
h4, .error404 .recov h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  }

.searchform {
  max-width: 401px;
  margin: 20px auto;
  min-width: 320px;
  }
.searchform input[type="text"] {
  border: 1px solid #b7b9b9;
  background: #fff;
  width: 75%;
  padding: 2px 10px 4px 10px;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  }
.searchform input[type="submit"],
.searchform input[type="button"]{
  background: #2aa2cb;
  color: #fff;
  border-radius: 8px;
  width: 86px;
  padding: 2px 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: -20px;
  }

.z20 {
  font-size: 20px;
  margin-top: 5px;
  }

p.z20 a {
  color: #2aa2cb;
  }

@media (max-width: 430px) {
  .searchform {
    text-align: center;
    }
  .searchform input[type="text"] {
	width: 60%;
    }
  }

.helplink a {
  display: inline-block;
  width: 101px;
  color: #333;
  text-decoration: underline;
  }
.helplink a:hover {
  text-decoration: none;
  }
.error_register {
  text-align: center;
  position: absolute;
  left: 0%;
  width: 100%;
  margin-top: -24px;
  line-height: 12px;
  font-size: 13px;
  color: #f00;
  }
.emailformError.parentFormformreg.formError {
  right: 0!important;
  left: inherit!important;
  width: 300px;
  }
.butmodal {
    padding: 0 20px;
    text-align: center;
}
.modall {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-contentt {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	text-align: left;
}

.modal-contentt ol {margin-left: 30px;}
/* The Close Button */
.closess {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closess:hover,
.closess:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.downloadBlock.links .helplink {
  background: none!important;
  color: #333;
  text-decoration: underline;
  font-size: 18px!important;
  text-align: center;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: auto;
  clear: left;
  display: inline-block;
  }
.downloadBlock.links .helplink:hover {
  text-decoration: none;
  }
@media(max-width: 635px) {
.passwordRecover {
  padding-left: 15px;
  }
 .formpass .kdnm_country-options {
   width: 278px!important;
   }
  }
@media(max-width: 615px) {
  #mobileTr .call_phone {
    width: 82.8%!important;
  }
  .formpass .kdnm_country-options {
    width: 265px !important;
  }
  }
@media(max-width: 580px) {
  #mobileTr .call_phone {
    width: 81.8% !important;
    }
  .formpass img {
    width: 91%;
    }
  .formpass .kdnm_country-options {
    width: 252px !important;
    }
  }

@media(max-width: 520px) {
  .formpass input[type="text"], .formpass input[type="email"] {
    width: 76%;
    }
  #mobileTr .call_phone {
    width: 75% !important;
    }
  .formpass img {
    width: 88%;
    }
  .formpass .kdnm_country-options {
    width: 240px !important;
    }
  }
@media(max-width: 510px) {
.formpass .kdnm_country-options {
    width: 220px !important;
    }
	}
@media(max-width: 500px) {
  #mobileTr .call_phone {
    width: 83% !important;
    }
  .formpass .kdnm_country-options {
    width: 102% !important;
	}
  }
@media(max-width: 445px) {
  #mobileTr .call_phone {
    width: 82% !important;
    }
  .formpass .kdnm_country-options {
    width: 103.5% !important;
	}
  }
@media(max-width: 420px) {
  #mobileTr .call_phone {
    width: 81% !important;
    }
  .formpass img {
    width: 88.5%;
    }
  }

@media(max-width: 370px) {
  .formpass img {
    width: 90%;
    }
  #mobileTr .call_phone {
    width: 78.8% !important;
	}
  .formpass .left:nth-child(2n) input[type="text"] {
    width: 80.2%;
	}
  }
@media(max-width: 325px) {
  #mobileTr .call_phone {
    width: 77% !important;
	}
  .formpass img {
    width: 90.5%;
	}
  }

.formpass .kdnm_country-option span {
  margin-bottom: 0;
  font-size: 13px;
  vertical-align: top;
  }
@media(max-height: 500px) {
  body {min-height: 400px;}
  #wrapper {min-height: 400px;}
  } 
@media(max-height: 450px) {
  body {min-height: auto;}
  #wrapper {min-height: auto;}
  }  