@font-face {
    font-family: 'RobotoLight'; /* Имя шрифта */
    src: url(/fonts/Roboto-Light.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoRegular'; /* Имя шрифта */
    src: url(/fonts/Roboto-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoMedium'; /* Имя шрифта */
    src: url(/fonts/Roboto-Medium.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoBold'; /* Имя шрифта */
    src: url(/fonts/Roboto-Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoBlack'; /* Имя шрифта */
    src: url(/fonts/Roboto-Black.ttf); /* Путь к файлу со шрифтом */
}
/*base*/
body {
    font-family: 'RobotoRegular', san-serif;
    background: #f7f7f7;
}
body > .Home {
    background: #fff;
}
h1 {
    font-size: 32px;
    font-family: 'RobotoBlack', san-serif;
    color: rgb(42, 42, 42);
    line-height: 1.094;
    text-align: center;
}

hr {
    width: 50px;
    margin: 0 auto;
    background: #c00808;
    color: #c00808;
    height: 2px;
    border-color: #c00808;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

table {
    font-size: 14px;
    font-family: 'RobotoMedium', san-serif;
    color: rgb(128, 128, 128);
}
.btn {
    font-size: 16px;
    font-family: 'RobotoMedium', san-serif;
    color: rgb(255, 255, 255);
    line-height: 1.556;
    background: #c00808;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.btn:hover {
    color: #c00808;
    border-color: #c00808;
    background: #fff;
}
.btn-primary:focus, .btn-primary.focus {
    color: #c00808;
    border-color: #c00808;
    background: #fff;
    box-shadow: none !important;
    outline: 0;
}
.content {
    position: relative;
}
.mb30 {
    margin-bottom: 30px;
}
.breadcrumb {
    display: none;
}
.np {
    padding: 0;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
}
.has-success .form-control:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #000;

}
/*icon fonts*/
@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?pltl9g');
    src:  url('/fonts/icomoon.eot?pltl9g#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?pltl9g') format('truetype'),
    url('/fonts/icomoon.woff?pltl9g') format('woff'),
    url('/fonts/icomoon.svg?pltl9g#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
i:not(.fas):not(.glyphicon) {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-alarm:before {
    content: "\e900";
}
.icon-arrow-point-to-right:before {
    content: "\e901";
}
.icon-bandaid:before {
    content: "\e902";
}
.icon-cancel-button:before {
    content: "\e903";
}
.icon-chat:before {
    content: "\e904";
}
.icon-copy:before {
    content: "\e905";
}
.icon-diamond:before {
    content: "\e906";
}
.icon-eye:before {
    content: "\e907";
}
.icon-left-arrow:before {
    content: "\e908";
}
.icon-move:before {
    content: "\e909";
    color: #00ceb4;
}
.icon-next:before {
    content: "\e90a";
}
.icon-package:before {
    content: "\e90b";
}
.icon-phone-receiver:before {
    content: "\e90c";
}
.icon-pie-chart:before {
    content: "\e90d";
}
.icon-presentation:before {
    content: "\e90e";
}
.icon-safety:before {
    content: "\e90f";
}
.icon-settingss:before {
    content: "\e910";
}
.icon-settings:before {
    content: "\e911";
}
.icon-user:before {
    content: "\e912";
}
.icon-waste-can:before {
    content: "\e913";
}
/*end icon fonts*/
/*header*/
.user-info-header span {
    color: rgb(200, 200, 200);
}
.settings-li,
.user-info-header,
.callback-li {
    margin: 0px 0;
}
.callback-li {
    margin-right: 0px;
}
.callback-li a {
    font-size: 21px;
    padding: 12px 5px!important;
}
.callback-li .qty {
    font-size: 10px;
    position: absolute;
    background: #c00808;
    padding: 0px;
    border-radius: 100px;
    padding: 0px 5px;
    line-height: 16px;
    color: #fff;
    right: -5px;
    top: 0px;
}
.user-info-header {
    font-size: 14px;
    margin-right: 0px;
}
.user-info-header img {
    margin-right: 5px;
}
.settings-li i,
.callback-li {
    font-size: 18px;
    vertical-align: middle;
    color: rgb(200, 200, 200);
    cursor: pointer;
}
.settings-li i:hover,
.callback-li i:hover {
    color: #c00808;
}
.navbar-inverse .navbar-nav > .active > a {
    background: #c00808;
}
.navbar-inverse .navbar-nav > .active > a:hover {
    background: transparent;
}
.navbar-inverse {
    background: #fff;
    border-top: 5px solid #c00808;
    border-bottom: 1px solid #e8e8e8;
    padding:0px 0;
}
.Home .navbar-inverse {
    border-bottom: 5px solid #e8e8e8;
}
.wrap > .container {
    padding: 90px 15px 20px;
}
.navbar-collapse {
    text-align: center;
}
.header-title {
    font-family: 'RobotoMedium', san-serif;
    text-align: center;
    color: rgb(69, 69, 69);
    line-height: 1.333;
    font-size: 16px;
    display: inline-block;
    margin: 40px 0;
}
.navbar-nav > li > a {
    /* color: #fff !important;
     background: #c00808;
     padding: 8px 20px;
     border: 1px solid transparent;
     transition: 0.3s
     */
}
.nav li > form > button.logout {
    padding: 6px 20px;
    color: #fff;
    border: 1px solid transparent;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav li > form > button.logout:hover,
.nav li > form > button.logout:focus {
    color: #c00808 !important;
    border-color: #c00808 !important;
    outline: 0;
    box-shadow: 0;
}
.btn-success:focus, .btn-success.focus,
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-primary:focus, .btn-primary:active {
    background: #fff !important;
    color: #c00808 !important;
    border-color: #c00808 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.navbar-brand > img {
    min-width: 150px;
    min-height: 40px;
}

.navbar > .container .navbar-brand {

}
.navbar-right {
    width: auto;
}
.navbar-header {
    position: relative;
    z-index: 10;
}
.navbar-collapse {
    position: relative;
}
.dd-btn.dd-active {
    color: #c00808;
}
.dd-menu {
    position: absolute;
    right: 0px;
    top: 59px;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    display: none;
}
.dd-menu .dd-item,
.dd-menu .dd-item a {
    padding: 0;
    background: transparent;
    color: #333 !important;
    font-weight: normal;
    font-family: 'RobotoRegular', san-serif;
    font-size: 14px;
}
.dd-menu .dd-item {
    margin-bottom: 10px;
    border: 0;
    line-height: 1;
    display: inline-block;
    width: 100%;
}
.dd-menu .dd-item:last-child {
    margin-bottom: 0;
}
.dd-menu .dd-item:hover {
    color: #c41717 !important;
    border-color: transparent;
    text-decoration: none;
}
.dd-menu .dd-item:focus,
.dd-menu .dd-item:active {
    border: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    color: #333;
    text-decoration: none;
    background: transparent !important;
}
@media (min-width: 768px) {
    /*.navbar-nav > li {
        display: inline-block;
        text-align: center;
        margin-left: 10px;
    }
    .navbar-brand {
        height: 100%;
    }*/
}
@media screen and (max-width: 767px) {
    .dd-menu {
        position: static;
        display: block !important;
    }
    .user-info-header {
        margin-right: 0;
    }
    .settings-li {
        display: none !important;
    }
    .callback-li {
        display: inline-block !important;
        margin: 0;
    }
    .callback-li {
        font-size: 22px;
    }
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgb(192, 8, 8);
    border-color: rgb(192, 8, 8);
}
/*end header*/
/*footer*/
.footer {
    text-align: center;
    background: #00408c;
    color: #fff;
    height: auto;
    padding-top: 0;
}
.wrap {
    margin-bottom: 0;
}
.footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2;
}
/*end footer*/
/*home page*/
.info-block-left h3,
.info-block-left ul,
.info-block-left p {
    text-align: right;
}
.info-block-left ul li:after {
    content: '\2022';
    color: rgb(192, 8, 8);
    margin-left: 5px;
}
.info-block-right h3,
.info-block-right ul,
.info-block-right p {
    text-align: left;
}
.info-block-left hr {
    margin-right: 0;
}
.info-block-right hr {
    margin-left: 0;
}
.content,
.info-img-block,
.info-block-container,
.info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.info-block-container {
    justify-content: space-around;
    flex-direction: column;
    -webkit-box-orient: vertical;
}
.info-img-block {
    align-self: center;
}
.info-img-block {
    justify-content: center;
    -webkit-box-pack: center;
}
.info-img-block {
    width: 44%;
}
.info-block {
    width: 31%;
}
.info-block-left .img-block {
    margin-left: 10px;
}
.info-block-right .img-block {
    margin-right: 10px;
}
.text-block h3 {
    font-size: 18px;
    font-family: 'RobotoBold', san-serif;
    color: rgb(192, 8, 8);
    font-weight: bold;
    line-height: 1.273;
    margin-top: 0;
}
.info-block p {
    margin-bottom: 0;
}
.text-block {
    font-size: 14px;
    font-family: 'RobotoMedium', san-serif;
    color: rgb(42, 42, 42);
    line-height: 1.278;
    min-height: 200px;
    padding-top: 50px;
    margin-bottom: 0px!important;
}
.content-bottom {
    width: 68%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px
}
.content-bottom p {
    font-size: 18px;
    color: rgb(69, 69, 69);
    line-height: 1.333;
    text-align: center;
}
.reg-btn a {
    margin-top: 15px;
    position: relative;
    padding: 10px 25px;
}
.reg-btn a {
    color: #fff;
}
.reg-btn a:hover,
.reg-btn:hover a {
    color: #c00808;
    text-decoration: none;
}
.reg-btn i {
    font-size: 12px;
}
@media (max-width: 550px){
    .btn.reg-btn{
        font-size: 14px;
        padding: 6px 20px;
    }
}
.info-block .img-block {
    position: relative;
    padding: 10px;
}
.info-block .img-block:before {
    content: url(/img/before-element.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-block-left .top-element.img-block:after {
    content: url(/img/top-element-left.png);
    position: absolute;
    top: 60px;
    right: -130px;
}

.info-block-left .center-element.img-block:after {
    content: url(/img/center-element-left.png);
    position: absolute;
    top: 49px;
    right: -75px;
}

.info-block-left .bottom-element.img-block:after {
    content: url(/img/bottom-element-left.png);
    position: absolute;
    top: -19px;
    right: -130px;
}

.info-block-right .top-element.img-block:after {
    content: url(/img/top-element-right.png);
    position: absolute;
    top: 60px;
    left: -130px;
}

.info-block-right .center-element.img-block:after {
    content: url(/img/center-element-right.png);
    position: absolute;
    top: 49px;
    left: -75px;
}

.info-block-right .bottom-element.img-block:after {
    content: url(/img/bottom-element-right.png);
    position: absolute;
    top: -19px;
    left: -130px;
}
.mob-visible {
    display: none;
}
/*end home page*/

/*site login page*/
.site-login {
    background: #fff;
    padding: 30px 0;
    margin-top: 60px;
}
.site-login h1 {
    margin-top: 0;
    font-size: 24px;
    color: rgb(2, 1, 0);
}
.reset-pass {
    text-align: center;
}
.reset-pass a {
    color: #c00808;
}
.btn-login {
    width: 100%;
}
/*end site login page*/
/*request page*/
#solution_form .field-file input[type="file"] {
    opacity: 0;
    max-width: 100%;
}
#solution_form .field-container .field-file {
    position: relative;
    height: 40px;
}
.help-block {
    margin-top: 20px;
}
.input-container,
#request-risk_level label,
#request-self_resolved label {
    display: inline-block;
    width: 100px;
    position: relative;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
#level3 label {
    border: 1px solid #c6c6c6;
    padding: 10px;
}
#level3 label:hover {
    border-color: #c00808 !important;
    color: #fff;
    background: #c00808 !important;
    transition: 0.3s;
}
.input-container input,
#request-risk_level input,
#request-self_resolved input {
    margin: 0;
}

#level3 input {
    margin: 0 !important;
    opacity: 0;
    width: 0;
}
input[type="file"]:focus,
input[type="file"]:active {
    box-shadow: 0;
    outline: 0;
    border-color: #c00808;
}
#request-risk .input-container {
    transition: 0.3s;
}
#request-risk .input-container:hover:before,
#request-risk_level label:hover:before,
#request-self_resolved label:hover:before {
    border-color: #c00808 !important;
    color: #fff;
    background: #c00808 !important;
    transition: 0.3s;
}
#request-risk_level input[type="radio"],
#request-risk input[type="radio"],
#request-risk_level input[type="radio"],
#request-self_resolved input[type="radio"]{
    width: 100px;
    position: relative;
    height: 40px;
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
}

