/*
    main styles
    version: 15.01.2013
    
    Style to null

    fonts

    site

    header

    logo

    footer

*/

/* --------------- Style to null --------------- */
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    font: 12px 'Open Sans', sans-serif;
}
body {
    color: #000;
    background: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
}
input, select, button, textarea {
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
.placeholder {
    color: #000;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
/* --------------- /Style to null --------------- */


/* --------------- site --------------- */
.site {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
}
.site__header {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 0;
    z-index: 3;
}
.site__header .login {
    position: absolute;
    top: 70px;
    right: 100px;
}
.site__header .land {
    position: absolute;
    top: 36px;
    right: 10px;
}
.site__content {
    z-index: 1;
}
/* --------------- /site --------------- */

/* --------------- logo --------------- */
.logo {
    position: absolute;
    top: 42px;
    left: 101px;
}
/* --------------- /logo --------------- */

/* --------------- land --------------- */
.land {
    width: 80px;    
}

.land_select {    
    border-radius: 50px;
    border: 2px solid #46B65E;
    padding: 5px;
}

/* --------------- /land --------------- */

/* --------------- login --------------- */
.login {
    width: 460px;
}
.login__show {
    position: absolute;
    right: 0;
    top: 0;
}
.login_2 .login__show,
.login_3 .login__show {
    width: 220px;
    text-align: center;
    padding: 0;
    right: auto;
    left: 50%;
    margin-left: -110px;
}
.login__form {
    width: 460px;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(460px, 0);
    transform: translate(460px, 0);
}
.login__form_ra{
    margin-left: -500px;
}
.login__form_ra button{
    margin: 20px 0 0 510px;
}
.login__form_ra input{
    width: 240px;
   -webkit-transform: translate(260px, 0);
    transform: translate(260px, 0);
    font-weight: 300;
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-bottom: 1px;
    left: 0;
    letter-spacing: 0.4px;
    background-color: #fff;
    border: lightgrey 1px solid;
    border-radius: 15px;
    box-shadow: 2px 2px lightgrey;
    padding-left: 15px;
}
.login_opened .login__form{
    -webkit-animation: login-form 150ms forwards ease-in-out;
    animation: login-form 150ms forwards ease-in-out;
}
.login_opened .login__show {
    -webkit-animation: login-show 150ms forwards ease-in-out;
    animation: login-show 150ms forwards ease-in-out;
}
.login__form > span {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -36px;
    letter-spacing: 0.4px;
}
.login__form > div {
    height: 50px;
    background: #fff;
    border-radius: 25px;
    width: 459px;
    position: relative;
    margin-bottom: 10px;
}

.login__form > ul {
    margin-left: 22px;
}

.login__form ul > li {
    margin-bottom: 16px
}

.login_3 .login__form > div {
    background: #e6eaee;
}
.login__form .btn{
    position: absolute;
    right: -1px;
    top: 0;
}
.login__form input{
    height: 50px;
    margin-left: 22px;
    width: 248px;
    border: none;
    font-size: 20px;
    background: transparent;
}
.login_5 {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0 !important;
    height: auto;
    width: auto !important;
    margin: 0 !important;
}
.login_5 .login__show{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    margin: -25px 0 0 -110px;
    padding: 0;
    text-align: center;
}
.login_5 .login__form {
    position: absolute;
    background: #2c3237;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
}
.login_5 .login__form > div {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -150px;
}
.login_5 .login__form input {

}
.login_5 .login__form > span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -91px;
    color: #fff;
}
.login_5 .login__form .btn {
    width: 180px;
    right: auto;
    left: 50%;
    top: 100px;
    margin-left: -90px;
}
.login_5.login_opened .login__show {
    -webkit-animation: none;
    animation: none;
}
.login_5.login_opened .login__form{
    -webkit-animation: login-form5 150ms forwards ease-in-out;
    animation: login-form5 150ms forwards ease-in-out;
}
.login_6 .login__show{
    height: 100px;
    width: 510px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    border-radius: 50px;
    margin: -50px 0 0 -255px;
    font-size: 48px;
}
.login_6 .login__form {
    position: absolute;
    background: #46b65e;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    width: auto;
}
.login_6 .login__form > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -230px;
}
.login_6 .login__form > span {
    top: 38px;
    color: #fff;
}
.login_6.login_opened .login__show {
    -webkit-animation: none;
    animation: none;
}
.login_6.login_opened .login__form{
    -webkit-animation: login-form5 150ms forwards ease-in-out;
    animation: login-form5 150ms forwards ease-in-out;
}
.login_7 .login__form > div {
    background: #e6eaee;
}

