/* REGISTER POPUP BEGIN */
.register-popup .notice {
    text-align: left;
    font-size: 11px;
    line-height: 12px;
    margin: 4px 0 12px 7px;
    color: #b90909;
}
.register-popup .btn_close {
    right: 10px;
}
.register-popup .modal_window {
    width: 400px;
    min-height: 240px !important;
    top: -300px;
    padding: 30px;
}
.register-popup .bg_fon {
    opacity: 0;
}
.register-popup .register-popup-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
.register-popup .register-popup-title-separator {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00BAE9;
}
.register-popup .register-popup-text {
    text-align: center;
}

.register-popup .register-popup-input-text {
    margin-bottom: 4px;
}
.register-popup .register-popup-required-fields {
    margin-top: 10px;
    color: #FAA85F;
}
.register-popup .register-popup-submit {
    margin-top: 30px;
}
.register-popup .register-popup-login-link {
    margin-top: 10px;
}
/* REGISTER POPUP END */

/* SOCIAL REGISTER POPUP BEGIN */
.social-register-popup .btn_close {
    right: 10px;
}
.social-register-popup .modal_window {
    width: 400px;
    min-height: 240px !important;
    top: -300px;
    padding: 30px;
}
.social-register-popup .bg_fon {
    opacity: 0;
}
.social-register-popup .social-register-popup-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
.social-register-popup .social-register-popup-title-separator {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00BAE9;
}
.social-register-popup .social-register-popup-text {
    text-align: center;
}

.social-register-popup .social-register-popup-input-text {
    margin-bottom: 4px;
}
.social-register-popup .social-register-popup-required-fields {
    margin-top: 10px;
    color: #FAA85F;
}
.social-register-popup .social-register-popup-submit {
    margin-top: 30px;
}
.social-register-popup .social-register-popup-login-link {
    margin-top: 10px;
}
/* SOCIAL REGISTER POPUP END */

/* LOGIN POPUP BEGIN */
.login-popup .btn_close {
    right: 10px;
}
.login-popup .modal_window {
    width: 400px;
    min-height: 240px !important;
    top: -300px;
    padding: 30px;
}
.login-popup .bg_fon {
    opacity: 0;
}
.login-popup .login-popup-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
.login-popup .login-popup-title-separator {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00BAE9;
}
.login-popup .login-popup-text {
    text-align: center;
}

.login-popup .login-popup-input-text {
    margin-bottom: 4px;
}
.login-popup .login-popup-checkbox-text {
    margin-top: 10px;
    text-align: left;
}
.login-popup .login-popup-required-fields {
    margin-top: 10px;
    color: #FAA85F;
}
.login-popup .login-popup-submit {
    margin-top: 30px;
    line-height: inherit !important;
}
.login-popup .login-popup-register-link {
    margin-top: 10px;
    line-height: inherit !important;
}

.login-popup .login-popup-forgot-password-link {
    text-align: left;
    margin-top: 10px;
}
.login-popup .login-popup-forgot-password-link a {
    text-decoration: none;
}
/* LOGIN POPUP END */

/* FORGOT PASSWORD BEGIN */
.forgot-password-popup .btn_close {
    right: 10px;
}
.forgot-password-popup .modal_window {
    width: 400px;
    min-height: 240px !important;
    top: -300px;
    padding: 30px;
}
.forgot-password-popup .bg_fon {
    opacity: 0;
}
.forgot-password-popup .forgot-password-popup-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
.forgot-password-popup .forgot-password-popup-title-separator {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00BAE9;
}
.forgot-password-popup .forgot-password-popup-text {
    text-align: center;
}

.forgot-password-popup .forgot-password-popup-input-text {
    margin-bottom: 4px;
}
.forgot-password-popup .forgot-password-popup-required-fields {
    margin-top: 10px;
    color: #FAA85F;
}
.forgot-password-popup .forgot-password-popup-submit {
    margin-top: 30px;
}
/* FORGOT PASSWORD END */

/* PROFILE SUB MENU BEGIN */
.topbar .has_submenu {
    z-index: 1002;
}

.has_submenu li .sub-menu-items-count {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #018bc8;
    font-weight: 600;

    -webkit-transition: color .7s ease;

    transition: color .7s ease;
}

.has_submenu li.current .sub-menu-items-count,
.has_submenu li:hover .sub-menu-items-count{
    color: #fff;

    -webkit-transition: color .2s ease;

    transition: color .2s ease;
}

.has_submenu li .sub-menu-not-completed-items-count {
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;

    -webkit-transition: color .7s ease;

    transition: color .7s ease;
}

.has_submenu li .sub-menu-not-completed-items-count span {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    top: 7px;
    border: 1px solid red;
    line-height: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: red;
}

.has_submenu li.current .sub-menu-not-completed-items-count,
.has_submenu li:hover .sub-menu-not-completed-items-count {
    color: #fff;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
/* PROFILE SUB MENU END */




