* {
  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: 1000px;
  width: 100%;
  min-height: 500px;
  height: 100%;
  margin: 0px auto;
  /*> nav,
  > section.content {
  	display: table-cell;
  	vertical-align: top;
  }*/ }
  div.main > nav {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    min-width: 70px;
    width: 280px;
    background-color: #3f5765; }
    div.main > nav .left_col {
      position: relative;
      float: left;
      width: 70px;
      height: 100%;
      z-index: 1002;
      background-color: #3f5765; }
    div.main > nav .right_col {
      float: left;
      width: 210px;
      height: 100%;
      z-index: 1001;
      background-color: #2b3a42;
      box-shadow: inset 2px 0px 3px rgba(18, 16, 11, 0.3); }
    div.main > nav .user_photo {
      position: relative;
      width: 70px;
      height: 90px;
      padding-top: 10px; }
      div.main > nav .user_photo a {
        display: block; }
      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: 500;
          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: 600;
        font-size: 11px;
        color: #fff;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      div.main > nav .user_photo:after {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 5px;
        height: 100%;
        background-color: transparent;
        pointer-events: none; }
      div.main > nav .user_photo.current {
        background-color: #2b3a42; }
        div.main > nav .user_photo.current:after {
          background-color: #61DA13; }
    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_group1 li.profile:after {
    background: url(../img/menu_profile.svg) center no-repeat;
    background-size: 17px 20px; }
  ul.menu_level2 .menu_group1 li.change_pass:after {
    background: url(../img/menu_pass.svg) center no-repeat;
    background-size: auto 20px; }
  ul.menu_level2 .menu_group1 li.logout:after {
    background: url(../img/menu_logout.svg) center no-repeat;
    background-size: 19px 20px; }
  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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    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;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  padding-left: 280px; }
  section.content header {
    position: relative;
    width: 100%;
    /*min-height: 180px;*/
    padding-bottom: 10px;
    background-color: #ebeeef;
    margin: 0px auto 55px; }
    section.content header nav.breadcrumbs {
      text-align: center;
      font-size: 11px;
      line-height: 20px;
      padding-top: 18px; }
      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: 25px; }
      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-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: 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; }

@-webkit-keyframes saveanim {
  from {
    stroke-dashoffset: 0%; }
  to {
    stroke-dashoffset: -160%; } }
@-moz-keyframes saveanim {
  from {
    stroke-dashoffset: 0%; }
  to {
    stroke-dashoffset: -160%; } }
@keyframes saveanim {
  from {
    stroke-dashoffset: 0%; }
  to {
    stroke-dashoffset: -160%; } }