#request-risk_level label:nth-child(1):before,
#request-risk_level label:nth-child(2):before,
#request-risk_level label:nth-child(3):before,
#request-self_resolved label:nth-child(1):before,
#request-self_resolved label:nth-child(2):before,
.input-container.risk:before,
.input-container.no_risk:before,
#solution_form .field-container .field-file:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #c6c6c6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    cursor: pointer;
    text-align: center;
}
#request-risk #no_risk:before,
.input-container.no_risk:before{
    content: 'Ні';
}
#request-risk #risk:before,
.input-container.risk:before  {
    content: 'Так';
}
#solution_form .field-container .field-file:before {
    content: 'Оберіть файл';
    width: 200px;
}
#request-risk_level label:nth-child(1):before {
    content: 'Низький';
}
#request-risk_level label:nth-child(2):before {
    content: 'Середній';
}
#request-risk_level label:nth-child(3):before {
    content: 'Високий';
}

#request-self_resolved label:nth-child(1):before {
    content: 'Так';
}
#request-self_resolved label:nth-child(2):before  {
    content: 'Ні';
}
#level3 label {
    margin-right: 10px;
    cursor: pointer;
}
#level3 label input {
    margin-right: 5px;
}
#level3 h4 {
    text-align: center;
}
.checked:before,
#request-risk input[type="radio"]:checked:before,
#request-risk_level input[type="radio"]:checked:before,
#request-self_resolved input[type="radio"]:checked:before,
#level3 label.checked {
    border-color: #c00808 !important;
    color: #fff;
    background: #c00808 !important;
}
.request-create {
    margin-top: 10px;
    padding: 30px 0;
}
.solution-text {
    margin-bottom: 5px;
}
.field-file .btn {
    background: #fff;
    color: #c00808;
    border-color: #c00808;
}
.request-create h1 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    color: rgb(69, 69, 69);
    line-height: 1.167;
}
.field-file label{
    display: none;
}
.request-create {
    padding-top: 0;
}
#help-file-text {
    margin-bottom: 10px;
    font-size: 14px;
}
#help-file-text.error {
    color: red;
}
.field-file,
.help-block {
    margin-bottom: 20px;
}
.field-request-self_resolved {
    margin-top: 20px;
}

/*end requets page*/
/*request index page*/
.request-light-box {
    background: #fff;
    border: 1px solid #e8e8e8;
}
.request-heading {
    font-size: 20px;
    font-family: "RobotoBlack";
    color: rgb(69, 69, 69);

    padding: 20px 0px;
}
.heading-icon {
    font-size: 22px;
    vertical-align: middle;
    color: #c41717;
    margin: 0 10px 0 15px;
}
.notice-text {
    font-size: 14px;
    font-family: "RobotoLight";
    color: rgb(134, 134, 134);
    line-height: 1.5;
    padding: 0px 20px 20px;
}
.notice-text img{
    max-width:100%;
}
.points-number-container {
    height: 145px;
    position: relative;
}
.points-number {
    background: #00408c;
    border-radius: 223px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    color: #fff;
    font-size: 35px;
    font-family: "RobotoBold", san-serif;
    font-weight: bold;
}
.points-number:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 3px solid #fff;
    border-radius: 200px;
    width: 90%;
    height: 90%;
    margin: auto;
}
.bonus-list {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 0px 30px;
    height: 250px;
    overflow: hidden;
}
.bonus-list .text-right-bonus {
    float: right;
    color: #c00808;
}
.bonus-list .text-left-bonus {
    font-family: 'RobotoMedium', san-serif;
}
.bonus-list li {
    margin-bottom: 15px;
}
.bonus-list li:first-child {
    margin-top: 15px;
}
.bonus-btn {
    text-align: center;
}
.bonus-btn a {
    margin: 35px 0;
    width: 65%;
    transition: 0;
}
.bonus-points .request-light-box {

}
.statistics .request-light-box {
    height: 390px;
}
.bonus-sidebar{
    position:relative;
    top:0px;
    transition:all .3s ease-in-out;
}
.bonus-sidebar.p-fixed{
    position:fixed;
    right:0px;
    top:140px;
    transition:all .3s ease-in-out;
}
.bonus-sidebar.bonus-sidebar-filter.p-fixed{
    top:340px;
}

