header {
  height: auto; }
  header #header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: url(../img/header_bg.jpg) bottom no-repeat;
    background-size: cover; }
  header .header_content {
    position: relative;
    margin: 120px auto 0px;
    width: 1180px;
    z-index: 2; }
    header .header_content h1 {
      font-size: 36px;
      color: #fff;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      padding: 10px 0px;
      margin-bottom: 22px; }
    header .header_content .header_text {
      width: 780px;
      margin: 0px auto;
      font-size: 16px;
      color: #fff;
      line-height: 24px;
      text-align: center;
      padding-bottom: 45px; }
    header .header_content .header_btn {
      width: 33.33%;
      height: 40px;
      color: #fff;
      font-family: "Fira Sans", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-align: left;
      padding-left: 145px;
      margin: 0px auto 50px;
      background-color: #1bcf12;
      background-image: url(../img/icon_pencil.png);
      background-position: 106px center;
      background-repeat: no-repeat;
      background-size: 18.5px 18.5px;
      -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; }
      header .header_content .header_btn:hover {
        background-color: #19c111; }
  header .breadcrumbs {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 3;
    background-color: rgba(51, 92, 103, 0.72); }
    header .breadcrumbs nav {
      width: 1180px;
      height: 100%;
      margin: 0px auto;
      line-height: 50px;
      vertical-align: top;
      font-size: 0px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    header .breadcrumbs a, header .breadcrumbs b,
    header .breadcrumbs span {
      display: inline;
      font-size: 16px;
      color: #fff; }
    header .breadcrumbs a {
      position: relative;
      margin-right: 35px;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      header .breadcrumbs a:hover {
        color: #ffc624; }
      header .breadcrumbs a:after {
        position: absolute;
        content: "";
        /*top: 0;
        right: -35px;*/
        display: inline-block;
        width: 35px;
        height: 50px;
        pointer-events: none;
        background: url(../img/icon_bread_arrow.png) center no-repeat;
        background-size: auto 12px; }
    header .breadcrumbs span {
      opacity: .45; }

.content_inner {
  display: table;
  width: 1180px;
  margin: 0px auto;
  padding-top: 40px; }
  .content_inner .navigation,
  .content_inner .content_main {
    display: table-cell;
    vertical-align: top; }
  .content_inner .navigation {
    position: relative;
    width: 300px; }
    .content_inner .navigation nav {
      position: absolute;
      left: 0;
      top: 0;
      width: 300px;
      /*@include transition(top .15s ease-out);*/ }
      .content_inner .navigation nav.fixed {
        position: fixed;
        top: 123px !important; }
      .content_inner .navigation nav.fixed2 {
        position: absolute; }
    .content_inner .navigation ul {
      list-style: none; }
      .content_inner .navigation ul li {
        position: relative;
        display: block;
        padding-left: 50px;
        cursor: pointer;
        font-size: 22px;
        color: #95a4ad;
        line-height: 50px;
        text-transform: uppercase;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .content_inner .navigation ul li:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 2px;
          height: 100%;
          background-color: #f6f6f6;
          -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; }
        .content_inner .navigation ul li:hover {
          color: #3c3c3c; }
          .content_inner .navigation ul li:hover:before {
            background-color: #95a4ad; }
        .content_inner .navigation ul li.current {
          color: #ffc624; }
          .content_inner .navigation ul li.current:before {
            background-color: #ffc624; }
  .content_inner .content_main .main_text {
    font-size: 16px;
    color: #95a4ad;
    line-height: 26px;
    padding-top: 10px; }
    .content_inner .content_main .main_text h2, .content_inner .content_main .main_text h3, .content_inner .content_main .main_text h4 {
      font: 400 22px/35px "Fira Sans", sans-serif;
      color: #3c3c3c;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .content_inner .content_main .main_text p {
      margin-bottom: 10px; }
      .content_inner .content_main .main_text p:last-child {
        margin-bottom: 0px; }
    .content_inner .content_main .main_text a {
      color: #0c83c7; }
      .content_inner .content_main .main_text a:hover {
        text-decoration: underline; }
    .content_inner .content_main .main_text ul {
      list-style: none; }
      .content_inner .content_main .main_text ul li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        padding: 4px 0px 4px 100px; }
        .content_inner .content_main .main_text ul li:before {
          position: absolute;
          content: "";
          top: 16px;
          left: 0;
          width: 50px;
          height: 2px;
          background-color: #0c83c7; }
  .content_inner .content_main .block .block_title {
    width: 100%; }
  .content_inner .content_main .block .block_content {
    width: 100%; }

.block .block_title h2:before {
  background: url(../img/icon_plus_green.png) left top no-repeat, url(../img/icon_plus.png) left bottom no-repeat, url(../img/icon_plus.png) right top no-repeat, url(../img/icon_plus.png) right bottom no-repeat;
  background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px; }
.block.block4 {
  background-color: #f6f6f6; }
  .block.block4:last-child {
    margin-bottom: 40px; }
.block .block1_text,
.block .block2_text {
  font-size: 16px;
  color: #95a4ad;
  line-height: 26px;
  padding-left: 100px; }
  .block .block1_text h2, .block .block1_text h3, .block .block1_text h4,
  .block .block2_text h2,
  .block .block2_text h3,
  .block .block2_text h4 {
    font: 400 22px/55px "Fira Sans", sans-serif;
    color: #3c3c3c;
    text-transform: uppercase; }
  .block .block1_text p,
  .block .block2_text p {
    margin-bottom: 10px; }
    .block .block1_text p:last-child,
    .block .block2_text p:last-child {
      margin-bottom: 0px; }
  .block .block1_text a,
  .block .block2_text a {
    color: #0c83c7; }
    .block .block1_text a:hover,
    .block .block2_text a:hover {
      text-decoration: underline; }
  .block .block1_text ul,
  .block .block2_text ul {
    list-style: none; }
    .block .block1_text ul li,
    .block .block2_text ul li {
      position: relative;
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 26px;
      padding: 4px 0px 4px 100px; }
      .block .block1_text ul li:before,
      .block .block2_text ul li:before {
        position: absolute;
        content: "";
        top: 16px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #0c83c7; }
  .block .block1_text .block_head,
  .block .block2_text .block_head {
    position: relative;
    height: 55px;
    margin-bottom: 10px;
    margin-top: 25px; }
    .block .block1_text .block_head .block_nomer,
    .block .block2_text .block_head .block_nomer {
      position: absolute;
      top: 12px;
      left: -100px;
      font: 400 54px/54px "Russo One", sans-serif;
      color: #0c83c7; }
    .block .block1_text .block_head:after,
    .block .block2_text .block_head:after {
      position: absolute;
      content: "";
      bottom: 0px;
      left: 0px;
      width: 50px;
      height: 2px;
      background-color: #0c83c7; }
.block .block2_text img {
  position: absolute;
  top: 16px;
  left: -100px;
  width: 63px; }
.block .objects {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px; }
  .block .objects .obj {
    position: relative;
    width: 280px;
    height: 180px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .block .objects .obj:nth-child(3n), .block .objects .obj:last-child {
      margin-right: 0px; }
    .block .objects .obj .obj_img {
      width: 280px;
      height: 100%;
      overflow: hidden;
      line-height: 0; }
      .block .objects .obj .obj_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .block .objects .obj figcaption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(33, 65, 73, 0.8);
      border-left: 5px solid #ffc624;
      padding: 25px 5px 5px 30px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
      .block .objects .obj figcaption .obj_name {
        width: 100%;
        height: auto;
        max-height: 72px;
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        text-transform: uppercase;
        overflow: hidden;
        margin-bottom: 7px; }
        .block .objects .obj figcaption .obj_name.small {
          font-size: 16px;
          line-height: 18px; }
        .block .objects .obj figcaption .obj_name.small2 {
          font-size: 14px;
          line-height: 18px; }
      .block .objects .obj figcaption .obj_icons {
        width: 100%;
        height: 40px;
        margin-bottom: 10px; }
        .block .objects .obj figcaption .obj_icons .icon {
          position: relative;
          width: 40px;
          height: 40px;
          float: left;
          margin-right: 15px; }
          .block .objects .obj figcaption .obj_icons .icon.type1 {
            background: url(../img/icon_obj_type1.png) center no-repeat;
            background-size: 40px 40px; }
          .block .objects .obj figcaption .obj_icons .icon.type2 {
            background: url(../img/icon_obj_type2.png) center no-repeat;
            background-size: 40px 24px; }
          .block .objects .obj figcaption .obj_icons .icon.type3 {
            background: url(../img/icon_obj_type3.png) center no-repeat;
            background-size: 36px 40px; }
          .block .objects .obj figcaption .obj_icons .icon.type4 {
            background: url(../img/icon_obj_type4.png) center no-repeat;
            background-size: 40px 40px; }
          .block .objects .obj figcaption .obj_icons .icon.type5 {
            background: url(../img/icon_obj_type5.png) center no-repeat;
            background-size: 40px 32px; }
          .block .objects .obj figcaption .obj_icons .icon .hint {
            position: absolute;
            top: 0px;
            left: 56px;
            right: auto;
            display: inline-block;
            height: 40px;
            background-color: #fff;
            border: 1px solid #ffc624;
            padding: 0px 15px;
            font-size: 18px;
            color: #335c67;
            line-height: 38px;
            white-space: nowrap;
            z-index: 2;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
            -webkit-transform: translateX(20px);
            -moz-transform: translateX(20px);
            -ms-transform: translateX(20px);
            -o-transform: translateX(20px);
            transform: translateX(20px); }
            .block .objects .obj figcaption .obj_icons .icon .hint:before {
              position: absolute;
              content: "";
              z-index: 3;
              top: 10px;
              left: -10px;
              width: 18px;
              height: 18px;
              background-color: #fff;
              border-top: 1px solid #ffc624;
              border-left: 1px solid #ffc624;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
          .block .objects .obj figcaption .obj_icons .icon:hover .hint {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            -ms-transform: translateX(0px);
            -o-transform: translateX(0px);
            transform: translateX(0px); }
      .block .objects .obj figcaption .obj_city {
        font-size: 16px;
        color: #fff;
        line-height: 20px; }
    .block .objects .obj a {
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .block .objects .obj a:hover figcaption {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
.block .docs {
  display: table;
  width: 100%; }
  .block .docs .doc {
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 40px 0px 100px;
    margin-bottom: 30px; }
    .block .docs .doc a {
      display: inline-block;
      font-size: 22px;
      color: #3c3c3c;
      line-height: 28px;
      text-transform: uppercase;
      padding-bottom: 10px;
      /*@include transition(color .2s ease);*/ }
      .block .docs .doc a:hover {
        color: #ffc624;
        text-decoration: underline; }
    .block .docs .doc .doc_size {
      font-size: 16px;
      color: #95a4ad; }
    .block .docs .doc:before {
      position: absolute;
      content: "";
      top: 0;
      left: 20px;
      width: 45px;
      height: 60px; }
    .block .docs .doc[data-type="pdf"]:before {
      background: url(../img/icon_file_pdf.png) center no-repeat;
      background-size: 45px 56px; }
    .block .docs .doc[data-type="doc"]:before {
      background: url(../img/icon_file_pdf.png) center no-repeat;
      background-size: 45px 56px; }
    .block .docs .doc[data-type=""]:before {
      background: url(../img/icon_file_pdf.png) center no-repeat;
      background-size: 45px 56px; }
.block .certs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px; }
  .block .certs .cert {
    width: 280px;
    height: 410px;
    margin-bottom: 40px; }
    .block .certs .cert a {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      cursor: pointer;
      border: 10px solid #f6f6f6;
      padding: 30px 15px 70px;
      text-align: center;
      outline: 0px none;
      opacity: 1;
      -webkit-transition: border-color 0.3s ease-out;
      -moz-transition: border-color 0.3s ease-out;
      -o-transition: border-color 0.3s ease-out;
      transition: border-color 0.3s ease-out; }
      .block .certs .cert a img {
        display: inline;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -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; }
      .block .certs .cert a:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 60px;
        height: 35px;
        margin-top: -37px;
        margin-left: -30px;
        background: url(../img/icon_photo_view.png) center no-repeat;
        background-size: 60px 35px;
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -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;
        z-index: 1; }
      .block .certs .cert a .cert_name {
        position: absolute;
        bottom: -14px;
        left: 15px;
        display: inline-block;
        padding-left: 15px;
        font-size: 18px;
        line-height: 22px;
        color: #335c67;
        text-align: left;
        background-color: #fff;
        z-index: 3; }
        .block .certs .cert a .cert_name span {
          display: inline; }
      .block .certs .cert a:hover {
        border-color: #ffc624; }
        .block .certs .cert a:hover:after {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .block .certs .cert a:hover img {
          opacity: .5; }

/*# sourceMappingURL=4.css.map */
