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_uslugi {
      width: 100%;
      padding: 35px 0px;
      border-top: 1px solid #2de1fc; }
      header .header_content .header_uslugi .uslugi {
        display: table;
        list-style: none;
        width: 100%; }
        header .header_content .header_uslugi .uslugi li {
          position: relative;
          display: table;
          float: left;
          width: 33.33%;
          height: 40px;
          font-size: 13px;
          color: #fff;
          line-height: 20px;
          padding-right: 15px;
          margin-bottom: 5px; }
          header .header_content .header_uslugi .uslugi li a,
          header .header_content .header_uslugi .uslugi li span {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            padding-left: 25px; }
            header .header_content .header_uslugi .uslugi li a:before,
            header .header_content .header_uslugi .uslugi li span:before {
              position: absolute;
              content: "";
              top: 50%;
              left: 0px;
              width: 13px;
              height: 13px;
              margin-top: -8px;
              border: 1px solid #fff;
              border-radius: 50%; }
            header .header_content .header_uslugi .uslugi li a:after,
            header .header_content .header_uslugi .uslugi li span:after {
              position: absolute;
              content: "";
              top: 50%;
              left: 5px;
              width: 5px;
              height: 5px;
              margin-top: -3px;
              border-radius: 50%;
              background-color: #2de1fc;
              -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; }
            header .header_content .header_uslugi .uslugi li a:hover:after,
            header .header_content .header_uslugi .uslugi li span:hover:after {
              background-color: #ffc624; }
          header .header_content .header_uslugi .uslugi li a {
            color: #fff;
            -webkit-transition: color 0.2s ease;
            -moz-transition: color 0.2s ease;
            -o-transition: color 0.2s ease;
            transition: color 0.2s ease; }
            header .header_content .header_uslugi .uslugi li a:hover {
              color: #ffc624;
              text-decoration: underline; }
    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; }
    header .breadcrumbs a, header .breadcrumbs b,
    header .breadcrumbs span {
      display: inline-block;
      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;
        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; }

.uslugi_description {
  width: 100%;
  padding: 50px 0px;
  background-color: #f6f6f6;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  .uslugi_description .desc_inner {
    position: relative;
    width: 1180px;
    margin: 0px auto;
    padding: 40px 0px; }
    .uslugi_description .desc_inner:before {
      position: absolute;
      content: "";
      top: 0;
      left: 100px;
      width: 180px;
      height: 100%;
      background-color: rgba(27, 207, 18, 0.18);
      z-index: 0; }
    .uslugi_description .desc_inner .dsc_text {
      position: relative;
      width: 780px;
      z-index: 1; }
      .uslugi_description .desc_inner .dsc_text h2, .uslugi_description .desc_inner .dsc_text h3, .uslugi_description .desc_inner .dsc_text h4, .uslugi_description .desc_inner .dsc_text h5 {
        font: 400 22px/35px "Fira Sans", sans-serif;
        color: #3c3c3c;
        margin-bottom: 10px;
        text-transform: uppercase; }
      .uslugi_description .desc_inner .dsc_text p {
        font: 400 16px/26px "Fira Sans", sans-serif;
        color: #3c3c3c;
        margin-bottom: 12px; }
      .uslugi_description .desc_inner .dsc_text a {
        color: #0c83c7; }
        .uslugi_description .desc_inner .dsc_text a:hover {
          text-decoration: underline; }
      .uslugi_description .desc_inner .dsc_text ul {
        list-style: none; }
        .uslugi_description .desc_inner .dsc_text ul li {
          position: relative;
          display: block;
          width: 590px;
          font-size: 18px;
          color: #335c67;
          line-height: 26px;
          padding: 4px 0px 4px 100px; }
          .uslugi_description .desc_inner .dsc_text ul li:before {
            position: absolute;
            content: "";
            top: 16px;
            left: 0;
            width: 50px;
            height: 2px;
            background-color: #0c83c7; }

.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 .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=3.css.map */