.bonus-list .item {
    padding: 0px 15px;
    border-bottom: 1px dashed #ddd;
}
@media (max-width: 990px){
    .bonus-sidebar.p-fixed{
        position:relative;
        top:0px;
    }
}

/*scroll*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: border-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    position: relative !important;
    top: 0;
    width: auto ;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 5px;
    top: 0;
    width: 6px;
    border-left: 1px solid #e8e8e8;
}
.scroll-element_outer {
    margin: 0 2px !important;
}
.scroll-bar {
    top: 5px;
    bottom: 5px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: transparent; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #d1d1d1; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/*end scroll*/
.bonus-list.scrollbar-inner{
    max-height: 252px;
}
.progress-bars {
    text-align: center;
    margin: 35px 0 25px;

}
.progress-container {
    display: inline-block;
}
.progress {
    height: 190px;
    width: 14px;
    background: #e8e8e8;
    margin: 0 20px;
    border-radius: 10px;
    position: relative;
}
.progress-active {
    background: #c00808;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.number-progress {
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin-top: 15px;
}
.status-progress {
    font-size: 10px;
    color: rgb(0, 0, 0);
}

.notice-text.scroll-wrapper {
    max-height: 320px;
    /*overflow: hidden !important;*/
}
.notice-text.scrollbar-inner .notice-text.scrollbar-inner{

}
.notice-text.scrollbar-inner .scroll-x {
    display: none !important;
}
.notice-text.scroll-content {
    padding: 35px 50px !important;
}
.summary,
#w0-filters {
    display: none;
}
.table-profile,
.table-profile > thead > tr > th, .table-profile > tbody > tr > th, .table-profile > tfoot > tr > th, .table-profile > thead > tr > td, .table-profile > tbody > tr > td, .table-profile > tfoot > tr > td {
    border: 0 !important;
    text-align: center;
}
thead th {
    text-align: center !important;
}
tbody tr td:nth-child(1) {
    color: rgb(203, 203, 203);
}
tbody tr td:nth-child(2) {
    text-align: left;
    font-size: 14px;
    font-family: 'RobotoRegular', san-serif;
    color: rgb(69, 69, 69);
    word-wrap:break-word;
    max-width: 240px;
    white-space: inherit;
}
tbody tr td:nth-child(2):hover {
    color: rgb(69, 69, 69);
}
tbody tr td:nth-child(6) {
    padding-right: 15px !important;
}
thead th {
    color: rgb(203, 203, 203);
}
thead a {
    font-size: 16px;
    font-family: 'RobotoBold', san-serif;
    color: rgb(203, 203, 203);
    font-weight: bold;
}
thead a:hover {
    text-decoration: none;
    color: #c00808;
}
tbody tr {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
tbody tr:last-child {
    border-bottom: 0 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}
tbody .glyphicon {
    color: #c00808;
}
.text-center {
    text-align: center;
}
.table > thead > tr > th, .table > tbody > tr > td,
.tbody  td {
    padding: 25px 8px;
}

.grid-container.scrollbar-inner {
    max-height: 500px;

}
.grid-container {

    min-height: 500px;
}
.grid-container table {
    margin-right: 5px !important;
}
.table-btn {
    margin-top: 35px;
}
.table-btn a {
    padding: 6px 40px;
}
.scroll-element_outer {
    background: #fff;
}
.table {
    margin-bottom: 0;
}
/*end request index page*/
/*request level1*/
#division,
#level1,
#level2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-pack: start;
    margin: 0 -15px;
    flex-wrap: wrap;
}
#division > li,
#level1 > li,
#level2 > li {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    border-radius: 4px;
    background: #00408c;
    color: #fff;
    font-size: 16px;
    font-family: 'RobotoRegular',san-serif;
    color: rgb(247, 247, 247);
    cursor: pointer;
    transition: 0.2s;
    margin: 0 15px 30px;
}
#level1 > li,
#level2 > li {
    height: 170px;
}
#division > li {
    width: 22.3%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    text-align: center;
}
#division li img {
    margin-bottom: 25px;
    max-width:100px;
}
#level1 > li,
#level2 > li {
    width: 14.1%;
    padding: 0px 15px;
    text-align: center;
}
#division > li:hover,
#level1 > li:hover,
#level2 > li:hover,
.li-active {
    background: #c00808 !important;
}
.request-form b,
#level1 h4,
#level2 h4,
#level3 h4   {
    font-size: 26px;
    font-family: "RobotoBlack", san-serif;
    color: rgb(69, 69, 69);
    display: block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
