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: 40px;
      text-align: center;
      text-transform: uppercase;
      padding: 10px 0px; }
    header .header_content .header_text {
      width: 780px;
      margin: 0px auto;
      font: 400 22px/30px "Fira Sans", sans-serif;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      padding-bottom: 40px; }
    header .header_content .head_numbers {
      width: 100%;
      padding-top: 45px;
      border-top: 1px solid #2de1fc;
      text-align: center;
      font-size: 0px; }
      header .header_content .head_numbers .num {
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        min-height: 100px;
        text-align: left; }
        header .header_content .head_numbers .num span,
        header .header_content .head_numbers .num strong {
          display: inline-block;
          vertical-align: top; }
        header .header_content .head_numbers .num span {
          min-width: 100px;
          font: 400 54px/54px "Russo One", sans-serif;
          color: #fff; }
        header .header_content .head_numbers .num strong {
          font: 400 22px/27px "Fira Sans", sans-serif;
          color: #fff;
          text-transform: uppercase; }

.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.block2 {
  background-color: #f6f6f6;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain; }
.block.block4 {
  padding-bottom: 50px; }
.block .clients {
  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;
  width: 100%;
  margin-bottom: 40px; }
  .block .clients .client {
    position: relative;
    width: 16.6%;
    height: 105px;
    margin-bottom: 10px; }
    .block .clients .client img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 70%;
      max-height: 80%;
      margin: auto; }
.block .block2_text_inner {
  width: 780px;
  padding-bottom: 45px; }
  .block .block2_text_inner h2, .block .block2_text_inner h3, .block .block2_text_inner h4, .block .block2_text_inner h5 {
    font: 400 22px/35px "Fira Sans", sans-serif;
    color: #3c3c3c;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .block .block2_text_inner p {
    font: 400 16px/26px "Fira Sans", sans-serif;
    color: #3c3c3c;
    margin-bottom: 12px; }
  .block .block2_text_inner a {
    color: #0c83c7; }
    .block .block2_text_inner a:hover {
      text-decoration: underline; }
  .block .block2_text_inner ul {
    list-style: none; }
    .block .block2_text_inner ul li {
      position: relative;
      display: block;
      width: 100%;
      font-size: 18px;
      color: #335c67;
      line-height: 26px;
      padding: 4px 0px 4px 100px; }
      .block .block2_text_inner ul li:before {
        position: absolute;
        content: "";
        top: 16px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #0c83c7; }
.block .block4_text h2, .block .block4_text h3, .block .block4_text h4, .block .block4_text h5 {
  font: 400 22px/35px "Fira Sans", sans-serif;
  color: #3c3c3c;
  margin-bottom: 10px;
  text-transform: uppercase; }
.block .block4_text p {
  font: 400 16px/26px "Fira Sans", sans-serif;
  color: #95a4ad;
  margin-bottom: 12px; }
  .block .block4_text p:last-child {
    margin-bottom: 0px; }
.block .block4_text a {
  color: #0c83c7; }
  .block .block4_text a:hover {
    text-decoration: underline; }
.block .block4_text ul {
  list-style: none; }
  .block .block4_text ul li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #95a4ad;
    line-height: 26px;
    padding: 4px 0px 4px 100px; }
    .block .block4_text ul li:before {
      position: absolute;
      content: "";
      top: 16px;
      left: 0;
      width: 50px;
      height: 2px;
      background-color: #0c83c7; }
.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%; }
  .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=5.css.map */
