* {
  margin: 0px;
  border: 0px;
  padding: 0px; }

a {
  text-decoration: none; }

html, body {
  width: 100%;
  height: 100%; }

:root {
  font-family: Arial, sans-serif; }

div,
label,
p, strong,
h1, h2, h3, h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

div,
input,
label,
button,
nav, li, li > a,
section,
article,
figure,
figcaption,
fieldset,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div.top_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.blur {
  filter: url(../img/filters.svg#blur);
  -webkit-filter: blur(3px);
  filter: blur(3px); }

div.main {
  display: table;
  position: relative;
  min-width: 1280px;
  width: 100%;
  min-height: 500px;
  height: 100%;
  margin: 0px auto; }
  div.main > nav,
  div.main > section.content {
    display: table-cell;
    vertical-align: top; }
  div.main > nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    min-width: 70px;
    width: 280px;
    height: 100%;
    background-color: #3f5765; }
    div.main > nav .left_col {
      float: left;
      width: 70px; }
    div.main > nav .right_col {
      float: left;
      width: 210px;
      height: 100%;
      background-color: #2b3a42;
      box-shadow: inset 2px 0px 3px rgba(18, 16, 11, 0.3); }
    div.main > nav .user_photo {
      width: 70px;
      height: 90px;
      padding-top: 10px; }
      div.main > nav .user_photo .user_avatar {
        width: 48px;
        height: 48px;
        margin: 0px auto 8px;
        border-radius: 50%;
        overflow: hidden; }
        div.main > nav .user_photo .user_avatar img {
          width: 48px;
          height: 48px;
          -o-object-fit: cover;
          object-fit: cover; }
        div.main > nav .user_photo .user_avatar.no_photo {
          font-size: 20px;
          font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
          font-weight: 400;
          line-height: 44px;
          text-align: center;
          text-transform: uppercase;
          border: 2px solid #fff;
          color: #fff; }
      div.main > nav .user_photo .user_name {
        font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #fff;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    div.main > nav ul.menu {
      list-style: none;
      position: relative;
      display: block;
      width: 70px; }
      div.main > nav ul.menu li {
        position: relative;
        display: block;
        width: 100%;
        height: 80px;
        -webkit-transition: background-color 0.2s ease;
        -moz-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        div.main > nav ul.menu li:after {
          position: absolute;
          content: "";
          top: 0px;
          left: 0px;
          width: 5px;
          height: 100%;
          background-color: transparent;
          pointer-events: none; }
        div.main > nav ul.menu li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          padding-top: 50px;
          font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          font-size: 11px;
          color: #fff;
          text-align: center;
          line-height: 22px;
          cursor: pointer; }
          div.main > nav ul.menu li a span {
            -webkit-transition: opacity 0.2s ease;
            -moz-transition: opacity 0.2s ease;
            -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease; }
          div.main > nav ul.menu li a .menu_warning {
            position: absolute;
            top: 8px;
            right: 9px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color: #ff611a;
            font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
            font-weight: 700;
            font-size: 10px;
            color: #fff;
            text-align: center;
            line-height: 16px; }
          div.main > nav ul.menu li a:before {
            position: absolute;
            content: "";
            top: 5px;
            left: 0px;
            width: 100%;
            height: 50px;
            -webkit-transition: opacity 0.2s ease;
            -moz-transition: opacity 0.2s ease;
            -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease; }
        div.main > nav ul.menu li.projects a:before {
          background: url(../img/menu_projects.png) center no-repeat;
          background-size: 34px auto; }
        div.main > nav ul.menu li.orders a:before {
          background: url(../img/menu_orders.png) center no-repeat;
          background-size: 32px auto; }
        div.main > nav ul.menu li.requests a:before {
          background: url(../img/menu_requests.png) center no-repeat;
          background-size: 32px auto; }
        div.main > nav ul.menu li:not(.current) a span,
        div.main > nav ul.menu li:not(.current) a:before {
          opacity: .5; }
        div.main > nav ul.menu li:not(.current):hover {
          background-color: rgba(43, 58, 66, 0.5); }
          div.main > nav ul.menu li:not(.current):hover a span,
          div.main > nav ul.menu li:not(.current):hover a:before {
            opacity: 1; }
        div.main > nav ul.menu li.current {
          pointer-events: none;
          background-color: #2b3a42; }
          div.main > nav ul.menu li.current:after {
            background-color: #61DA13; }

.project_name {
  position: relative;
  display: table;
  width: 100%;
  height: 90px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .project_name a, .project_name div {
    font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding-left: 24px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .project_name a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 90px;
    background-color: rgba(10, 18, 23, 0.2);
    opacity: 0;
    visibility: hidden; }
    .project_name a:after {
      position: absolute;
      content: "";
      top: 30px;
      right: 10px;
      width: 30px;
      height: 30px;
      background: url(../img/icon_all_projects.svg) center no-repeat;
      background-size: 20px auto;
      pointer-events: none; }
  .project_name div {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    opacity: 1;
    visibility: visible; }
  .project_name:hover a {
    opacity: 1;
    visibility: visible; }
  .project_name:hover div {
    opacity: 0;
    visibility: hidden; }

.project_status {
  width: 100%;
  height: 33px;
  padding: 0px 22px; }
  .project_status span {
    display: block;
    padding-left: 20px;
    font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #e6ebee;
    line-height: 24px;
    opacity: .5;
    margin-bottom: 2px; }
  .project_status .project_progress {
    width: 100%;
    height: 6px;
    background-color: #3f5765;
    border-radius: 3px;
    overflow: hidden; }
    .project_status .project_progress .project_progress_bar {
      height: 100%;
      background-color: #61DA13;
      -webkit-transition: width 0.4s ease-out;
      -moz-transition: width 0.4s ease-out;
      -o-transition: width 0.4s ease-out;
      transition: width 0.4s ease-out; }

ul.menu_level2 {
  list-style: none;
  width: 100%; }
  ul.menu_level2 .menu_group1,
  ul.menu_level2 .menu_group2 {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2); }
  ul.menu_level2 .menu_group1 li:after {
    top: 0px;
    right: 10px;
    width: 30px;
    height: 50px;
    pointer-events: none; }
  ul.menu_level2 .menu_group1 li.about:after {
    background: url(../img/menu_about.svg) center no-repeat;
    background-size: 20px auto; }
  ul.menu_level2 .menu_group1 li.files:after {
    background: url(../img/menu_files.svg) center no-repeat;
    background-size: 20px auto; }
  ul.menu_level2 .menu_group1 li.protocol:after {
    background: url(../img/menu_protocol.svg) center no-repeat;
    background-size: 20px auto; }
  ul.menu_level2 .menu_group2 li:after {
    top: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #61DA13;
    pointer-events: none; }
  ul.menu_level2 .menu_group2 li.active:after {
    background-color: #61DA13; }
  ul.menu_level2 li {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff; }
    ul.menu_level2 li:after {
      position: absolute;
      content: ""; }
    ul.menu_level2 li a {
      display: block;
      width: 100%;
      height: 50px;
      cursor: pointer;
      padding-left: 24px;
      padding-right: 40px;
      color: #fff;
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -o-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      ul.menu_level2 li a:hover {
        background-color: rgba(10, 18, 23, 0.2); }
    ul.menu_level2 li .level2_warning {
      position: absolute;
      top: 17px;
      right: 40px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #ff611a;
      font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      text-align: center;
      line-height: 16px;
      pointer-events: none; }
    ul.menu_level2 li.current {
      padding-left: 19px;
      border-left: 5px solid #61DA13;
      background-color: rgba(10, 18, 23, 0.2); }

section.content {
  position: relative;
  background-color: #fff;
  z-index: 100;
  padding-left: 280px;
  box-shadow: -2px 0px 4px rgba(18, 16, 11, 0.4); }
  section.content header {
    position: relative;
    width: 100%;
    min-height: 180px;
    background-color: #ebeeef;
    margin: 0px auto 55px; }
    section.content header nav.breadcrumbs {
      text-align: center;
      font-size: 11px;
      line-height: 20px;
      padding-top: 20px; }
      section.content header nav.breadcrumbs a {
        color: #787878; }
        section.content header nav.breadcrumbs a:hover {
          color: #a0a0a0;
          text-decoration: none; }
      section.content header nav.breadcrumbs i {
        font-style: normal;
        font-size: 12px;
        color: #787878;
        line-height: 20px;
        padding: 0px 2px; }
      section.content header nav.breadcrumbs span {
        color: #2b3a42; }
    section.content header h1 {
      font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
      font-weight: 600;
      font-size: 22px;
      color: #2b3a42;
      text-align: center;
      line-height: 38px;
      margin-bottom: 4px; }
    section.content header .page_info {
      position: relative;
      width: 920px;
      margin: 0px auto;
      border-top: 1px solid #bebebe;
      padding-top: 12px;
      padding-bottom: 35px; }
      section.content header .page_info .left_side,
      section.content header .page_info .right_side {
        display: table-cell;
        vertical-align: top; }
      section.content header .page_info .left_side {
        width: 310px;
        height: 100%; }
        section.content header .page_info .left_side .step {
          font-size: 14px;
          color: #787878;
          padding-top: 2px; }
        section.content header .page_info .left_side h2 {
          font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          font-size: 14px;
          color: #2b3a42;
          line-height: 1.8;
          text-transform: uppercase; }
      section.content header .page_info .right_side .help_text {
        font-size: 14px;
        color: #787878;
        line-height: 1.6; }
        section.content header .page_info .right_side .help_text a {
          color: #00a8ff;
          -webkit-transition: color 0.2s ease;
          -moz-transition: color 0.2s ease;
          -o-transition: color 0.2s ease;
          transition: color 0.2s ease; }
          section.content header .page_info .right_side .help_text a:hover {
            color: #0086cc; }
    section.content header .step_status {
      position: absolute;
      top: -40px;
      left: 0;
      font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
      font-weight: 600;
      font-size: 14px;
      color: #3c3c3c;
      text-transform: uppercase;
      line-height: 38px; }
      section.content header .step_status:before {
        position: absolute;
        content: "";
        top: 14px;
        left: -20px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #61DA13; }
    section.content header.active {
      background-color: rgba(97, 218, 19, 0.2); }
      section.content header.active .step_status:before {
        background-color: #61DA13; }
    section.content header .order_wrp {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -25px;
      margin: auto;
      width: 920px;
      height: 50px;
      padding-left: 310px; }
      section.content header .order_wrp .order_step {
        display: block;
        width: 290px;
        height: 50px;
        border-radius: 3px;
        border: 1px solid #57c311;
        background-color: #61DA13;
        font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        line-height: 46px;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        outline: 0px none;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        section.content header .order_wrp .order_step:hover {
          background-color: #5bcc12; }
        section.content header .order_wrp .order_step:active {
          background-color: #57c311; }
  section.content .content_inner {
    width: 920px;
    margin: 0px auto; }

footer {
  position: relative;
  width: 100%;
  height: 210px;
  background-color: #ebeeef; }
  footer .params_save_wrp {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 920px;
    height: 50px;
    padding-left: 310px;
    z-index: 10; }
    footer .params_save_wrp .params_save {
      display: block;
      width: 290px;
      height: 50px;
      border-radius: 3px;
      border: 1px solid #57c311;
      background-color: #61DA13;
      font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      line-height: 46px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      outline: 0px none;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      footer .params_save_wrp .params_save:hover {
        background-color: #5bcc12; }
      footer .params_save_wrp .params_save:active {
        background-color: #57c311; }
  footer .foo {
    position: relative;
    width: 920px;
    height: 125px;
    margin: 0px auto;
    padding-left: 310px;
    padding-top: 55px;
    border-bottom: 1px solid #dcdcdc; }
    footer .foo .check {
      position: absolute;
      top: 55px;
      left: 255px;
      width: 40px;
      height: 40px;
      border-radius: 3px;
      border: 1px solid #bebebe;
      background-color: #fff;
      cursor: pointer; }
    footer .foo .foo_line1 {
      font-family: Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #2b3a42;
      line-height: 1.1;
      text-transform: uppercase;
      margin-bottom: 5px; }
      footer .foo .foo_line1:after {
        content: "*";
        margin-left: -3px;
        margin-top: -1px;
        font-weight: 700; }
    footer .foo .foo_line2 {
      font-size: 14px;
      color: #787878;
      line-height: 1.3; }
  footer .foo_text {
    width: 920px;
    margin: 0px auto;
    font-size: 11px;
    color: #787878;
    line-height: 1.4;
    padding-top: 25px;
    padding-left: 8px; }
    footer .foo_text:before {
      content: "*";
      margin-left: -8px; }
    footer .foo_text a {
      color: #00a8ff;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      footer .foo_text a:hover {
        color: #0086cc; }
  footer.active {
    background-color: rgba(97, 218, 19, 0.2); }
    footer.active .foo .foo_user_photo {
      position: absolute;
      top: 55px;
      left: 255px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
      footer.active .foo .foo_user_photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    footer.active .foo .foo_line1 {
      text-transform: none;
      font-weight: 700;
      color: #3c3c3c; }
      footer.active .foo .foo_line1:after {
        content: ""; }
    footer.active .foo .foo_line2 span:after {
      content: "*"; }
    footer.active .foo .foo_line2 b {
      font-weight: normal; }

/*
Animation
*/
#loader {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  z-index: 2000; }

.spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../img/loading_gray.svg) center no-repeat;
  background-size: 40px 40px;
  -webkit-animation: bouncedelay 500ms step-end infinite;
  -moz-animation: bouncedelay 500ms step-end infinite;
  animation: bouncedelay 500ms step-end infinite; }

@-webkit-keyframes bouncedelay {
  0%, 100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@-moz-keyframes bouncedelay {
  0%, 100% {
    -moz-transform: rotate(270deg); }
  25% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(90deg); }
  75% {
    -moz-transform: rotate(180deg); } }
@keyframes bouncedelay {
  0%, 100% {
    transform: rotate(270deg); }
  25% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(90deg); }
  75% {
    transform: rotate(180deg); } }

/*# sourceMappingURL=main.css.map */
