.topic__heading #pagetitle {
    display:none;
}
#navigation {
    text-align: left;
}
.page-top>div:last-of-type {
    padding: 15px 0 10px;
}
.top-text.top-text--auth,
#ajax_auth,
#registraion-page-form .form_body,
#registraion-page-form .form_footer,
.forgotpasswd-page .form,
.forgotpasswd-page .alert-success{
    width: 22rem;
    margin: 0 auto;
}
.forgotpasswd-page .alert-success {
    background: #fff;
    color: #333;
    border-color: #9f358b;
    line-height: 18px;
    padding: 26px;
    margin-top: 30px;
}
.forgotpasswd-page  .top-text {
    margin: 0 0 1.66rem 0;
}
.forgotpasswd-page .form_footer .form_footer__bottom {
    display: block;
}
.forgotpasswd-page .line-block__item {
    width: 100%;
    display: block;
}
.forgotpasswd-page  .top-text h5{
    margin-bottom: 5px;
}
.forgotpasswd-page .btn.btn-default {
    width: 100%;
    text-transform: none;
    font-size: 14px;
    padding: 12px 21px 11px;
}
.forgotpasswd-page  .top-text p {
    margin: 0;
    color: #999;
    font-size: 14px;
    margin-bottom: 0px;
}
.top-text.top-text--auth h5 {
    margin-bottom: 5px;
}
.top-text.top-text--auth p {
    color:#999;
}
.auth-page .forgot {
    color: #999;
    text-transform: none;
    font-size: 13px;
    /* margin: 0 0 8px 0; */
    letter-spacing: normal;
    line-height: 22px;

}
#main .onoff input[type="checkbox"] + label {
    color: #000;
    font-size: 13px;
}
.auth-page .buttons {
    margin-top: 15px;
}
.line-block {
    margin: 0;
}
.line-block--24-vertical>.line-block__item {
    padding-top: 0;
    padding-bottom: 20px;
}
.auth-page .btn.btn-default {
    width: 100%;
    font-size: 14px;
    padding: 12px 21px 11px;
    text-transform: none;
}
.auth-page .forgot.entry-sms {
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    text-align: center;
    margin: 15px 0 25px;
    float: none;
    display: block;
    margin-left: auto;
    color: #9f358b;
}
.content-divider span {
    background: #fff;
    color: #999;
    padding: 0 10px;
}
.content-divider>span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    z-index: -1;
}
.content-divider {
    text-align: center;
    position: relative;
    z-index: 1;
    color:#999;
    text-align: center;
    margin-bottom: 1.25rem;
}
.btn.btn-transparent-border-color {
    padding: 12px 21px 11px;
    width: 100%;
    margin-bottom: 1.25rem;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
}
.pk-page .form-control {
    margin: 0 auto 15px;
}

#main .onoff input[type="checkbox"] + label {
    font-size: 11px;
    padding-left: 43px;
}
.line-block.form_footer__bottom {
    margin: 0;

}
.line-block>.line-block__item {
    width: 100%;
    padding: 0;
}
.line-block>.line-block__item .btn.btn-default {
    width: 100%;
    padding: 12px 21px 11px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 15px;
}


@media screen and (max-width: 500px){
    .top-text.top-text--auth, #ajax_auth,
    #registraion-page-form .form_footer,
    .forgotpasswd-page .form,
    .forgotpasswd-page .alert-success{
        width: 20rem;
    }

}
/* стили для регистрации только на странице аворизации*/

.auth-page-content {
    min-height: 730px;
}
.auth-page-content .close.jqmClose {
    display: none;
}
.auth-page-content #registraion-page-form .form_body {
    width: 100%;
    max-width: 500px;
}
.auth-page-content .registraion-page {
    max-width: 700px;
    margin: 0 auto;
}
.auth-page-content #registration-stage {
    left: 6px;
}
.auth-page-content #registraion-page-form h5 {
    margin: 5px 35px 30px 35px;
}