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: 45px; }
    header .header_content .head_filters {
      width: 100%;
      padding: 45px 0px;
      border-top: 1px solid #2de1fc;
      text-align: center;
      font-size: 0px; }
      header .header_content .head_filters .filter {
        display: inline-block;
        vertical-align: top;
        width: 380px;
        height: 42px;
        margin-right: 20px;
        text-align: left; }
        header .header_content .head_filters .filter:last-child {
          margin-right: 0px; }
        header .header_content .head_filters .filter .chosen-select {
          width: 100%;
          height: 100%; }

.objects {
  width: 1180px;
  margin: 0px auto;
  padding: 50px 0px 30px; }
  .objects .objects_inner {
    display: table;
    width: 100%; }
    .objects .objects_inner .obj {
      width: 50%;
      height: 182px;
      float: left;
      margin-bottom: 20px; }
      .objects .objects_inner .obj:nth-child(2n) {
        padding-left: 10px; }
      .objects .objects_inner .obj:nth-child(2n+1) {
        padding-right: 10px; }
      .objects .objects_inner .obj .obj_img {
        width: 280px;
        height: 100%;
        float: left;
        overflow: hidden;
        line-height: 0; }
        .objects .objects_inner .obj .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); }
      .objects .objects_inner .obj figcaption {
        width: 280px;
        float: right;
        padding: 12px 20px 0px 0px; }
        .objects .objects_inner .obj figcaption h2 {
          height: 48px;
          font-family: "Fira Sans", sans-serif;
          font-size: 18px;
          color: #3c3c3c;
          line-height: 24px;
          text-transform: uppercase;
          overflow: hidden;
          margin-bottom: 18px; }
          .objects .objects_inner .obj figcaption h2.small {
            font-size: 14px;
            line-height: 24px; }
          .objects .objects_inner .obj figcaption h2.small2 {
            font-size: 14px;
            line-height: 16px; }
          .objects .objects_inner .obj figcaption h2.small3 {
            font-size: 12px;
            line-height: 16px; }
          .objects .objects_inner .obj figcaption h2.small4 {
            font-size: 11px;
            line-height: 12px; }
        .objects .objects_inner .obj figcaption .obj_icons {
          width: 100%;
          height: 40px;
          margin-bottom: 20px; }
          .objects .objects_inner .obj figcaption .obj_icons .icon {
            position: relative;
            width: 40px;
            height: 40px;
            float: left;
            margin-right: 15px; }
            .objects .objects_inner .obj figcaption .obj_icons .icon.type1 {
              background: url(../img/icon_obj_type1.png) center no-repeat;
              background-size: 40px 40px; }
            .objects .objects_inner .obj figcaption .obj_icons .icon.type2 {
              background: url(../img/icon_obj_type2.png) center no-repeat;
              background-size: 40px 24px; }
            .objects .objects_inner .obj figcaption .obj_icons .icon.type3 {
              background: url(../img/icon_obj_type3.png) center no-repeat;
              background-size: 36px 40px; }
            .objects .objects_inner .obj figcaption .obj_icons .icon.type4 {
              background: url(../img/icon_obj_type4.png) center no-repeat;
              background-size: 40px 40px; }
            .objects .objects_inner .obj figcaption .obj_icons .icon.type5 {
              background: url(../img/icon_obj_type5.png) center no-repeat;
              background-size: 40px 32px; }
            .objects .objects_inner .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); }
              .objects .objects_inner .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); }
            .objects .objects_inner .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); }
        .objects .objects_inner .obj figcaption .obj_bottom {
          width: 100%;
          border-top: 2px solid #95a4ad;
          padding-top: 9px; }
          .objects .objects_inner .obj figcaption .obj_bottom .obj_company {
            width: 210px;
            float: left;
            font-size: 14px;
            line-height: 16px;
            color: #95a4ad; }
          .objects .objects_inner .obj figcaption .obj_bottom .obj_date {
            width: 49px;
            float: right;
            font-size: 16px;
            line-height: 18px;
            color: #3c3c3c;
            text-align: right; }
      .objects .objects_inner .obj a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f6f6f6; }
        .objects .objects_inner .obj a: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); }

/*# sourceMappingURL=6.css.map */
