

/* Start:/local/templates/komerpoliv/components/bitrix/main.auth.form/flat/style.css?17779227594282*/
/* Авторизация*/

.auth_content {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    border-radius: var(--radius1);
}

font.errortext {
    color: var(--c5);
}

font.notetext {
    color: #353535;
}

.auth-page-container{
	margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_forms {
	padding: 30px;
    box-shadow: var(--shadow1);
    border-radius: var(--radius1);
    background: var(--c9);
}

.user_forms_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.user_forms_mess {
    background: #f6f6f6;
    padding: 20px;
    border-radius: var(--radius1) var(--radius1) 0px 0px;
    margin-bottom: 20px;
    border-bottom: var(--border_dashed);
}

.user_forms_alert {
    color: red;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.user_forms_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.user_forms_item label {
    margin-bottom: 5px;
    color: #666666;
}

.user_forms_item input {
    width: 100%;
    background-color: var(--c5);
    border-radius: 10px;
    padding-left: 15px !important;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0;
}

.user_forms_store {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.user_forms_store input {
    width: 18px;
    height: 18px;
    border: solid 1px rgba(53, 53, 53, 0.3);
    margin-right: 15px;
}

.user_forms_store span {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
	margin-left:30px;
}

.user_forms_store label {
    display: flex;
    align-items: center;
    color: #666666;
}

.user_forms_submit {
    margin-bottom: 40px;
    display: flex;
    align-items: center;

}

.user_forms_submit input {
    margin-top: 0;
    border: none;
}

.submit_button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background: var(--c7);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: var(--radius2);
}

.user_forms_submit a {
    text-decoration: none;
    color: var(--c1);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    display: none;
}

.registration p {
    max-width: 300px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.registration a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--c7);
}

.take_login button {
    width: 220px;
    height: 50px;
    margin-top: 20px;
    border-radius: 10px;
    background: var(--c2);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0;
    margin-right: 40px;
}

.take_login a {
    color: var(--c7);
}

.take_login img {
    width: 24px;
    margin-top: 10px;
    margin-bottom: -5px;
    margin-right: 5px;
}

.password-input-wrapper {
    position: relative;
}

.password-input-wrapper button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
}

.password-toggle svg {
    display: block;
    color: #666;
    transition: color 0.2s;
}

.password-toggle:hover svg {
    color: #333;
}

.eye-closed {
    display: none;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    min-width: 300px;
    min-height: 200px;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}
/* End */


/* Start:/local/templates/komerpoliv/components/bitrix/form.result.new/dostup/style.css?17778232992434*/
.form-required {
    color: var(--c4);
}

.input_form {
    padding: 5px 20px;
    margin-bottom: 20px;
    color: var(--c4);
    background-color: var(--c5);
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
}

.input_form::placeholder {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--c4);
    opacity: 60%;
}

.alarm_input {
    border-bottom: red;
}

.soglasie {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
	margin-bottom:20px;
}


.soglasie label {
    opacity: 60%;
    position: absolute;
    left: 30px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
}

.input-file {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    text-align: left;
    height: 40px;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 200px;
    border-radius: 6px 0px 0 6px;
    border: 1px solid #ddd;
}

.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: rgb(255 255 255);
    line-height: 22px;
    height: 40px;
    padding: 20px 0px;
    box-sizing: border-box;
    border-bottom: solid 1px white;
    margin: 0;
    transition: background-color 0.2s;
    width: 100%;
    text-align: left;
    opacity: 0.7;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}


.form_button {
    width: 100%;
    height: 50px;
    background: var(--c7);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;
}

.soglasie a {
    font-size: 13px;
    color: var(--c4);
    line-height: 1.5;
    font-weight: 400;
}

.soglasie p {
    font-size: 13px;
    color: var(--c4);
    margin-left: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0px;
    text-align: left !important;
}


.soglasie label {
    display: none;
}


/* Focus */
.input-file input[type=file]:focus + .input-file-btn {

}

/* Hover/active */
.input-file:hover .input-file-btn {
    color: #ffffff;
}

.input-file:active .input-file-btn {
    color: #ffffff;
}

/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
    background-color: #eee;
}
/* End */
/* /local/templates/komerpoliv/components/bitrix/main.auth.form/flat/style.css?17779227594282 */
/* /local/templates/komerpoliv/components/bitrix/form.result.new/dostup/style.css?17778232992434 */
