﻿.main_header .header_controls .header_lang_wrapper button:focus, .main_header .top_menu li a:active{outline:0}
a{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
a:focus{outline:0}
abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dl, dt, em, embed, fieldset, figcaption, figure, form, header, hgroup, html, i, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section{display:block}
body{line-height:1;font-family:MazzardH;}
ol, ul{list-style:none}
blockquote, q{quotes:none}
blockquote:after, blockquote:before{content:'';content:none}
q:after, q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: "MazzardH";
    src: url("../fonts/roboto/MazzardH-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "MazzardH";
    src: url("../fonts/roboto/MazzardH-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

html {
    line-height: 1.5;
    font-family: "MazzardH", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#esign_login_page {
    background: url("/images/esign_login_main_new_bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 65px;
}

#esign_login_page > .header {
    background: none;
}

    #esign_login_page > .header h1,
    #esign_login_page > .header .sub-title {
        color: rgba(0, 0, 0, 0.87);
        text-align: center;
        margin: 10px 0 0 0;
    }
.container .row {
    margin-bottom: 0;
}

#esign_login_page .card-content img.mobile_id_img {
    max-width: 40px;
    max-height: 40px;
}
#esign_login_page .card-content button.mobileId-login-btn {
    background-color: #60ddd7;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    min-width: 160px !important;
}

#esign_login_page .card-content form.mobile-id {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#esign_login_page .brand-logo {
    height: 100%;
    width: 100%;
}

    #esign_login_page .brand-logo > a {
        color: #58dbd5;
        font-size: 16px;
        font-weight: bold;
    }

        #esign_login_page .brand-logo a img {
            max-width: 240px;
        }

#esign_login_page .add-account-button a.primary-color {
    color: #58dbd5;
    text-decoration: underline;
}

    #esign_login_page .top_menu_selector {
        display: none;
    }

    #esign_login_page .top_menu {
        margin-left: 55px;
    }

        #esign_login_page .top_menu,
        #esign_login_page .top_menu li,
        #esign_login_page .top_menu li a {
            height: 100%;
        }

            #esign_login_page .top_menu li a {
                font-size: 14px;
                color: rgba(0, 0, 0, 0.54);
                font-weight: normal;
                padding: 0 12px;
                display: block;
                line-height: 60px;
            }

                #esign_login_page .top_menu li a:hover {
                    background: none;
                }

    #esign_login_page .head_phone {
        display: inline-block;
        margin-left: auto;
        height: 100%;
        line-height: 60px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.54);
    }

        #esign_login_page .head_phone a {
            color: rgba(0, 0, 0, 0.54);
        }

    #esign_login_page .card .title {
        margin-bottom: 16px;
    }

#esign_login_page .sign-in-button, #esign_login_page .sign-up-button {
    color: #fff;
}

    #esign_login_page .language-menu-trigger {
        padding-left: 8px;
        padding-right: 24px;
    }

        #esign_login_page .language-menu-trigger .dropdown-button {
            color: #757575;
            padding: 8px;
            min-width: auto;
            font-size: 15px;
            font-weight: 400;
            line-height: 1;
            text-align: left;
            text-transform: initial;
            height: 100%;
        }

            #esign_login_page .language-menu-trigger .dropdown-button i {
                display: inline-block;
                height: 24px;
                font-size: 24px;
                line-height: 24px;
                vertical-align: middle;
                transition: 200ms transform ease-in;
            }

            #esign_login_page .language-menu-trigger .dropdown-button.active,
            #esign_login_page .language-menu-trigger .dropdown-button:active,
            #esign_login_page .language-menu-trigger .dropdown-button:focus {
                background-color: transparent;
            }

                #esign_login_page .language-menu-trigger .dropdown-button.active .mdi {
                    transform: rotate(180deg);
                }

#esign_login_page .phone-wrap input {
    margin-bottom: 0 !important;
}

    #esign_login_page .phone-wrap input[style] {
        padding-left: 88px !important;
        margin-left: 48px;
        width: 200px;
        height: 24px;
        padding-top: 22px;
    }

#esign_login_page .phone-wrap .iti__selected-flag {
    padding-top: 0px !important;
}

#esign_login_page .phone-wrap .iti__flag-container {
    padding-top: 25px;
}

@media screen and (max-width:992px) {
    #esign_login_page .brand-logo {
        position: relative;
    }

        #esign_login_page .brand-logo > a {
            margin: 0 auto;
        }

    #esign_login_page .top_menu_selector {
        display: block;
        width: 50px;
        height: 100%;
        background: url("/images/esign_mob_menu.svg") no-repeat center center;
        position: fixed;
        top: 0;
        left: 0;
    }

    #esign_login_page .top_menu {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        background: #fff;
        margin: 0;
        height: auto;
    }

        #esign_login_page .top_menu li {
            float: none;
            height: auto;
        }

            #esign_login_page .top_menu li a {
                padding: 0;
                width: 100%;
                height: auto;
                text-align: center;
            }

    #esign_login_page .head_phone {
        display: none;
    }

    #esign_login_page .phone-wrap input[style] {
        padding-left: 88px !important;
        margin-left: 48px;
        width: calc(100% - 9rem);
        height: 24px;
        padding-top: 22px;
    }
}

@media screen and (max-width:600px) {
    #esign_login_page > .header h1 {
        font-size: 34px
    }

    #esign_login_page > .header .sub-title {
        font-size: 24px;
    }

    #esign_login_page .top_menu {
        top: 56px;
    }

    #esign_login_page .login-page {
        display: block;
        background-color: transparent;
    }

        #esign_login_page .login-page .card {
            margin: 24px auto;
            border-radius: 2px;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12)
        }

    #esign_login_page .phone-wrap input[style] {
        padding-left: 88px !important;
        margin-left: 48px;
        width: calc(100% - 9rem);
        height: 24px;
        padding-top: 22px;
    }
}

