header {
  height: auto;
  overflow: visible; }
  header .header_bg_wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden; }
  header #header_bg {
    width: 100%;
    height: 100%;
    background: url(../img/header_bg.jpg) bottom no-repeat;
    background-size: cover; }
  header .header_content {
    position: relative;
    margin: 0px auto 0px;
    padding-top: 120px;
    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: 40px; }

section.content {
  padding-top: 50px; }
  section.content .clients {
    display: table;
    width: 100%; }
    section.content .clients .clients_row {
      display: table;
      width: 1180px;
      margin: 0px auto 0px; }
      section.content .clients .clients_row figure {
        position: relative;
        width: 280px;
        height: 245px;
        float: left;
        margin-right: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer; }
        section.content .clients .clients_row figure:last-child {
          margin-right: 0px; }
        section.content .clients .clients_row figure .img_wrp {
          position: relative;
          width: 100%;
          height: 180px;
          border: 1px solid #f6f6f6;
          -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; }
        section.content .clients .clients_row figure img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 60%;
          max-height: 60%; }
        section.content .clients .clients_row figure:hover .img_wrp, section.content .clients .clients_row figure.opened .img_wrp {
          border-color: #ffc624; }
        section.content .clients .clients_row figure .client_name {
          display: table;
          width: 100%;
          height: 54px;
          font-size: 18px;
          color: #335c67;
          line-height: 22px;
          padding: 5px 0px;
          text-align: center;
          overflow: hidden; }
          section.content .clients .clients_row figure .client_name span {
            display: table-cell;
            vertical-align: middle; }
        section.content .clients .clients_row figure:after {
          display: none;
          position: absolute;
          content: "";
          bottom: 0px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0px;
          border-bottom: 15px solid #0c83c7;
          border-left: 15px solid #fff;
          border-right: 15px solid #fff; }
        section.content .clients .clients_row figure.opened:after {
          display: block; }
        section.content .clients .clients_row figure .full_info {
          display: none; }

.expander {
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  background-color: #0c83c7; }
  .expander .text_wrp {
    position: relative;
    width: 1180px;
    margin: 0px auto;
    padding: 50px 0px 0px; }
    .expander .text_wrp .block_text {
      display: table;
      width: 100%;
      padding-bottom: 50px; }
      .expander .text_wrp .block_text .left_part,
      .expander .text_wrp .block_text .right_part {
        width: 50%;
        float: left; }
      .expander .text_wrp .block_text .left_part {
        padding-right: 10px;
        line-height: 0px; }
        .expander .text_wrp .block_text .left_part img {
          width: 100%; }
      .expander .text_wrp .block_text .right_part {
        padding-left: 10px; }
    .expander .text_wrp .title {
      width: 100%;
      font: 400 22px/26px "Fira Sans", sans-serif;
      color: #fff;
      margin-top: -2px;
      margin-bottom: 36px;
      padding-right: 30px; }
    .expander .text_wrp .text {
      font: 400 16px/25px "Fira Sans", sans-serif;
      color: #fff; }
      .expander .text_wrp .text p {
        margin-bottom: 10px; }
        .expander .text_wrp .text p:last-child {
          margin-bottom: 0px; }
      .expander .text_wrp .text a {
        color: #fb4e72; }
        .expander .text_wrp .text a:hover {
          text-decoration: underline; }
    .expander .text_wrp .block_objects {
      width: 100%;
      padding-bottom: 20px;
      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; }
      .expander .text_wrp .block_objects:empty {
        display: none; }
      .expander .text_wrp .block_objects .obj {
        width: 280px;
        height: auto;
        margin-right: 20px;
        margin-bottom: 20px;
        cursor: pointer; }
        .expander .text_wrp .block_objects .obj:last-child {
          margin-right: 0px; }
        .expander .text_wrp .block_objects .obj a {
          display: block;
          width: 100%;
          height: 100%; }
        .expander .text_wrp .block_objects .obj_img {
          width: 100%;
          height: 180px;
          overflow: hidden;
          line-height: 0px;
          margin-bottom: 10px; }
          .expander .text_wrp .block_objects .obj_img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -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;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        .expander .text_wrp .block_objects .obj_name {
          font-size: 18px;
          color: #fff;
          line-height: 22px;
          text-transform: uppercase; }
          .expander .text_wrp .block_objects .obj_name.small {
            font-size: 14px;
            line-height: 18px; }
        .expander .text_wrp .block_objects .obj:hover .obj_img img {
          -webkit-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -ms-transform: scale(1.25);
          -o-transform: scale(1.25);
          transform: scale(1.25); }
    .expander .text_wrp .expander_close {
      position: absolute;
      top: 50px;
      right: 0px;
      width: 25px;
      height: 25px;
      cursor: pointer;
      background: url(../img/icon_close.png) center no-repeat;
      background-size: 21px auto;
      opacity: .3;
      -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); }
      .expander .text_wrp .expander_close:hover {
        opacity: 1;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  .expander.opened {
    margin-bottom: 20px; }

/*# sourceMappingURL=8.css.map */
