

/* Start:/local/templates/pravo/components/bitrix/main.register/.default/style.css?17019563783898*/
.form_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    overflow-y: auto !important;
    white-space: normal;
}
.form_modal.active {
    display: grid;
}

.form_container {
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 100%;
    background: var(--white);
    box-shadow: 0px 3px 5px rgba(80, 100, 108, 0.15);
    overflow: hidden;
}
.form_left_col {
    background: url(/local/templates/pravo/components/bitrix/main.register/.default/images/form_bg_full.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: left;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.form_left_col:before {
    content: "";
    background: rgba(22, 144, 193, 0.44);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.form_left_col_top {
    display: flex;
    position: relative;
}
.form_left_col_top .company_logo {
    margin: 0 7px 0 0;
}
.form_left_col_top .company_logo svg {
    max-width: 50px;
    height: auto;
}
.form_left_col_top .company_logo path {
    fill: white;
    fill-opacity: 1;
}
.form_left_col_top .company_slogan {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}
.form_left_col_middle {
    flex: 1;
}
.form_left_col_bottom {
    position: relative;
}
.form_left_col_bottom .social_sidebar_group ul li,
.form_left_col_bottom .social_sidebar_group ul li a {
    color: var(--white);
}
.form_left_col_bottom .social_sidebar_group ul li a path {
    fill: var(--white);
}
.form_left_col_bottom .modal_view {
    background: var(--white);
}
.form_left_col_bottom .modal_view path {
    fill: #8ABFD5;
}

.form_right_col {
    text-align: left;
    padding: 0 0 30px;
}
.form_close_container {
    text-align: right;
    padding: 17px 17px 0 0;
    margin-bottom: 37px;
}
.form_close {
    display: inline-flex;
    cursor: pointer;
}
.form_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    text-transform: capitalize;
    margin: 0 0 48px;
    padding: 0 30px 0 0;
}
.form_right_col form {
    padding: 0 30px 0 0;
    text-align: left;
}
.form_field {

}
.form_field label {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    margin: 0 0 8px;
}
.form_field input {
    padding: 7px 8px 7px 16px;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--color-local-grey);
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
}

.form_button_container .btn {
    text-transform: uppercase;
}
.form_button_container input[type=submit] {
    border: 1px solid var(--color-secondary);
}
.form_button_container input[type=submit]:disabled {
    opacity: 1;
    background: var(--color-local-grey) !important;
}

.main-user-consent-request {
    margin: 0 0 28px;
}
.field_info_text {
    font-size: 14px;
    line-height: 19px;
}
.field_info_text span {
    color: var(--color-secondary);
}
.form_button_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 50px;
}
.form_footer {
    padding: 0 30px 0 0;
    text-align: left;
}
.form_footer_text {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-local-stroke-grey);
    display: inline-block;
    margin: 0 16px 0 0;
}
.form_footer a {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
}


.form_modal::-webkit-scrollbar {
    width: 8px;
}
.form_modal::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #4c4c4c 0%, #2d2d2d 85%, #313131 90%);
}
.form_modal::-webkit-scrollbar-track {
    background: rgba(50,50,50,0.6);
}
/* End */
/* /local/templates/pravo/components/bitrix/main.register/.default/style.css?17019563783898 */
