@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');

body {
    color: #000;
    min-width: 400px;
    font-family: Roboto, sans-serif !important;
} 
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    outline: none;
}
header {
    margin-bottom: 2rem;
}
header .navbar {
    background: #4B6ED2;
    padding: 0;
}
header.main-head .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    transition: .3s;
    padding: 1rem 1rem;
    display: inline-block;
}
header.main-head .navbar-nav .nav-link:hover,
header.main-head .navbar-nav .nav-link:focus,
header.main-head .navbar-nav .nav-link:active {
    background: #2e5bdb;
}
header.main-head .navbar-nav .nav-link.active {
    background: #2e5bdb;
}
header.main-head .navbar-nav .nav-link svg {
    width: 24px;
    position: relative;
    top: -3px;
}
.main-title {
    margin: 2rem 0;
}
.main-title img {
    width: 180px;
    display: inline-block;
}
.main-title__wrap {
    display: flex;
}
.main-title__desc {
    padding-top: 3.5rem;
    margin-left: 2rem;
}
.main-title__desc h1 {
    display: block;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #1e1e1e;
    margin-bottom: .5rem;
}
.login__wrap-row {
    min-height: 600px;
}
.login-button {
    color: #4b6ed2;
    background: #fff;
    text-decoration: none;
    padding: .5rem 0;
    text-align: center;
    display: inline-block;
    border-radius: .5rem;
    font-size: .9rem;
    transition: .3s;
    width: 100%;
    margin-top: 1rem;
    border: 2px solid #4b6ed2;
    font-weight: 600;
}
.login-button svg {
    width: 16px;
    margin-right: .2rem;
    position: relative;
    top: -2px;
    transition: .3s;
}
.login-button:hover,
.login-button:active,
.login-button:focus {
    background: #4665bf;
    color: #fff;
}
.login-button:hover svg,
.login-button:active svg,
.login-button:focus svg {
    fill: #fff;
}
/*----------header---------------*/