/*login css*/

html {
    background-color: #f5f5f5;
}

body {
    background: url(../img/ssoid/lines-bg.svg) center no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
}

a {
    color: #4ea0ff;
}

.btn {
    min-width: 180px;
    padding: 0 8px;
    text-align: center;
}

    button.disabled,
    .btn.disabled {
        pointer-events: none;
    }

    .btn + .btn {
        margin-left: 16px;
    }

.input-field .prefix {
    font-size: 24px;
    width: 40px;
    font-size: 24px;
    top: 13px;
}

.input-field.disabled .prefix,
.input-field.disabled label {
    color: rgb(117, 117, 117) !important;
    opacity: 0.6
}

.file-field input[type=file] {
    max-height: 48px;
}

.enter-title {
    font-size: 15px;
    color: rgba(0,0,0,.54);
    text-align: center;

}

.login {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 16px;
    color: rgba(0,0,0,.54);
}

.live-login {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 15px;
    color: rgba(0,0,0,.54);
}

    .login .input-field .prefix {
        top: 16px;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0.1px;
        text-align: left;
        color: rgba(0, 0, 0, 0.54);
    }

input[type=text], input[type=password], input[type=email] {
    margin: 0 0 0 3rem !important;
}

.login .input-field label {
    top: auto;
    bottom: 25px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: left;
    color: rgba(0, 0, 0, 0.54);
    pointer-events: none;
}

        .login .input-field label.active {
            font-size: 12px;
            top: 12px;
            bottom: auto;
        }

.center-line {
    text-align: center;
}

.login-page .row {
    margin-bottom: 10px;
}

.login-page .card {
    width: 480px;
    margin: 24px auto;
}

.live-page .card {
    width: 200px;
    margin: 24px auto;
}

.login-page .card .card-title {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: #60ddd7;
}

    .login-page .card .card-content {
        padding: 16px 70px;
    }

.live-page .card .card-content {
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 73px;
    padding-right: 70px;
}

.live-page .card .card-content2 {
    padding-top: 26px;
    padding-bottom: 0px;
    padding-left: 45px;
    padding-right: 35px;
}

    .login-page .card .title {
        font-size: 17px;
        line-height: 2.13;
        text-align: center;
        color: rgba(0, 0, 0, 0.87);
        margin: 0
    }

    .login-page .card .sub-title {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.54);
        text-align: center;
        margin-bottom: 16px
    }


.login-page .card ul.social {
    width: 300px;
    margin: 0 auto 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; 
    /* 
    width: 300px;
    margin: 0 auto 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    justify-content: center; 
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; 
    */
}

        .login-page .card ul.social li button.btn-floating {
            width: 50px;
            height: 50px;
            color: #ffffff;
            box-shadow: none;
           
        }

        .live-page .card ul.social li button.btn-floating {
            width: 50px;
            height: 50px;
            color: #ffffff;
            box-shadow: none;
        }

        .login-page .card ul.social li button.btn-floating i {
            font-size: 2rem;
            line-height: 50px;
        }

        .live-page .card ul.social li button.btn-floating i {
            font-size: 2rem;
            line-height: 50px;
        }

        .login-page .card ul.social li .facebook {
            background-color: #3b5998;
        }

        .login-page .card ul.social li .google {
            background-color: transparent;
        }

        .login-page .card ul.social li .google img {
            width: 50px;
        }

        .login-page .card ul.social li .linkedin {
            background-color: #0077b5;
        }

        .login-page .card ul.social li .github {
            background-color: #24292e;
        }

        .login-page .card ul.social li .microsoft {
            background-color: #d9d9d9;
            width: 30px;
            vertical-align: middle;
        }

        .live-page .card ul.social li .microsoft {
            background-color: #d9d9d9;
            width: 30px;
            vertical-align: middle;
        }

        .login-page .card ul.social li .microsoft img {
            width: 30px;
            vertical-align: middle;
        }

        .live-page .card ul.social li .microsoft img {
            width: 30px;
            vertical-align: middle;
        }

        .login-page .card ul.social li .ukey {
            border: 1px solid #2196f3;
            background-color: #ffffff;
        }

        .login-page .card ul.social li .ukey img {
            width: 50px;
            vertical-align: middle;
        }




.login-page .eu-cert i {
    transform: rotate(-90deg);
}

.login-page .card .separator {
    position: relative;
    min-height: 30px;
    margin: 15px 0;
}

    .login-page .card .separator .center-line {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

        .login-page .card .separator .center-line span {
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.54);
            display: inline-block;
            padding: 10px;
            font-size: 15px;
            background-color: #ffffff;
        }

        .login-page .card .separator .center-line:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            top: 50%;
            left: 0;
            z-index: -1;
            background: rgba(0, 0, 0, 0.12);
        }

.login-page dl {
    margin-bottom: 16px;
    width: 100%;
}

    .login-page dl::after {
        content: '';
        display: table;
        clear: both;
    }

.login-page .card dt,
.login-page .card dd {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    display: block;
    float: left;
    margin: 0;
}

.login-page .card dt {
    color: rgba(0, 0, 0, 0.54);
    width: 110px;
}

.login-page .card dd {
    color: rgba(0, 0, 0, 0.87);
    width: calc(100% - 120px);
}

.login-page .card-content .error-title {
    color: #ff0000;
    margin: 16px;
}

.login-page .danger-message.error {
    color: #ff0000;
}

.login-page .input-field .btn + .btn {
    margin-right: -8px;
}

