

/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17586605164539*/
:root {
    --color-gray: #9e9e9e;
    --color-green: rgb(33, 157, 145);
    --color-light: #a7bfd9;
}

.logform {
    min-height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.logform > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.logform__wrap > form {
    max-width: 380px;
    margin: 0 auto;
}

.logform > div {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}
.logform > div > form > p > span {
    color: var(--color-light);
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
}
.logform > div > form > p > span:hover {
    text-decoration: none;
}
.logform > div > form > p > span svg {
    height: 18px;
    width: 18px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.logform > div > form div.logform__field-wrap {
    position: relative;
}

.logform > div > form div > input {
    box-sizing: border-box;
    max-width: 380px;
    width: 100%;
    padding: 10px 12px 10px 18px;
    border: 1px solid #1664ab;
    border-radius: 6px;
    background: white;
    display: inline-block;
    height: unset;
    min-height: auto;
    font-size: 15px;
    line-height: 1;
    outline: none;
}
.logform > div > form div.req-field > input + span {
    color: red;
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 24px;
}

.logform > div > form div > label {
    display: inline-block;
    cursor: pointer;
    color: white;
    padding-left: 26px;
    position: relative;
}
.logform > div > form div > label > input {
    height: 0;
    width: 0;
    display: none;
}
.logform > div > form div > label > span {
    display: flex;
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}
.logform > div > form div > label > input:checked + span {
    background: white;
}
.logform > div > form div > label > span svg {
    height: 16px;
    width: 16px;
    display: none;
}
.logform > div > form div > label > input:checked + span svg {
    display: block;
}

.logform > div > form div > button {
    background: #1664ab;
    color: white;
    border: 1px solid white;
    border-radius: 6px;
    padding: 10px 30px;
    width: max-content;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
}
.logform > div > form div > button:hover {
    background: white;
    color: #222;
}

.logform__text {
    color: #7f92a6;
    margin-top: 80px;
    font-size: 14px;
}

.logform__message {
    padding: 20px 15px;
    border-radius: 8px;
    max-width: 640px;
    margin: 0 auto 30px auto;
    font-size: 18px;
    font-weight: 600;
}
.logform__message--success {
    color: var(--color-green);
    border: 1px solid var(--color-green);
    background: #abf3ab1c;
}
.logform__message--error {
    color: rgb(213 91 90);
    border: 1px solid var(--color-green);
    background: #d55b5a1f;
}

.logform__top {
    position: relative;
}
.logform__top > h5 {
    color: white;
    font-size: 17px;
    font-weight: 600;
}

#logform__reg__back,
#logform__recovercy__back {
    position: absolute;
    top: -4px;
    left: 0;
    cursor: pointer;
    display: inline-block;
}
#logform__reg__back svg,
#logform__recovercy__back svg {
    width: 26px;
    height: 26px;
    color: whitesmoke;
}

form#logform__reg {
    max-width: 800px;
}

.logform-grid {
    display: flex;
    gap: 60px;
}
.logform-grid > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logform > div > form div > select {
    box-sizing: border-box;
    max-width: 380px;
    width: 100%;
    padding: 10px 12px 10px 18px;
    border: 1px solid #1664ab;
    border-radius: 6px;
    background: white;
    display: inline-block;
    height: unset;
    min-height: auto;
    font-size: 15px;
    line-height: 1;
    outline: none;
}
.logform > div > form div.req-field > select + span {
    color: red;
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 24px;
}

.logform__final-alert {
    border: 2px solid whitesmoke;
    border-radius: 15px;
    padding: 30px 15px;
    background: #2766ab;
    color: whitesmoke;
    font-size: 23px;
    line-height: 28px;
    max-width: 500px;
    margin: 0 auto;
}
/* End */


/* Start:/local/components/ibrae/form.request_access/templates/ars/style.css?1758824793169*/
.f-input .error{display: none;}
.f-input.f-error .error{display:block;}
.f-input.f-error .form-value, .f-input.f-error .form-value + span.oferta{border:2px solid red;}
/* End */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17586605164539 */
/* /local/components/ibrae/form.request_access/templates/ars/style.css?1758824793169 */