#level1 h4,
#level2 h4,
#level3 h4 {
    margin: 0 15px 15px;
}
.hide {
    display: none !important;
}
.request-levels {
    display: none !important;
}
.btn-back {
    position: absolute;
    left: 0;
    font-size: 17px;
    color: rgb(186, 186, 186);
    top: 7px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 99;
    display: none;
}
.btn-back-active {
    display: block !important;
}
.btn-back:before {
    content: url(/img/arrow-point-to-right.png);
    margin-right: 3px;
}
.btn-back:hover {
    opacity: 1;
    text-shadow: 0px 0px 1px rgba(186, 186, 186, 1);
}
.ieblock {
    max-width: 315px;
}
/*request level1 end*/
@media screen and ( min-width: 1700px) {
    .container {
        width: 1680px;
    }
    .ieblock {
        max-width: 435px;
    }
    .btn-back {
        font-size: 18px;
    }
    #division > li {
        font-size: 20px;
        width: 23%;

    }
    #level1 > li,
    #level2 > li {
        width: 14.88%
    }
    .request-form b,
    #level1 h4,
    #level2 h4,
    #level3 h4 {
        font-size: 32px;
    }
    table {
        font-size: 16px;
    }
    .notice-text {
        font-size: 18px;
    }
    .notice .scroll-wrapper {
        padding: 37px 50px !important;
    }
    .info-img-block {

        flex: 1;
    }
    .notice-text.scrollbar-inner {
        max-height: 315px;
    }
    .heading-icon {
        font-size: 26px;
    }
    .request-heading {
        font-size: 24px;
    }
    .info-block {
        width: 35%;
    }
    .info-block-left .img-block {
        margin-left: 20px;
    }
    .info-block-right .img-block {
        margin-right: 20px;
    }
    .text-block {
        font-size: 18px;
    }
    .text-block h3 {
        font-size: 22px;
    }
    .header-title {
        font-size: 21px;
    }
    .btn {
        font-size: 18px;
    }
    .info-block-right .center-element.img-block:after {
        content: url(/img/center-element-right-1700.png);
        position: absolute;
        top: 49px;
        left: -88px;
    }
    .info-block-left .center-element.img-block:after {
        content: url(/img/center-element-left-1700.png);
        position: absolute;
        top: 49px;
        right: -88px;
    }

    .bonus-list .text-left-bonus,
    .bonus-list .text-right-bonus {
        font-size: 18px;
    }
    .bonus-list li {
        margin-bottom: 15px;
    }
    .status-progress {
        font-size: 13px;
    }
    .progress-container {
        margin-right: 10px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
    }
    .navbar-nav > li > a {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 1200px) {
    .text-block {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .ieblock {
        max-width: 220px;
    }
    .info-img-block {
        width: 39%;
    }
    .info-block {
        width: 31%;
    }
    .info-img-block img {
        max-width: 250px;
        height: 250px;
    }
    .navbar-nav > li > a {
        padding: 8px 10px;
    }
    .status-progress {
        font-size: 9px;
    }
    .number-progress {
        font-size: 15px;
    }
    .progress {
        width: 8px;
        margin: 0 15px;
    }
    .heading-icon {
        margin: 0 10px 0 20px;
    }

    .bonus-list {
        padding: 0 15px;
    }
    #division > li {
        width: 21.9%;
    }
    #level1 > li,
    #level2 > li {
        width: 16.9%;
    }
}
@media screen and (max-width: 991px) {
    .info-block-container{
        display: block;
    }
    .ieblock {
        max-width: 100%;
    }
    .request-form b, #level1 h4, #level2 h4, #level3 h4 {
        font-size: 21px;
    }
    .info-img-block,
    .info-img-block-container {
        display: none;
    }
    .content {
        display: block;
    }
    .header-title {
        font-size: 12px;
    }
    .info-block {
        display: block;
        width: 100%;
    }
    .info-block-left .img-block:after,
    .info-block-right .img-block:after {
        display: none;
    }
    .mob-visible {
        display: initial;
    }
    .info-block-left .img-mob-view,
    .info-block-right .img-mob-view  {
        float: left;
        margin-right: 20px;
    }
    .text-block {
        margin-bottom: 25px;
        min-height: 101px;
    }
    .text-block:after {
        content: '';
        clear: both;
    }
    .info-block-left h3, .info-block-left ul, .info-block-left p {
        text-align: left;
    }
    .info-block-left hr {
        margin-right: initial;
        margin-left: 0;
    }
    .mb30 {
        margin-bottom: 0;
    }
    .request-light-box {
        margin-bottom: 20px;
    }
    .bonus-points .request-light-box, .request-index .request-light-box, .notice .request-light-box, .statistics .request-light-box {
        height: auto;
    }

    .bonus-list {
        padding: 0 30px;
    }
    .progress {
        width: 15px;
        margin: 0 auto;
    }
    .progress-container {
        width: 20%;
    }
    .status-progress {
        font-size: 15px;
    }
    .number-progress {
        font-size: 20px;
    }
    #division > li {
        width: 29.33%;
    }
    #level1 > li,
    #level2 > li {
        width: 20.99%;
    }
}
@media screen and (max-width: 767px) {
    .info-block-left h3, .info-block-left ul, .info-block-left p,
    .info-block-right h3, .info-block-right ul, .info-block-right p {
        text-align: center;
    }
    .info-block-left .img-mob-view,
    .info-block-right .img-mob-view {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
        margin-right:0px;
    }
    .info-block-left .img-mob-view,
    .info-block-right .img-mob-view  {

        margin-right: 0px;
    }
    .request-form b, #level1 h4, #level2 h4, #level3 h4 {
        font-size: 18px;
        margin-top: 10px;
        padding: 0 30px;
    }
    .header-title {
        display: none;
    }
    .request-create {
        margin-top: 0;
    }
    .text-block {
        text-align: center;
        min-height: 1px;
    }
    .info-block-left hr,
    .info-block-right hr {
        margin: 15px auto;
    }
    .content-bottom {
        width: 100%;
    }
    h1 {
        font-size: 16px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    .navbar-nav > li > a {
        background: transparent;

    }

    .navbar-nav > li > a:hover {
        border-color: transparent;
    }
    .navbar-nav {
        margin: 0.5px -15px;
    }
    .navbar-toggle {
        margin-top: 3px;
    }
    .navbar-inverse {
        padding: 15px 0 10px;
    }
    .site-login {
        padding: 30px 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .request-create {
        padding: 0;
    }
    .request-create-form {
        padding: 15px;
    }
    #request-risk input[type="radio"], #request-risk_level input[type="radio"], #request-self_resolved input[type="radio"] {
        width: 80px;
    }

    .notice .scroll-wrapper {
        padding: 20px 20px !important;
    }
    .progress-container {
        width: 23%;
    }
    .status-progress {
        font-size: 13px;
    }
    .logout,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-nav > li > a {
        background: transparent;

        text-align: center !important;
        border: 0 !important;
    }
    .logout:hover {
        border-color: transparent !important;
    }
    .table-btn {
        margin-top: 10px;
    }
    #division,
    #level1,
    #level2 {
        justify-content: space-between;
        -webkit-box-pack: justify;
        margin: 0 0;
    }
    #division > li,
    #level1 > li,
    #level2 > li {
        width: 48%;
        font-size: 12px;
        margin: 0 0px 15px;
    }
    #level1 h4,
    #level2 h4,
    #level3 h4 {
        margin: 10px 0px 15px;
    }
    .help-block {
        display: none;
    }

}
@media screen and (max-width: 330px) {
    .status-progress {
        font-size: 11px;
    }
}
/*animation*/
.info-block .top-element.img-block:after,
.info-block .bottom-element.img-block:after {
    animation: lineAn 1s ease-in 1;
    overflow: hidden;
    animation-direction: reverse;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;

}
.info-block .center-element.img-block:after {
    animation: lineAnCenter 1s ease-in 1;
    overflow: hidden;
    animation-direction: reverse;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes lineAn {
    to {
        width: 0;
        right: 0;
    }
    from {
        width: 131px;
        right: -130px;
        opacity: 1;
    }
}
@keyframes lineAnCenter {
    to {
        width: 0;
        right: 0;
    }
    from {
        width: 80px;
        right: -80px;
        opacity: 1;
    }
}
@media screen and (min-width: 1700px) {
    @keyframes lineAnCenter {
        to {
            width: 0;
            right: 0;
        }
        from {
            width: 90px;
            right: -90px;
            opacity: 1;
        }
    }
}@font-face {
    font-family: 'RobotoLight'; /* Имя шрифта */
    src: url(/fonts/Roboto-Light.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoRegular'; /* Имя шрифта */
    src: url(/fonts/Roboto-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoMedium'; /* Имя шрифта */
    src: url(/fonts/Roboto-Medium.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoBold'; /* Имя шрифта */
    src: url(/fonts/Roboto-Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'RobotoBlack'; /* Имя шрифта */
    src: url(/fonts/Roboto-Black.ttf); /* Путь к файлу со шрифтом */
}
/*base*/
body {
    font-family: 'RobotoRegular', san-serif;
    background: #f7f7f7;
}
body > .Home {
    background: #fff;
}
h1 {
    font-size: 32px;
    font-family: 'RobotoBlack', san-serif;
    color: rgb(42, 42, 42);
    line-height: 1.094;
    text-align: center;
}

hr {
    width: 50px;
    margin: 0 auto;
    background: #c00808;
    color: #c00808;
    height: 2px;
    border-color: #c00808;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

table {
    font-size: 14px;
    font-family: 'RobotoMedium', san-serif;
    color: rgb(128, 128, 128);
}
.btn {
    font-size: 16px;
    font-family: 'RobotoMedium', san-serif;
    color: rgb(255, 255, 255);
    line-height: 1.556;
    background: #c00808;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.btn:hover {
    color: #c00808;
    border-color: #c00808;
    background: #fff;
}
.btn-primary:focus, .btn-primary.focus {
    color: #c00808;
    border-color: #c00808;
    background: #fff;
    box-shadow: none !important;
    outline: 0;
}
.content {
    position: relative;
}
.mb30 {
    margin-bottom: 30px;
}
.breadcrumb {
    display: none;
}
.np {
    padding: 0;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
}
.has-success .form-control:focus,
.form-control:focus {
    box-shadow: none;
    border-color: #000;

}
/*icon fonts*/
@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?pltl9g');
    src:  url('/fonts/icomoon.eot?pltl9g#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?pltl9g') format('truetype'),
    url('/fonts/icomoon.woff?pltl9g') format('woff'),
    url('/fonts/icomoon.svg?pltl9g#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
i:not(.fas):not(.glyphicon) {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-alarm:before {
    content: "\e900";
}
.icon-arrow-point-to-right:before {
    content: "\e901";
}
.icon-bandaid:before {
    content: "\e902";
}
.icon-cancel-button:before {
    content: "\e903";
}
.icon-chat:before {
    content: "\e904";
}
.icon-copy:before {
    content: "\e905";
}
.icon-diamond:before {
    content: "\e906";
}
.icon-eye:before {
    content: "\e907";
}
.icon-left-arrow:before {
    content: "\e908";
}
.icon-move:before {
    content: "\e909";
    color: #00ceb4;
}
.icon-next:before {
    content: "\e90a";
}
.icon-package:before {
    content: "\e90b";
}
.icon-phone-receiver:before {
    content: "\e90c";
}
.icon-pie-chart:before {
    content: "\e90d";
}
.icon-presentation:before {
    content: "\e90e";
}
.icon-safety:before {
    content: "\e90f";
}
.icon-settingss:before {
    content: "\e910";
}
.icon-settings:before {
    content: "\e911";
}
.icon-user:before {
    content: "\e912";
}
.icon-waste-can:before {
    content: "\e913";
}
/*end icon fonts*/
/*header*/
.user-info-header span {
    color: rgb(200, 200, 200);
}
.settings-li,
.user-info-header {
    margin: 0px 0;
}
.user-info-header {
    font-size: 14px;
    margin-right: 0px;
}
.user-info-header img {
    margin-right: 5px;
}
.settings-li i {
    font-size: 18px;
    vertical-align: middle;
    color: rgb(200, 200, 200);
    cursor: pointer;
}
.settings-li i:hover {
    color: #c00808;
}
.navbar-inverse .navbar-nav > .active > a {
    background: #c00808;
}
.navbar-inverse .navbar-nav > .active > a:hover {
    background: transparent;
}
.navbar-inverse {
    background: #fff;
    border-top: 5px solid #c00808;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 0;
}
.Home .navbar-inverse {
    border-bottom: 5px solid #e8e8e8;
}
.wrap > .container {
    padding: 90px 15px 20px;
}
.navbar-collapse {
    text-align: center;
}
.header-title {
    font-family: 'RobotoMedium', san-serif;
    text-align: center;
    color: rgb(69, 69, 69);
    line-height: 1.333;
    font-size: 16px;
    display: inline-block;
    margin: 40px 0;
}
/*.navbar-nav > li > a {
    color: #fff !important;
    background: #c00808;
    padding: 8px 20px;
    border: 1px solid transparent;
    transition: 0.3s
}*/
.nav li > form > button.logout {
    padding: 6px 20px;
    color: #fff;
    border: 1px solid transparent;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav li > form > button.logout:hover,
.nav li > form > button.logout:focus {
    color: #c00808 !important;
    border-color: #c00808 !important;
    outline: 0;
    box-shadow: 0;
}
.btn-success:focus, .btn-success.focus,
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-primary:focus, .btn-primary:active {
    background: #fff !important;
    color: #c00808 !important;
    border-color: #c00808 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.navbar-brand > img {
    min-width: 150px;
}

.navbar > .container .navbar-brand {

}
.navbar-right {
    width: auto;
}
.navbar-header {
    position: relative;
    z-index: 10;
}
.navbar-collapse {
    position: relative;
}
.dd-btn.dd-active {
    color: #c00808;
}
.dd-menu {
    position: absolute;
    right: 0px;
    top: 90px;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    display: none;
}
.dd-menu .dd-item,
.dd-menu .dd-item a {
    padding: 0;
    background: transparent;
    color: #333 !important;
    font-weight: normal;
    font-family: 'RobotoRegular', san-serif;
    font-size: 14px;
}
.dd-menu .dd-item {
    margin-bottom: 10px;
    border: 0;
    line-height: 1;
    display: inline-block;
    width: 100%;
}
.dd-menu .dd-item:last-child {
    margin-bottom: 0;
}
.dd-menu .dd-item:hover {
    color: #c41717 !important;
    border-color: transparent;
    text-decoration: none;
}
.dd-menu .dd-item:focus,
.dd-menu .dd-item:active {
    border: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    color: #333;
    text-decoration: none;
    background: transparent !important;
}
@media (min-width: 768px) {
    /*.navbar-nav > li {
        display: inline-block;
        text-align: center;
        margin-left: 10px;
    }
    .navbar-brand {
        height: 100%;
    }*/
}
@media screen and (max-width: 767px) {
    .dd-menu {
        position: static;
        display: block !important;
    }
    /*.navbar-nav {
        display: none !important;
    }*/
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgb(192, 8, 8);
    border-color: rgb(192, 8, 8);
}
/*end header*/
/*footer*/
.footer {
    text-align: center;
    background: #00408c;
    color: #fff;
    height: auto;
    padding-top: 0;
}
.wrap {
    margin-bottom: 0;
}
.footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2;
}
/*end footer*/
/*home page*/
.info-block-left h3,
.info-block-left ul,
.info-block-left p {
    text-align: right;
}
.info-block-left ul li:after {
    content: '\2022';
    color: rgb(192, 8, 8);
    margin-left: 5px;
}
.info-block-right h3,
.info-block-right ul,
.info-block-right p {
    text-align: left;
}
.info-block-left hr {
    margin-right: 0;
}
.info-block-right hr {
    margin-left: 0;
}
.content,
.info-img-block,
.info-block-container,
.info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.info-block-container {
    justify-content: space-around;
    flex-direction: column;
    -webkit-box-orient: vertical;
}
.info-img-block {
    align-self: center;
}
.info-img-block {
    justify-content: center;
    -webkit-box-pack: center;
}
.info-img-block {
    width: 38%;
}
.info-block {
    width: 33%;
}
.info-block-left .img-block {
    margin-left: 10px;
}
.info-block-right .img-block {
    margin-right: 10px;
}
.text-block h3 {
    font-size: 18px;
    font-family: 'RobotoBold', san-serif;
    color: rgb(192, 8, 8);
    font-weight: bold;
    line-height: 1.273;
    margin-top: 0;
}
.info-block p {
    margin-bottom: 0;
}
.info-block p span{
    color:#00408c;
    font-weight:700;
}
.text-block {
    font-size: 14px;
    font-family: 'RobotoMedium', san-serif;
    color: rgb(42, 42, 42);
    line-height: 1.278;
    margin-bottom: 35px;
}
.content-bottom {
    width: 68%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px
}
.content-bottom p {
    font-size: 18px;
    color: rgb(69, 69, 69);
    line-height: 1.333;
    text-align: center;
}
.reg-btn a {
    margin-top: 15px;
    position: relative;
    padding: 10px 25px;
}
.reg-btn a {
    color: #fff;
}
.reg-btn a:hover,
.reg-btn:hover a {
    color: #c00808;
    text-decoration: none;
}
.reg-btn i {
    font-size: 12px;
}
.info-block .img-block {
    position: relative;
    padding: 10px;
}
.info-block .img-block:before {
    content: url(/img/before-element.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-block-left .top-element.img-block:after {
    content: url(/img/top-element-left.png);
    position: absolute;
    top: 60px;
    right: -130px;
}

.info-block-left .center-element.img-block:after {
    content: url(/img/center-element-left.png);
    position: absolute;
    top: 49px;
    right: -75px;
}

.info-block-left .bottom-element.img-block:after {
    content: url(/img/bottom-element-left.png);
    position: absolute;
    top: -19px;
    right: -130px;
}

.info-block-right .top-element.img-block:after {
    content: url(/img/top-element-right.png);
    position: absolute;
    top: 60px;
    left: -130px;
}

.info-block-right .center-element.img-block:after {
    content: url(/img/center-element-right.png);
    position: absolute;
    top: 49px;
    left: -75px;
}

.info-block-right .bottom-element.img-block:after {
    content: url(/img/bottom-element-right.png);
    position: absolute;
    top: -19px;
    left: -130px;
}
.mob-visible {
    display: none;
}
/*end home page*/

/*site login page*/
.site-login {
    background: #fff;
    padding: 30px 0;
    margin-top: 60px;
}
.site-login h1 {
    margin-top: 0;
    font-size: 24px;
    color: rgb(2, 1, 0);
}
.reset-pass {
    text-align: center;
}
.reset-pass a {
    color: #c00808;
}
.btn-login {
    width: 100%;
}
/*end site login page*/
/*request page*/
#solution_form .field-file input[type="file"] {
    opacity: 0;
    max-width: 100%;
}
#solution_form .field-container .field-file {
    position: relative;
    height: 40px;
}
.help-block {
    margin-top: 20px;
}
.input-container,
#request-risk_level label,
#request-self_resolved label {
    display: inline-block;
    width: 100px;
    position: relative;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
#level3 label {
    border: 1px solid #c6c6c6;
    padding: 10px;
}
#level3 label:hover {
    border-color: #c00808 !important;
    color: #fff;
    background: #c00808 !important;
    transition: 0.3s;
}
.input-container input,
#request-risk_level input,
#request-self_resolved input {
    margin: 0;
}

#level3 input {
    margin: 0 !important;
    opacity: 0;
    width: 0;
}
input[type="file"]:focus,
input[type="file"]:active {
    box-shadow: 0;
    outline: 0;
    border-color: #c00808;
}
#request-risk .input-container {
    transition: 0.3s;
}
#request-risk .input-container:hover:before,
#request-risk_level label:hover:before,
#request-self_resolved label:hover:before {
    border-color: #c00808 !important;
    color: #fff;
    background: #c00808 !important;
    transition: 0.3s;
}
#request-risk_level input[type="radio"],
#request-risk input[type="radio"],
#request-risk_level input[type="radio"],
#request-self_resolved input[type="radio"]{
    width: 100px;
    position: relative;
    height: 40px;
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
}

#request-risk_level label:nth-child(1):before,
#request-risk_level label:nth-child(2):before,
#request-risk_level label:nth-child(3):before,
#request-self_resolved label:nth-child(1):before,
#request-self_resolved label:nth-child(2):before,
.input-container.risk:before,
.input-container.no_risk:before,
#solution_form .field-container .field-file:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #c6c6c6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    cursor: pointer;
    text-align: center;
}
#request-risk #no_risk:before,
.input-container.no_risk:before{
    content: 'Ні';
}
#request-risk #risk:before,
.input-container.risk:before  {
    content: 'Так';
}
#solution_form .field-container .field-file:before {
    content: 'Оберіть файл';
    width: 200px;
}
#request-risk_level label:nth-child(1):before {
    content: 'Низький';
}
#request-risk_level label:nth-child(2):before {
    content: 'Середній';
}
#request-risk_level label:nth-child(3):before {
    content: 'Високий';
}