footer {
  position: relative;
  display: table;
  width: 100%;
  min-height: 52px;
  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-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: 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 .params_save_wrp svg.save_anim {
      position: relative;
      top: -50px;
      width: 290px;
      display: none; }
      footer .params_save_wrp svg.save_anim rect {
        fill: none;
        stroke: #61DA13;
        stroke-width: 2;
        stroke-dasharray: 170, 170;
        stroke-dashoffset: 0%;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        -o-transition: all 0s linear;
        transition: all 0s linear; }
    footer .params_save_wrp.loading .params_save {
      border-color: transparent;
      background-color: #fff;
      color: #5a5a5a; }
    footer .params_save_wrp.loading svg.save_anim {
      display: inline; }
      footer .params_save_wrp.loading svg.save_anim rect {
        -webkit-animation: saveanim 3s linear infinite;
        -moz-animation: saveanim 3s linear infinite;
        animation: saveanim 3s linear infinite; }
    footer .params_save_wrp.loaded svg.save_anim rect {
      stroke-dasharray: 170, 0; }
    footer .params_save_wrp.error svg.save_anim rect {
      stroke-dasharray: 170, 0;
      stroke: #ff611a; }
  footer .foo {
    position: relative;
    width: 920px;
    height: 125px;
    margin: 0px auto;
    padding-left: 310px;
    padding-top: 55px; }
    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 .check svg {
        width: 38px;
        height: 38px;
        pointer-events: none; }
        footer .foo .check svg path {
          stroke: #61DA13;
          stroke-width: 13px;
          stroke-linecap: round;
          stroke-linejoin: round;
          fill: none; }
    footer .foo label {
      position: relative;
      display: table;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      footer .foo label:before {
        position: absolute;
        content: "";
        top: 0;
        left: -55px;
        width: 40px;
        height: 40px; }
    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;
      /*&: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 .footer_bottom_wrp {
    position: relative;
    width: 100%;
    height: 52px;
    border-top: 1px solid #dcdcdc; }
    footer .footer_bottom_wrp:first-child {
      border-top-width: 0px; }
    footer .footer_bottom_wrp .footer_bottom {
      width: 920px;
      height: 100%;
      margin: 0px auto; }
      footer .footer_bottom_wrp .footer_bottom .feedback {
        position: relative;
        float: left;
        width: 180px;
        padding-left: 54px;
        font: 600 14px/50px Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
        color: #787878;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out; }
        footer .footer_bottom_wrp .footer_bottom .feedback:before {
          position: absolute;
          content: "";
          width: 54px;
          height: 50px;
          top: 0;
          left: 0;
          background: url(../img/icon_feedback.png) center no-repeat;
          background-size: auto 20px;
          opacity: .65;
          -webkit-transition: opacity 0.3s ease-out;
          -moz-transition: opacity 0.3s ease-out;
          -o-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out; }
        footer .footer_bottom_wrp .footer_bottom .feedback:hover {
          color: #3c3c3c; }
          footer .footer_bottom_wrp .footer_bottom .feedback:hover:before {
            opacity: 1; }
    footer .footer_bottom_wrp .created_by {
      display: table;
      float: right;
      height: 100%;
      cursor: pointer;
      text-align: right; }
      footer .footer_bottom_wrp .created_by span {
        vertical-align: top;
        font: 600 14px/50px Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
        color: #787878;
        padding-right: 7px;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out; }
      footer .footer_bottom_wrp .created_by img {
        vertical-align: top;
        height: 20px;
        margin-top: 15px;
        filter: url(../img/filters.svg#grayscale1);
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      footer .footer_bottom_wrp .created_by:hover span {
        opacity: 1; }
      footer .footer_bottom_wrp .created_by:hover img {
        filter: url(../img/filters.svg#grayscale0);
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
    footer .footer_bottom_wrp .copyright {
      position: absolute;
      width: 300px;
      height: 50px;
      top: 0;
      left: 0;
      right: 0;
      margin: 0px auto;
      font: 600 14px/50px Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
      color: #787878;
      text-align: center; }
  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.3);
  opacity: 1;
  z-index: 2000; }

.spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -20px auto 0px;
  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); } }
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(160, 160, 160, 0.5); }

.modal {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 580px;
  margin-left: -290px;
  border-radius: 4px;
  /*overflow: hidden;*/
  padding: 30px 30px 0px 30px;
  z-index: 11000;
  background-color: #fff;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.33); }
  .modal h2 {
    font: 600 14px/14px Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
    color: #2b3a42;
    text-transform: uppercase;
    margin-bottom: 28px; }
  .modal h3 {
    font: 400 14px/14px Arial, sans-serif;
    color: #787878;
    margin-bottom: 15px; }
  .modal .modal_btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px; }
    .modal .modal_btns button {
      position: relative;
      display: block;
      width: 50%;
      height: 100%;
      float: left;
      font: 600 14px/50px Avenir Next, Segoe UI, Helvetica Neue, Arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      outline: 0px none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: 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; }
      .modal .modal_btns button.cancel {
        background-color: #ebeeef;
        color: #a0a0a0;
        border-bottom-left-radius: 4px; }
        .modal .modal_btns button.cancel:hover {
          background-color: #e3e7e8; }
        .modal .modal_btns button.cancel:active {
          background-color: #dde2e4; }
      .modal .modal_btns button.create, .modal .modal_btns button.ok {
        background-color: #61DA13;
        color: #fff;
        border-bottom-right-radius: 4px; }
        .modal .modal_btns button.create:hover, .modal .modal_btns button.ok:hover {
          background-color: #5bcc12; }
        .modal .modal_btns button.create:active, .modal .modal_btns button.ok:active {
          background-color: #57c311; }
      .modal .modal_btns button.ok {
        width: 100%;
        border-bottom-left-radius: 4px; }
      .modal .modal_btns button span {
        position: absolute;
        top: 0;
        right: 16px;
        font-weight: 400;
        text-transform: none;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        opacity: 0; }
      .modal .modal_btns button:hover span {
        opacity: 1; }

#add_korpus_modal {
  height: 165px;
  margin-top: -82px; }
  #add_korpus_modal .input_wrp {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 50px; }
    #add_korpus_modal .input_wrp > label {
      position: absolute;
      top: 10px;
      left: 21px;
      font-size: 14px;
      color: #a0a0a0;
      line-height: 30px;
      pointer-events: none;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    #add_korpus_modal .input_wrp input.input_text_korpus {
      display: block;
      width: 100%;
      height: 50px;
      border: 1px solid #bebebe;
      border-radius: 3px;
      padding: 15px 20px;
      font-size: 14px;
      font-family: Arial, sans-serif;
      color: #3c3c3c;
      line-height: 18px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      outline: 0px none; }
      #add_korpus_modal .input_wrp input.input_text_korpus.input_floor_number {
        padding-left: 40px;
        padding-right: 3px; }
      #add_korpus_modal .input_wrp input.input_text_korpus:hover {
        border-color: #a0a0a0; }
      #add_korpus_modal .input_wrp input.input_text_korpus:focus {
        color: #1e1e1e;
        border-color: #00a8ff;
        box-shadow: 0px 0px 3px rgba(20, 180, 232, 0.35); }
    #add_korpus_modal .input_wrp:not(.textarea_wrp).focus > label {
      opacity: .7; }
    #add_korpus_modal .input_wrp.active > label {
      top: 5px;
      opacity: 1;
      font-size: 11px;
      line-height: 11px; }

.feedback_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10100;
  border-radius: 4px;
  background-color: #fff;
  padding: 0px 40px 20px;
  font-family: Arial, sans-serif; }
  .feedback_modal .modal_title {
    position: relative;
    width: 100%;
    height: 67px; }
    .feedback_modal .modal_title h2 {
      font-family: Arial, sans-serif;
      font-size: 21px;
      font-weight: 300;
      color: #3c3c3c;
      text-transform: none;
      text-align: center;
      line-height: 66px; }
      .feedback_modal .modal_title h2 strong {
        font-weight: bold; }
    .feedback_modal .modal_title:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      height: 3px;
      width: 226px;
      margin-left: -113px;
      background-color: #00a8ff; }
  .feedback_modal form {
    display: table;
    width: 100%;
    padding-top: 20px; }
    .feedback_modal form fieldset {
      display: none;
      width: 100%;
      margin-bottom: 20px; }
      .feedback_modal form fieldset.show {
        display: block; }
      .feedback_modal form fieldset .input_field_wrp {
        position: relative;
        width: 100%; }
        .feedback_modal form fieldset .input_field_wrp:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 40px;
          height: 40px;
          -webkit-transition: opacity 0.2s ease;
          -moz-transition: opacity 0.2s ease;
          -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; }
        .feedback_modal form fieldset .input_field_wrp .input_field {
          -webkit-appearance: none;
          width: 100%;
          height: 40px;
          font-family: Arial, sans-serif;
          font-size: 14.5px;
          color: #a0a0a0;
          border-radius: 3px;
          border: 1px solid #dcdcdc;
          outline: 0 none;
          padding: 8px 20px 8px 40px;
          line-height: 22px;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          box-shadow: 0px 0px 12px transparent; }
          .feedback_modal form fieldset .input_field_wrp .input_field.input_text {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 60px;
            resize: vertical; }
        .feedback_modal form fieldset .input_field_wrp .input_field::-webkit-input-placeholder {
          color: #a0a0a0;
          opacity: 1; }
        .feedback_modal form fieldset .input_field_wrp .input_field::-moz-placeholder {
          color: #a0a0a0;
          opacity: 1; }
        .feedback_modal form fieldset .input_field_wrp .input_field:-moz-placeholder,
        .feedback_modal form fieldset .input_field_wrp .input_field:-ms-input-placeholder {
          color: #a0a0a0;
          opacity: 1; }
        .feedback_modal form fieldset .input_field_wrp:hover .input_field {
          border-color: #a0a0a0; }
        .feedback_modal form fieldset .input_field_wrp:hover:before {
          opacity: .4 !important; }
        .feedback_modal form fieldset .input_field_wrp .input_field:focus {
          border-color: #00a8ff;
          box-shadow: 0px 0px 12px rgba(0, 168, 255, 0.3); }
        .feedback_modal form fieldset .input_field_wrp.focus .input_field, .feedback_modal form fieldset .input_field_wrp.valid .input_field, .feedback_modal form fieldset .input_field_wrp.error .input_field {
          color: #3c3c3c; }
        .feedback_modal form fieldset .input_field_wrp.focus:before, .feedback_modal form fieldset .input_field_wrp.valid:before, .feedback_modal form fieldset .input_field_wrp.error:before {
          opacity: .8 !important; }
        .feedback_modal form fieldset .input_field_wrp.valid .input_field {
          border-color: #1ee664; }
          .feedback_modal form fieldset .input_field_wrp.valid .input_field:focus {
            box-shadow: 0px 0px 12px rgba(30, 230, 100, 0.3); }
        .feedback_modal form fieldset .input_field_wrp.error .input_field {
          border-color: #e8442d; }
          .feedback_modal form fieldset .input_field_wrp.error .input_field:focus {
            box-shadow: 0px 0px 12px rgba(232, 68, 45, 0.3); }
    .feedback_modal form .input_submit {
      position: relative;
      width: 225px;
      height: 40px;
      margin: 0px auto;
      border-radius: 20px;
      overflow: hidden; }
      .feedback_modal form .input_submit .send {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #61DA13;
        border-radius: 20px;
        font-family: Arial, sans-serif;
        font-size: 15px;
        line-height: 38px;
        text-align: center;
        background-color: #61DA13;
        color: #fff;
        outline: 0 none;
        z-index: 1;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .feedback_modal form .input_submit .send.disabled {
          color: #5a5a5a;
          background-color: transparent;
          cursor: default;
          pointer-events: none; }
        .feedback_modal form .input_submit .send:not(.disabled):hover, .feedback_modal form .input_submit .send:not(.disabled):focus, .feedback_modal form .input_submit .send:not(.disabled):active {
          background-color: #5bcc12; }
      .feedback_modal form .input_submit .submit_bg {
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(30, 230, 100, 0.2);
        -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; }
  .feedback_modal .modal_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url(../img/modal_close.svg) center no-repeat;
    background-size: 15px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    .feedback_modal .modal_close:hover {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

#feedback_modal {
  display: none;
  width: 550px;
  margin-top: -175px;
  margin-left: -275px; }
  #feedback_modal form fieldset .input_field_wrp.email, #feedback_modal form fieldset .input_field_wrp.phone {
    width: 50%;
    float: left; }
  #feedback_modal form fieldset .input_field_wrp.name:before {
    background: url(../img/order_name.svg) center no-repeat;
    background-size: 20px auto;
    opacity: .2; }
  #feedback_modal form fieldset .input_field_wrp.email {
    padding-right: 10px; }
    #feedback_modal form fieldset .input_field_wrp.email:before {
      background: url(../img/order_email.svg) center no-repeat;
      background-size: auto 17px;
      opacity: .2; }
  #feedback_modal form fieldset .input_field_wrp.phone {
    padding-left: 10px; }
    #feedback_modal form fieldset .input_field_wrp.phone:before {
      left: 10px;
      background: url(../img/order_phone.svg) center no-repeat;
      background-size: 13px auto;
      opacity: .2; }
  #feedback_modal form fieldset .input_field_wrp.textarea:before {
    background: url(../img/order_text.svg) center no-repeat;
    background-size: 22px auto;
    opacity: .2; }