/*----------header-end--------------*/
/*----------content--------------*/
#toTop {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: .9rem;
    position: fixed;
    bottom: 3rem;
    right: 5rem;
    cursor: pointer;
    display: none;
    font-size: 15px;
    opacity: .9;
    z-index: 20;
    background: #0090FF;
    border-radius: 50%;
}
#toTop img {
    width: 100%;
    margin-top: -4px;
}
#toTop:hover {
    opacity: 1;
}
.message {
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: fixed;
    z-index: 20;
    min-width: 200px;
    right: 20px;
    top: 20px;
    min-height: 50px;
    border-left: 40px solid transparent;
    background-color: #fff;
    display: none;
}
.message:after {
    font-family: 'Glyphicons Halflings';
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.message > span {
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
    width: 100%;
    display: block;
    padding: 3px 10px;
    font-size: 12px;
    color: #666;
}
.message-body {
    padding: 15px 20px;
    display: block;
}
.message-success {
    border-color: #4CAF50;
}
.message-error {
    border-color: #FF5722;
}
.message-info {
    border-color: #00BCD4;
}
.message svg {
    color: #fff;
    fill: #fff;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 30px;
}
/*login form*/
.success-wrap {
    text-align: center;
}
.success-block {
    border: 4px solid #dff0d4;
    color: #349837;
    display: inline-block;
    font-size: 23px;
    padding: 1.5rem 3rem;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: .5rem;
}
.success__button {
    color: #4b6ed2;
    background: #fff;
    text-decoration: none;
    padding: .5rem 1rem;
    text-align: center;
    display: inline-block;
    border-radius: .5rem;
    font-size: .9rem;
    transition: .3s;
    margin-top: 1rem;
    border: 2px solid #4b6ed2;
    font-weight: 600;
}
.success__button svg {
    width: 16px;
    margin-right: 0.2rem;
    position: relative;
    top: -2px;
    transition: .3s;
}
.login-block {
    margin-top: 0;
    color: #555;
    width: 100%;
}
.login-block > span {
    text-align: left;
    color: #000;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
}
.checkbox-login {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
.login-form__alert {
    margin-bottom: 1rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 32px;
    background: #F8D7DA;
    border-radius: .2rem;
    padding: 0 1rem;
}
.checkbox-login > label{
    font-weight: 400;
}
.login-form-wrap {
    text-align: left;
}
.login-form-wrap input[type="text"],
.login-form-wrap input[type="password"] {
    margin-bottom: 1.3rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}
.login-form-wrap form button {
    background-color: #2856F6;
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .8rem .5rem;
    border-radius: 4px;
    display: block;
    width: 100%;
}
.wrong-value {
    border-color: #F55A52;
}
.user-menu-wrapper {
    padding: 0;
}
.user-menu-wrapper h4{
    margin-left: 1rem;
}
.user-menu-canvas {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3rem;
}
.user-menu-canvas a {
    padding: 2rem 1rem;
    font-size: 2rem;
    text-align: left;
    font-weight: 600;
    color: #000;
}
.user-menu-canvas a:hover,
.user-menu-canvas a:active,
.user-menu-canvas a:focus {
    background: #00A2FF;
    color: #fff;
    text-decoration: none;
}
.user-menu-canvas a i {
    margin-right: 1rem;
}
.user-menu__line {
    margin: 0;
    list-style: none;
    padding: 0;
}
.user-menu__line button {
    color: #fff;
    font-size: 1rem;
    transition: .3s;
    padding: 1rem 1rem;
    display: inline-block;
    background: initial;
    border: none;
}
.user-menu__line button:hover,
.user-menu__line button:active,
.user-menu__line button:focus {
    background: #2e5bdb;
}
.user-menu__line button.dropdown-toggle::after {
    margin-left: .5rem;
}
.user-menu__line button span {
    text-transform: uppercase;
}
.user-menu__line button svg {
    width: 25px;
    position: relative;
    top: -1px;
    margin-right: .3rem;
}
.user-menu__line .dropdown-menu {
    padding: 0;
    margin-top: .2rem;
}
.user-menu__line .dropdown-item {
    padding: .7rem 1rem;
}
/*login form end*/
/*registration form*/
.registration-block {
    margin-top: 0;
    padding: 15px;
    color: #555;
    width: 100%;
    display: none;    
}
.registration-form-wrap .registration-form__title {
    text-align: left;
    color: #000;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
}
.registration-form-code__alert,
.registration-form__alert {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}
.registration-form-wrap {
    text-align: left;
}
.registration-form-wrap input[type="text"] {
    margin-bottom: 1.3rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}
.registration-form-wrap form button {
    background-color: #2856F6;
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .8rem .5rem;
    border-radius: 4px;
    display: block;
    width: 100%;
}
.registration-form-wrap form .registration-form-code__back {
    background: initial;
    color: #666;
    font-size: 1.5rem;
    padding: .5rem;
    display: inline-block;
    width: auto;
    margin-left: -0.5rem;
}
.registration-oferta-access {
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    position: relative;
    padding-left: 22px;
    margin-top: 1rem;
}
.registration-oferta-access a {
    color: #000;
}
.registration-oferta-access:before {
    content: '';
    border-right: 2px solid #2856F6;
    border-bottom: 2px solid #2856F6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 11px;
    left: 5px;
    top: 2px;
}
#registration-form-code {
    display: none;
}
.registration-form-code__email {
    font-weight: bold;
}
/*registration form end*/
/*recover form*/
.recover-block {
    margin-top: 0;
    padding: 15px;
    color: #555;
    width: 100%;
    display: none;    
}
.recover-form-wrap .recover-form__title {
    text-align: left;
    color: #000;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
}
.recover-form-code__alert,
.recover-form__alert {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}
.recover-form-wrap {
    text-align: left;
}
.recover-form-wrap input[type="text"] {
    margin-bottom: 1.3rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}
.recover-form-wrap form button {
    background-color: #2856F6;
    border: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: .8rem .5rem;
    border-radius: 4px;
    display: block;
    width: 100%;
}
.recover-form-wrap form .recover-form-code__back {
    background: initial;
    color: #666;
    font-size: 1.5rem;
    padding: .5rem;
    display: inline-block;
    width: auto;
    margin-left: -0.5rem;
}
.recover-oferta-access {
    font-size: 14px;
    line-height: 20px;
    color: #8b8b8b;
    position: relative;
    padding-left: 22px;
    margin-top: 1rem;
}
.recover-oferta-access a {
    color: #000;
}
.recover-oferta-access:before {
    content: '';
    border-right: 2px solid #2856F6;
    border-bottom: 2px solid #2856F6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 11px;
    left: 5px;
    top: 2px;
}
#recover-form-code {
    display: none;
}
.recover-form-code__email {
    font-weight: bold;
}
#tab_form_recover {
    padding: .5rem 0;
    display: block;
    font-size: 1.1rem;
    text-decoration: none;
    margin-top: .5rem;
}
/*recover form end*/
.notfound_block_cover {
    min-height: 400px;
    padding-top: 8rem;
    font-size: 1.3rem;
}
.notfound_block {
    font-size: 2rem;
}
.promo-content {
    padding-top: 5rem;
}
.promo-content svg {
    width: 100%;
}
.promo-content h1 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
}
.promo {
    background: #f2f6ff;
    padding: 1.7rem 1.4rem;
    border-radius: 1.5rem;
}
.promo h2 {
    font-size: 1.4rem;
}
.promo ul {
    list-style: none;
}
.promo p {
    margin-top: 0;
    margin-bottom: .3rem;
    color: #163385;
}
.promo__login {
    background: #f2f6ff;
    padding: 1.7rem 1.4rem;
    border-radius: 1.5rem;
}
.promo__login h2 {
    font-size: 1.4rem;
}
.promo__login ul {
    list-style: none;
}
.promo__login p {
    margin-top: 0;
    margin-bottom: .3rem;
    color: #163385;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb a {
    color: #333;
    text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
    text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active a {
    color: #5a5a5a;
}
.breadcrumb .breadcrumb-item {
    padding-left: 0;
}
.breadcrumb .breadcrumb-item svg {
    width: 21px;
    margin-top: -5px;
    margin-right: .3rem;
}
.breadcrumb .breadcrumb-item::before {
    padding-right: .3rem;
    padding-left: .3rem;
    color: #d1d1d1;
    font-size: .8rem;
    margin-top: 3px;
}
.cabinet {
    min-height: 70vh;
}

.cabinet__menu .nav-link {
    border-radius: .5rem;
    color: #664497;
    font-size: .9rem;
    margin-bottom: .5rem;
    transition: .3s;
    background: #DDE4F1;
}
.cabinet__menu .nav-link.active {
    background: #CBD1DD;
    color: #664497;
    text-decoration: underline;
}
.cabinet__menu .nav-link:hover,
.cabinet__menu .nav-link:active,
.cabinet__menu .nav-link:focus {
    background: #CBD1DD;
    color: #664497;
    text-decoration: underline;
}
.breadcrumb {
    margin-bottom: 2rem;
    background: #EEF4FF;
    padding: 1rem;
    border-radius: .2rem;
}
.static-page__content {
    min-height: 70vh;
}
.static-page__content h1 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.cabinet__settings .form-label {
    font-size: .9rem;
    margin-bottom: .5rem;
}
.cabinet__settings .form-control {
    margin-bottom: 1rem;
    transition: .3s;
}
.title_cabinet {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    color: #4C4C7B;
}
.cabinet__info-item {
    display: block;
    color: #5D5E6C;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}
.cabinet__info-item svg {
    width: 25px;
    margin-right: .8rem;
    fill: #979CC9;
}
.cabinet__info-user {
    text-transform: uppercase;
}
.cabinet__link-form {
    text-align: center;
    margin: 4rem 0 5rem 0;
}
.cabinet__link-form a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #333B8A;
    text-decoration: none;
    font-size: .9rem;
    padding: .5rem 2rem;
    border-radius: .3rem;
}
.cabinet__link-form a:hover,
.cabinet__link-form a:active,
.cabinet__link-form a:focus {
    background: #2D3479;
    color: #fff;
}
.cabinet__help a {
    display: inline-block;
    text-transform: uppercase;
    color: #664497;
    background: #DDE4F1;
    text-decoration: none;
    font-size: .9rem;
    padding: 1rem 2rem;
    border-radius: .3rem;
}
.cabinet__help a:hover,
.cabinet__help a:active,
.cabinet__help a:focus {
    background: #CBD1DD;
    color: #664497;
}
.cabinet__help a svg {
    width: 24px;
    margin-right: .5rem;
    margin-top: -5px;
}
.footer__copy {
    font-size: .8rem;
    color: #fff;
}
.footer__copy a {
    color: #fff;
}
.add-statistics-data-button svg {
    width: 20px;
}
.table .statistics-data-table-cell {
    background: #fff;
}
.filter-list {
    margin-bottom: 1rem;
    display: none;
}
.filter-spinner {
    display: none;
}
.filter-list-organization {
    margin-bottom: 1rem;
}






/*----------content-end--------------*/
/*----------footer--------------*/
footer .section-footer {
    background: #4b6ed2;
    border-radius: 1.8rem;
    padding: 1.8rem 1.5rem;
    margin: 5rem 0 1rem 0;
    color: #fff;
}
footer .section-footer h4 {
    font-size: 1.3rem;
}
.footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__menu ul li a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    margin-bottom: .5rem;
    display: block;
}
.footer__menu ul li a:hover,
.footer__menu ul li a:focus,
.footer__menu ul li a:active {
    opacity: .8;
    text-decoration: underline;
}
.footer__brand {
    display: block;
    margin-bottom: 1.5rem;
    color: #fff;
    text-decoration: none;
}
.footer__brand img {
    width: 40px;
    display: inline-block;
    float: left;
    margin: 0 .5rem 0 0;
}
.footer__brand div {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;    
}
.footer__brand span {
    font-size: .8rem;
    line-height: 2;    
}
.footer__brand:hover,
.footer__brand:focus,
.footer__brand:active {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
.footer__copy {
    font-size: .8rem;
    margin: 0;
}
/*----------footer-end--------------*/ 
@media only screen and (max-width : 576px){
   
}