#request-self_resolved label:nth-child(1):before {
    content: 'Так';
}
#request-self_resolved label:nth-child(2):before  {
    content: 'Ні';
}
#level3 label {
    margin-right: 10px;
    cursor: pointer;
}
#level3 label input {
    margin-right: 5px;
}
#level3 h4 {
    text-align: center;
}
.checked:before,
#request-risk input[type="radio"]:checked:before,
#request-risk_level input[type="radio"]:checked:before,
#request-self_resolved input[type="radio"]:checked:before,
#level3 label.checked {
    border-color: #c00808 !important;
    color: #fff;
    background: #c00808 !important;
}
.request-create {
    margin-top: 10px;
    padding: 30px 0;
}
.solution-text {
    margin-bottom: 5px;
}
.field-file .btn {
    background: #fff;
    color: #c00808;
    border-color: #c00808;
    width: 100%;
}
.request-create h1 {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    color: rgb(69, 69, 69);
    line-height: 1.167;
}
.field-file label{
    display: none;
}
.request-create {
    padding-top: 0;
}
#help-file-text {
    margin-bottom: 10px;
    font-size: 14px;
}
#help-file-text.error {
    color: red;
}
.field-file,
.help-block {
    margin-bottom: 20px;
}
.field-request-self_resolved {
    margin-top: 20px;
}

