

/* Start:/local/templates/onlineSeminars/components/bitrix/main.register/online-seminars/style.css?17800564923765*/
.reg__error{
    color: #f8485e;
    margin: 0 0 10px 0;
}

.reg__title{
    font-size: 28px;
    line-height: 28px;
    margin: 20px 0 40px 0;
}

.reg__label{
    display: block;
    margin: 0 0 10px 0;
    word-wrap: break-word;
}
input[type="text"],
.reg__text-input,
.reg__password-input,
#registration-form select{
    font-family: "DINpro", sans-serif;
    width: 288px;
    height: 48px;
    border: 1px solid #bbbbbb;
    font-size: 16px;
    padding: 0 16px 0 16px;
    margin: 0 0 30px 0;
    outline: none;
}
input[type="text"]:hover,
.reg__text-input:hover,
.reg__password-input:hover,
#registration-form select:hover{
    border-color: #e87722;
}
input[type="text"]:focus,
.reg__text-input:focus,
.reg__password-input:focus,
#registration-form select:focus{
    border-color: #e87722;
}
input[type="text"]:active,
.reg__text-input:active,
.reg__password-input:active,
#registration-form select:active{
    border-color: #001489;
}

#registration-form select{
    display: inline-block;
    width: auto;
    min-width: 288px;
    box-shadow: none;
}
#registration-form select[multiple="multiple"]{
    height: unset;
    min-height: 48px;
}
@media (max-width: 500px) {
    #registration-form select[multiple="multiple"]{
        width: 100%;
    }
}
@media (max-width: 425px) {
    #registration-form select,
    #registration-form select[multiple="multiple"]{
        width: 288px;
    }
}

.reg__captcha-img{
    margin: 0 0 10px 0;
}

/*Кнопка формы входа*/
.reg__button {
    width: 288px;
    min-height: 48px;
    background-color: #e87722;
    border: none;
    border-radius: 6px;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 15px 5px 15px;
    word-wrap: break-word;
}
.reg__button:hover {
    background-color: #f57a25;
}
.reg__button:focus {
    background-color: #ff8026;
}
.reg__button:active {
    background-color: #001489;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Стили чекбокса <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.option {
    display: block;
    margin-bottom: 0.5em;
}

/* Check */
.reg__check {
    padding-left: 1.5em;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 26px 0;
    word-wrap: break-word;
}
.reg__check-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.reg__check-box {
    position: absolute;
    margin-top: 0.2em;
    margin-left: -1.5em;
    overflow: hidden;
    border-radius: 0.05em;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #bbbbbb;
}

/* Checked */
.reg__check-input:checked + .reg__check-box {
    background-color: #e87722;
    background-image: url(/local/templates/onlineSeminars/components/bitrix/system.auth.form/online-seminars/images/check_white.svg);
    border: 1px solid #e87722;
}

/* Focused */
.reg__check-input:focus + .reg__check-box {
    border: 1px solid #e87722;
}
.reg__check-input:hover + .reg__check-box {
    border: 1px solid #e87722;
}
.reg__check-input:active + .reg__check-box {
    border: 1px solid #001489;
}

/* Disabled */
.reg__check-input:disabled + .reg__check-box {
    background-color: #bbbbbb;
}
.reg__check-input:checked:disabled + .reg__check-box {
    background-color: #bbbbbb;
}

/* END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Стили чекбокса <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.reg__help{
    margin: 0 auto 10px auto;
    max-width: 500px;
    min-width: 300px;
    font-size: 16px;
}

.reg__attention{
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
/* End */
/* /local/templates/onlineSeminars/components/bitrix/main.register/online-seminars/style.css?17800564923765 */
