

/* Start:/bitrix/templates/main/components/bitrix/menu/top_menu/style.css?165268664071*/
.c-header__navigation .sub-menu__inner ul li {
	padding-right:10px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.register/.default/style.min.css?1652686638442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/bitrix/templates/.default/components/bitrix/main.register/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/bitrix/templates/.default/components/bitrix/main.register/.default/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.auth.form/.default/style.css?16526866383996*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}

#login_form div {
    position: relative;
}

#login_form div span {
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/icons.png)no-repeat;
    position: absolute;
    top: 15px;
    right: 45px;
    z-index: 1;
}

#login_form .checkboxes {
    max-width: 165px;
    display: block;
    margin: 0 auto;
}

#login_form .user span {
    background-position: -113px 0;
}

#login_form .pass span {
    background-position: -53px 0;
}

#login_form_pop_up {
    max-width: 500px;
    height: 90vh;
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
}

#login_form_pop_up h3,
#form_register_pop_up h3{
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
}

#login_form_pop_up>p {
    padding: 10px 0;
}

#login_form_pop_up a.box-close,
#form_register_pop_up a.box-close{
    top: 0;
    right: 0;
}

#login_form_pop_up .btn,
#form_register_pop_up .btn{
    width: 89%;
    max-width: 480px;
    display: block;
    margin: 0 auto 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    background-color: #ff7f18;
}

#login_form_pop_up .btn:hover,
#form_register_pop_up .btn:hover{
    color: #ff7f18;
    background-color: #fff;
}

#login_form_pop_up .rights {
    width: 85%;
    display: block;
    margin: 0 auto;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

#login_form_pop_up .rights a {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #5c5c5c;
    text-decoration: underline;
    transition: 0.3s;
}

#login_form_pop_up .rights a:hover {
    color: #ff7f18;
}

#login_form_pop_up input[type="text"],
#login_form_pop_up input[type="password"],
#form_register_pop_up input[type="mail"]{
    display: block;
    width: 80%;
    margin: 10px auto;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    position: relative;
    padding: 5px 20px;
}

#login_form_pop_up input::-webkit-input-placeholder {
    color: #dddddd;
}

#login_form_pop_up input::-webkit-input-placeholder::-moz-placeholder {
    color: #dddddd;
}

#login_form_pop_up input::-webkit-input-placeholder:-moz-placeholder {
    color: #dddddd;
}

#login_form_pop_up input::-webkit-input-placeholder:-ms-input-placeholder {
    color: #dddddd;
}

#login_form_pop_up .share_btn .fb {
    background: url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/FB_1.png)no-repeat center;
}

#login_form_pop_up .share_btn .tw {
    background: url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/Tw_1.png)no-repeat center;
}

#login_form_pop_up .share_btn .vk {
    background: url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/Vk_1.png)no-repeat center;
}

#login_form_pop_up .share_btn .gp {
    background: url(/bitrix/templates/.default/components/bitrix/system.auth.form/.default/images/G+_1.png)no-repeat center;
}

#login_form_pop_up a {
    display: block;
    margin: 0 auto;
}

#login_form_pop_up .share_btn {
    justify-content: space-evenly;
}

#login_form_pop_up .share_btn div {
    width: 92px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#login_form_pop_up h3 {
    display: block;
    margin: 20px auto 20px;
}

#login_form_pop_up a {
    padding: 10px 0;
    text-decoration: underline;
}

#login_form .check {
    padding: 20px 0 20px 10px;
}

#login_form .check:before {
    top: 20px;
}

#form_ok_pop_up h3 {
    color: #1b1b1b;
    font-size: 15px;
    padding: 60px 0;
}

@media screen and (max-width: 450px) {
    #login_form div span {
        right: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?17499862453077*/
.new-icon::before {
    content: "";
    width: 1em;
    height: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1em;
}

/* Telegram */
.new-icon-tg {
    font-size: 13px;
}
.new-icon-tg:before {
    width: 1.2em;
    background-image: url("/bitrix/templates/main/tpl/dist/assets/img/tpl-icons/tg.svg");
}
a:hover .new-icon-tg:before, .new-icon-tg--white:before {
    background-image: url("/bitrix/templates/main/tpl/dist/assets/img/tpl-icons/tg--white.svg");
}
/* Ok.ru */
.new-icon-odn {
    font-size: 16px;
}
.new-icon-odn:before {
    background-image: url("/bitrix/templates/main/tpl/dist/assets/img/tpl-icons/odn.svg?r=1");
}
a:hover .new-icon-odn:before, .new-icon-odn--white:before {
    background-image: url("/bitrix/templates/main/tpl/dist/assets/img/tpl-icons/odn--white.svg");
}
.social_all .odn {
    background-image: url("/bitrix/templates/main/tpl/dist/assets/img/tpl-icons/odn--white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.social_all .odn:hover {
    background-image: url("/bitrix/templates/main/tpl/dist/assets/img/tpl-icons/odn--orange.svg");
}

/* new-user-fields */

#register_email .form-fields__wrapper,
#register_form_3 .form-fields__wrapper {
    max-height: 300px;
    overflow-y: scroll;
}

#register_form_3 .form-fields__wrapper::-webkit-scrollbar,
#register_email .form-fields__wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#register_form_3 .form-fields__wrapper::-webkit-scrollbar-thumb,
#register_email .form-fields__wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/*#register_form_3 .new-user-fields {*/
/*    width: px;*/
/*}*/
#register_form_3 .new-user-fields input[type="text"] {
    margin: 0 0 10px 0;
    width: 400px;
}

#register_form_3 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.notice-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    color: #000000;
    width: auto;
    height: auto;
    z-index: 99998;
    text-align: center;
    min-width: 540px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.13);
    border-radius: 14px;
    padding: 20px 10px;
    transform: translate(-50%, -50%);
}

.notice-form__btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.notice-form__btn {
    width: 49%;
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid #3f4393;
    background-color: #3f4393;
    color: #fff;
}

.notice-form__btn:hover {
    color: #fff;
    text-decoration: underline;
}

.notice-form__btn--later {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border-color: #ed592a;
    background-color: #ed592a;
}

.c-section__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-form__select {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.c-form__select-label {
    margin: 0;
}

.c-form__select-content {
    margin-bottom: 15px;
}

/* End */
/* /bitrix/templates/main/components/bitrix/menu/top_menu/style.css?165268664071 */
/* /bitrix/templates/.default/components/bitrix/main.register/.default/style.min.css?1652686638442 */
/* /bitrix/templates/.default/components/bitrix/system.auth.form/.default/style.css?16526866383996 */
/* /bitrix/templates/main/template_styles.css?17499862453077 */