/*end requets page*/
/*request index page*/
.request-light-box {
    background: #fff;
    border: 1px solid #e8e8e8;
}
.request-heading {
    font-size: 20px;
    font-family: "RobotoBlack";
    color: rgb(69, 69, 69);

    padding: 20px 0px;
}
.heading-icon {
    font-size: 22px;
    vertical-align: middle;
    color: #c41717;
    margin: 0 10px 0 15px;
}
.notice-text {
    font-size: 14px;
    font-family: "RobotoLight";
    color: rgb(134, 134, 134);
    line-height: 1.5;
    padding: 0px 20px 20px;
}
.points-number-container {
    height: 145px;
    position: relative;
}
.points-number {
    background: #00408c;
    border-radius: 223px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    color: #fff;
    font-size: 35px;
    font-family: "RobotoBold", san-serif;
    font-weight: bold;
}
.points-number:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 3px solid #fff;
    border-radius: 200px;
    width: 90%;
    height: 90%;
    margin: auto;
}
.bonus-list {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 15px 30px 0px;
    height: 250px;
    overflow: hidden;
}
.bonus-list .text-right-bonus {
    float: right;
    color: #c00808;
}
.bonus-list .text-left-bonus {
    font-family: 'RobotoMedium', san-serif;
}
.bonus-list li {
    margin-bottom: 15px;
}
.bonus-list li:first-child {
    margin-top: 15px;
}
.bonus-btn {
    text-align: center;
}
.bonus-btn a {
    margin: 35px 0;
    width: 90%;
    transition: 0;
    font-size: 14px;
    padding: 6px 0px;
}
.bonus-points .request-light-box {

}

.statistics .request-light-box {
    height: 390px;
}
/*scroll*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: border-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    position: relative !important;
    top: 0;
    width: auto ;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 5px;
    top: 0;
    width: 6px;
    border-left: 1px solid #e8e8e8;
}
.scroll-element_outer {
    margin: 0 2px !important;
}
.scroll-bar {
    top: 5px;
    bottom: 5px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: transparent; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #d1d1d1; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/*end scroll*/
.bonus-list.scrollbar-inner{
    max-height: 252px;
}
.progress-bars {
    text-align: center;
    margin: 35px 0 25px;

}
.progress-container {
    display: inline-block;
}
.progress {
    height: 190px;
    width: 14px;
    background: #e8e8e8;
    margin: 0 20px;
    border-radius: 10px;
    position: relative;
}
.progress-active {
    background: #c00808;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.number-progress {
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin-top: 15px;
}
.status-progress {
    font-size: 10px;
    color: rgb(0, 0, 0);
}

