

/* Start:/local/templates/procuracies_v1/components/procuracy/auth/.default/style.css?17599558153475*/
/* COMMON */
.auth-form {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 0;
}
.auth-form>.container>.row>* {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 14px rgba(32, 57, 131, .04);
    border-radius: 2px;
    border: 1px solid #ededed;
}
.auth-form .section-header {
    font-weight: 800;
    font-size: 32px;
    color: #203983;
    margin-bottom: 55px;
}
.auth-form .auth-block-wrap {
    font-size: 14px;
}
.warning-message-wrap .message-text {
    color: red;
}

/* START */
.auth-form .auth-type-row  {
    margin: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.auth-form .auth-type-row:hover {

}
.auth-form .auth-type-row:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
section.auth-form .auth-type-row a {
    font-weight: 500;
    color: #203983;
    font-size: 14px;
}

/* ESIA */
.auth-form .go-esia-wrap {
    font-size: 14px;
}
.auth-form .go-esia-wrap .esia-link {
    background: none;
    cursor: pointer;
    color: #4062C4;
}
.auth-form .go-esia-wrap .esia-link:hover {
    text-decoration: underline;
}
.auth-form .esia-error-wrap {
    margin-bottom: 32px;
}
.auth-form .esia-error-wrap .error-row {
    color: red;
}
.auth-form .esia-try {
    margin-top: 24px;
}
.auth-form .esia-try a {
    margin-right: 24px;
    color: #4062C4;
}
.auth-form .esia-try a:hover {
    text-decoration: underline;
}





.auth-form .esia-list-wrap {

}
.auth-form .esia-list-wrap .list-title {
    font-weight: 500;
    margin-bottom: 16px;
}
.auth-form .esia-list-wrap .list-content {

}
.auth-form .esia-list-wrap .list-content .auth-item {
    position: relative;
    background: #f5f5f7;
    border-radius: 2px;
    margin-bottom: 8px;
    padding: 10px 20px 10px 35px;
    cursor: pointer;
}
.auth-form .esia-list-wrap .list-content .auth-item:not(.disabled):before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #203983;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 8px;
}
.auth-form .esia-list-wrap .list-content .auth-item.disabled {
    cursor: default;
    opacity: 0.8;
}
.auth-form .esia-list-wrap .list-content .auth-item:not(.disabled):hover {
    background: #ededef
}
.auth-form .esia-list-wrap .list-content .auth-item:not(.disabled):hover:before {
    border-width: 3px
}
.auth-form .esia-list-wrap .list-content .auth-item .item-type {
    color: #203983;
    font-weight: 500;
}
.auth-form .esia-list-wrap .list-content .auth-item .item-desc {
    font-size: 12px;
    color: #848484;
    line-height: 14px;
    margin-top: 6px;
}
.auth-form .esia-list-wrap .list-content .auth-item .item-desc .error {
    color: red;
    margin-bottom: 8px;
}
.auth-form .change-esia-link-wrap {
    margin-top: 16px;
    color: #4062C4;
}
.auth-form .change-esia-link-wrap:hover {
    text-decoration: underline;
}

.auth-form .esia-change-wrap {
    margin-bottom: 16px;
}
.auth-form .esia-change-wrap a {
    color: #4062C4;
}
.auth-form .esia-change-wrap a:hover {
    text-decoration: underline;
}

/* REGULAR */
.auth-form .auth-block-wrap .bx-auth-title,
.auth-form .auth-block-wrap .bx-auth-note,
.auth-form .auth-block-wrap .bx-auth-serv-icons
{
    display: none;
}
.auth-form .auth-block-wrap .bx-auth-table {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.auth-form .auth-block-wrap .authorize-submit-cell .btn {
    width: 100%;
}
/* End */
/* /local/templates/procuracies_v1/components/procuracy/auth/.default/style.css?17599558153475 */
