

/* Start:/local/templates/hr/template_styles.css?17587905783829*/
body .reg-auth {
    display: none;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.form {
    background: var(--color-first);
    border-radius: 16px;
    box-shadow: 0 6px 12px -6px rgba(9, 18, 31, .05);
    padding: 24px;
    width: 480px;
}
body .reg-auth .form {
    margin: 15% auto;
    position: relative;
}
.form__title {
    color: var(--color-second);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 24px;
}
.js_popup_user_close {
    position: absolute;
    top: 21px;
    color: #000;
    right: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.form__field {
    margin-bottom: 16px;
}
.form__input {
    position: relative;
}
.input {
    background: var(--color-first);
    border: 1px solid rgba(var(--color-tenth--rgb), .1);
    border-radius: 8px;
    color: var(--color-tenth);
    display: block;
    font-size: 15px;
    line-height: 1.33;
    padding: 10px 12px;
    width: 100%;
}
.privacy input, .personal input {
    display: none;
}
.privacy label, .personal label {
    color: var(--color-second);
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: block;
}
.privacy a, .personal a {
    color: var(--color-third);
    text-decoration: underline;
}

.privacy label:after, .personal label:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/images/check_false.svg) no-repeat 50% 50%;
}
.privacy input:checked + label:after, .personal input:checked + label:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    background: url(/images/check_true.svg) no-repeat 50% 50%;
}
.popup-block__field.error input {
    border-color: red;
}
.form__btn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--color-third);
    border-radius: 8px;
    color: var(--color-first);
    font-size: 15px;
    line-height: 1;
    padding: 13px 16px;
    position: relative;
    text-align: center;
    width: 100%;
}

.cooky{
    position: fixed;
    right: 120px;
    bottom: 160px;
    padding: 24px;
    background-color: #00504E;
    border-radius: 16px;
    z-index: 100;
}
.cooky p{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 24px;
}
.cooky span{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
}
.cooky span a{
    color: #fff;
}
.cooky > a{
    width: 100%;
    height: 40;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    gap: 8px;
    color: #212121;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 24px;
    background-color: #fff;
    display: block;
    text-align: center;
}
.main-content .banner__desc{
    max-width: 986px;
}
.main-content .banner__title{
    display: block;
}
.main-content .banner__title span{
    position: relative;
    bottom: 30px;
    margin-left: 0px;
}
@media (max-width: 500px){
    .cooky{
        right: 16px;
        left: 16px;
        z-index: 100;
        bottom: 16px;
    }
    .cooky p{
        font-size: 17px;
    }
    .cooky span{
        font-size: 13px;
    }
    .cooky br{
        display: none;
    }
}
/* End */
/* /local/templates/hr/template_styles.css?17587905783829 */
