body {
    display: flex;
    flex-flow: column nowrap;
    width: 100vw;
    height: 100vh;
}

body .content-wrap {
   flex-grow: 1;
   overflow: auto;
}

body .content-wrap .row {
    height: 100%;
}

body footer {
    flex-shrink: 0;
    height: 50px;
}

body {
    margin: 0;
    font-family: 'Museo Sans Cyrl 300', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    background-color: #f9f9f9;
    overflow: auto;
}

h2,
h1 {
    font-family: 'Museo Sans Cyrl 900', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 20px;
    margin-top: 0;
}

.text-orange {
    color: #f29100;
}

.text-green {
    color: #06ef10;
}

.fs-15 {
    font-size: 15px;
}

.login-wrap h2, h2.title {
    font-size: 22px;
    margin-top: 0;
    position: relative;
    color: #004188;
    margin-bottom: 20px;
    padding-left: 10px;
}

    .login-wrap h2::before, h2.title::before {
        content: '';
        position: absolute;
        width: 2px;
        top: 2px;
        bottom: 2px;
        left: 0;
        background-color: #f7941e;
    }

.dark-blue {
    color: #014e95 !important;
}

ul {
    list-style: none;
    margin: 0;
}

.hidden {
    display: none !important;
}

.block-with-centered-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.block-with-centered-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .65rem 2rem;
    font-size: 0.85rem;
}

.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: 1rem;
}

.inline-btn {
    text-decoration: underline;
    cursor: pointer;
}

.btn-orange {
    background-color: #f29100;
    color: #FFF;
}

.btn-blue {
    background-color: #0076be;
    color: #fff;
}

.btn-cancel {
    background: transparent;
    border: 0;
    color: #007bff;
}

.login-item {
    font-size: 16px;
}

.promo_block {
    background-color: #FFF;
    height: 100vh;
    width: 50%;
}

.content-block {
    width: 50%;
}

@media (max-width: 1000px) {
    .promo_block {
        width: 100%;
        height: 160px !important;
    }

    .content-block {
        width: 100%;
        height: auto !important;
    }

    .login-block, .singUp-block {
        width: 100% !important;
        height: auto !important;
    }
}

.img-block,
.logo-block {
    width: 50%;
    margin: 0;
    float: left;
    height: 100%;
    position: relative;
}

.img-block {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background: url(/images/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .img-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 69, 126, 0.8);
        z-index: -1;
    }

@media (max-width: 1000px) {
    .logo-block {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 80px;
        z-index: 1000;
    }

    .img-block {
        position: absolute;
        width: 100%;
        height: 80px;
        top: 80px;
        left: 0;
        z-index: 1000;
    }

    .logo-img {
        position: relative;
        top: 0;
        left: 0;
        max-height: 80px;
    }

        .logo-img img {
            height: 75px;
            padding: 10px;
        }
}

.form-control {
    border-radius: 0rem;
}

.login-block h2::before {
    content: '';
    position: absolute;
    width: 2px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background-color: #f7941e;
}

@media (max-width: 400px) {
    .btn.btn-login {
        min-width: 80%;
    }

    .btn.btn-register {
        min-width: 80%;
    }

    h2.title {
        font-size: 17px;
    }
    .css-treeview  {
        width:320px;
    }
}

.content-block {
    height: 100vh;
}

.bloc-off {
    display: none;
}

.login-block, .singUp-block {
    width: 50%;
    height: 100vh;
}

header {
    width: 100vw;
}

#slide_bar {
    width: 100px;
    height: 100px;
    background: red;
    -webkit-transition-property: width;
    /* Safari */
    -webkit-transition-duration: 5s;
    /* Safari */
    -webkit-transition-delay: 2s;
    /* Safari */
    transition-property: width;
    transition-duration: 5s;
    transition-delay: 2s;
}

#slide_lft:hover {
    left: 250px;
}

.main-header {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 12px;
}

    .main-header .logo {
        height: 100%;
    }

        .main-header .logo img {
            height: 100%;
            width: auto;
        }

    .main-header .tools {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

        .main-header .tools .lang {
            display: flex;
            margin: 0 20px 0 0;
            padding: 0;
        }

            .main-header .tools .lang li {
                height: 16px;
                width: 24px;
                border: none;
                margin: 0 5px 0 0;
            }

                .main-header .tools .lang li img {
                    display: block;
                    height: 100%;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                }

            .main-header .tools .lang .login-enter {
                display: flex;
                width: 96px;
                height: 24px;
            }

                .main-header .tools .lang .login-enter .login-item {
                    color: #004188;
                }

.navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    background-image: linear-gradient(#004188, #00a8e2);
    height: 48px;
    margin: 0;
}

    .navbar .menu-item {
        margin: 0 5px 0 0;
        color: white;
    }

.login-wrap {
    width: 100%;
    padding-right: 12px;
    max-width: 30em;
    overflow: auto;
}

.nav-item {
    min-width: 30%;
}

.Language-item.right {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dfe1f0;
}

.Language .Language-item.active {
    color: #33b6b1 !important;
    cursor: pointer;
}


/*loader*/
.loader-container {
    position: fixed;
    background-color: rgba(46, 46, 46, 0.78);
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.loader {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.loader .line {
    border-radius: 50%;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*animation: rot 2s infinite;*/
}

.loader .lineBlue {
    border-color: #17345e;
    width: 120px;
    height: 120px;
    animation: rot 2s infinite;
}

.loader .lineWhite {
    border-color: #fff;
    width: 100px;
    height: 100px;
    animation: rot 3s infinite;
}

.loader .lineOrange {
    border-color: #f29100;
    width: 80px;
    height: 80px;
    animation: rot 4s infinite;
}

.loader .lineLogo {
    border: none;
    background-image: url(/images/PHC_logo_small.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    animation: none;
}

@keyframes rot {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(-180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.error-page {
    height: 100%;
    min-height: 80vh;
}

.Error-title {
    font-size: 22px;
    margin-top: 0;
    position: relative;
    color: #004188;
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: 'Museo Sans Cyrl 900', sans-serif;
    text-transform: uppercase;
}

.btn-lite-blue {
    background-color: #00a8e2 !important;
    color: #fff !important;
}

.error-page  .btn.btn-sm {
    padding: .5rem 1rem;
    font-size: .64rem;
}

.error-page {
    display:flex;
    justify-content:center;
    align-items:center;
}

.small-card {
    width: 100%;
    margin: auto;
    max-width: 600px;
}

.login-form label {
    margin-bottom: 0;
}

.account-title {
    font-family: 'Museo Sans Cyrl 700';
    font-weight: normal;
}