@media only screen and (max-width: 992px) {

    .row.login-title {
        margin-bottom: 0;
    }

        .row.login-title .title {
            font-size: 3rem;
        }

    .login-page .card {
        width: 460px;
    }

    .live-page .card {
        width: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .login-page {
        flex-grow: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        background-color: #fff;
    }

    .live-page {
        flex-grow: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        background-color: #fff;
    }

    .login-page .card {
        margin: 0;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }

    .live-page .card {
        margin: 0;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }

    .live-page .live-login {
        max-width: 200px;
        margin: 0 auto;
        margin-top: 24px;
        font-size: 15px;
        color: rgba(0,0,0,.54);
    }

    .login-page .card .card-content { padding: 8px 24px; }

    .live-page .card .card-content { padding: 8px 75px; }

    .restore-password, .need-help { text-align: center; }

    .login-page .card ul.social {
        width: initial;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .live-page .card ul.social {
        width: initial;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .login-page .card ul.social li {
        margin-right: 10px;
    }

    .live-page .card ul.social li {
        margin-right: 10px;
    }

    .login-page .card ul.social li:last-of-type {
        margin-right: 0;
    }

    .live-page .card ul.social li:last-of-type {
        margin-right: 0;
    }

    .login-page .card ul.social li button.btn-floating {
        width: 45px;
        height: 45px;
    }

    .live-page .card ul.social li button.btn-floating {
        width: 45px;
        height: 45px;
    }

    .login-page .card ul.social li button.btn-floating i {
        line-height: 45px;
    }

    .live-page .card ul.social li button.btn-floating i {
        line-height: 45px;
    }

    .login-page .card ul.social li .microsoft img {
        width: 25px;
    }

    .live-page .card ul.social li .microsoft img {
        width: 25px;
    }

    .login-page .card ul.social li .ukey img {
        width: 45px;
    }
}

@media only screen and (max-width: 356px) {
    .login-page .input-field .btn {
        margin: 0 0 16px;
    }
}


.ssoid-login .title-img {
    margin-bottom: -12px
}

.ssoid-login .restore-password,
.ssoid-login .need-help {
    text-align: center;
}

.ssoid-login .restore-password {
    margin-top: 16px;
}

.ssoid-login .add-account-button {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: #4ea0ff;
}
/* SPA  */
.spa-logo.service-title-container .title-img {
    margin-bottom: -12px;
}
/* UKRCHOICE */
.uc-logo.service-title-container .title-img {
    position: relative;
    max-width: 480px;
    margin: 16px auto;
    padding-left: 98px;
}

    .uc-logo.service-title-container .title-img img {
        position: absolute;
        left: 22px;
        top: 0;
        width: 58px;
    }

    .uc-logo.service-title-container .title-img h4,
    .uc-logo.service-title-container .title-img h5 {
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: rgb(0, 46, 93);
    }

    .uc-logo.service-title-container .title-img h4 {
        font-size: 24px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .uc-logo.service-title-container .title-img h5 {
        font-size: 13px;
        margin: 0;
    }

.uc-logo.service-title-container .sub-title-img {
    margin-top: 16px;
}

    .uc-logo.service-title-container .sub-title-img h5 {
        font-size: 15px;
        color: rgb(43, 69, 78);
        margin: 0 0 8px;
    }

    .uc-logo.service-title-container .sub-title-img img {
        height: 26px;
        width: auto;
    }

@media only screen and (max-width: 600px) {
    .uc-logo.service-title-container .title-img h4 {
        font-size: 16px;
    }
}

.eu-login-title {
    font-size: 15px;
    text-align: center;
    color: rgba(0, 0, 0, .87);
    margin-top: -16px;
}

.terms-page .container {
    flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 16px 0
}

.terms-page .btn-flat {
    color: rgba(0,0,0,0.54);
}

.terms-page label {
    text-align: left;
}

.terms-page .card .card-content {
    padding: 16px 40px;
}

.terms-page .card-content .card-title,
.terms-page .card-content .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 16px;
}

.terms-page .card-content .title {
    margin: 0;
}

.terms-page .card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
    .terms-page .card .card-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.footer {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

    .footer .footer-wrapper {
        border-top: none;
    }

@media only screen and (max-width: 600px) {
    .footer {
        border-top: none;
    }

        .footer .footer-wrapper {
            border-top: 1px solid rgba(0, 0, 0, .12);
        }
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background: rgba(0, 0, 0, 0.38) url('/images/sputnikoviye_snimki.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 13px !important;
    background-blend-mode: overlay;
    background-position: center;
    overflow-x: hidden;
}

a {
    color: #0366d6;
    text-decoration: none;
    font-size : 15px;
}

.btn-flat.btn-flat--disabled.btn-flat--disabled,
.btn-flat[disabled][disabled] {
    color: #757575
}


.btn-flat,
.btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    height: 32px;
    letter-spacing: 0.1px;
    text-align: center;
}

.btn-flat {
    color: rgba(0,0,0,0.54)
}

.btn {
    font-size: 14px;
}

[type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #60ddd7;
    background-color: #60ddd7;
}

.btn,
.btn:active,
.btn.active,
.btn:hover,
.btn:focus {
    background-color: #fff;
    color: #60ddd7;
}

    .btn.primary,
    .btn.primary:active,
    .btn.primary.active,
    .btn.primary:hover,
    .btn.primary:focus {
        background-color: #60ddd7;
        color: #fff;
    }

nav.om-nav {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

    nav.om-nav img {
        vertical-align: middle;
    }


    nav.om-nav .brand-logo {
        padding-left: 42px;
        line-height: 56px;
        height: 56px;
        display: flex;
    }

        nav.om-nav .brand-logo img {
            max-width: 140px;
            vertical-align: middle;
            height: auto;
        }

@media only screen and (max-width: 600px) {
    nav.om-nav .brand-logo {
        padding: 0;
    }

        nav.om-nav .brand-logo img {
            max-width: 140px;
        }
}

h1.title {
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}
.input-field {
    margin-top: 0;
}
h4.sub-title {
    font-size: 30px;
}

h2.title {
    font-size: 28px;
    color: #ffffff;
}

ul.services {
    color: #ffffff;
    max-width: 486px;
}

    ul.services li {
        position: relative;
        margin-bottom: 20px;
    }

        ul.services li .image {
            position: absolute;
        }

        ul.services li img {
            width: 72px;
            height: 72px;
            padding: 8px;
        }

        ul.services li .title-block {
            padding: 0;
            margin: 0;
            padding-left: 96px;
        }

            ul.services li .title-block .title {
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0.1px;
                color: #ffffff;
            }

        ul.services li a {
            text-decoration: none;
            color: #ffffff;
        }

        ul.services li .title-block .sub-title, ul.services li .title-block .description {
            font-size: 12px;
            letter-spacing: 0.2px;
        }

        ul.services li .title-block .sub-title {
            margin-bottom: 8px;
        }

        ul.services li .title-block .description {
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

            ul.services li .title-block .description:last-of-type {
                border: none;
            }

/*a.sign-up-button.btn {
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    color: #039be5;
}*/

.toogle-show-pw {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #9e9e9e;
    z-index: 2;
}

    .toogle-show-pw:hover {
        cursor: pointer;
        color: rgba(0, 0, 0, 0.54);
    }

    .toogle-show-pw i {
        font-size: 24px;
        display: none;
        transition: all 0.5s ease-in-out;
    }

        .toogle-show-pw i.active {
            display: block;
        }

.login-page .card {
    /*margin-top: 50px;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.danger-errors {
    margin-left: 3rem;
}

    .danger-errors .text-danger {
        color: #FF0808 !important;
        font-size: 12px;
    }

.danger-errors .text-danger.big {
    color: #FF0808 !important;
    font-size: 15px;
}

.login-box .title {
    text-align: center;
    color: #0288d1;
    margin-bottom: 35px;
    font-size: 24px;
}

.input-field .sign-in-button {
    background-color: #60ddd7;
    border-radius: 2px;
}

    .input-field .sign-in-button:hover {
        background-color: #60ddd7;
    }


#esign_login_page .sign-up-button {
  background-color: #5dbd3f;
  border-radius: 2px;
}

  #esign_login_page .sign-up-button:hover {
    background-color: #5dbd3f;
  }

.custom-color {
    color: #58dbd5 !important;
}

.waves-effect.waves-blue .waves-ripple {
    background-color: #58dbd5;
}

.btn-flat.custom {
    padding: 0 10px;
}

.input-field .prefix.active,
.input-field label.active,
input:focus + a .postfix-icon {
    color: #58dbd5 !important;
}

.input-field .prefix, .input-field label {
    color: rgba(0, 0, 0, 0.54) !important;
}

.input-field input:focus {
    border-bottom: 1px solid #58dbd5 !important;
    box-shadow: 0 1px 0 0 #58dbd5 !important;
}

/* .restore-password {
    text-align: left;
}

.need-help {
    text-align: right;
} */




a:hover {
    cursor: pointer;
}

form[action="active-mail"], form[action="restore-pass"], form[name="eu-login-form"] {
    display: none;
}

.progress-bar {
    display: none;
}

    .progress-bar .progress {
        margin-bottom: 0;
    }

form[name="eu-login-form"] .file-path-wrapper {
    padding-left: 0px;
}

#eu-sign-login {
    color: white;
}

.card-content.loading {
    pointer-events: none;
    opacity: 0.5;
}

#active-email-text, #restore-pass-text {
    display: none;
}

.active-mail-title {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 0.1px;
    text-align: center;
    color: #d50000;
    padding-bottom: 18px;
}

.restore-pass-title {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    padding-bottom: 18px;
}

.active-mail-description, .restore-pass-description {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.54);
    padding: 0px 16px 16px 16px;
}

#active-email-text, #restore-pass-text {
    text-align: center;
}

    #active-email-text .btn, #restore-pass-text .btn {
        margin-top: 24px;
        background-color: #2196f3;
    }

    #active-email-text #mail-info-text, #restore-pass-text #mail-info-text {
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: 0.1px;
        text-align: center;
        color: rgba(0, 0, 0, 0.87);
        padding-bottom: 32px;
        display: block;
    }

.active-email-description {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.54);
    display: block;
}