#up {
  display: none;
  position: relative;
  width: 70px;
  cursor: pointer;
  background: url(../img/icon_up.svg) center no-repeat;
  background-size: 30px auto;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }
  #up:hover {
    background-color: rgba(43, 58, 66, 0.5); }

@media screen and (max-width: 1290px) {
  .project_name div {
    opacity: 0;
    visibility: hidden; }

  .project_name a {
    opacity: 1;
    visibility: visible;
    background-color: transparent; }
    .project_name a:hover {
      background-color: rgba(10, 18, 23, 0.2); }

  section.content {
    padding-left: 120px; }

  div.main > nav .left_col {
    box-shadow: 2px 0px 3px rgba(18, 16, 11, 0.3); }

  div.main > nav .right_col {
    position: absolute;
    top: 0;
    left: -90px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
    float: none; }

  div.main > nav {
    width: 70px; }

  div.main > nav:hover .right_col {
    -webkit-transform: translateX(160px);
    -moz-transform: translateX(160px);
    -ms-transform: translateX(160px);
    -o-transform: translateX(160px);
    transform: translateX(160px); } }
@media screen and (max-width: 1060px) {
  section.content header .page_info,
  section.content header .order_wrp {
    width: 870px; }

  section.content .content_inner {
    width: 870px; }

  footer .params_save_wrp,
  footer .foo,
  footer .footer_bottom_wrp .footer_bottom {
    width: 870px; } }

/*# sourceMappingURL=main.css.map */
