.new-build-item{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.new-build-item .nbi_input_cont{
  color: #2F2F2F;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

/**/

.new-build-item input {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  border-radius: 6px;
  border-color: #fff; }

input.nbi-width {
  width: 60px; }

.new-build-item {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .new-build-item .nbi_input_cont {
    color: #2F2F2F;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    padding-bottom: 12px; }
    .new-build-item .nbi_input_cont.nbi_input_cont_number {
      max-width: 75px; }
    .new-build-item .nbi_input_cont.nbi_input_cont_type {
      max-width: 197px; }
    .new-build-item .nbi_input_cont.nbi_input_cont_price {
      max-width: 200px; }
    .new-build-item .nbi_input_cont.nbi_input_cont_rooms {
      max-width: 112px; }
    .new-build-item .nbi_input_cont.nbi_input_cont_square {
      max-width: 150px; }
    .new-build-item .nbi_input_cont.nbi_input_cont_floor {
      max-width: 113px; }
      .new-build-item .nbi_input_cont.nbi_input_cont_edit {
        max-width: 90px }
        .new-build-item .nbi_input_cont.nbi_input_cont_delete {
          max-width: 87px }
  .new-build-item:not(.new-build-item-template-top) {
    margin-bottom: 12px; }
    .new-build-item:not(.new-build-item-template-top):last-child {
      margin-bottom: 0; }
    .new-build-item:not(.new-build-item-template-top) .input_cont {
      border-right: 1px solid #DFDFDF;
      padding: 0; }
      .new-build-item:not(.new-build-item-template-top) .input_cont:last-child {
        border-right: none; }
      .new-build-item:not(.new-build-item-template-top) .input_cont input {
        width: 100%;
        filter: none;
        height: 49px;
        padding: 0 !important;
        text-align: center;
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px; }
        .new-build-item:not(.new-build-item-template-top) .input_cont input::placeholder {
          color: #9c9b9b;
          font-size: 16px;
          font-weight: 600; }
    .new-build-item:not(.new-build-item-template-top) .input_cont input.active {
      border: none; }
    .new-build-item:not(.new-build-item-template-top) .selectric-wrapper {
      background: #FFF; }
    .new-build-item:not(.new-build-item-template-top) .selectric-select_custom .selectric .label {
      height: 49px;
      line-height: 49px; }
    .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_edit, .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_delete {
      height: 49px;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_edit a, .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_delete a {
        display: inline-flex;
        justify-content: center;
        align-items: center; }

.new-build-items-wrapper {
  width: 100%;
  max-width: 1082px;
  padding: 20px 0;
}



.add-nb-item-wrapper{
  margin-top: 12px;
}



.add-nb-item-wrapper .add-nb-item{
  cursor: pointer;
}

.flats_area_list {
  width: 100%;
  max-width: 730px;
  margin-bottom: 40px;
}
  .flats_area_list .area_item {
    width: 100%;
    margin-bottom: 16px; }
  .flats_area_list .see_all {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; }
    .flats_area_list .see_all img {
      margin-left: 14px; }
    .flats_area_list .see_all.active img {
      transform: rotate(180deg); }
  .flats_area_list .row_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 5px 17px 25px;
    border: 1px solid #DFDFDF;
    border-top: none;
    min-height: 58px; }
    .flats_area_list .row_item.hide {
      display: none; }
      .flats_area_list .row_item.hide.show {
        display: flex; }
    .flats_area_list .row_item:hover {
      border: 2px solid #5A7CF4 !important; }
      .flats_area_list .row_item_up:hover{
        border: 1px solid #DFDFDF !important;
        }
    .flats_area_list .row_item:first-child {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-top: 1px solid #DFDFDF; }
    .flats_area_list .row_item:last-child {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
    .flats_area_list .row_item .item {
      color: #2F2F2F;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      width: 100%;
      text-align: center;
      padding-right: 5px; }
    .flats_area_list .row_item .item_name {
      color: #ED0A0A;
      max-width: 130px;
      text-align: left;
    }

    .flats_area_list .row_item .item_price {
      max-width: 110px; }
    .flats_area_list .row_item .item_room {
      max-width: 96px; }
    .flats_area_list .row_item .item_square {
      max-width: 125px; }
    .flats_area_list .row_item .item_floor {
      max-width: 94px; }



      .detail_wrap_modal {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        z-index: 100;
        width: 100%;
        max-width: 1170px; }
        .detail_wrap_modal .top_wrap_area {
          width: 100%;
          display: none;
          justify-content: space-between;
          align-items: center; }
        .detail_wrap_modal .container {
          position: relative;
          z-index: 2;
          background: #FFF;
          padding: 30px;
          max-width: 100%; }
        .detail_wrap_modal aside {
          position: static;
          box-shadow: none; }
          .detail_wrap_modal aside .top_aside {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px; }
            .detail_wrap_modal aside .top_aside .share {
              display: inline-flex;
              justify-content: center;
              align-items: center;
              border-radius: 40px;
              border: 1px solid #DFDFDF;
              box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45);
              padding: 18px 24px;
              color: #2F2F2F;
              text-align: center;
              font-size: 16px;
              font-weight: 600;
              line-height: 20px; }
            .detail_wrap_modal aside .top_aside .back_link {
              width: 79px;
              height: 56px;
              display: inline-flex;
              justify-content: center;
              align-items: center;
              border-radius: 40px;
              border: 1px solid #DFDFDF;
              box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45); }
          .detail_wrap_modal aside .form_wrapper {
            width: 100%;
            border-radius: 6px;
            background: #FFF;
            box-shadow: 0px 8px 26px 0px rgba(32, 37, 47, 0.23); }

      .detail_wrap_modal_overlay {
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.20000000298023224;
        background: #111; }

      .detail_page {
        position: relative; }

        .detail_page_new_build .left_cont .location_inner{
          margin-bottom: 0;
        }


@media screen and (max-width: 991px){
  .new-build-item-template-top {
    display: none; }
  .new-build-item:not(.new-build-item-template-top) {
    flex-direction: column;
    align-items: center;
    position: relative; }
    .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_edit, .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_delete {
      position: absolute;
      top: 0;
      right: 0;
      height: 50%;
      width: 58px;
      padding: 0 !important;
      border-right: none;
      border-top-right-radius: 6px;
      border-bottom: 1px solid #DFDFDF;
      border-left: 1px solid #DFDFDF;
      border-top: none; }
      .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_edit{
        border-bottom: none !important;
      }
    .new-build-item:not(.new-build-item-template-top) .nbi_input_cont_delete {
      top: initial;
      bottom: 0;
      border-top: 1px solid #DFDFDF;
      border-top-right-radius: 0;
      border-bottom-right-radius: 6px;
      border-bottom: none; }
    .new-build-item:not(.new-build-item-template-top) .nbi_input_cont {
      border-right: none; }
    .new-build-item:not(.new-build-item-template-top) .nbi_input_cont::before {
      content: attr(data-label);
      color: #2F2F2F;
      font-size: 12px;
      line-height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 6px; }
  .new-build-item .nbi_input_cont {
    max-width: 100% !important;
    border-right: none;
    background: none;
    padding-left: 56px !important;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF; }
    .new-build-item .nbi_input_cont input {
      border: none !important; }
    .new-build-item .nbi_input_cont.nbi_input_cont_floor {
      border-bottom: none; }
  .new-build-item:not(.new-build-item-template-top) .input_cont input {
    text-align: left; }
  .new-build-item:not(.new-build-item-template-top) .selectric-wrapper {
    max-width: 150px; }
  .new-build-item:not(.new-build-item-template-top) .selectric-select_custom .selectric .label {
    margin-left: 0;
    text-align: left; }
  .new-build-items-wrapper {
    border-radius: 6px;
     }
    .new-build-item:not(.new-build-item-template-top){
      border: 1px solid #DFDFDF;
      background: #fff;
    }
  .new-build-item .nbi_input_cont {
    border-bottom: none; }
  .new-build-item .nbi_input_cont.nbi_input_cont_number {
    border-top: none !important; }
    .new-build-item-template-top {
      display: none !important; }
      .detail_page_new_build .detail_wrap:not(.detail_wrap_modal), .detail_page_new_build .inspired_searches, .detail_page_new_build .search_property {
        display: none; }
      .detail_page_new_build .detail_wrap_modal {
        position: static;
        transform: none; }
      .detail_wrap_modal_overlay {
        display: none; }
      .detail_wrap_modal .container {
        padding: 0 15px; }
      .detail_wrap_modal {
        padding-top: 13px;
        padding-bottom: 28px; }
      .detail_wrap_modal .top_wrap_area {
        display: flex;
        margin-bottom: 15px; }
        .detail_wrap_modal .top_wrap_area .back_btn {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 79px;
          height: 38px;
          border-radius: 40px;
          border: 1px solid #DFDFDF;
          box-shadow: 0px 3px 10px 0px rgba(32, 36, 43, 0.45); }
        .detail_wrap_modal .top_wrap_area .contact_us {
          width: 100%;
          max-width: 179px;
          height: 38px;
          padding: 9px; }
      .detail_wrap_modal aside .top_aside {
        display: none; }
}

@media screen and (max-width: 768px){
  .new-build-item:not(.new-build-item-template-top) .input_cont input {
    font-size: 12px;
    height: 32px; }
    .new-build-item:not(.new-build-item-template-top) .input_cont input::placeholder {
      font-size: 12px; }
  .new-build-item:not(.new-build-item-template-top) .selectric-select_custom .selectric .label {
    height: 32px;
    line-height: 32px;
    font-size: 12px; }
  .new-build-item:not(.new-build-item-template-top) .selectric-wrapper {
    max-width: 130px; }
    .flats_area_list .row_item {
      padding: 8px 14px 6px 17px;}
      .flats_area_list .row_item .item {
        font-size: 16px;
        line-height: 20px; }
  .flats_area_list{
    overflow-x: auto;
  }
  .flats_area_list .area_item{
    min-width: 600px;
  }
}