.input-field .prefix.active, .input-field label.active {
    color: #58dbd5 !important;
}

.input-field .prefix, .input-field label {
    color: rgba(0, 0, 0, 0.54) !important;
}

.input-field input:focus, .input-field input.valid {
    border-bottom: 1px solid #58dbd5 !important;
    box-shadow: 0 1px 0 0 #58dbd5 !important;
}

.input-field.error input:focus, .input-field.error input {
    border-bottom: 1px solid #FF0808 !important;
    box-shadow: 0 1px 0 0 #FF0808 !important;
}

.input-field.error label, .input-field.error label, .input-field.error i, .input-field.error i, .input-field.error i.active,
.input-field.error .postfix-icon {
    color: #FF0808 !important;
}

.reg-mail-provider {
    width: 100%;
}

    .reg-mail-provider .description {
        font-size: 1rem;
        text-align: center;
        padding: 1rem;
    }

}

.reg-mail-provider a {
    display: block;
}

.reg-mail-provider .img-wrapper {
    max-width: 136px;
    margin: 0 auto;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    height: 36px;
    text-align: center;
    padding: 0px;
    line-height: 36px;
}

    .reg-mail-provider .img-wrapper a {
        height: 36px;
        line-height: 35px;
    }

    .reg-mail-provider .img-wrapper img {
        vertical-align: middle;
    }

    /* layout css*/

html,
body {
    min-height: 100vh;
}