.notice-text.scroll-wrapper {
    max-height: 320px;
    /*overflow: hidden !important;*/
}
.notice-text.scrollbar-inner .scroll-x {
    display: none !important;
}
.notice-text.scroll-content {
    padding: 35px 50px !important;
}
.summary,
#w0-filters {
    display: none;
}
.table-profile,
.table-profile > thead > tr > th, .table-profile > tbody > tr > th, .table-profile > tfoot > tr > th, .table-profile > thead > tr > td, .table-profile > tbody > tr > td, .table-profile > tfoot > tr > td {
    border: 0 !important;
    text-align: center;
}
thead th {
    text-align: center !important;
}
tbody tr td:nth-child(1) {
    color: rgb(203, 203, 203);
}
tbody tr td:nth-child(2) {
    text-align: left;
    font-size: 14px;
    font-family: 'RobotoRegular', san-serif;
    color: rgb(69, 69, 69);
    word-wrap:break-word;
    max-width: 240px;
    white-space: inherit;
}
tbody tr td:nth-child(2):hover {
    color: rgb(69, 69, 69);
}
tbody tr td:nth-child(6) {
    padding-right: 15px !important;
}
thead th {
    color: rgb(203, 203, 203);
}
thead a {
    font-size: 16px;
    font-family: 'RobotoBold', san-serif;
    color: rgb(203, 203, 203);
    font-weight: bold;
}
thead a:hover {
    text-decoration: none;
    color: #c00808;
}
tbody tr {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
tbody tr:last-child {
    border-bottom: 0 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}
tbody .glyphicon {
    color: #c00808;
}
.text-center {
    text-align: center;
}
.table > thead > tr > th, .table > tbody > tr > td,
.tbody  td {
    padding: 25px 8px;
}

.grid-container.scrollbar-inner {
    max-height: 500px;

}
.grid-container {

    min-height: 500px;
}
.grid-container table {
    margin-right: 5px !important;
}
.table-btn {
    margin-top: 35px;
}
.table-btn a {
    padding: 6px 40px;
}
.scroll-element_outer {
    background: #fff;
}
.table {
    margin-bottom: 0;
}
/*end request index page*/
/*request level1*/
#division,
#level1,
#level2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-pack: start;
    margin: 0 -15px;
    flex-wrap: wrap;
}
#division > li,
#level1 > li,
#level2 > li {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    border-radius: 4px;
    background: #00408c;
    color: #fff;
    font-size: 16px;
    font-family: 'RobotoRegular',san-serif;
    color: rgb(247, 247, 247);
    cursor: pointer;
    transition: 0.2s;
    margin: 0 15px 30px;
}
#level1 > li,
#level2 > li {
    height: 170px;
}
#division > li {
    width: 22.3%;
    flex-direction: column;
    -webkit-box-orient: vertical;

    text-align: center;
}
#division > li > img {
    margin-bottom: 25px;
}
#level1 > li,
#level2 > li {
    width: 14.1%;
    padding: 0px 15px;
    text-align: center;
}
#division > li:hover,
#level1 > li:hover,
#level2 > li:hover,
.li-active {
    background: #c00808 !important;
}
#division > li a{
    display: block;
    padding: 15px 0px 30px;
    width: 100%;
    text-decoration:none;
    color:#fff;
}
#division > li a span {
    display: block;
}
.request-form b,
#level1 h4,
#level2 h4,
#level3 h4   {
    font-size: 26px;
    font-family: "RobotoBlack", san-serif;
    color: rgb(69, 69, 69);
    display: block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}
