@keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes pulse-link {
    0% {
        color: #fff
    }
    25% {
        color: #6ad5b3
    }
    50% {
        color: #fff
    }
    75% {
        color: #6ad5b3
    }
    to {
        color: #fff
    }
}

@keyframes pulse-link {
    0% {
        color: #fff
    }
    25% {
        color: #6ad5b3
    }
    50% {
        color: #fff
    }
    75% {
        color: #6ad5b3
    }
    to {
        color: #fff
    }
}

@-webkit-keyframes pulse-link-light {
    0% {
        color: #162125
    }
    25% {
        color: #6ad3b1
    }
    50% {
        color: #162125
    }
    75% {
        color: #6ad3b1
    }
    to {
        color: #162125
    }
}

@keyframes pulse-link-light {
    0% {
        color: #162125
    }
    25% {
        color: #6ad3b1
    }
    50% {
        color: #162125
    }
    75% {
        color: #6ad3b1
    }
    to {
        color: #162125
    }
}

html.public body.auth .authorization-section {
    display: block;
    padding: 75px 0;
    background: url(../../external/img/bg/grid.png) 50% repeat;
    background-size: 55px;
    background-attachment: fixed
}

html.public body.auth .authorization-section .authorization-title {
    display: block;
    text-align: center;
    padding-bottom: 40px
}

html.public body.auth .authorization-section .title-form {
    display: block;
    text-align: center;
    padding-bottom: 25px
}

html.public body.auth .authorization-section .title-form p {
    display: block;
    font-family: SF-UI-Display-Medium;
    font-size: 15px;
    color: #fff;
    line-height: 1.3
}

html.public body.auth .authorization-section .input-group {
    display: block;
    position: relative;
    margin-bottom: 20px
}

html.public body.auth .authorization-section .input-group label {
    display: block;
    font-family: SF-UI-Display-Regular;
    font-size: 14px;
    color: #6ad3b1;
    line-height: 1.3;
    padding-bottom: 5px
}

html.public body.auth .authorization-section .input-group input {
    display: block;
    width: 100%;
    height: 40px;
    font-family: SF-UI-Display-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background-color: #1d252d;
    border: 1px solid #1d252d;
    border-radius: 50px;
    padding: 5px 15px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

html.public body.auth .authorization-section .input-group input:focus {
    border-color: #233d3b
}

html.public body.auth .authorization-section .input-group.invalid .error {
    display: block
}

html.public body.auth .authorization-section .input-group.invalid input {
    border-color: #e74c3c
}

html.public body.auth .authorization-section .input-group.disabled input {
    background-color: transparent;
    border-color: #233d3b
}

html.public body.auth .authorization-section .input-group.valid input {
    border-color: #69d2b2
}

html.public body.auth .authorization-section .input-group .error {
    display: none;
    font-family: SF-UI-Display-Regular;
    font-size: 12px;
    color: #e74c3c;
    line-height: 1.2;
    padding: 5px 5px 0
}

html.public body.auth .authorization-section .check-group {
    display: block;
    margin-bottom: 20px
}

html.public body.auth .authorization-section .check-group label {
    display: block;
    font-family: SF-UI-Display-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 1.3
}

html.public body.auth .authorization-section .check-group.invalid .error {
    display: block
}

html.public body.auth .authorization-section .check-group .error {
    display: none;
    font-family: SF-UI-Display-Regular;
    font-size: 12px;
    color: #e74c3c;
    line-height: 1.2;
    padding: 5px 5px 0
}

html.public body.auth .authorization-section .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-right: 10px
}

html.public body.auth .authorization-section .link-box a {
    font-size: 14px
}

html.public body.auth .authorization-section .box-btn {
    display: block
}

html.public body.auth .authorization-section .box-btn button {
    width: 100%
}

html.public body.auth .authorization-section .authorization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

html.public body.auth .authorization-section .authorization.hidden {
    display: none
}

html.public body.auth .authorization-section .authorization .content {
    position: relative;
    z-index: 2
}

html.public body.auth .authorization-section .authorization .login {
    display: inline-block;
    position: relative;
    max-width: 370px;
    width: 100%;
    border: 1px dashed #213938;
    background-color: transparent;
    padding: 40px 50px;
    margin-right: 30px
}