body {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    body.body-fixed,
    main {
        overflow: hidden
    }

main {
    padding-top: 64px
}



.navbar-fixed {
    height: 64px;
}

.progress {
    background-color: rgba(3, 155, 229, 0.5);
}

    .progress .indeterminate {
        background-color: #60ddd7;
    }

.sso-header {
    min-height: 64px;
    -webkit-transition: background-color .2s ease-in, -webkit-box-shadow .2s ease-in;
    -o-transition: background-color .2s ease-in, box-shadow .2s ease-in;
    -moz-transition: background-color .2s ease-in, box-shadow .2s ease-in, -moz-box-shadow .2s ease-in;
    transition: background-color .2s ease-in, box-shadow .2s ease-in;
    transition: background-color .2s ease-in, box-shadow .2s ease-in, -webkit-box-shadow .2s ease-in, -moz-box-shadow .2s ease-in;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

    .sso-header.transparent {
        background-color: transparent;
        box-shadow: none;
    }

        .sso-header.transparent .sso-header-logo {
            opacity: 0
        }

    .sso-header .brand-logo.left {
        left: auto !important;
    }

    .sso-header .sso-header-logo {
        width: 140px;
        height: auto;
        opacity: 1;
        -webkit-transition: opacity .5s ease-in;
        -o-transition: opacity .5s ease-in;
        -moz-transition: opacity .5s ease-in;
        transition: opacity .5s ease-in
    }

    .sso-header .nav-wrapper {
        padding: 0 24px 0 40px;
        height: 64px !important
    }

    .sso-header .dropdown-button {
        color: #757575;
        padding: 8px;
        min-width: auto;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;
        text-transform: initial;
        vertical-align: unset;
    }

        .sso-header .dropdown-button.active,
        .sso-header .dropdown-button:active,
        .sso-header .dropdown-button:focus {
            background-color: transparent;
        }

            .sso-header .dropdown-button.active .mdi {
                transform: rotate(180deg);
            }

    .sso-header .mdi {
        display: inline-block;
        height: 24px;
        font-size: 24px;
        line-height: 24px;
        vertical-align: middle;
        transition: 200ms transform ease-in;
    }

.section,
ul.navigation-menu li:active,
ul.navigation-menu li:hover {
    background-color: #fff
}

.section-password .section-password-items,
.services-partner .service-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

ul.navigation-menu {
    padding: 16px 0 8px;
    width: 277px !important;
    right: 16px;
    top: 50px !important;
    left: auto !important;
    box-sizing: border-box;
}

.navigation-menu li:hover,
.navigation-menu li.active,
.navigation-menu li.selected,
.navigation-menu a:hover {
    background-color: transparent;
}

ul.navigation-menu li {
    padding: 0;
    box-sizing: border-box;
    min-height: 48px;
}

.navigation-menu li > a {
    display: inline-block;
    width: 100%;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: left;
    color: rgba(0, 0, 0, 0.54);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter .1s ease-in;
    -o-transition: filter .1s ease-in;
    -moz-transition: filter .1s ease-in;
    transition: filter .1s ease-in;
    transition: filter .1s ease-in, -webkit-filter .1s ease-in
}

.navigation-menu li > span {
    padding: 0;
}

ul.navigation-menu li > a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

ul.navigation-menu li > a[disabled] {
    opacity: .4;
    pointer-events: none;
}

    ul.navigation-menu li > a[disabled]:hover {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

ul.navigation-menu li img {
    height: 16px;
    width: auto;
    vertical-align: middle;
}

ul.navigation-menu .navigation-menu-partners {
    min-height: auto;
    height: auto;
}

    ul.navigation-menu .navigation-menu-partners img {
        vertical-align: top;
    }

    ul.navigation-menu .navigation-menu-partners:nth-child(2) > a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    ul.navigation-menu .navigation-menu-partners:nth-child(2) img {
        height: 24px
    }

    ul.navigation-menu .navigation-menu-partners:nth-child(3) > a {
        padding-bottom: 24px
    }

ul.navigation-menu .navigation-menu-service > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

ul.navigation-menu .navigation-menu-service .navigation-menu-service-icon {
    height: auto;
    width: 24px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .5));
}

ul.navigation-menu .navigation-menu-service .navigation-menu-service-title {
    margin-left: 16px;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: .1px;
    color: rgba(0, 0, 0, .54)
}

.section {
    position: relative
}

.footer {
    padding: 0 40px;
    background-color: #fff;
}

    .footer .footer-wrapper {
        border-top: 1px solid rgba(0, 0, 0, .12);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .footer-logo {
        display: inline-block;
        padding: 8px 0;
        width: 140px
    }

        .footer .footer-logo img {
            width: 100%
        }

    .footer .footer-copyright {
        font-size: 12px;
        line-height: 1;
        letter-spacing: .2px;
        text-align: right;
        color: rgba(0, 0, 0, .87)
    }

@media screen and (max-width:1024px) {
    .header .nav-wrapper {
        padding: 0 8px 0 16px
    }

    .header .header-logo {
        height: 24px
    }

    .footer {
        padding: 0 16px
    }
}

@media (max-width:479px) {
    .sso-header .nav-wrapper {
        padding: 8px 16px 0;
    }

    .footer .footer-wrapper {
        height: 116px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer .footer-logo {
        padding: 0;
        margin-top: 16px;
        margin-bottom: 16px
    }
}

[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;opacity:0;pointer-events:none}[type="checkbox"]+span:not(.lever){position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[type="checkbox"]+span:not(.lever):before,[type="checkbox"]:not(.filled-in)+span:not(.lever):after{content:'';position:absolute;top:0;left:0;width:18px;height:18px;z-index:0;border:2px solid #5a5a5a;border-radius:1px;margin-top:3px;-webkit-transition:.2s;transition:.2s}[type="checkbox"]:not(.filled-in)+span:not(.lever):after{border:0;-webkit-transform:scale(0);transform:scale(0)}[type="checkbox"]:not(:checked):disabled+span:not(.lever):before{border:none;background-color:rgba(0,0,0,0.42)}[type="checkbox"].tabbed:focus+span:not(.lever):after{-webkit-transform:scale(1);transform:scale(1);border:0;border-radius:50%;-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 0 10px rgba(0,0,0,0.1);background-color:rgba(0,0,0,0.1)}[type="checkbox"]:checked+span:not(.lever):before{top:-4px;left:-5px;width:12px;height:22px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #26a69a;border-bottom:2px solid #26a69a;-webkit-transform:rotate(40deg);transform:rotate(40deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:checked:disabled+span:before{border-right:2px solid rgba(0,0,0,0.42);border-bottom:2px solid rgba(0,0,0,0.42)}[type="checkbox"]:indeterminate+span:not(.lever):before{top:-11px;left:-12px;width:10px;height:22px;border-top:none;border-left:none;border-right:2px solid #26a69a;border-bottom:none;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"]:indeterminate:disabled+span:not(.lever):before{border-right:2px solid rgba(0,0,0,0.42);background-color:transparent}[type="checkbox"].filled-in+span:not(.lever):after{border-radius:2px}[type="checkbox"].filled-in+span:not(.lever):before,[type="checkbox"].filled-in+span:not(.lever):after{content:'';left:0;position:absolute;-webkit-transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;z-index:1}[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before{width:0;height:0;border:3px solid transparent;left:6px;top:10px;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{height:20px;width:20px;background-color:transparent;border:2px solid #5a5a5a;top:0px;z-index:0}[type="checkbox"].filled-in:checked+span:not(.lever):before{top:0;left:1px;width:8px;height:13px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[type="checkbox"].filled-in:checked+span:not(.lever):after{top:0;width:20px;height:20px;border:2px solid #26a69a;background-color:#26a69a;z-index:0}[type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after{border-radius:2px;border-color:#5a5a5a;background-color:rgba(0,0,0,0.1)}[type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after{border-radius:2px;background-color:#26a69a;border-color:#26a69a}[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before{background-color:transparent;border:2px solid transparent}[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after{border-color:transparent;background-color:#949494}[type="checkbox"].filled-in:disabled:checked+span:not(.lever):before{background-color:transparent}[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after{background-color:#949494;border-color:#949494}.switch,.switch *{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch label{cursor:pointer}.switch label input[type=checkbox]{opacity:0;width:0;height:0}.switch label input[type=checkbox]:checked+.lever{background-color:#84c7c1}.switch label input[type=checkbox]:checked+.lever:before,.switch label input[type=checkbox]:checked+.lever:after{left:18px}.switch label input[type=checkbox]:checked+.lever:after{background-color:#26a69a}


/*promo styles*/
.main_header{width:100%;height:64px;position:fixed;background-color:#fff;z-index:100;top:0;left:0;border-bottom:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.main_header.header_white{background:#fff;border-bottom-color:#d8d8d8}
.main_header .header_container{width:100%;margin:0 auto}
.main_header .header_container .mob_menu{display:none}
.main_header .header_container .header_inner{width:100%}
.main_header .logo, .main_header .top_menu li{display:inline-block}
.main_header .logo.mobile_show, .main_header .top_menu li.mobile_show{display:none}
.main_header .logo{max-width:450px;display:inline-block;margin-left:40px;width:40%}
.main_header .logo img{margin-top:4px;width:65%}
.main_header .top_menu{display:block;margin-left:42px;height:64px;float:right}
.main_header .top_menu li{height:100%}
.main_header .top_menu li a{display:inline-block;font-size:15px;color:#333;padding:24px 12px 10px;text-decoration:none;transition:0.2s ease;-webkit-transition:0.2s ease;-moz-transition:0.2s ease;-ms-transition:0.2s ease;-o-transition:0.2s ease}
.main_header .top_menu li ul.hidden_menu{position:absolute;top:67px;min-width:132px}
.main_header .top_menu li ul.hidden_menu li{display:none;color:#333;background-color:#fff;width:155px}
.main_header .top_menu li ul.hidden_menu li a{color:#333;font-size:14px !important;padding:15px 0px 15px 5px}
.main_header .top_menu li ul.hidden_menu li a:hover{color:#60ddd7;cursor:pointer}
.main_header .top_menu li ul.hidden_menu li:hover{cursor:pointer;color:#60ddd7}
.main_header .top_menu li.active a{-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:3px solid #4ea0ff}
.main_header .top_menu li:hover a{color:#60ddd7;cursor:pointer}
.main_header .top_menu li:hover i.fa-caret-down{opacity:0}
.main_header .top_menu li:hover ul.hidden_menu li{display:block}
.main_header .top_menu li.mobile_hide:hover{border-bottom:3px solid #60ddd7}
.main_header .top_menu li:nth-of-type(4){cursor:pointer}
.main_header .top_menu li.header_lang .lang_menu{position:absolute;display:none;top:67px}
.main_header .top_menu li.header_lang .lang_menu li{display:block;background-color:#fff;width:127px}
.main_header .top_menu li.header_lang .lang_menu li a{color:#333;font-size:14px;padding:15px 0px 15px 5px}
.main_header .top_menu li.header_lang .lang_menu li a:hover{color:#60ddd7;cursor:pointer}
.main_header .top_menu li.header_lang .lang_menu li:hover{cursor:pointer;color:#60ddd7}
.main_header .top_menu li.header_lang:hover{border-bottom:3px solid #60ddd7}
.main_header .top_menu li.header_lang:hover ul.lang_menu{display:block}
.main_header .top_menu .telephone_number{padding:0px 20px 10px 0px}
.main_header .top_menu .login_btn:hover a{color:#fff}
.main_header .top_menu .login_btn{background-color:#60ddd7;padding-left:25px;padding-right:25px}
.main_header .top_menu .login_btn a{color:#fff}
.main_header .top_menu .login_btn:hover{background-color:#58dbd5;cursor:pointer}
.main_header .top_menu .login_btn:hover a{color:#fff}
.main_header .header_lang_mobile{display:none;position:absolute;font-size:14px;top:27px;right:25px;cursor:pointer}
.main_header .header_lang_mobile i.fa-caret-down{display:none}
.main_header .header_lang_mobile .lang_menu{position:absolute;display:none;top:25px;right:-15px;color:#333;border:1px solid #000;padding:3px;background-color:#fff}
.main_header .header_lang_mobile .lang_menu li{display:block;width:100%;padding:5px}
.main_header .header_lang_mobile .lang_menu li a{color:#333;font-size:13px}
.main_header .header_lang_mobile .lang_menu li a:hover{color:#60ddd7}
.main_header .header_lang_mobile .lang_menu li:hover{cursor:pointer;color:#60ddd7}
.main_header .header_lang_mobile a:hover{color:#60ddd7}
.main_header .header_controls{float:right;display:inline-block;height:64px;margin-right:16px;font-size:14px;color:rgba(0,0,0,0.54)}
.main_header .header_controls > div{height:64px;float:right;padding:0 12px}
.main_header .header_controls .header_phone{padding-top:24px}
.main_header .header_controls .header_login a{display:inline-block;padding-top:24px;text-decoration:none;color:rgba(0,0,0,0.54)}
.main_header .header_controls .header_lang_wrapper{position:relative}
.main_header .header_controls .header_lang_wrapper button{width:16px;height:16px;border:0;background:url(../images/lang.svg) center center no-repeat;cursor:pointer;margin-right:4px}
.main_header .header_controls .header_lang_wrapper span{display:inline-block;height:64px;line-height:64px}
.main_header .header_controls .header_lang_wrapper .lang_list{display:none;position:absolute;top:48px;right:20px;background:#fff;padding:12px 0 16px;-webkit-box-shadow:0 1px 4px 0 rgba(156,156,156,0.5);box-shadow:0 1px 4px 0 rgba(156,156,156,0.5);-webkit-border-radius:6px;border-radius:6px}
.main_header .header_controls .header_lang_wrapper .lang_list:before{content:'';display:block;position:absolute;width:16px;height:16px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:-4px;right:16px;z-index:2}
.main_header .header_controls .header_lang_wrapper .lang_list:after{content:'';display:block;position:absolute;width:16px;height:16px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:-4px;right:16px;z-index:-1;-webkit-box-shadow:0 1px 4px 0 rgba(156,156,156,0.5);box-shadow:0 1px 4px 0 rgba(156,156,156,0.5)}
.main_header .header_controls .header_lang_wrapper .lang_list .active{position:relative}
.main_header .header_controls .header_lang_wrapper .lang_list .active:before{content:'';display:block;width:8px;height:6px;border-left:2px solid #60ddd7;border-bottom:2px solid #60ddd7;position:absolute;top:11px;left:21px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.main_header .header_controls .header_lang_wrapper .lang_list a{padding:8px 20px 8px 37px;text-decoration:none;font-size:14px;color:#323c47;display:inline-block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}


@media all and (min-width:320px) and (max-width:480px){
  .main_wrapper .main_header .header_lang_mobile span {display: none}
}

@media all and (min-width:320px) and (max-width:800px){
.main_wrapper .main_header .header_container .mob_menu{display:block;border:0;position:absolute;z-index:10;top:0;left:0;width:64px;height:64px;background:url(../images/mob_menu.svg) center center no-repeat;-webkit-background-size:16px auto;background-size:16px auto}
.main_wrapper .main_header .header_container .mob_menu:focus{outline:0}
.main_wrapper .main_header .header_container .header_inner .logo{display:block;margin:0 auto;line-height:64px;width:100%;text-align:center}
.main_wrapper .main_header .header_container .header_inner .logo img{vertical-align:middle;margin-top:0;width:70%}
.main_wrapper .main_header .header_container .header_inner .top_menu{display:none;width:100%;background:#fff}
.main_wrapper .main_header .header_container .header_inner .top_menu li{display:block;text-align:center;background-color:#fff}
.main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_hide{display:none}
.main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_show{display:block}
.main_wrapper .main_header .header_container .header_inner .top_menu li a{font-size:14px}
.main_wrapper .main_header .header_container .header_inner .top_menu li.login_btn{display:none}
.main_wrapper .main_header .header_container .header_inner .top_menu ul.hidden_menu{display:none}
.main_wrapper .main_header .header_lang_mobile{display:inline-block}
}
@media all and (min-width:801px) and (max-width:1024px){
.main_wrapper .main_header .header_container .mob_menu{display:block;border:0;position:absolute;z-index:10;top:0;left:0;width:64px;height:64px;background:url(../images/mob_menu.svg) center center no-repeat;-webkit-background-size:16px auto;background-size:16px auto}
.main_wrapper .main_header .header_container .mob_menu:focus{outline:0}
.main_wrapper .main_header .header_container .header_inner .logo{display:block;margin:0 auto;line-height:64px;width:100%}
.main_wrapper .main_header .header_container .header_inner .logo img{vertical-align:middle;margin-top:0}
.main_wrapper .main_header .header_container .header_inner .top_menu{display:none;width:100%;background:#fff}
.main_wrapper .main_header .header_container .header_inner .top_menu li{display:block;text-align:center;background-color:#fff}
.main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_hide{display:none}
.main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_show{display:block}
.main_wrapper .main_header .header_container .header_inner .top_menu li.login_btn{display:none}
.main_wrapper .main_header .header_container .header_inner .top_menu ul.hidden_menu{display:none}
.main_wrapper .main_header .header_lang_mobile{display:inline-block}
}
@media all and (min-width:1025px) and (max-width:1280px){
.main_header .top_menu{margin-left:30px}
.main_header .top_menu li a{padding:24px 8px 10px}
.main_header .top_menu .login_btn{padding:0 5px}
}

button:disabled {
    background-color: #f4f8f9 !important;
    color: #a6a6a6 !important;
    cursor: default;
}


/* sign modal */


#eSignReadPrivateKeyModal {
    width: 600px;
    top: 10%;
    z-index: 10001;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 15%;
    right: calc((100% - 600px)/2);
    background-color: #fff;
    outline: none;
    left: unset!important;
    /*@include mobile{
    width: 90%;
    top: 10%;
    z-index: 23;
  }
  @include mobile-to-tablet{
    width: 90%;
    top: 10%;
    z-index: 23;
  }*/
    /*@include mobile{
      font-size: 20px;
    }*/
}

    #eSignReadPrivateKeyModal .modal-content {
        padding: 0;
    }

#eSignReadPrivateKeyModal .modal-content .modal-header:after {
    content: '';
    display: block;
    clear: both;
}

        #eSignReadPrivateKeyModal .modal-content .modal-header .modal-title {
            font-size: 22px;
        }

        #eSignReadPrivateKeyModal .modal-content input[type='password'] {
            border: 1px solid #9e9e9e;
        }
        
        @media screen and (max-width: 599px) {
            #eSignReadPrivateKeyModal {
        top: 10%;
        width: 90%;
        right: 5%;
    }

        #eSignReadPrivateKeyModal .modal-digital-signature .modal-content {
            min-height: 400px;
            overflow-y: auto;
        }

            #eSignReadPrivateKeyModal .modal-digital-signature .modal-content #keyReadModalBody {
                padding: 15px !important;
            }

                #eSignReadPrivateKeyModal .modal-digital-signature .modal-content #keyReadModalBody .existing-key .key-info, #eSignReadPrivateKeyModal .modal-digital-signature .modal-content #keyReadModalBody .existing-key .key-action {
                    width: 80%;
                    display: block;
                }

                #eSignReadPrivateKeyModal .modal-digital-signature .modal-content #keyReadModalBody .field-wrapper .field-rectangle {
                    padding: 15px !important;
                }

                    #eSignReadPrivateKeyModal .modal-digital-signature .modal-content #keyReadModalBody .field-wrapper .field-rectangle .key-data-container .clear-key {
                        display: block;
                        margin-bottom: 15px;
                        margin-left: 0 !important;
                    }
}

#eSignReadPrivateKeyModal .modal-digital-signature .progress-container .progress {
    margin: 0px 0px 10px 0px;
}

#eSignReadPrivateKeyModal .modal-digital-signature .row,
#eSignReadPrivateKeyModal .modal-digital-signature .form-group {
    margin-bottom: 0 !important;
}

#eSignReadPrivateKeyModal .modal-digital-signature input,
#eSignReadPrivateKeyModal .modal-digital-signature select,
#eSignReadPrivateKeyModal .modal-digital-signature .form-control {
    height: 1rem !important;
    padding: 7px 0 !important;
}

#eSignReadPrivateKeyModal .modal-digital-signature i[class^=icon-] {
    /*@include mobile{
    width: 20px !important;
    height: 20px !important;
  }*/
}

    #eSignReadPrivateKeyModal .modal-digital-signature i[class^=icon-].field-icon {
        width: 30px !important;
        height: 30px !important;
        margin-right: 10px !important;
        /*@include mobile{
    margin-right: 10px !important;
  }*/
    }

#eSignReadPrivateKeyModal .modal-digital-signature .modal-header {
    text-align: center;
    /*@include mobile{
    padding: 10px 0 !important;
  }*/
}

#eSignReadPrivateKeyModal .modal-digital-signature .modal-body {
    /*@include mobile {
    padding: 15px !important;
  }*/
}

#eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody {
    min-height: 145px !important;
    padding: 25px;
    /*@include mobile {
    min-height: 145px;
  }
  @include mobile-to-tablet {
    min-height: 216px;
  }*/
}

    #eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody .row,
    #eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody .form-group {
        margin-bottom: 0 !important;
    }

    #eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody input,
    #eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody select,
    #eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody .form-control {
        padding: 0 !important;
        margin-top: 4px;
        height: 24px !important;
        border-color: unset;
    }

    #eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody .field-wrapper {
        margin-bottom: 15px !important;
    }

        #eSignReadPrivateKeyModal .modal-digital-signature #keyReadModalBody .field-wrapper .field-rectangle {
            min-height: 50px !important;
            padding: 40px 15px 25px 15px;
            /*@include mobile {
    min-height: 60px !important;
    padding: 15px !important;
    padding-right: 50px !important;
    line-height: 1 !important;
  }
  .field-description {
    @include mobile {
      font-size: 13px !important;
    }
  }
  .action-buttons {
    @include mobile {
      right: 15px !important;
    }
  }*/
        }

#eSignReadPrivateKeyModal .modal-footer .btn {
    /*@include mobile{
    font-size: 12px;
  }*/
}

#eSignReadPrivateKeyModal .modal-footer .cancel {
    float: left !important;
}

#eSignReadPrivateKeyModal .modal-footer .save {
    margin-left: 10px;
}

#eSignReadPrivateKeyModal #dirPasswordDiv {
    /*@include mobile{
    margin-bottom: 0;
  }
  @include mobile-to-tablet{
    margin-bottom: 0;
  }*/
}

p.share-info {
    text-align: center;
    font-size: 14px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.error {
    color: #FF0808 !important;
    font-size: 12px !important;
    padding-left: 46px;
}

.flag-padding {
    padding-left: 47px;
}