#level1 h4,
#level2 h4,
#level3 h4 {
    margin: 0 15px 15px;
}
.hide {
    display: none !important;
}
.request-levels {
    display: none !important;
}
.btn-back {
    position: absolute;
    left: 0;
    font-size: 17px;
    color: rgb(186, 186, 186);
    top: 7px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 99;
    display: none;
}
.btn-back-active {
    display: block !important;
}
.btn-back:before {
    content: url(/img/arrow-point-to-right.png);
    margin-right: 3px;
}
.btn-back:hover {
    opacity: 1;
    text-shadow: 0px 0px 1px rgba(186, 186, 186, 1);
}
/*request level1 end*/
@media screen and ( min-width: 1700px) {
    .container {
        width: 1680px;
    }
    .btn-back {
        font-size: 18px;
    }
    #division > li {
        font-size: 20px;
        width: 23%;

    }
    #level1 > li,
    #level2 > li {
        width: 14.88%
    }
    .request-form b,
    #level1 h4,
    #level2 h4,
    #level3 h4 {
        font-size: 32px;
    }
    table {
        font-size: 16px;
    }
    .notice-text {
        font-size: 18px;
    }
    .notice .scroll-wrapper {
        padding: 37px 50px !important;
    }
    .info-img-block {

        flex: 1;
    }
    .notice-text.scrollbar-inner {
        max-height: 315px;
    }
    .heading-icon {
        font-size: 26px;
    }
    .request-heading {
        font-size: 24px;
    }
    .info-block {
        width: 35%;
    }
    .info-block-left .img-block {
        margin-left: 20px;
    }
    .info-block-right .img-block {
        margin-right: 20px;
    }
    .text-block {
        font-size: 18px;
    }
    .text-block h3 {
        font-size: 22px;
    }
    .header-title {
        font-size: 21px;
    }
    .btn {
        font-size: 18px;
    }
    .info-block-right .center-element.img-block:after {
        content: url(/img/center-element-right-1700.png);
        position: absolute;
        top: 49px;
        left: -88px;
    }
    .info-block-left .center-element.img-block:after {
        content: url(/img/center-element-left-1700.png);
        position: absolute;
        top: 49px;
        right: -88px;
    }

    .bonus-list .text-left-bonus,
    .bonus-list .text-right-bonus {
        font-size: 18px;
    }
    .bonus-list li {
        margin-bottom: 15px;
    }
    .status-progress {
        font-size: 13px;
    }
    .progress-container {
        margin-right: 10px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
    }
    .navbar-nav > li > a {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 1200px) {
    .text-block {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .info-img-block {
        width: 39%;
    }
    .info-block {
        width: 31%;
    }
    .info-img-block img {
        max-width: 250px;
        height: 250px;
    }
    .navbar-nav > li > a {
        padding: 8px 10px;
    }
    .status-progress {
        font-size: 9px;
    }
    .number-progress {
        font-size: 15px;
    }
    .progress {
        width: 8px;
        margin: 0 15px;
    }
    .heading-icon {
        margin: 0 10px 0 20px;
    }

    .bonus-list {
        padding: 0 15px;
    }
    #division > li {
        width: 21.9%;
    }
    #level1 > li,
    #level2 > li {
        width: 16.9%;
    }
}
@media screen and (max-width: 991px) {
    .info-block-container{
        display: block;
    }
    .request-form b, #level1 h4, #level2 h4, #level3 h4 {
        font-size: 21px;
    }
    .info-img-block,
    .info-img-block-container {
        display: none;
    }
    .content {
        display: block;
    }
    .header-title {
        font-size: 12px;
    }
    .info-block {
        display: block;
        width: 100%;
    }
    .info-block-left .img-block:after,
    .info-block-right .img-block:after {
        display: none;
    }
    .mob-visible {
        display: initial;
    }
    .info-block-left .img-mob-view,
    .info-block-right .img-mob-view , .bottom-wrap .img-mob-view {
        float: left;
        margin-right: 20px;
    }
    .text-block {
        margin-bottom: 25px;
        min-height: 101px;
    }
    .text-block:after {
        content: '';
        clear: both;
    }
    .info-block-left h3, .info-block-left ul, .info-block-left p {
        text-align: left;
    }
    .info-block-left hr {
        margin-right: initial;
        margin-left: 0;
    }
    .mb30 {
        margin-bottom: 0;
    }
    .request-light-box {
        margin-bottom: 20px;
    }
    .bonus-points .request-light-box, .request-index .request-light-box, .notice .request-light-box, .statistics .request-light-box {
        height: auto;
    }

    .bonus-list {
        padding: 0 30px;
    }
    .progress {
        width: 15px;
        margin: 0 auto;
    }
    .progress-container {
        width: 20%;
    }
    .status-progress {
        font-size: 15px;
    }
    .number-progress {
        font-size: 20px;
    }
    #division > li {
        width: 29.33%;
    }
    #level1 > li,
    #level2 > li {
        width: 20.99%;
    }
}
@media screen and (max-width: 767px) {
    .info-block-left h3, .info-block-left ul, .info-block-left p,
    .info-block-right h3, .info-block-right ul, .info-block-right p {
        text-align: center;
    }
    .info-block-left .img-mob-view,
    .info-block-right .img-mob-view, .bottom-wrap .img-mob-view {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
    .info-block-left .img-mob-view,
    .info-block-right .img-mob-view  {

        margin-right: 0px;
    }
    .request-form b, #level1 h4, #level2 h4, #level3 h4 {
        font-size: 18px;
        margin-top: 10px;
        padding: 0 30px;
    }
    .header-title {
        display: none;
    }
    .request-create {
        margin-top: 0;
    }
    .text-block {
        text-align: center;
        min-height: 1px;
    }
    .info-block-left hr,
    .info-block-right hr {
        margin: 15px auto;
    }
    .content-bottom {
        width: 100%;
    }
    h1 {
        font-size: 16px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }
    .navbar-nav > li > a {
        background: transparent;

    }

    .navbar-nav > li > a:hover {
        border-color: transparent;
    }
    .navbar-nav {
        margin: 0.5px -15px;
    }
    .navbar-toggle {
        margin-top: 3px;
    }
    .navbar-inverse {
        padding: 0;
    }
    .site-login {
        padding: 30px 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .request-create {
        padding: 0;
    }
    .request-create-form {
        padding: 15px;
    }
    #request-risk input[type="radio"], #request-risk_level input[type="radio"], #request-self_resolved input[type="radio"] {
        width: 80px;
    }

    .notice .scroll-wrapper {
        padding: 20px 20px !important;
    }
    .progress-container {
        width: 23%;
    }
    .status-progress {
        font-size: 13px;
    }
    .logout,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-nav > li > a {
        background: transparent;
        text-align: center !important;
        border: 0 !important;
    }
    .logout:hover {
        border-color: transparent !important;
    }
    .table-btn {
        margin-top: 10px;
    }
    #division,
    #level1,
    #level2 {
        justify-content: space-between;
        -webkit-box-pack: justify;
        margin: 0 0;
    }
    #division > li,
    #level1 > li,
    #level2 > li {
        width: 48%;
        font-size: 12px;
        margin: 0 0px 15px;
    }
    #level1 h4,
    #level2 h4,
    #level3 h4 {
        margin: 10px 0px 15px;
    }
    .help-block {
        display: none;
    }

}
@media screen and (max-width: 550px) {
    #division > li,
    #level1 > li,
    #level2 > li {
        width: 90%;
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 330px) {
    .status-progress {
        font-size: 11px;
    }
}
/*animation*/
.info-block .top-element.img-block:after,
.info-block .bottom-element.img-block:after {
    animation: lineAn 1s ease-in 1;
    overflow: hidden;
    animation-direction: reverse;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;

}
.info-block .center-element.img-block:after {
    animation: lineAnCenter 1s ease-in 1;
    overflow: hidden;
    animation-direction: reverse;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes lineAn {
    to {
        width: 0;
        right: 0;
    }
    from {
        width: 131px;
        right: -130px;
        opacity: 1;
    }
}
@keyframes lineAnCenter {
    to {
        width: 0;
        right: 0;
    }
    from {
        width: 80px;
        right: -80px;
        opacity: 1;
    }
}
@media screen and (min-width: 1700px) {
    @keyframes lineAnCenter {
        to {
            width: 0;
            right: 0;
        }
        from {
            width: 90px;
            right: -90px;
            opacity: 1;
        }
    }
}
.bottom-wrap{
    margin-top:-120px;
}
.info-block-bottom-container{
    text-align:center;
}
.info-block-bottom-container .img-block:before {
    content: url(/img/before-element.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-block-bottom-container .img-block:after {
    content: url(/img/bottom-element.png);
    position: absolute;
    top: -50px;
    left: calc(50% - 13px);

}
.info-block-bottom-container .img-block{
    position:relative;
    padding:10px;
    display:inline-block;
    margin-top:30px;
}
.info-block p{
    line-height:20px;
}
.brd{
    margin-top:8px;
}
.brd.br{
    border-right:2px solid #777;
    padding-right:5px;
}
.brd.bl{
    border-left:2px solid #777;
    padding-left:5px;
}
.bottom-wrap .text-block{
    text-align:center;
    padding-top:15px;
}
.bottom-wrap .text-block p{
    line-height: 20px;
    margin-bottom:0px;
}
.bottom-wrap .text-block p span {
    color: #00408c;
    font-weight: 700;
}
.inline-left{
    text-align:right;
    display:inline-block;
    margin-right:5px;
    width:49%;
    vertical-align:top;
    padding-left:50px;
}
.inline-right{
    text-align:left;
    display:inline-block;
    margin-left:5px;
    width:49%;
    vertical-align:top;
    padding-right:50px;
}
.reg-btn{
    padding: 6px 10px!important;
}
.content-bottom p{
    margin-top:15px;
}
@media (min-width:991px) and (max-width:1100px){
    .bottom-wrap {
        margin-top: -160px;
    }
}
@media (min-width:1101px) and (max-width:1200px){
    .bottom-wrap {
        margin-top: -150px;
    }
}
@media(min-width:1400px){
    .info-block-left .info-block-container{
        max-width: 350px;
    }
    .info-img-block img {
        width: 67%;
        height: 100%;
    }
    .bottom-wrap {
        margin-top: -80px;
    }
}
@media (min-width: 1600px){
    .info-block-left .info-block-container {
        max-width: 400px;
    }

    /*.container.main-container{
        max-width:1980px;
    }*/
}
@media (min-width: 1600px){
    .bottom-wrap {
        margin-top: -65px;
    }
}
@media (min-width:1700px){
    .bottom-wrap {
        margin-top: -110px;
    }
}
@media (max-width:991px){
    .info-block-bottom-container{
        display:none;
    }
    .bottom-wrap{
        margin-top:0px;
    }
    .inline-left, .inline-right{
        text-align:left;
        padding-left: 0px;
        padding-right:0px;
        margin:0px!important;
    }
    .bottom-wrap .text-block{
        text-align:left;
    }
    .bottom-wrap .text-block hr{
        margin-left:0px;
    }
    .mob-of{
        overflow:hidden;
    }
    .brd {
        border: 0px!important;
        padding:0px!important;

    }

}
@media (max-width:768px) {

    .inline-left, .inline-right{
        text-align:center;
        padding-left: 0px;
        padding-right:0px;
    }
    .bottom-wrap .text-block{
        text-align:center
    }
    .brd.bl, .brd.br{
        border:none!important;
    }
    .bottom-wrap .text-block hr{
        margin-left:auto;
    }
}
.field-file1 {
    width: 50%;
    display: inline-block;
}
input[type="file"] {
    display: block;
    width: 100%;
    max-width:400px;
}
.field-file1 input[type="file"] {
    display: block;
    width: 100%;
}
.first-input{
    width: 100%;
}
.btn.fileInput{
    background:#fff;
    border:1px solid #c00808;
    color: #c00808;
}
.addfile-btn{
    display:inline-block;
    vertical-align:top;
    border:1px solid #c00808;
    font-size: 16px;
    font-family: 'RobotoMedium', san-serif;
    border-radius: 2px;
    padding: 0px 10px;
    cursor:pointer;
    line-height:36px;
    margin-left:10px;
    margin-top: 25px;
    transition:all .3s ease-in-out;
}
.addfile-btn:hover{
    background:#c00808;
    color:#fff;
    transition:all .3s ease-in-out;
}
.spanClear{
    display:block;
    max-width:170px;
    text-align:center;
    background:#777;
    color:#000;
    font-size: 14px;
    font-family: 'RobotoMedium', san-serif;
    padding:3px;
    margin-bottom:15px;
    cursor:pointer;
    border:1px solid #777;
    transition:all .3s ease-in-out;
}
.spanClear:hover{
    background:#fff;
    transition:all .3s ease-in-out;

}
.field-file, .help-block{
    margin-bottom: 0px;
    margin-top:0px;
}
.form-group.has-error{
    padding-bottom:30px;
}
.field-file, .help-block{
    position:absolute;
}
.request-update .field-file {
    position:relative;
    margin-bottom: 10px;
}
@media (max-width:420px){
    .addfile-btn{
        margin:15px 0px;
    }
}
@media print {
    h1{
        margin-bottom:5px!important;
    }
    .where ul li .ww-img, .what ul li .ww-img{
        display:none!important;
    }
    .where ul, .what ul{
        text-align:left!important;
    }
    .where h4, .what h4{
        font-size: 19px!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    .where, .what{
        padding:5px!important;
    }
    .pdf-link{
        display:none!important;
    }
    .back-link{
        display:none!important;
    }
    .wrap > .container{
        padding: 0px 15px 20px!important;
    }
    .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .tbody td{
        padding: 3px 10px!important;
    }
    .table-responsive.mt-5{
        margin-top:0px!important;
    }
    .what.mt-5{
        margin-top:0px!important;
    }
    .side-detail.table-responsive{
        margin-bottom: 0px!important;
    }
    .footer{
        display:none!important;
    }
}
.description_decision ul{
    list-style: disc;
}
.description_decision .pt-10{
    padding-top: 10px;
}
.create-request-file .field-file1 {
    width: 100%;
}
.create-request-file .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.statistics-block {
    max-width: max-content;
    margin: 0 auto;
}