html.public body.auth .authorization-section .authorization .login:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 15%;
    height: 100%;
    border: 1px dashed #488b79;
    border-right: 0;
    z-index: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

html.public body.auth .authorization-section .authorization .login:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 15%;
    height: 100%;
    border: 1px dashed #488b79;
    border-left: 0;
    z-index: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

html.public body.auth .authorization-section .authorization .login:hover:after,
html.public body.auth .authorization-section .authorization .login:hover:before {
    width: 50%
}

html.public body.auth .authorization-section .authorization .login form {
    position: relative;
    z-index: 1
}

html.public body.auth .authorization-section .authorization .login .link-box {
    margin-top: -10px
}

@media(max-width:960px) {
    html.public body.auth .authorization-section .authorization .login {
        padding: 30px 25px
    }
}

@media(max-width:768px) {
    html.public body.auth .authorization-section .authorization .login {
        margin: 0 0 25px
    }
}

@media(max-width:480px) {
    html.public body.auth .authorization-section .authorization .login {
        padding: 25px 15px
    }
}

html.public body.auth .authorization-section .authorization .registration {
    display: inline-block;
    position: relative;
    max-width: 370px;
    width: 100%;
    border: 1px dashed #213938;
    background-color: rgba(22, 33, 37, .3);
    padding: 40px 50px
}

html.public body.auth .authorization-section .authorization .registration:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 15%;
    height: 100%;
    border: 1px dashed #488b79;
    border-right: 0;
    z-index: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

html.public body.auth .authorization-section .authorization .registration:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 15%;
    height: 100%;
    border: 1px dashed #488b79;
    border-left: 0;
    z-index: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

html.public body.auth .authorization-section .authorization .registration:hover:after,
html.public body.auth .authorization-section .authorization .registration:hover:before {
    width: 50%
}

html.public body.auth .authorization-section .authorization .registration form {
    position: relative;
    z-index: 1
}

html.public body.auth .authorization-section .authorization .registration .title-form p {
    color: #6ad3b1
}

@media(max-width:960px) {
    html.public body.auth .authorization-section .authorization .registration {
        padding: 30px 25px
    }
}

@media(max-width:480px) {
    html.public body.auth .authorization-section .authorization .registration {
        padding: 25px 15px
    }
}