.login_8 .login__show{
    width: 220px;
    text-align: center;
    padding: 0;
    right: auto;
    left: 50%;
    margin-left: -110px;        
}
.login_8 .login__form {
    position: absolute;
    background: #46b65e;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    width: auto;
}
.login_8 .login__form > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -230px;
}
.login_8 .login__form > span {
    top: 38px;
    color: #fff;
}
.login_8.login_opened .login__show {
    -webkit-animation: none;
    animation: none;
}
.login_8.login_opened .login__form{
    -webkit-animation: login-form5 150ms forwards ease-in-out;
    animation: login-form5 150ms forwards ease-in-out;
}


@-webkit-keyframes login-show {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-460px, 0);
    }
}
@keyframes login-show {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(-460px, 0);
    }
}
@-webkit-keyframes login-form {
    0% {
        opacity: 0;
        -webkit-transform: translate(460px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}
@keyframes login-form {
    0% {
        opacity: 0;
        transform: translate(460px, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@-webkit-keyframes login-form5 {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}
@keyframes login-form5 {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
/* --------------- /login --------------- */

/* --------------- btn --------------- */
.btn {
    font-weight: 300;
    border: 3px solid #46b65e;
    border-radius: 25px;
    line-height: 10px;
    padding: 0 33px 0 32px;
    height: 50px;
    font-size: 24px;
    background: transparent;
    color: #717b83;
    -webkit-transition: background 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
    transition: background 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}
.btn:hover {
    background: #46b65e;
    color: #fff;
}
.btn:active {
    background: #3fa354;
    border-color: #3fa354;
    color: #fff;
}
.btn_0 {
    border: none;
    background: #46b65e;
    color: #fff;    
    /*padding: 38px 95px 35px 95px !important;*/
    padding: 7% 0 7% 15% !important;
}
.btn_0:hover{
    background: #ffcc00;
    color: #2c3237;
}
.btn_0:active{
    background: #e5b700;
}
.btn_0:disabled,
.btn_0:disabled:hover {
    background: #ccc;
    color: #fff;
}
.btn_1 {
    border: none;
    background: #46b65e;
    color: #fff;    
    padding-top: 20px !important;
}
.btn_1:hover{
    background: #ffcc00;
    color: #2c3237;
}
.btn_1:active{
    background: #e5b700;
}
.btn_1:disabled,
.btn_1:disabled:hover {
    background: #ccc;
    color: #fff;
}
.btn_2 {
    border: none;
    background: #46b65e;
    color: #fff;
    padding: 0 51px 0 55px;
}
.btn_2:hover{
    background: #ffcc00;
    color: #2c3237;
}
.btn_2:active{
    background: #e5b700;
}
.btn_2:disabled,
.btn_2:disabled:hover {
    background: #ccc;
    color: #fff;
}
.btn_3 {
    border: none;
    background: #ffcc00;
    color: #2c3237;
    padding: 0 51px 0 55px;
}
.btn_3:hover{
    background: #46b65e;
    color: #fff;
}
.btn_3:active {
    background: #3fa354;
}
.btn_4 {
    border: none;
    background: #2c3237;
    color: #fff;
    padding: 0 51px 0 55px;
}
.btn_4:hover{
    background: #ffcc00;
    color: #2c3237;
}
.btn_4:active {
    background: #e5b700;
}
.btn_5 {
    border: none;
    background: #ffcc00;
    color: #2c3237;
    padding: 0 51px 0 55px;
}
.btn_5:hover{
    background: #2c3237;
    color: #fff;
}
.btn_5:active {
    background: #282d31;
}
.btn_6 {
    border: none;
    background: #46b65e;
    color: #fff;    
    height: 40px;
}
.btn_6:hover{
    background: #ffcc00;
    color: #2c3237;
}
.btn_6:active{
    background: #e5b700;
}
.btn_6:disabled,
.btn_6:disabled:hover {
    background: #ccc;
    color: #fff;
}
/* --------------- /btn --------------- */

/* --------------- name --------------- */
.name {
    padding-top: 115px;
    background: url("../img/name.png") no-repeat center top;
}
.name__form {
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    height: 380px;
    padding-top: 94px;
    position: relative;
}
.name__form > div{
    padding: 17px 0 55px;
}
/* --------------- /name --------------- */

/* --------------- faq --------------- */
.faq {    
    /*background: url("https://aportal.test.it.loc/image/faq.png") no-repeat center top;*/
}
.faq__form {       
    background: #fff;
    text-align: center;    
    color: #333;
    font-weight: 100;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    position: relative;        
}

.faq h1 {
    margin-top: 10px;
    color: black;
    font-style: bold;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif !important
}

.faq ul {
    text-align: left;
    font-size: 1.2em;
    overflow-y: auto;
    margin: 30px;
    height: 100%;
}

.faq ul > li {
    font-size: 1.0em;
    line-height: 1.5;
    font-style: normal;
    font-family: 'Open Sans', sans-serif !important
}

.faq ul > li:nth-child(odd) {
    font-weight: bold; 
    color: green;
}

.faq ul > li:nth-child(even) {
    margin-bottom: 20px;
}

/* --------------- /faq --------------- */

/* --------------- registr --------------- */
.regis {    
    padding-top: 110px;        
}
.regis__form {       
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 100;
    height: 320px;
    padding-top: 94px;
    position: relative;
    
    
    /*width: 600px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 100;
    height: 300px;    
    padding-top: 60px;
    position: relative;
    margin-left: -200px;*/
}
.regis h1 {    
    margin-bottom: 15px;
    color: green;
    font-size: 1.0em;
    line-height: 1.5;
    font-style: normal;
    font-family: 'Open Sans', sans-serif !important
}

.error_login {
}
.error_login {
    width: 600px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 100;
    height: 90px;
    padding-top: 20px;
    position: relative;
}
.error_login h1 {
    margin-top: 10px;
    color: red;
    margin-bottom: 30px;
    font-size: 1.0em;
    line-height: 1.5;
    font-style: normal;
    font-family: 'Open Sans', sans-serif !important
}

/* --------------- error-logins --------------- */
.error-logins {
    padding-top: 110px;    
}
.error-logins__form {
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    height: 240px;
    padding-top: 94px;
    position: relative;
}

.error-logins input {
    height: 45px;
    border: none;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    text-align: left;
    position: relative;
    letter-spacing: 2.2px;
    background: transparent;
}
.error-logins__form span{
    display: block;
    color: #cc3333;
    font-size: 14px;
    margin-bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
.error-logins__form label {
    display: inline-block;
    margin-bottom: 50px;
    color: red;
    font-size: 1.0em;
    line-height: 1.5;
    font-style: normal;
    font-family: 'Open Sans', sans-serif !important
}
/* --------------- /error-logins --------------- */

/* --------------- block-logins --------------- */
.block-logins {
    padding-top: 110px;    
}
.block-logins__form {
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    height: 280px;
    padding-top: 94px;
    position: relative;
}

.block-logins input {
    height: 45px;
    border: none;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    text-align: left;
    position: relative;
    letter-spacing: 2.2px;
    background: transparent;
}
.block-logins__form span{
    display: block;
    color: #cc3333;
    font-size: 14px;
    margin-bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
.block-logins__form p {
    display: inline-block;    
    margin-bottom: 3%;
    color: red;
    font-size: 1.0em;
    line-height: 1.5;
    font-style: normal;
    font-family: 'Open Sans', sans-serif !important
    
}
/* --------------- /block-logins --------------- */

/* --------------- block-logins --------------- */
.blockecb-logins {    
    padding: 110px 10px 0 10px;
}
.blockecb-logins__form {
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    height: 280px;
    padding-top: 94px;            
    position: relative;
}

.blockecb-logins input {
    height: 45px;
    border: none;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    text-align: left;
    position: relative;
    letter-spacing: 2.2px;
    background: transparent;
}
.blockecb-logins__form span{
    display: block;
    color: #cc3333;
    font-size: 14px;
    margin-bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
.blockecb-logins__form p {
    display: inline-block;
    margin-bottom: 25px;
    color: red;
    font-size: 1.0em;
    line-height: 1.5;
    font-style: normal;
    font-family: 'Open Sans', sans-serif !important
}
/* --------------- /block-logins --------------- */

/* --------------- code --------------- */
.code {
    padding-top: 110px;
    background: url("../img/code.png") no-repeat center top;
}
.code__form {
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    height: 480px;
    padding-top: 87px;
    position: relative;
}
.code p {
    line-height: 21px;
    margin-bottom: 6px;
}
.code p span {
    display: block;
}
.code label {
    font-size: 24px;
    display: inline-block;
}
.code__another {
    display: inline-block;
    font-size: 14px;
    color: #46b65e;
    text-decoration: underline;
    margin-bottom: 40px;
}
.code__another:hover {
    text-decoration: none;
}
.code__another:before {
    content: '';
    display: inline-block;
    background: url("../img/code__another.png");
    width: 13px;
    height: 12px;
    position: relative;
    top: 2px;
    left: -3px;
}
.code__queue{
    text-align: justify;
    width: 310px;
    margin: 0 auto;
    padding: 17px 0 37px;
    position: relative;
}
.code__queue:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.code__queue .text-field{
    display: inline-block;
    width: 70px;
    text-align: center;
}
.code__queue > span {
    position: absolute;
    bottom: 29px;
    color: #cc3333;
    font-size: 14px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
.code__queue > .text-field_err + span {
    opacity: 1;
}
/* --------------- /name --------------- */

/* --------------- wrong-number --------------- */
.wrong-number {
    padding-top: 110px;
    background: url("../img/wrong-number.png") no-repeat center top;
}
.wrong-number__form {
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    height: 380px;
    padding-top: 94px;
    position: relative;
}
.wrong-number__queue {
    position: relative;
    width: 300px;
    height: 50px;
    border: 2px solid #e5e5e5;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto 11px;
    color: #999;
    overflow: hidden;
    padding-left: 14px;
    text-align: left;
    letter-spacing: 2.2px;
    font-weight: 400;
    white-space: nowrap;
    -webkit-transition: border-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out;
}
.wrong-number__queue input {
    height: 45px;
    border: none;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    text-align: left;
    position: relative;
    letter-spacing: 2.2px;
    background: transparent;
}
.wrong-number__queue_err {
    border-color: #cc3333;
}
.wrong-number__first {
    width: 50px;
    left: -4px;
}
.wrong-number__second {
    width: 50px;
    left: -4px;
    margin-right: -5px;
}
.wrong-number__third {
    width: 32px;
    left: -6px;
    margin-right: -6px;
}
.wrong-number__forth {
    width: 32px;
    left: -7px;
    margin-right: 0;
}
.wrong-number__form span{
    display: block;
    color: #cc3333;
    font-size: 14px;
    margin-bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
.wrong-number__queue_err + span{
    opacity: 1;
}
.wrong-number__form label {
    display: inline-block;
    margin-bottom: 17px;
}
/* --------------- /wrong-number --------------- */

/* --------------- text-field --------------- */
input.text-field {
    width: 300px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #e5e5e5;
    background: #e5e5e5;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    -webkit-transition: background 150ms ease-in-out,border-color 150ms ease-in-out,color 150ms ease-in-out;
    transition: background 150ms ease-in-out,border-color 150ms ease-in-out,color 150ms ease-in-out;
}
input.text-field:hover {
    background: #ccc;
    border-color: #ccc;
}
input.text-field:focus {
    background: #fff !important;
    border-color: #e5e5e5 !important;
}
input.text-field.text-field_err {
    border-color: #cc3333 !important;
    background: #fff !important;
    color: #333 !important;
}
/* --------------- /text-field --------------- */

/* --------------- loader --------------- */
.loader {
    color: #fff;
    font-size: 24px;
    width: 220px;
    height: 220px;
    padding-top: 220px;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
    position: relative;
}
.loader canvas {
    position: absolute;
    top: 0;
    left: 0;
}
/* --------------- /loader --------------- */

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
    color: #CDC9C9;
}
::-moz-placeholder {             /* Firefox 19+ */
    color: #CDC9C9;
}
:-ms-input-placeholder {         /* IE 10+ */
    color: #CDC9C9;
}
:-moz-placeholder {              /* Firefox 18- */
    color: #CDC9C9;
}
/* --------------- /placeholder --------------- */