header {
  height: 570px;
  background-color: #0c83c7; }
  header .header_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    header .header_map .map_container {
      position: relative;
      width: 100%;
      height: 570px; }
  header .header_content {
    position: absolute;
    top: 0px;
    height: 100%;
    padding-top: 140px;
    z-index: 2; }
    header .header_content .header_content_inner {
      width: 380px;
      height: 375px;
      background-color: #f6f6f6;
      padding-top: 20px; }
    header .header_content h1 {
      font-family: "Fira Sans", sans-serif;
      font-size: 18px;
      color: #3c3c3c;
      line-height: 24px;
      text-transform: uppercase;
      overflow: hidden;
      margin-bottom: 18px;
      padding: 0px 10px 0px 20px; }
      header .header_content h1.small {
        font-size: 16px;
        line-height: 22px; }
    header .header_content .obj_icons {
      width: 100%;
      height: 40px;
      margin-bottom: 18px;
      padding: 0px 20px; }
      header .header_content .obj_icons .icon {
        position: relative;
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 15px; }
        header .header_content .obj_icons .icon.type1 {
          background: url(../img/icon_obj_type1.png) center no-repeat;
          background-size: 40px 40px; }
        header .header_content .obj_icons .icon.type2 {
          background: url(../img/icon_obj_type2.png) center no-repeat;
          background-size: 40px 24px; }
        header .header_content .obj_icons .icon.type3 {
          background: url(../img/icon_obj_type3.png) center no-repeat;
          background-size: 36px 40px; }
        header .header_content .obj_icons .icon.type4 {
          background: url(../img/icon_obj_type4.png) center no-repeat;
          background-size: 40px 40px; }
        header .header_content .obj_icons .icon.type5 {
          background: url(../img/icon_obj_type5.png) center no-repeat;
          background-size: 40px 32px; }
        header .header_content .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); }
          header .header_content .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); }
        header .header_content .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); }
    header .header_content .obj_city {
      font-size: 16px;
      color: #3c3c3c;
      line-height: 20px;
      margin-bottom: 20px;
      padding: 0px 20px; }
    header .header_content .obj_text {
      width: 100%;
      font-size: 16px;
      color: #95a4ad;
      line-height: 27px;
      overflow-y: auto;
      padding: 0px 20px 20px; }
      header .header_content .obj_text p {
        margin-bottom: 12px; }
        header .header_content .obj_text p:last-child {
          margin-bottom: 0px; }
      header .header_content .obj_text a {
        color: #0c83c7; }
        header .header_content .obj_text a:hover {
          text-decoration: underline; }

.gm-style-iw {
  top: 10px !important;
  left: 20px !important;
  font-size: 0px !important; }

.gm-style .tail {
  top: 50% !important;
  left: 0px !important;
  margin-top: -10px;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important; }
  .gm-style .tail div {
    box-shadow: none !important; }

.marker_caption {
  width: 440px;
  min-height: 85px; }
  .marker_caption .marker_name {
    position: relative;
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    color: #335c67;
    line-height: 24px;
    padding: 3px 0px;
    margin-bottom: 20px; }
    .marker_caption .marker_name:after {
      position: absolute;
      content: "";
      bottom: -11px;
      left: 0px;
      width: 50px;
      height: 2px;
      background-color: #0c83c7; }
  .marker_caption p {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 3px 0px;
    color: #95a4ad; }

section.content {
  padding-top: 25px;
  overflow-x: hidden; }

.block_description {
  width: 1180px;
  height: auto;
  margin: auto; }
  .block_description .description {
    width: 100%;
    display: table; }
    .block_description .description .left_part,
    .block_description .description .right_part {
      position: relative;
      display: table-cell;
      vertical-align: top; }
    .block_description .description .left_part {
      width: 380px;
      line-height: 0px; }
    .block_description .description .right_part {
      min-height: 265px;
      padding: 40px 100px 40px 120px; }
    .block_description .description.main {
      min-height: 265px; }
      .block_description .description.main .left_part img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .block_description .description.main .right_part {
        background-color: #f6f6f6; }
        .block_description .description.main .right_part .row_task,
        .block_description .description.main .right_part .client_task {
          display: table; }
        .block_description .description.main .right_part .row_task {
          padding-bottom: 15px;
          border-bottom: 2px solid #95a4ad;
          margin-bottom: 15px; }
        .block_description .description.main .right_part .left,
        .block_description .description.main .right_part .right {
          display: table-cell;
          vertical-align: top; }
        .block_description .description.main .right_part .left {
          width: 200px; }
          .block_description .description.main .right_part .left h3 {
            font: 400 22px/32px "Fira Sans", sans-serif;
            color: #3c3c3c;
            text-transform: uppercase; }
        .block_description .description.main .right_part .right {
          font: 400 16px/26px "Fira Sans", sans-serif;
          color: #95a4ad; }
          .block_description .description.main .right_part .right p {
            margin-bottom: 12px; }
            .block_description .description.main .right_part .right p:last-child {
              margin-bottom: 0px; }
          .block_description .description.main .right_part .right a {
            color: #0c83c7; }
            .block_description .description.main .right_part .right a:hover {
              text-decoration: underline; }
          .block_description .description.main .right_part .right ul {
            list-style: none; }
            .block_description .description.main .right_part .right ul li {
              position: relative;
              display: block;
              width: 100%;
              font-size: 18px;
              color: #95a4ad;
              line-height: 26px;
              padding: 4px 0px 4px 100px; }
              .block_description .description.main .right_part .right ul li:before {
                position: absolute;
                content: "";
                top: 16px;
                left: 0;
                width: 50px;
                height: 2px;
                background-color: #0c83c7; }
          .block_description .description.main .right_part .right .client_name {
            display: inline-block;
            font-size: 18px;
            color: #335c67;
            line-height: 26px;
            border-bottom: 1px dotted #335c67;
            cursor: pointer;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            .block_description .description.main .right_part .right .client_name:hover {
              color: #0c83c7;
              border-bottom-color: #0c83c7; }
    .block_description .description.client {
      display: none;
      position: relative;
      background-color: #0c83c7; }
      .block_description .description.client .left_part {
        height: 265px; }
        .block_description .description.client .left_part img {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          max-width: 80%;
          max-height: 80%; }
      .block_description .description.client .description_close {
        position: absolute;
        top: 40px;
        right: 45px;
        width: 35px;
        height: 35px;
        background: url(../img/icon_close.png) center no-repeat;
        background-size: 21px auto;
        cursor: pointer;
        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); }
        .block_description .description.client .description_close:hover {
          opacity: 1;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .block_description .description.client h2, .block_description .description.client h3, .block_description .description.client h4, .block_description .description.client h5 {
        font: 400 22px/35px "Fira Sans", sans-serif;
        color: #fff;
        margin-bottom: 20px;
        text-transform: uppercase; }
      .block_description .description.client p {
        font: 400 16px/26px "Fira Sans", sans-serif;
        color: #fff;
        margin-bottom: 12px; }
        .block_description .description.client p:last-child {
          margin-bottom: 0px; }
      .block_description .description.client a {
        color: #2de1fc; }
        .block_description .description.client a:hover {
          text-decoration: underline; }
      .block_description .description.client ul {
        list-style: none; }
        .block_description .description.client ul li {
          position: relative;
          display: block;
          width: 100%;
          font-size: 18px;
          color: #95a4ad;
          line-height: 26px;
          padding: 4px 0px 4px 100px; }
          .block_description .description.client 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.block1 .block_content {
  width: 100%; }
.block .object_works {
  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; }
  .block .object_works .work {
    width: 50%;
    height: 240px;
    margin-bottom: 20px; }
    .block .object_works .work a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #f6f6f6; }
      .block .object_works .work a .left_part,
      .block .object_works .work a .right_part {
        width: 50%;
        height: 100%;
        float: left; }
      .block .object_works .work a .left_part {
        padding-right: 10px; }
        .block .object_works .work a .left_part .work_img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          font-size: 0px;
          line-height: 0px; }
        .block .object_works .work a .left_part 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); }
      .block .object_works .work a .right_part {
        padding: 12px 10px 10px; }
        .block .object_works .work a .right_part .work_caption {
          width: 100%;
          height: 100%;
          overflow: hidden; }
        .block .object_works .work a .right_part h3 {
          font: 400 18px/24px "Fira Sans", sans-serif;
          color: #3c3c3c;
          margin-bottom: 10px;
          text-transform: uppercase; }
        .block .object_works .work a .right_part .work_text {
          font: 400 16px/26px "Fira Sans", sans-serif;
          color: #95a4ad; }
      .block .object_works .work a:hover .left_part 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); }
    .block .object_works .work:nth-child(2n+1) {
      padding-right: 10px; }
    .block .object_works .work:nth-child(2n) {
      padding-left: 10px; }
.block.block3 {
  padding-bottom: 50px; }
.block .block3_text h2, .block .block3_text h3, .block .block3_text h4, .block .block3_text h5 {
  font: 400 22px/35px "Fira Sans", sans-serif;
  color: #3c3c3c;
  margin-bottom: 10px;
  text-transform: uppercase; }
.block .block3_text p {
  font: 400 16px/26px "Fira Sans", sans-serif;
  color: #95a4ad;
  margin-bottom: 12px; }
  .block .block3_text p:last-child {
    margin-bottom: 0px; }
.block .block3_text a {
  color: #0c83c7; }
  .block .block3_text a:hover {
    text-decoration: underline; }
.block .block3_text ul {
  list-style: none; }
  .block .block3_text ul li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #95a4ad;
    line-height: 26px;
    padding: 4px 0px 4px 100px; }
    .block .block3_text ul li:before {
      position: absolute;
      content: "";
      top: 16px;
      left: 0;
      width: 50px;
      height: 2px;
      background-color: #0c83c7; }

/*# sourceMappingURL=7.css.map */