@media(max-width:768px) {
    html.public body.auth .authorization-section .authorization {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

html.public body.auth .authorization-section .forgot-password {
    display: block;
    position: relative;
    max-width: 370px;
    width: 100%;
    border: 1px dashed #213938;
    background-color: transparent;
    padding: 40px 50px;
    margin: 0 auto
}

html.public body.auth .authorization-section .forgot-password:before {
    left: 0;
    border: 1px dashed #488b79;
    border-right: 0
}

html.public body.auth .authorization-section .forgot-password:after,
html.public body.auth .authorization-section .forgot-password:before {
    content: "";
    position: absolute;
    top: -1px;
    width: 15%;
    height: 100%;
    z-index: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

html.public body.auth .authorization-section .forgot-password:after {
    right: 0;
    border: 1px dashed #488b79;
    border-left: 0
}

html.public body.auth .authorization-section .forgot-password:hover:after,
html.public body.auth .authorization-section .forgot-password:hover:before {
    width: 50%
}

html.public body.auth .authorization-section .forgot-password .content {
    position: relative;
    z-index: 2
}

html.public body.auth .authorization-section .forgot-password form {
    position: relative;
    z-index: 1
}

html.public body.auth .authorization-section .forgot-password.hidden {
    display: none
}

html.public body.auth .authorization-section .forgot-password .box-btn {
    padding-top: 20px
}

html.public body.auth .authorization-section .forgot-password .box-btn button {
    width: 100%
}

html.public body.auth .authorization-section .forgot-password .box-btn button:first-child {
    margin-bottom: 15px
}

@media(max-width:960px) {
    html.public body.auth .authorization-section .forgot-password {
        padding: 30px 25px
    }
}

@media(max-width:480px) {
    html.public body.auth .authorization-section .forgot-password {
        padding: 25px 15px
    }
}

html.public body.auth .authorization-section .password-result {
    display: block;
    position: relative;
    max-width: 370px;
    width: 100%;
    border: 1px dashed #213938;
    background-color: transparent;
    padding: 40px 50px;
    margin: 0 auto
}

html.public body.auth .authorization-section .password-result:before {
    left: 0;
    border: 1px dashed #488b79;
    border-right: 0
}

html.public body.auth .authorization-section .password-result:after,
html.public body.auth .authorization-section .password-result:before {
    content: "";
    position: absolute;
    top: -1px;
    width: 15%;
    height: 100%;
    z-index: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

html.public body.auth .authorization-section .password-result:after {
    right: 0;
    border: 1px dashed #488b79;
    border-left: 0
}

html.public body.auth .authorization-section .password-result:hover:after,
html.public body.auth .authorization-section .password-result:hover:before {
    width: 50%
}

html.public body.auth .authorization-section .password-result .content {
    position: relative;
    z-index: 2
}

html.public body.auth .authorization-section .password-result form {
    position: relative;
    z-index: 1
}

html.public body.auth .authorization-section .password-result.hidden {
    display: none
}

html.public body.auth .authorization-section .password-result .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 115px;
    margin: 0 auto;
    padding-bottom: 10px
}

html.public body.auth .authorization-section .password-result .status img {
    max-width: 100%
}

html.public body.auth .authorization-section .password-result .box-btn {
    padding-top: 20px
}

html.public body.auth .authorization-section .password-result .box-btn button {
    width: 100%
}

html.public body.auth .authorization-section .password-result .box-btn button:first-child {
    margin-bottom: 15px
}

@media(max-width:960px) {
    html.public body.auth .authorization-section .password-result {
        padding: 30px 25px
    }
}

@media(max-width:480px) {
    html.public body.auth .authorization-section .password-result {
        padding: 25px 15px
    }
}

@media(max-width:960px) {
    html.public body.auth .authorization-section {
        padding: 50px 0
    }
}

html.public body.auth.light-theme .authorization-section {
    background: url(../../external/img/bg/light/grid.png) 50% repeat;
    background-size: 55px
}

html.public body.auth.light-theme .authorization-section .title-form p {
    color: #162125
}

html.public body.auth.light-theme .authorization-section .input-group label {
    color: #69d2b2
}

html.public body.auth.light-theme .authorization-section .input-group input {
    font-family: SF-UI-Display-Medium;
    color: #162125;
    background-color: #fff;
    border: 1px solid #a9c4db
}

html.public body.auth.light-theme .authorization-section .input-group.invalid .error {
    display: block
}

html.public body.auth.light-theme .authorization-section .input-group.invalid input {
    border-color: #e74c3c
}

html.public body.auth.light-theme .authorization-section .input-group.disabled input {
    border-color: #233d3b
}

html.public body.auth.light-theme .authorization-section .input-group.valid input {
    border-color: #69d2b2
}

html.public body.auth.light-theme .authorization-section .check-group label {
    font-family: SF-UI-Display-Medium;
    color: #162125
}

html.public body.auth.light-theme .authorization-section .authorization .login {
    border-color: rgba(110, 212, 179, .5)
}

html.public body.auth.light-theme .authorization-section .authorization .login:after,
html.public body.auth.light-theme .authorization-section .authorization .login:before {
    border-color: #6ed4b3
}

html.public body.auth.light-theme .authorization-section .authorization .registration {
    border-color: rgba(110, 212, 179, .5);
    background-color: rgba(229, 240, 249, .3)
}

html.public body.auth.light-theme .authorization-section .authorization .registration:after,
html.public body.auth.light-theme .authorization-section .authorization .registration:before {
    border-color: #6ed4b3
}

html.public body.auth.light-theme .authorization-section .forgot-password {
    border-color: rgba(110, 212, 179, .5)
}

html.public body.auth.light-theme .authorization-section .forgot-password:after,
html.public body.auth.light-theme .authorization-section .forgot-password:before {
    border-color: #6ed4b3
}

html.public body.auth.light-theme .authorization-section .password-result {
    border-color: rgba(110, 212, 179, .5)
}

html.public body.auth.light-theme .authorization-section .password-result:after,
html.public body.auth.light-theme .authorization-section .password-result:before {
    border-color: #6ed4b3
}